aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/universal/qquickuniversalprogressstrip.cpp
Commit message (Collapse)AuthorAgeFilesLines
* ProgressBar: use contentItem instead of indicatorJ-P Nurmi2016-03-211-0/+2
| | | | | Change-Id: I8bd21b32b6f3d333c119d77b629b46fe411c06eb Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
* Universal: eliminate the extra Rectangle from ProgressBar indicatorJ-P Nurmi2016-03-211-8/+47
| | | | | | | | | Make ProgressStrip capable of presenting non-indeterminate state the same way the Default and Material styles do. This makes the next step, which is to transition to contentItem, easier. Change-Id: I1a7e48cfba963f11764675b6e9a38ff2898b1212 Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
* Fix out of bounds accessFrank Meerkoetter2016-03-031-2/+2
| | | | | | | Fixes coverity CID155661, 155660, 155659. Change-Id: I914e321d3eda2a86916fa3ffa667d27b9a726f4b Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
* Universal: follow the Qt coding styleJ-P Nurmi2016-02-201-5/+6
| | | | | | | | Return early to keep the indentation low. This style was already used in many areas, so now the same style is consistently used everywhere. Change-Id: I6db941be07b153c7448dd418256c792186f71e58 Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
* C++11 keywordsJ-P Nurmi2016-01-211-7/+7
| | | | | | | | - Q_NULLPTR -> nullptr - Q_DECL_OVERRIDE -> override Change-Id: I8ee65caafd43ab41b6de43835200cac6c8ffa278 Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
* Add Universal styleJ-P Nurmi2015-11-121-0/+304
https://dev.windows.com/design Change-Id: I1d8c633ae246724649a6ed71b300a56ba9572405 Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>