summaryrefslogtreecommitdiffstats
path: root/src/controls/Styles/Desktop/CheckBoxStyle.qml
Commit message (Collapse)AuthorAgeFilesLines
* Unify license header usageAntti Kokko2016-02-041-12/+15
| | | | | | | Update old header.LGPL3 to header.LGPL Change-Id: I3c851bc24da89f6300b94199387d1adf16ca4f48 Reviewed-by: Lars Knoll <lars.knoll@theqtcompany.com>
* Controls: update license headersJ-P Nurmi2015-02-111-28/+25
| | | | | | | Change-Id: I77e7a218a958d76ac7ef7780f4be52a81f76fa6b Reviewed-by: Caroline Chao <caroline.chao@theqtcompany.com> Reviewed-by: Mitch Curtis <mitch.curtis@digia.com> Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@theqtcompany.com>
* Merge remote-tracking branch 'origin/5.3' into devJ-P Nurmi2014-06-251-1/+1
|\ | | | | | | | | | | | | | | Conflicts: .qmake.conf src/controls/Styles/Desktop/SpinBoxStyle.qml Change-Id: Ia501c1388a2af9f273ec2742abbfc766717ad9e6
| * Singleton SystemPaletteJ-P Nurmi2014-06-231-1/+1
| | | | | | | | | | | | | | | | | | | | Each SystemPalette instance installs an event filter on the application object. Avoid this by sharing a single SystemPalette instance. Change-Id: Ica9f8979b33e511c1238add3d689f380d0daa93c Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@digia.com> Reviewed-by: Caroline Chao <caroline.chao@digia.com>
* | CheckBox & RadioButton: fix rounding issue that caused elided textJ-P Nurmi2014-06-161-1/+1
| | | | | | | | | | | | | | Task-number: QTBUG-39271 Change-Id: I9ddf03e2274f1abf4e049b84c3f72050f22cc958 Reviewed-by: Mitch Curtis <mitch.curtis@digia.com> Reviewed-by: Caroline Chao <caroline.chao@digia.com>
* | Don't include the indicatorWidth twice on Checkable ButtonsDavid Edmundson2014-05-051-1/+1
|/ | | | | | | | | | | | | | QQuickStyleItem calculates the full size from the content size using the QStyle's sizeFromContent The QStyle will add the indicator to the contentSize. We should not include the indicator in the contents otherwise the indicator gets added twice. 4px of margins is added to match QRadioButton::sizeHint Change-Id: I791b0a8585843e66a6d8af456d95652496fe94d4 Reviewed-by: J-P Nurmi <jpnurmi@digia.com>
* Bump QtQuick.Controls import version to 1.2J-P Nurmi2014-04-071-1/+1
| | | | | Change-Id: Idc0b93cbfc2fe23e8be3bcaece672d06555a81f6 Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com>
* Import QtQuick 2.2J-P Nurmi2014-04-071-1/+1
| | | | | Change-Id: Ifc9719ec6fbbd80b866c01eebc471d0ed121bd16 Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com>
* Pick up baselineOffset from the style.Jan Arve Saether2013-09-201-1/+1
| | | | | Change-Id: I126fd3d9b399fa3a7c62685060fd49b1cea4df62 Reviewed-by: Jan Arve Sæther <jan-arve.saether@digia.com>
* Update imports to 1.1 and remove version from qmlmodule definitionJens Bache-Wiig2013-09-101-1/+1
| | | | | Change-Id: Icb4c6d78225c072da787e4646a55d8cf71a5db7a Reviewed-by: Caroline Chao <caroline.chao@digia.com>
* Move Styles and Private under controlsCaroline Chao2013-08-161-0/+91
Register the C++ private API from the controls plugin. The private plugin is not needed anymore. The Controls "submodules" Styles and Private are moved to the controls subfolder in the sources tree. Change-Id: I98358227c945b6cd1a8dbff9d07e6cad4f044277 Reviewed-by: J-P Nurmi <jpnurmi@digia.com>