2018-09-19 21:42:26 +02:00
|
|
|
TextInputWidget {
|
2018-01-15 20:04:49 +01:00
|
|
|
border: none;
|
2018-09-19 21:42:26 +02:00
|
|
|
}
|
|
|
|
|
2018-03-24 22:16:15 +01:00
|
|
|
PopupItem {
|
2018-09-19 21:42:26 +02:00
|
|
|
qproperty-hoverColor: palette(base);
|
2018-03-24 22:16:15 +01:00
|
|
|
}
|
|
|
|
|
2017-11-16 15:33:52 +01:00
|
|
|
FlatButton {
|
2017-11-23 15:25:58 +01:00
|
|
|
qproperty-foregroundColor: palette(text);
|
2017-11-16 15:33:52 +01:00
|
|
|
}
|
|
|
|
|
2017-11-25 14:14:37 +01:00
|
|
|
RaisedButton {
|
2020-03-28 19:12:00 +01:00
|
|
|
qproperty-foregroundColor: palette(button-text);
|
2017-11-25 14:14:37 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
TextField {
|
|
|
|
qproperty-backgroundColor: palette(window);
|
|
|
|
}
|
|
|
|
|
2018-09-19 21:42:26 +02:00
|
|
|
QTextEdit,
|
|
|
|
QLineEdit,
|
|
|
|
QListWidget {
|
2017-11-25 14:14:37 +01:00
|
|
|
background-color: palette(window);
|
|
|
|
}
|
|
|
|
|
2017-12-11 12:45:37 +01:00
|
|
|
FloatingButton {
|
2018-09-19 21:42:26 +02:00
|
|
|
qproperty-backgroundColor: palette(base);
|
2017-12-11 12:45:37 +01:00
|
|
|
qproperty-foregroundColor: palette(text);
|
|
|
|
}
|
|
|
|
|
2018-09-19 21:42:26 +02:00
|
|
|
Toggle {
|
|
|
|
qproperty-activeColor: palette(highlight);
|
|
|
|
qproperty-disabledColor: palette(dark);
|
|
|
|
qproperty-inactiveColor: palette(mid);
|
|
|
|
qproperty-trackColor: palette(base);
|
|
|
|
}
|
2020-02-21 20:16:53 +01:00
|
|
|
|
|
|
|
QSplitter::handle { image: none; }
|