|
|
|
@ -19,6 +19,9 @@
|
|
|
|
|
<property name="frameShadow">
|
|
|
|
|
<enum>QFrame::Plain</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="lineWidth">
|
|
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
|
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
|
<property name="leftMargin">
|
|
|
|
|
<number>30</number>
|
|
|
|
@ -40,10 +43,14 @@
|
|
|
|
|
border-color: rgba(0, 0, 0, 125);
|
|
|
|
|
border-style: solid;
|
|
|
|
|
border-radius: 2px;
|
|
|
|
|
|
|
|
|
|
font-size: 12pt;
|
|
|
|
|
font-family: "EB Garamond", "EB Garamond 08";
|
|
|
|
|
color: black;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*QComboBox gets the "on" state when the popup is open */
|
|
|
|
|
#profilesComboBox:!editable:on, #ProfilesComboBox::drop-down:editable:on {
|
|
|
|
|
#profilesComboBox:!editable:on {
|
|
|
|
|
background: qlineargradient(x1:0, y1:0, x2:0, y2:1,
|
|
|
|
|
stop:0 rgba(0, 0, 0, 75),
|
|
|
|
|
stop:0.1 rgba(0, 0, 0, 15),
|
|
|
|
@ -52,13 +59,9 @@
|
|
|
|
|
border: 1px solid rgba(0, 0, 0, 55);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#profilesComboBox { /* shift the text when the popup opens */
|
|
|
|
|
#profilesComboBox:on { /* shift the text when the popup opens */
|
|
|
|
|
padding-top: 3px;
|
|
|
|
|
padding-left: 4px;
|
|
|
|
|
|
|
|
|
|
font-size: 12pt;
|
|
|
|
|
font-family: "EB Garamond", "EB Garamond 08";
|
|
|
|
|
color: black;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#profilesComboBox::drop-down {
|
|
|
|
@ -82,7 +85,6 @@
|
|
|
|
|
left: 1px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#profilesComboBox QAbstractItemView {
|
|
|
|
|
border: 0px;
|
|
|
|
|
}</string>
|
|
|
|
|