forked from qt-creator/qt-creator
QmlDesigner: Align UX of ComboBox with FilterCB
* Change trigger signal for CheckIndicator * Change edit state color for ComboBox Change-Id: I7fa16ccc5cf33161ae3287cd64f481a675403670 Reviewed-by: Brook Cronin <brook.cronin@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
committed by
Henning Gründl
parent
839502650c
commit
d027c5855b
@@ -50,7 +50,7 @@ Rectangle {
|
|||||||
id: checkIndicatorMouseArea
|
id: checkIndicatorMouseArea
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
hoverEnabled: true
|
hoverEnabled: true
|
||||||
onPressed: {
|
onClicked: {
|
||||||
if (myPopup.opened) {
|
if (myPopup.opened) {
|
||||||
myPopup.close()
|
myPopup.close()
|
||||||
} else {
|
} else {
|
||||||
|
@@ -276,7 +276,7 @@ T.ComboBox {
|
|||||||
PropertyChanges {
|
PropertyChanges {
|
||||||
target: comboBoxBackground
|
target: comboBoxBackground
|
||||||
color: StudioTheme.Values.themeControlBackgroundInteraction
|
color: StudioTheme.Values.themeControlBackgroundInteraction
|
||||||
border.color: StudioTheme.Values.themeControlOutline
|
border.color: StudioTheme.Values.themeControlOutlineInteraction
|
||||||
}
|
}
|
||||||
StateChangeScript {
|
StateChangeScript {
|
||||||
script: comboBoxPopup.close()
|
script: comboBoxPopup.close()
|
||||||
|
Reference in New Issue
Block a user