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