summaryrefslogtreecommitdiffstats
path: root/src/controls/Styles/Base/RadioButtonStyle.qml
Commit message (Collapse)AuthorAgeFilesLines
* Doc: Add missing dots (qtquickcontrols)Paul Wicking2018-06-191-1/+1
| | | | | | Task-number: QTBUG-68933 Change-Id: I3731b82ecae0a43878b694e681300bef7c36ea62 Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
* Fix detected anchors on an item that is managed by a layoutv5.11.0-beta3Paolo Angelelli2018-03-221-2/+0
| | | | | Change-Id: Ie1f493eef4b597a447d0dc47e9ab383a8fa7fe88 Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
* 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>
* Base style: stylize mnemonicsJ-P Nurmi2014-10-161-1/+1
| | | | | | Change-Id: I5846688e5e93c35925b735f62518ae56bf0e57e2 Reviewed-by: Liang Qi <liang.qi@digia.com> Reviewed-by: Frederik Gladhorn <frederik.gladhorn@theqtcompany.com>
* Default to Text.QtRendering on mobile platformsJ-P Nurmi2014-09-191-1/+1
| | | | | Change-Id: I9aa23691aa8bb4659545ed43c1506128a639ff6c Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@digia.com>
* Doc: .*Style attachment correctionDavid Fries2014-09-051-1/+1
| | | | | | | The .*Style is attached to the control not the other way around. Change-Id: Ia9158463d86881997e917c26427cb62beb8e5edc Reviewed-by: J-P Nurmi <jpnurmi@digia.com>
* 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>
* Kill unnecessary SystemPalette instancesJ-P Nurmi2014-06-201-5/+0
| | | | | | | | | | | | Each SystemPalette instance installs an event filter on the application object, so we should try to avoid these as much as possible. Style already creates an instance that switches between Active and Disabled states based on control's enabled state and is suitable for most use cases. Change-Id: Icdbc793f639a3217ece6b2ded281e2a8beacb742 Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@digia.com> Reviewed-by: Caroline Chao <caroline.chao@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>
* Set baselineOffset on Styles/Base correctlyJan Arve Saether2014-02-141-0/+2
| | | | | | | | | | | | | | Will currently fix these styles: ButtonStyle CheckBoxStyle ComboBoxStyle RadioButtonStyle TextFieldStyle and SpinBox style are not possible to fix yet, since they require TextInput to be fixed (its baselineOffset seems to always be 0) Change-Id: I78f90ed70ab1b6cc99c5e773e9aecd9b0342d7ae Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com>
* More styling improvements for Base StyleJens Bache-Wiig2013-10-311-15/+38
| | | | | | | | | | - Better scalability - Retina support - Added glow filter to Private - Added focus rects Change-Id: I2ec36a9db546c21e20408429c5e17fde8d67b7c3 Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@digia.com>
* Don't add any extra space to RadioButton and CheckBox by defaultJens Bache-Wiig2013-10-241-6/+1
| | | | | | | | | We instead do this in the layout code. It seems to make sense to support the use case where only the indicator is visible without adding extra padding to it. Change-Id: Ib55c3a97d7c23a52a14121b46be84299d1ad2132 Reviewed-by: J-P Nurmi <jpnurmi@digia.com>
* Cosmetic tweaks for base stylev5.2.0-beta1Jens Bache-Wiig2013-10-211-4/+19
| | | | | | | | | | - Now using more consitent image margins. - Simplified and cleaned up the artwork. - Reduced height of progress bar - Added animation on hover Change-Id: Idb030018e1c58c6f197f4fd5007727ef73d3ae88 Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@digia.com>
* Doc: Changed the \since argument to the Qt version.Jerome Pasion2013-09-261-1/+1
| | | | | | | | | | | | | | -1.0 types were introduced in Qt 5.1 -1.1 types were introduced in Qt 5.2 -The module versions are now taken from the \qmlmodule This change was only applied to \qmltype. For methods, signals, and properties, we keep the \since QtQuick.Controls <version> Task-number: QTBUG-32172 Change-Id: Iefa73d4a489aa285bae873f68ae9a228030f0115 Reviewed-by: J-P Nurmi <jpnurmi@digia.com>
* Update imports to 1.1 and remove version from qmlmodule definitionJens Bache-Wiig2013-09-101-2/+2
| | | | | Change-Id: Icb4c6d78225c072da787e4646a55d8cf71a5db7a Reviewed-by: Caroline Chao <caroline.chao@digia.com>
* Merge remote-tracking branch 'origin/stable' into devJ-P Nurmi2013-08-201-2/+1
| | | | Change-Id: I97e6044a5d28ab875628e61ea67474f3c0a4ef4b
* Move Styles and Private under controlsCaroline Chao2013-08-161-0/+145
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>