forked from epics_driver_modules/motorBase
Latest converter
This commit is contained in:
@@ -14,7 +14,94 @@
|
||||
<string>
|
||||
|
||||
QWidget#centralWidget {background: rgba(200, 200, 200, 255);}
|
||||
QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
|
||||
caTable {
|
||||
font: 10pt;
|
||||
background: cornsilk;
|
||||
alternate-background-color: wheat;
|
||||
}
|
||||
|
||||
caLineEdit {
|
||||
border-radius: 1px;
|
||||
background: lightyellow;
|
||||
color: black;
|
||||
}
|
||||
|
||||
caTextEntry {
|
||||
color: rgb(127, 0, 63);
|
||||
background-color: cornsilk;
|
||||
selection-color: #0a214c;
|
||||
selection-background-color: wheat;
|
||||
border: 1px groove black;
|
||||
border-radius: 1px;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
caTextEntry:focus {
|
||||
padding: 0px;
|
||||
border: 2px groove darkred;
|
||||
border-radius: 1px;
|
||||
}
|
||||
|
||||
QPushButton {
|
||||
border-color: #00b;
|
||||
border-radius: 2px;
|
||||
padding: 3px;
|
||||
border-width: 1px;
|
||||
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(224, 239, 255, 255),
|
||||
stop:0.5 rgba(199, 215, 230, 255),
|
||||
stop:1 rgba(184, 214, 236, 255));
|
||||
}
|
||||
QPushButton:hover {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(201, 226, 255, 255),
|
||||
stop:0.5 rgba(177, 204, 230, 255),
|
||||
stop:1 rgba(163, 205, 236, 255));
|
||||
}
|
||||
QPushButton:pressed {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(174, 219, 255, 255),
|
||||
stop:0.5 rgba(165, 199, 230, 255),
|
||||
stop:1 rgba(134, 188, 236, 255));
|
||||
}
|
||||
|
||||
QPushButton:disabled {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(174, 219, 255, 255),
|
||||
stop:0.5 rgba(165, 199, 230, 255),
|
||||
stop:1 rgba(134, 188, 236, 255));
|
||||
}
|
||||
|
||||
caChoice {
|
||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #E1E1E1, stop: 0.4 #DDDDDD,
|
||||
stop: 0.5 #D8D8D8, stop: 1.0 #D3D3D3);
|
||||
}
|
||||
|
||||
caChoice > QPushButton {
|
||||
text-align: left;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
caSlider::groove:horizontal {
|
||||
border: 1px solid #bbb;
|
||||
background: lightgrey;
|
||||
height: 20px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
caSlider::handle:horizontal {
|
||||
background: red;
|
||||
border: 1px solid #777;
|
||||
width: 13px;
|
||||
margin-top: -2px;
|
||||
margin-bottom: -2px;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
</string>
|
||||
</property>
|
||||
@@ -47,7 +134,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>51</y>
|
||||
<width>75</width>
|
||||
<width>60</width>
|
||||
<height>14</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -83,7 +170,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>66</y>
|
||||
<width>75</width>
|
||||
<width>60</width>
|
||||
<height>14</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -119,7 +206,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>81</y>
|
||||
<width>75</width>
|
||||
<width>60</width>
|
||||
<height>14</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -155,7 +242,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>96</y>
|
||||
<width>75</width>
|
||||
<width>60</width>
|
||||
<height>14</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -191,7 +278,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>114</y>
|
||||
<width>75</width>
|
||||
<width>60</width>
|
||||
<height>14</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -227,7 +314,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>129</y>
|
||||
<width>75</width>
|
||||
<width>60</width>
|
||||
<height>14</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -263,7 +350,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>144</y>
|
||||
<width>75</width>
|
||||
<width>60</width>
|
||||
<height>14</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -299,7 +386,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>159</y>
|
||||
<width>75</width>
|
||||
<width>60</width>
|
||||
<height>14</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -335,7 +422,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>177</y>
|
||||
<width>75</width>
|
||||
<width>60</width>
|
||||
<height>14</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -371,7 +458,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>192</y>
|
||||
<width>84</width>
|
||||
<width>60</width>
|
||||
<height>14</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -407,7 +494,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>207</y>
|
||||
<width>84</width>
|
||||
<width>60</width>
|
||||
<height>14</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -443,7 +530,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>222</y>
|
||||
<width>84</width>
|
||||
<width>60</width>
|
||||
<height>14</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -479,7 +566,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>240</y>
|
||||
<width>84</width>
|
||||
<width>60</width>
|
||||
<height>14</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -515,7 +602,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>255</y>
|
||||
<width>84</width>
|
||||
<width>60</width>
|
||||
<height>14</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -551,7 +638,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>270</y>
|
||||
<width>84</width>
|
||||
<width>60</width>
|
||||
<height>14</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -587,7 +674,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>285</y>
|
||||
<width>84</width>
|
||||
<width>60</width>
|
||||
<height>14</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -1310,7 +1397,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>950</x>
|
||||
<y>35</y>
|
||||
<width>54</width>
|
||||
<width>50</width>
|
||||
<height>10</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -1958,7 +2045,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>1000</x>
|
||||
<y>35</y>
|
||||
<width>54</width>
|
||||
<width>50</width>
|
||||
<height>10</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -9674,7 +9761,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>455</x>
|
||||
<y>15</y>
|
||||
<width>84</width>
|
||||
<width>75</width>
|
||||
<height>14</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -9782,7 +9869,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>305</x>
|
||||
<y>15</y>
|
||||
<width>84</width>
|
||||
<width>75</width>
|
||||
<height>14</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -11441,7 +11528,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<enum>Solid</enum>
|
||||
</property>
|
||||
<property name="xyPairs">
|
||||
<string>0,0;1050,0;</string>
|
||||
<string>1050,0;</string>
|
||||
</property>
|
||||
</widget>
|
||||
<zorder>caLabel_0</zorder>
|
||||
|
||||
@@ -14,7 +14,94 @@
|
||||
<string>
|
||||
|
||||
QWidget#centralWidget {background: rgba(200, 200, 200, 255);}
|
||||
QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
|
||||
caTable {
|
||||
font: 10pt;
|
||||
background: cornsilk;
|
||||
alternate-background-color: wheat;
|
||||
}
|
||||
|
||||
caLineEdit {
|
||||
border-radius: 1px;
|
||||
background: lightyellow;
|
||||
color: black;
|
||||
}
|
||||
|
||||
caTextEntry {
|
||||
color: rgb(127, 0, 63);
|
||||
background-color: cornsilk;
|
||||
selection-color: #0a214c;
|
||||
selection-background-color: wheat;
|
||||
border: 1px groove black;
|
||||
border-radius: 1px;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
caTextEntry:focus {
|
||||
padding: 0px;
|
||||
border: 2px groove darkred;
|
||||
border-radius: 1px;
|
||||
}
|
||||
|
||||
QPushButton {
|
||||
border-color: #00b;
|
||||
border-radius: 2px;
|
||||
padding: 3px;
|
||||
border-width: 1px;
|
||||
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(224, 239, 255, 255),
|
||||
stop:0.5 rgba(199, 215, 230, 255),
|
||||
stop:1 rgba(184, 214, 236, 255));
|
||||
}
|
||||
QPushButton:hover {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(201, 226, 255, 255),
|
||||
stop:0.5 rgba(177, 204, 230, 255),
|
||||
stop:1 rgba(163, 205, 236, 255));
|
||||
}
|
||||
QPushButton:pressed {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(174, 219, 255, 255),
|
||||
stop:0.5 rgba(165, 199, 230, 255),
|
||||
stop:1 rgba(134, 188, 236, 255));
|
||||
}
|
||||
|
||||
QPushButton:disabled {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(174, 219, 255, 255),
|
||||
stop:0.5 rgba(165, 199, 230, 255),
|
||||
stop:1 rgba(134, 188, 236, 255));
|
||||
}
|
||||
|
||||
caChoice {
|
||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #E1E1E1, stop: 0.4 #DDDDDD,
|
||||
stop: 0.5 #D8D8D8, stop: 1.0 #D3D3D3);
|
||||
}
|
||||
|
||||
caChoice > QPushButton {
|
||||
text-align: left;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
caSlider::groove:horizontal {
|
||||
border: 1px solid #bbb;
|
||||
background: lightgrey;
|
||||
height: 20px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
caSlider::handle:horizontal {
|
||||
background: red;
|
||||
border: 1px solid #777;
|
||||
width: 13px;
|
||||
margin-top: -2px;
|
||||
margin-bottom: -2px;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
</string>
|
||||
</property>
|
||||
@@ -47,7 +134,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>51</y>
|
||||
<width>75</width>
|
||||
<width>60</width>
|
||||
<height>14</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -83,7 +170,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>66</y>
|
||||
<width>75</width>
|
||||
<width>60</width>
|
||||
<height>14</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -119,7 +206,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>81</y>
|
||||
<width>75</width>
|
||||
<width>60</width>
|
||||
<height>14</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -155,7 +242,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>96</y>
|
||||
<width>75</width>
|
||||
<width>60</width>
|
||||
<height>14</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -446,12 +533,12 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>950</x>
|
||||
<y>35</y>
|
||||
<width>54</width>
|
||||
<width>50</width>
|
||||
<height>10</height>
|
||||
</rect>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="caTextEntry" name="caTextEntry_8">
|
||||
<widget class="caTextEntry" name="caTextEntry_4">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>1000</x>
|
||||
@@ -487,7 +574,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<enum>decimal</enum>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="caTextEntry" name="caTextEntry_9">
|
||||
<widget class="caTextEntry" name="caTextEntry_5">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>1000</x>
|
||||
@@ -523,7 +610,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<enum>decimal</enum>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="caTextEntry" name="caTextEntry_10">
|
||||
<widget class="caTextEntry" name="caTextEntry_6">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>1000</x>
|
||||
@@ -559,7 +646,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<enum>decimal</enum>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="caTextEntry" name="caTextEntry_11">
|
||||
<widget class="caTextEntry" name="caTextEntry_7">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>1000</x>
|
||||
@@ -662,12 +749,12 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>1000</x>
|
||||
<y>35</y>
|
||||
<width>54</width>
|
||||
<width>50</width>
|
||||
<height>10</height>
|
||||
</rect>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="caTextEntry" name="caTextEntry_12">
|
||||
<widget class="caTextEntry" name="caTextEntry_8">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>740</x>
|
||||
@@ -703,7 +790,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<enum>decimal</enum>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="caTextEntry" name="caTextEntry_13">
|
||||
<widget class="caTextEntry" name="caTextEntry_9">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>740</x>
|
||||
@@ -739,7 +826,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<enum>decimal</enum>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="caTextEntry" name="caTextEntry_14">
|
||||
<widget class="caTextEntry" name="caTextEntry_10">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>740</x>
|
||||
@@ -775,7 +862,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<enum>decimal</enum>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="caTextEntry" name="caTextEntry_15">
|
||||
<widget class="caTextEntry" name="caTextEntry_11">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>740</x>
|
||||
@@ -811,7 +898,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<enum>decimal</enum>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="caTextEntry" name="caTextEntry_16">
|
||||
<widget class="caTextEntry" name="caTextEntry_12">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>790</x>
|
||||
@@ -847,7 +934,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<enum>decimal</enum>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="caTextEntry" name="caTextEntry_17">
|
||||
<widget class="caTextEntry" name="caTextEntry_13">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>790</x>
|
||||
@@ -883,7 +970,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<enum>decimal</enum>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="caTextEntry" name="caTextEntry_18">
|
||||
<widget class="caTextEntry" name="caTextEntry_14">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>790</x>
|
||||
@@ -919,7 +1006,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<enum>decimal</enum>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="caTextEntry" name="caTextEntry_19">
|
||||
<widget class="caTextEntry" name="caTextEntry_15">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>790</x>
|
||||
@@ -991,7 +1078,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
</rect>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="caTextEntry" name="caTextEntry_20">
|
||||
<widget class="caTextEntry" name="caTextEntry_16">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>840</x>
|
||||
@@ -1027,7 +1114,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<enum>decimal</enum>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="caTextEntry" name="caTextEntry_21">
|
||||
<widget class="caTextEntry" name="caTextEntry_17">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>840</x>
|
||||
@@ -1063,7 +1150,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<enum>decimal</enum>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="caTextEntry" name="caTextEntry_22">
|
||||
<widget class="caTextEntry" name="caTextEntry_18">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>840</x>
|
||||
@@ -1099,7 +1186,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<enum>decimal</enum>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="caTextEntry" name="caTextEntry_23">
|
||||
<widget class="caTextEntry" name="caTextEntry_19">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>840</x>
|
||||
@@ -1207,7 +1294,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
</rect>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="caTextEntry" name="caTextEntry_24">
|
||||
<widget class="caTextEntry" name="caTextEntry_20">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>895</x>
|
||||
@@ -1243,7 +1330,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<enum>decimal</enum>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="caTextEntry" name="caTextEntry_25">
|
||||
<widget class="caTextEntry" name="caTextEntry_21">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>895</x>
|
||||
@@ -1279,7 +1366,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<enum>decimal</enum>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="caTextEntry" name="caTextEntry_26">
|
||||
<widget class="caTextEntry" name="caTextEntry_22">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>895</x>
|
||||
@@ -1315,7 +1402,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<enum>decimal</enum>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="caTextEntry" name="caTextEntry_27">
|
||||
<widget class="caTextEntry" name="caTextEntry_23">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>895</x>
|
||||
@@ -1801,7 +1888,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<enum>caChoice::Static</enum>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="caTextEntry" name="caTextEntry_28">
|
||||
<widget class="caTextEntry" name="caTextEntry_24">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>635</x>
|
||||
@@ -1837,7 +1924,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<enum>decimal</enum>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="caTextEntry" name="caTextEntry_29">
|
||||
<widget class="caTextEntry" name="caTextEntry_25">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>635</x>
|
||||
@@ -1873,7 +1960,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<enum>decimal</enum>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="caTextEntry" name="caTextEntry_30">
|
||||
<widget class="caTextEntry" name="caTextEntry_26">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>635</x>
|
||||
@@ -1909,7 +1996,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<enum>decimal</enum>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="caTextEntry" name="caTextEntry_31">
|
||||
<widget class="caTextEntry" name="caTextEntry_27">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>635</x>
|
||||
@@ -1945,7 +2032,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<enum>decimal</enum>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="caTextEntry" name="caTextEntry_32">
|
||||
<widget class="caTextEntry" name="caTextEntry_28">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>685</x>
|
||||
@@ -1981,7 +2068,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<enum>decimal</enum>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="caTextEntry" name="caTextEntry_33">
|
||||
<widget class="caTextEntry" name="caTextEntry_29">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>685</x>
|
||||
@@ -2017,7 +2104,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<enum>decimal</enum>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="caTextEntry" name="caTextEntry_34">
|
||||
<widget class="caTextEntry" name="caTextEntry_30">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>685</x>
|
||||
@@ -2053,7 +2140,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<enum>decimal</enum>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="caTextEntry" name="caTextEntry_35">
|
||||
<widget class="caTextEntry" name="caTextEntry_31">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>685</x>
|
||||
@@ -2299,7 +2386,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
</rect>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="caTextEntry" name="caTextEntry_36">
|
||||
<widget class="caTextEntry" name="caTextEntry_32">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>585</x>
|
||||
@@ -2335,7 +2422,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<enum>decimal</enum>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="caTextEntry" name="caTextEntry_37">
|
||||
<widget class="caTextEntry" name="caTextEntry_33">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>585</x>
|
||||
@@ -2371,7 +2458,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<enum>decimal</enum>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="caTextEntry" name="caTextEntry_38">
|
||||
<widget class="caTextEntry" name="caTextEntry_34">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>585</x>
|
||||
@@ -2407,7 +2494,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<enum>decimal</enum>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="caTextEntry" name="caTextEntry_39">
|
||||
<widget class="caTextEntry" name="caTextEntry_35">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>585</x>
|
||||
@@ -2623,7 +2710,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
</rect>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="caTextEntry" name="caTextEntry_40">
|
||||
<widget class="caTextEntry" name="caTextEntry_36">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>380</x>
|
||||
@@ -2659,7 +2746,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<enum>decimal</enum>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="caTextEntry" name="caTextEntry_41">
|
||||
<widget class="caTextEntry" name="caTextEntry_37">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>455</x>
|
||||
@@ -2695,7 +2782,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<enum>decimal</enum>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="caTextEntry" name="caTextEntry_42">
|
||||
<widget class="caTextEntry" name="caTextEntry_38">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>455</x>
|
||||
@@ -2731,7 +2818,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<enum>decimal</enum>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="caTextEntry" name="caTextEntry_43">
|
||||
<widget class="caTextEntry" name="caTextEntry_39">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>380</x>
|
||||
@@ -2767,7 +2854,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<enum>decimal</enum>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="caTextEntry" name="caTextEntry_44">
|
||||
<widget class="caTextEntry" name="caTextEntry_40">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>380</x>
|
||||
@@ -2803,7 +2890,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<enum>decimal</enum>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="caTextEntry" name="caTextEntry_45">
|
||||
<widget class="caTextEntry" name="caTextEntry_41">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>455</x>
|
||||
@@ -2839,7 +2926,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<enum>decimal</enum>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="caTextEntry" name="caTextEntry_46">
|
||||
<widget class="caTextEntry" name="caTextEntry_42">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>380</x>
|
||||
@@ -2875,7 +2962,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<enum>decimal</enum>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="caTextEntry" name="caTextEntry_47">
|
||||
<widget class="caTextEntry" name="caTextEntry_43">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>455</x>
|
||||
@@ -2911,7 +2998,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<enum>decimal</enum>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="caTextEntry" name="caTextEntry_48">
|
||||
<widget class="caTextEntry" name="caTextEntry_44">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>305</x>
|
||||
@@ -2947,7 +3034,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<enum>decimal</enum>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="caTextEntry" name="caTextEntry_49">
|
||||
<widget class="caTextEntry" name="caTextEntry_45">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>230</x>
|
||||
@@ -2983,7 +3070,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<enum>decimal</enum>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="caTextEntry" name="caTextEntry_50">
|
||||
<widget class="caTextEntry" name="caTextEntry_46">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>230</x>
|
||||
@@ -3019,7 +3106,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<enum>decimal</enum>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="caTextEntry" name="caTextEntry_51">
|
||||
<widget class="caTextEntry" name="caTextEntry_47">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>305</x>
|
||||
@@ -3055,7 +3142,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<enum>decimal</enum>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="caTextEntry" name="caTextEntry_52">
|
||||
<widget class="caTextEntry" name="caTextEntry_48">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>305</x>
|
||||
@@ -3091,7 +3178,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<enum>decimal</enum>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="caTextEntry" name="caTextEntry_53">
|
||||
<widget class="caTextEntry" name="caTextEntry_49">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>230</x>
|
||||
@@ -3127,7 +3214,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<enum>decimal</enum>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="caTextEntry" name="caTextEntry_54">
|
||||
<widget class="caTextEntry" name="caTextEntry_50">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>305</x>
|
||||
@@ -3163,7 +3250,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<enum>decimal</enum>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="caTextEntry" name="caTextEntry_55">
|
||||
<widget class="caTextEntry" name="caTextEntry_51">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>230</x>
|
||||
@@ -3230,7 +3317,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>455</x>
|
||||
<y>15</y>
|
||||
<width>84</width>
|
||||
<width>75</width>
|
||||
<height>14</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -3338,7 +3425,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>305</x>
|
||||
<y>15</y>
|
||||
<width>84</width>
|
||||
<width>75</width>
|
||||
<height>14</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -3631,7 +3718,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
</rect>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="caTextEntry" name="caTextEntry_56">
|
||||
<widget class="caTextEntry" name="caTextEntry_52">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>160</x>
|
||||
@@ -3667,7 +3754,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<enum>decimal</enum>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="caTextEntry" name="caTextEntry_57">
|
||||
<widget class="caTextEntry" name="caTextEntry_53">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>160</x>
|
||||
@@ -3703,7 +3790,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<enum>decimal</enum>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="caTextEntry" name="caTextEntry_58">
|
||||
<widget class="caTextEntry" name="caTextEntry_54">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>160</x>
|
||||
@@ -3739,7 +3826,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<enum>decimal</enum>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="caTextEntry" name="caTextEntry_59">
|
||||
<widget class="caTextEntry" name="caTextEntry_55">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>160</x>
|
||||
@@ -3775,7 +3862,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<enum>decimal</enum>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="caTextEntry" name="caTextEntry_60">
|
||||
<widget class="caTextEntry" name="caTextEntry_56">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>60</x>
|
||||
@@ -3811,7 +3898,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<enum>decimal</enum>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="caTextEntry" name="caTextEntry_61">
|
||||
<widget class="caTextEntry" name="caTextEntry_57">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>60</x>
|
||||
@@ -3847,7 +3934,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<enum>decimal</enum>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="caTextEntry" name="caTextEntry_62">
|
||||
<widget class="caTextEntry" name="caTextEntry_58">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>60</x>
|
||||
@@ -3883,7 +3970,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<enum>decimal</enum>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="caTextEntry" name="caTextEntry_63">
|
||||
<widget class="caTextEntry" name="caTextEntry_59">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>60</x>
|
||||
@@ -4133,7 +4220,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<enum>Solid</enum>
|
||||
</property>
|
||||
<property name="xyPairs">
|
||||
<string>0,0;1050,0;</string>
|
||||
<string>1050,0;</string>
|
||||
</property>
|
||||
</widget>
|
||||
<zorder>caLabel_0</zorder>
|
||||
@@ -4211,14 +4298,14 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<zorder>caTextEntry_21</zorder>
|
||||
<zorder>caTextEntry_22</zorder>
|
||||
<zorder>caTextEntry_23</zorder>
|
||||
<zorder>caTextEntry_24</zorder>
|
||||
<zorder>caTextEntry_25</zorder>
|
||||
<zorder>caTextEntry_26</zorder>
|
||||
<zorder>caTextEntry_27</zorder>
|
||||
<zorder>caChoice_0</zorder>
|
||||
<zorder>caChoice_1</zorder>
|
||||
<zorder>caChoice_2</zorder>
|
||||
<zorder>caChoice_3</zorder>
|
||||
<zorder>caTextEntry_24</zorder>
|
||||
<zorder>caTextEntry_25</zorder>
|
||||
<zorder>caTextEntry_26</zorder>
|
||||
<zorder>caTextEntry_27</zorder>
|
||||
<zorder>caTextEntry_28</zorder>
|
||||
<zorder>caTextEntry_29</zorder>
|
||||
<zorder>caTextEntry_30</zorder>
|
||||
@@ -4251,10 +4338,6 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<zorder>caTextEntry_57</zorder>
|
||||
<zorder>caTextEntry_58</zorder>
|
||||
<zorder>caTextEntry_59</zorder>
|
||||
<zorder>caTextEntry_60</zorder>
|
||||
<zorder>caTextEntry_61</zorder>
|
||||
<zorder>caTextEntry_62</zorder>
|
||||
<zorder>caTextEntry_63</zorder>
|
||||
</widget>
|
||||
</widget>
|
||||
</ui>
|
||||
</ui>
|
||||
@@ -14,7 +14,94 @@
|
||||
<string>
|
||||
|
||||
QWidget#centralWidget {background: rgba(200, 200, 200, 255);}
|
||||
QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
|
||||
caTable {
|
||||
font: 10pt;
|
||||
background: cornsilk;
|
||||
alternate-background-color: wheat;
|
||||
}
|
||||
|
||||
caLineEdit {
|
||||
border-radius: 1px;
|
||||
background: lightyellow;
|
||||
color: black;
|
||||
}
|
||||
|
||||
caTextEntry {
|
||||
color: rgb(127, 0, 63);
|
||||
background-color: cornsilk;
|
||||
selection-color: #0a214c;
|
||||
selection-background-color: wheat;
|
||||
border: 1px groove black;
|
||||
border-radius: 1px;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
caTextEntry:focus {
|
||||
padding: 0px;
|
||||
border: 2px groove darkred;
|
||||
border-radius: 1px;
|
||||
}
|
||||
|
||||
QPushButton {
|
||||
border-color: #00b;
|
||||
border-radius: 2px;
|
||||
padding: 3px;
|
||||
border-width: 1px;
|
||||
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(224, 239, 255, 255),
|
||||
stop:0.5 rgba(199, 215, 230, 255),
|
||||
stop:1 rgba(184, 214, 236, 255));
|
||||
}
|
||||
QPushButton:hover {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(201, 226, 255, 255),
|
||||
stop:0.5 rgba(177, 204, 230, 255),
|
||||
stop:1 rgba(163, 205, 236, 255));
|
||||
}
|
||||
QPushButton:pressed {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(174, 219, 255, 255),
|
||||
stop:0.5 rgba(165, 199, 230, 255),
|
||||
stop:1 rgba(134, 188, 236, 255));
|
||||
}
|
||||
|
||||
QPushButton:disabled {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(174, 219, 255, 255),
|
||||
stop:0.5 rgba(165, 199, 230, 255),
|
||||
stop:1 rgba(134, 188, 236, 255));
|
||||
}
|
||||
|
||||
caChoice {
|
||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #E1E1E1, stop: 0.4 #DDDDDD,
|
||||
stop: 0.5 #D8D8D8, stop: 1.0 #D3D3D3);
|
||||
}
|
||||
|
||||
caChoice > QPushButton {
|
||||
text-align: left;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
caSlider::groove:horizontal {
|
||||
border: 1px solid #bbb;
|
||||
background: lightgrey;
|
||||
height: 20px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
caSlider::handle:horizontal {
|
||||
background: red;
|
||||
border: 1px solid #777;
|
||||
width: 13px;
|
||||
margin-top: -2px;
|
||||
margin-bottom: -2px;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
</string>
|
||||
</property>
|
||||
@@ -47,7 +134,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>51</y>
|
||||
<width>75</width>
|
||||
<width>60</width>
|
||||
<height>14</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -83,7 +170,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>66</y>
|
||||
<width>75</width>
|
||||
<width>60</width>
|
||||
<height>14</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -119,7 +206,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>81</y>
|
||||
<width>75</width>
|
||||
<width>60</width>
|
||||
<height>14</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -155,7 +242,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>96</y>
|
||||
<width>75</width>
|
||||
<width>60</width>
|
||||
<height>14</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -191,7 +278,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>114</y>
|
||||
<width>75</width>
|
||||
<width>60</width>
|
||||
<height>14</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -227,7 +314,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>129</y>
|
||||
<width>75</width>
|
||||
<width>60</width>
|
||||
<height>14</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -263,7 +350,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>144</y>
|
||||
<width>75</width>
|
||||
<width>60</width>
|
||||
<height>14</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -299,7 +386,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>159</y>
|
||||
<width>75</width>
|
||||
<width>60</width>
|
||||
<height>14</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -734,7 +821,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>950</x>
|
||||
<y>35</y>
|
||||
<width>54</width>
|
||||
<width>50</width>
|
||||
<height>10</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -1094,7 +1181,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>1000</x>
|
||||
<y>35</y>
|
||||
<width>54</width>
|
||||
<width>50</width>
|
||||
<height>10</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -5378,7 +5465,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>455</x>
|
||||
<y>15</y>
|
||||
<width>84</width>
|
||||
<width>75</width>
|
||||
<height>14</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -5486,7 +5573,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>305</x>
|
||||
<y>15</y>
|
||||
<width>84</width>
|
||||
<width>75</width>
|
||||
<height>14</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -6569,7 +6656,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<enum>Solid</enum>
|
||||
</property>
|
||||
<property name="xyPairs">
|
||||
<string>0,0;1050,0;</string>
|
||||
<string>1050,0;</string>
|
||||
</property>
|
||||
</widget>
|
||||
<zorder>caLabel_0</zorder>
|
||||
|
||||
@@ -14,7 +14,94 @@
|
||||
<string>
|
||||
|
||||
QWidget#centralWidget {background: rgba(200, 200, 200, 255);}
|
||||
QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
|
||||
caTable {
|
||||
font: 10pt;
|
||||
background: cornsilk;
|
||||
alternate-background-color: wheat;
|
||||
}
|
||||
|
||||
caLineEdit {
|
||||
border-radius: 1px;
|
||||
background: lightyellow;
|
||||
color: black;
|
||||
}
|
||||
|
||||
caTextEntry {
|
||||
color: rgb(127, 0, 63);
|
||||
background-color: cornsilk;
|
||||
selection-color: #0a214c;
|
||||
selection-background-color: wheat;
|
||||
border: 1px groove black;
|
||||
border-radius: 1px;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
caTextEntry:focus {
|
||||
padding: 0px;
|
||||
border: 2px groove darkred;
|
||||
border-radius: 1px;
|
||||
}
|
||||
|
||||
QPushButton {
|
||||
border-color: #00b;
|
||||
border-radius: 2px;
|
||||
padding: 3px;
|
||||
border-width: 1px;
|
||||
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(224, 239, 255, 255),
|
||||
stop:0.5 rgba(199, 215, 230, 255),
|
||||
stop:1 rgba(184, 214, 236, 255));
|
||||
}
|
||||
QPushButton:hover {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(201, 226, 255, 255),
|
||||
stop:0.5 rgba(177, 204, 230, 255),
|
||||
stop:1 rgba(163, 205, 236, 255));
|
||||
}
|
||||
QPushButton:pressed {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(174, 219, 255, 255),
|
||||
stop:0.5 rgba(165, 199, 230, 255),
|
||||
stop:1 rgba(134, 188, 236, 255));
|
||||
}
|
||||
|
||||
QPushButton:disabled {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(174, 219, 255, 255),
|
||||
stop:0.5 rgba(165, 199, 230, 255),
|
||||
stop:1 rgba(134, 188, 236, 255));
|
||||
}
|
||||
|
||||
caChoice {
|
||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #E1E1E1, stop: 0.4 #DDDDDD,
|
||||
stop: 0.5 #D8D8D8, stop: 1.0 #D3D3D3);
|
||||
}
|
||||
|
||||
caChoice > QPushButton {
|
||||
text-align: left;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
caSlider::groove:horizontal {
|
||||
border: 1px solid #bbb;
|
||||
background: lightgrey;
|
||||
height: 20px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
caSlider::handle:horizontal {
|
||||
background: red;
|
||||
border: 1px solid #777;
|
||||
width: 13px;
|
||||
margin-top: -2px;
|
||||
margin-bottom: -2px;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
</string>
|
||||
</property>
|
||||
@@ -446,7 +533,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>163</y>
|
||||
<width>31</width>
|
||||
<width>30</width>
|
||||
<height>13</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -599,7 +686,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>27</x>
|
||||
<y>139</y>
|
||||
<width>43</width>
|
||||
<width>30</width>
|
||||
<height>18</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -1589,7 +1676,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>127</x>
|
||||
<y>163</y>
|
||||
<width>31</width>
|
||||
<width>30</width>
|
||||
<height>13</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -1742,7 +1829,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>154</x>
|
||||
<y>139</y>
|
||||
<width>43</width>
|
||||
<width>30</width>
|
||||
<height>18</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -2338,7 +2425,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<enum>Solid</enum>
|
||||
</property>
|
||||
<property name="xyPairs">
|
||||
<string>0,0;0,180;</string>
|
||||
<string>0,180;</string>
|
||||
</property>
|
||||
</widget>
|
||||
<zorder>caRectangle_0</zorder>
|
||||
|
||||
@@ -14,7 +14,94 @@
|
||||
<string>
|
||||
|
||||
QWidget#centralWidget {background: rgba(200, 200, 200, 255);}
|
||||
QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
|
||||
caTable {
|
||||
font: 10pt;
|
||||
background: cornsilk;
|
||||
alternate-background-color: wheat;
|
||||
}
|
||||
|
||||
caLineEdit {
|
||||
border-radius: 1px;
|
||||
background: lightyellow;
|
||||
color: black;
|
||||
}
|
||||
|
||||
caTextEntry {
|
||||
color: rgb(127, 0, 63);
|
||||
background-color: cornsilk;
|
||||
selection-color: #0a214c;
|
||||
selection-background-color: wheat;
|
||||
border: 1px groove black;
|
||||
border-radius: 1px;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
caTextEntry:focus {
|
||||
padding: 0px;
|
||||
border: 2px groove darkred;
|
||||
border-radius: 1px;
|
||||
}
|
||||
|
||||
QPushButton {
|
||||
border-color: #00b;
|
||||
border-radius: 2px;
|
||||
padding: 3px;
|
||||
border-width: 1px;
|
||||
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(224, 239, 255, 255),
|
||||
stop:0.5 rgba(199, 215, 230, 255),
|
||||
stop:1 rgba(184, 214, 236, 255));
|
||||
}
|
||||
QPushButton:hover {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(201, 226, 255, 255),
|
||||
stop:0.5 rgba(177, 204, 230, 255),
|
||||
stop:1 rgba(163, 205, 236, 255));
|
||||
}
|
||||
QPushButton:pressed {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(174, 219, 255, 255),
|
||||
stop:0.5 rgba(165, 199, 230, 255),
|
||||
stop:1 rgba(134, 188, 236, 255));
|
||||
}
|
||||
|
||||
QPushButton:disabled {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(174, 219, 255, 255),
|
||||
stop:0.5 rgba(165, 199, 230, 255),
|
||||
stop:1 rgba(134, 188, 236, 255));
|
||||
}
|
||||
|
||||
caChoice {
|
||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #E1E1E1, stop: 0.4 #DDDDDD,
|
||||
stop: 0.5 #D8D8D8, stop: 1.0 #D3D3D3);
|
||||
}
|
||||
|
||||
caChoice > QPushButton {
|
||||
text-align: left;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
caSlider::groove:horizontal {
|
||||
border: 1px solid #bbb;
|
||||
background: lightgrey;
|
||||
height: 20px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
caSlider::handle:horizontal {
|
||||
background: red;
|
||||
border: 1px solid #777;
|
||||
width: 13px;
|
||||
margin-top: -2px;
|
||||
margin-bottom: -2px;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
</string>
|
||||
</property>
|
||||
@@ -446,7 +533,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>163</y>
|
||||
<width>31</width>
|
||||
<width>30</width>
|
||||
<height>13</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -599,7 +686,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>27</x>
|
||||
<y>139</y>
|
||||
<width>43</width>
|
||||
<width>30</width>
|
||||
<height>18</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -1589,7 +1676,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>120</x>
|
||||
<y>163</y>
|
||||
<width>31</width>
|
||||
<width>30</width>
|
||||
<height>13</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -1742,7 +1829,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>147</x>
|
||||
<y>139</y>
|
||||
<width>43</width>
|
||||
<width>30</width>
|
||||
<height>18</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -2732,7 +2819,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>240</x>
|
||||
<y>163</y>
|
||||
<width>31</width>
|
||||
<width>30</width>
|
||||
<height>13</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -2885,7 +2972,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>267</x>
|
||||
<y>139</y>
|
||||
<width>43</width>
|
||||
<width>30</width>
|
||||
<height>18</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -3481,7 +3568,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<enum>Solid</enum>
|
||||
</property>
|
||||
<property name="xyPairs">
|
||||
<string>0,0;0,180;</string>
|
||||
<string>0,180;</string>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="caPolyLine" name="caPolyLine_1">
|
||||
@@ -3517,7 +3604,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<enum>Solid</enum>
|
||||
</property>
|
||||
<property name="xyPairs">
|
||||
<string>0,0;0,180;</string>
|
||||
<string>0,180;</string>
|
||||
</property>
|
||||
</widget>
|
||||
<zorder>caRectangle_0</zorder>
|
||||
|
||||
@@ -14,7 +14,94 @@
|
||||
<string>
|
||||
|
||||
QWidget#centralWidget {background: rgba(200, 200, 200, 255);}
|
||||
QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
|
||||
caTable {
|
||||
font: 10pt;
|
||||
background: cornsilk;
|
||||
alternate-background-color: wheat;
|
||||
}
|
||||
|
||||
caLineEdit {
|
||||
border-radius: 1px;
|
||||
background: lightyellow;
|
||||
color: black;
|
||||
}
|
||||
|
||||
caTextEntry {
|
||||
color: rgb(127, 0, 63);
|
||||
background-color: cornsilk;
|
||||
selection-color: #0a214c;
|
||||
selection-background-color: wheat;
|
||||
border: 1px groove black;
|
||||
border-radius: 1px;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
caTextEntry:focus {
|
||||
padding: 0px;
|
||||
border: 2px groove darkred;
|
||||
border-radius: 1px;
|
||||
}
|
||||
|
||||
QPushButton {
|
||||
border-color: #00b;
|
||||
border-radius: 2px;
|
||||
padding: 3px;
|
||||
border-width: 1px;
|
||||
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(224, 239, 255, 255),
|
||||
stop:0.5 rgba(199, 215, 230, 255),
|
||||
stop:1 rgba(184, 214, 236, 255));
|
||||
}
|
||||
QPushButton:hover {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(201, 226, 255, 255),
|
||||
stop:0.5 rgba(177, 204, 230, 255),
|
||||
stop:1 rgba(163, 205, 236, 255));
|
||||
}
|
||||
QPushButton:pressed {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(174, 219, 255, 255),
|
||||
stop:0.5 rgba(165, 199, 230, 255),
|
||||
stop:1 rgba(134, 188, 236, 255));
|
||||
}
|
||||
|
||||
QPushButton:disabled {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(174, 219, 255, 255),
|
||||
stop:0.5 rgba(165, 199, 230, 255),
|
||||
stop:1 rgba(134, 188, 236, 255));
|
||||
}
|
||||
|
||||
caChoice {
|
||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #E1E1E1, stop: 0.4 #DDDDDD,
|
||||
stop: 0.5 #D8D8D8, stop: 1.0 #D3D3D3);
|
||||
}
|
||||
|
||||
caChoice > QPushButton {
|
||||
text-align: left;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
caSlider::groove:horizontal {
|
||||
border: 1px solid #bbb;
|
||||
background: lightgrey;
|
||||
height: 20px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
caSlider::handle:horizontal {
|
||||
background: red;
|
||||
border: 1px solid #777;
|
||||
width: 13px;
|
||||
margin-top: -2px;
|
||||
margin-bottom: -2px;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
</string>
|
||||
</property>
|
||||
@@ -446,7 +533,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>163</y>
|
||||
<width>31</width>
|
||||
<width>30</width>
|
||||
<height>13</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -599,7 +686,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>27</x>
|
||||
<y>139</y>
|
||||
<width>43</width>
|
||||
<width>30</width>
|
||||
<height>18</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -1589,7 +1676,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>120</x>
|
||||
<y>163</y>
|
||||
<width>31</width>
|
||||
<width>30</width>
|
||||
<height>13</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -1742,7 +1829,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>147</x>
|
||||
<y>139</y>
|
||||
<width>43</width>
|
||||
<width>30</width>
|
||||
<height>18</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -2732,7 +2819,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>240</x>
|
||||
<y>163</y>
|
||||
<width>31</width>
|
||||
<width>30</width>
|
||||
<height>13</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -2885,7 +2972,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>267</x>
|
||||
<y>139</y>
|
||||
<width>43</width>
|
||||
<width>30</width>
|
||||
<height>18</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -3875,7 +3962,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>360</x>
|
||||
<y>163</y>
|
||||
<width>31</width>
|
||||
<width>30</width>
|
||||
<height>13</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -4028,7 +4115,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>387</x>
|
||||
<y>139</y>
|
||||
<width>43</width>
|
||||
<width>30</width>
|
||||
<height>18</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -4624,7 +4711,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<enum>Solid</enum>
|
||||
</property>
|
||||
<property name="xyPairs">
|
||||
<string>0,0;0,180;</string>
|
||||
<string>0,180;</string>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="caPolyLine" name="caPolyLine_1">
|
||||
@@ -4660,7 +4747,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<enum>Solid</enum>
|
||||
</property>
|
||||
<property name="xyPairs">
|
||||
<string>0,0;0,180;</string>
|
||||
<string>0,180;</string>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="caPolyLine" name="caPolyLine_2">
|
||||
@@ -4696,7 +4783,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<enum>Solid</enum>
|
||||
</property>
|
||||
<property name="xyPairs">
|
||||
<string>0,0;0,180;</string>
|
||||
<string>0,180;</string>
|
||||
</property>
|
||||
</widget>
|
||||
<zorder>caRectangle_0</zorder>
|
||||
|
||||
@@ -14,7 +14,94 @@
|
||||
<string>
|
||||
|
||||
QWidget#centralWidget {background: rgba(200, 200, 200, 255);}
|
||||
QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
|
||||
caTable {
|
||||
font: 10pt;
|
||||
background: cornsilk;
|
||||
alternate-background-color: wheat;
|
||||
}
|
||||
|
||||
caLineEdit {
|
||||
border-radius: 1px;
|
||||
background: lightyellow;
|
||||
color: black;
|
||||
}
|
||||
|
||||
caTextEntry {
|
||||
color: rgb(127, 0, 63);
|
||||
background-color: cornsilk;
|
||||
selection-color: #0a214c;
|
||||
selection-background-color: wheat;
|
||||
border: 1px groove black;
|
||||
border-radius: 1px;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
caTextEntry:focus {
|
||||
padding: 0px;
|
||||
border: 2px groove darkred;
|
||||
border-radius: 1px;
|
||||
}
|
||||
|
||||
QPushButton {
|
||||
border-color: #00b;
|
||||
border-radius: 2px;
|
||||
padding: 3px;
|
||||
border-width: 1px;
|
||||
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(224, 239, 255, 255),
|
||||
stop:0.5 rgba(199, 215, 230, 255),
|
||||
stop:1 rgba(184, 214, 236, 255));
|
||||
}
|
||||
QPushButton:hover {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(201, 226, 255, 255),
|
||||
stop:0.5 rgba(177, 204, 230, 255),
|
||||
stop:1 rgba(163, 205, 236, 255));
|
||||
}
|
||||
QPushButton:pressed {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(174, 219, 255, 255),
|
||||
stop:0.5 rgba(165, 199, 230, 255),
|
||||
stop:1 rgba(134, 188, 236, 255));
|
||||
}
|
||||
|
||||
QPushButton:disabled {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(174, 219, 255, 255),
|
||||
stop:0.5 rgba(165, 199, 230, 255),
|
||||
stop:1 rgba(134, 188, 236, 255));
|
||||
}
|
||||
|
||||
caChoice {
|
||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #E1E1E1, stop: 0.4 #DDDDDD,
|
||||
stop: 0.5 #D8D8D8, stop: 1.0 #D3D3D3);
|
||||
}
|
||||
|
||||
caChoice > QPushButton {
|
||||
text-align: left;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
caSlider::groove:horizontal {
|
||||
border: 1px solid #bbb;
|
||||
background: lightgrey;
|
||||
height: 20px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
caSlider::handle:horizontal {
|
||||
background: red;
|
||||
border: 1px solid #777;
|
||||
width: 13px;
|
||||
margin-top: -2px;
|
||||
margin-bottom: -2px;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
</string>
|
||||
</property>
|
||||
@@ -461,7 +548,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>163</y>
|
||||
<width>31</width>
|
||||
<width>30</width>
|
||||
<height>13</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -614,7 +701,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>27</x>
|
||||
<y>139</y>
|
||||
<width>43</width>
|
||||
<width>30</width>
|
||||
<height>18</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -1679,7 +1766,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>120</x>
|
||||
<y>163</y>
|
||||
<width>31</width>
|
||||
<width>30</width>
|
||||
<height>13</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -1832,7 +1919,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>147</x>
|
||||
<y>139</y>
|
||||
<width>43</width>
|
||||
<width>30</width>
|
||||
<height>18</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -2897,7 +2984,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>240</x>
|
||||
<y>163</y>
|
||||
<width>31</width>
|
||||
<width>30</width>
|
||||
<height>13</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -3050,7 +3137,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>267</x>
|
||||
<y>139</y>
|
||||
<width>43</width>
|
||||
<width>30</width>
|
||||
<height>18</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -4115,7 +4202,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>360</x>
|
||||
<y>163</y>
|
||||
<width>31</width>
|
||||
<width>30</width>
|
||||
<height>13</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -4268,7 +4355,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>387</x>
|
||||
<y>139</y>
|
||||
<width>43</width>
|
||||
<width>30</width>
|
||||
<height>18</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -5333,7 +5420,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>480</x>
|
||||
<y>163</y>
|
||||
<width>31</width>
|
||||
<width>30</width>
|
||||
<height>13</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -5486,7 +5573,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>507</x>
|
||||
<y>139</y>
|
||||
<width>43</width>
|
||||
<width>30</width>
|
||||
<height>18</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -6142,7 +6229,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<enum>Solid</enum>
|
||||
</property>
|
||||
<property name="xyPairs">
|
||||
<string>0,0;0,180;</string>
|
||||
<string>0,180;</string>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="caPolyLine" name="caPolyLine_1">
|
||||
@@ -6178,7 +6265,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<enum>Solid</enum>
|
||||
</property>
|
||||
<property name="xyPairs">
|
||||
<string>0,0;0,180;</string>
|
||||
<string>0,180;</string>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="caPolyLine" name="caPolyLine_2">
|
||||
@@ -6214,7 +6301,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<enum>Solid</enum>
|
||||
</property>
|
||||
<property name="xyPairs">
|
||||
<string>0,0;0,180;</string>
|
||||
<string>0,180;</string>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="caPolyLine" name="caPolyLine_3">
|
||||
@@ -6250,7 +6337,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<enum>Solid</enum>
|
||||
</property>
|
||||
<property name="xyPairs">
|
||||
<string>0,0;0,180;</string>
|
||||
<string>0,180;</string>
|
||||
</property>
|
||||
</widget>
|
||||
<zorder>caRectangle_0</zorder>
|
||||
|
||||
@@ -14,7 +14,94 @@
|
||||
<string>
|
||||
|
||||
QWidget#centralWidget {background: rgba(200, 200, 200, 255);}
|
||||
QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
|
||||
caTable {
|
||||
font: 10pt;
|
||||
background: cornsilk;
|
||||
alternate-background-color: wheat;
|
||||
}
|
||||
|
||||
caLineEdit {
|
||||
border-radius: 1px;
|
||||
background: lightyellow;
|
||||
color: black;
|
||||
}
|
||||
|
||||
caTextEntry {
|
||||
color: rgb(127, 0, 63);
|
||||
background-color: cornsilk;
|
||||
selection-color: #0a214c;
|
||||
selection-background-color: wheat;
|
||||
border: 1px groove black;
|
||||
border-radius: 1px;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
caTextEntry:focus {
|
||||
padding: 0px;
|
||||
border: 2px groove darkred;
|
||||
border-radius: 1px;
|
||||
}
|
||||
|
||||
QPushButton {
|
||||
border-color: #00b;
|
||||
border-radius: 2px;
|
||||
padding: 3px;
|
||||
border-width: 1px;
|
||||
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(224, 239, 255, 255),
|
||||
stop:0.5 rgba(199, 215, 230, 255),
|
||||
stop:1 rgba(184, 214, 236, 255));
|
||||
}
|
||||
QPushButton:hover {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(201, 226, 255, 255),
|
||||
stop:0.5 rgba(177, 204, 230, 255),
|
||||
stop:1 rgba(163, 205, 236, 255));
|
||||
}
|
||||
QPushButton:pressed {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(174, 219, 255, 255),
|
||||
stop:0.5 rgba(165, 199, 230, 255),
|
||||
stop:1 rgba(134, 188, 236, 255));
|
||||
}
|
||||
|
||||
QPushButton:disabled {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(174, 219, 255, 255),
|
||||
stop:0.5 rgba(165, 199, 230, 255),
|
||||
stop:1 rgba(134, 188, 236, 255));
|
||||
}
|
||||
|
||||
caChoice {
|
||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #E1E1E1, stop: 0.4 #DDDDDD,
|
||||
stop: 0.5 #D8D8D8, stop: 1.0 #D3D3D3);
|
||||
}
|
||||
|
||||
caChoice > QPushButton {
|
||||
text-align: left;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
caSlider::groove:horizontal {
|
||||
border: 1px solid #bbb;
|
||||
background: lightgrey;
|
||||
height: 20px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
caSlider::handle:horizontal {
|
||||
background: red;
|
||||
border: 1px solid #777;
|
||||
width: 13px;
|
||||
margin-top: -2px;
|
||||
margin-bottom: -2px;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
</string>
|
||||
</property>
|
||||
@@ -446,7 +533,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>163</y>
|
||||
<width>31</width>
|
||||
<width>30</width>
|
||||
<height>13</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -599,7 +686,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>27</x>
|
||||
<y>139</y>
|
||||
<width>43</width>
|
||||
<width>30</width>
|
||||
<height>18</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -1589,7 +1676,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>120</x>
|
||||
<y>163</y>
|
||||
<width>31</width>
|
||||
<width>30</width>
|
||||
<height>13</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -1742,7 +1829,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>147</x>
|
||||
<y>139</y>
|
||||
<width>43</width>
|
||||
<width>30</width>
|
||||
<height>18</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -2732,7 +2819,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>240</x>
|
||||
<y>163</y>
|
||||
<width>31</width>
|
||||
<width>30</width>
|
||||
<height>13</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -2885,7 +2972,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>267</x>
|
||||
<y>139</y>
|
||||
<width>43</width>
|
||||
<width>30</width>
|
||||
<height>18</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -3875,7 +3962,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>360</x>
|
||||
<y>163</y>
|
||||
<width>31</width>
|
||||
<width>30</width>
|
||||
<height>13</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -4028,7 +4115,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>387</x>
|
||||
<y>139</y>
|
||||
<width>43</width>
|
||||
<width>30</width>
|
||||
<height>18</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -5018,7 +5105,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>480</x>
|
||||
<y>163</y>
|
||||
<width>31</width>
|
||||
<width>30</width>
|
||||
<height>13</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -5171,7 +5258,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>507</x>
|
||||
<y>139</y>
|
||||
<width>43</width>
|
||||
<width>30</width>
|
||||
<height>18</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -6161,7 +6248,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>600</x>
|
||||
<y>163</y>
|
||||
<width>31</width>
|
||||
<width>30</width>
|
||||
<height>13</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -6314,7 +6401,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>627</x>
|
||||
<y>139</y>
|
||||
<width>43</width>
|
||||
<width>30</width>
|
||||
<height>18</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -6910,7 +6997,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<enum>Solid</enum>
|
||||
</property>
|
||||
<property name="xyPairs">
|
||||
<string>0,0;0,180;</string>
|
||||
<string>0,180;</string>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="caPolyLine" name="caPolyLine_1">
|
||||
@@ -6946,7 +7033,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<enum>Solid</enum>
|
||||
</property>
|
||||
<property name="xyPairs">
|
||||
<string>0,0;0,180;</string>
|
||||
<string>0,180;</string>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="caPolyLine" name="caPolyLine_2">
|
||||
@@ -6982,7 +7069,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<enum>Solid</enum>
|
||||
</property>
|
||||
<property name="xyPairs">
|
||||
<string>0,0;0,180;</string>
|
||||
<string>0,180;</string>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="caPolyLine" name="caPolyLine_3">
|
||||
@@ -7018,7 +7105,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<enum>Solid</enum>
|
||||
</property>
|
||||
<property name="xyPairs">
|
||||
<string>0,0;0,180;</string>
|
||||
<string>0,180;</string>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="caPolyLine" name="caPolyLine_4">
|
||||
@@ -7054,7 +7141,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<enum>Solid</enum>
|
||||
</property>
|
||||
<property name="xyPairs">
|
||||
<string>0,0;0,180;</string>
|
||||
<string>0,180;</string>
|
||||
</property>
|
||||
</widget>
|
||||
<zorder>caRectangle_0</zorder>
|
||||
|
||||
@@ -14,7 +14,94 @@
|
||||
<string>
|
||||
|
||||
QWidget#centralWidget {background: rgba(200, 200, 200, 255);}
|
||||
QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
|
||||
caTable {
|
||||
font: 10pt;
|
||||
background: cornsilk;
|
||||
alternate-background-color: wheat;
|
||||
}
|
||||
|
||||
caLineEdit {
|
||||
border-radius: 1px;
|
||||
background: lightyellow;
|
||||
color: black;
|
||||
}
|
||||
|
||||
caTextEntry {
|
||||
color: rgb(127, 0, 63);
|
||||
background-color: cornsilk;
|
||||
selection-color: #0a214c;
|
||||
selection-background-color: wheat;
|
||||
border: 1px groove black;
|
||||
border-radius: 1px;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
caTextEntry:focus {
|
||||
padding: 0px;
|
||||
border: 2px groove darkred;
|
||||
border-radius: 1px;
|
||||
}
|
||||
|
||||
QPushButton {
|
||||
border-color: #00b;
|
||||
border-radius: 2px;
|
||||
padding: 3px;
|
||||
border-width: 1px;
|
||||
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(224, 239, 255, 255),
|
||||
stop:0.5 rgba(199, 215, 230, 255),
|
||||
stop:1 rgba(184, 214, 236, 255));
|
||||
}
|
||||
QPushButton:hover {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(201, 226, 255, 255),
|
||||
stop:0.5 rgba(177, 204, 230, 255),
|
||||
stop:1 rgba(163, 205, 236, 255));
|
||||
}
|
||||
QPushButton:pressed {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(174, 219, 255, 255),
|
||||
stop:0.5 rgba(165, 199, 230, 255),
|
||||
stop:1 rgba(134, 188, 236, 255));
|
||||
}
|
||||
|
||||
QPushButton:disabled {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(174, 219, 255, 255),
|
||||
stop:0.5 rgba(165, 199, 230, 255),
|
||||
stop:1 rgba(134, 188, 236, 255));
|
||||
}
|
||||
|
||||
caChoice {
|
||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #E1E1E1, stop: 0.4 #DDDDDD,
|
||||
stop: 0.5 #D8D8D8, stop: 1.0 #D3D3D3);
|
||||
}
|
||||
|
||||
caChoice > QPushButton {
|
||||
text-align: left;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
caSlider::groove:horizontal {
|
||||
border: 1px solid #bbb;
|
||||
background: lightgrey;
|
||||
height: 20px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
caSlider::handle:horizontal {
|
||||
background: red;
|
||||
border: 1px solid #777;
|
||||
width: 13px;
|
||||
margin-top: -2px;
|
||||
margin-bottom: -2px;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
</string>
|
||||
</property>
|
||||
@@ -650,7 +737,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>163</y>
|
||||
<width>31</width>
|
||||
<width>30</width>
|
||||
<height>13</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -803,7 +890,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>27</x>
|
||||
<y>139</y>
|
||||
<width>43</width>
|
||||
<width>30</width>
|
||||
<height>18</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -1793,7 +1880,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>120</x>
|
||||
<y>163</y>
|
||||
<width>31</width>
|
||||
<width>30</width>
|
||||
<height>13</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -1946,7 +2033,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>147</x>
|
||||
<y>139</y>
|
||||
<width>43</width>
|
||||
<width>30</width>
|
||||
<height>18</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -2936,7 +3023,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>240</x>
|
||||
<y>163</y>
|
||||
<width>31</width>
|
||||
<width>30</width>
|
||||
<height>13</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -3089,7 +3176,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>267</x>
|
||||
<y>139</y>
|
||||
<width>43</width>
|
||||
<width>30</width>
|
||||
<height>18</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -4079,7 +4166,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>360</x>
|
||||
<y>163</y>
|
||||
<width>31</width>
|
||||
<width>30</width>
|
||||
<height>13</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -4232,7 +4319,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>387</x>
|
||||
<y>139</y>
|
||||
<width>43</width>
|
||||
<width>30</width>
|
||||
<height>18</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -5222,7 +5309,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>480</x>
|
||||
<y>163</y>
|
||||
<width>31</width>
|
||||
<width>30</width>
|
||||
<height>13</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -5375,7 +5462,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>507</x>
|
||||
<y>139</y>
|
||||
<width>43</width>
|
||||
<width>30</width>
|
||||
<height>18</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -6365,7 +6452,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>600</x>
|
||||
<y>163</y>
|
||||
<width>31</width>
|
||||
<width>30</width>
|
||||
<height>13</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -6518,7 +6605,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>627</x>
|
||||
<y>139</y>
|
||||
<width>43</width>
|
||||
<width>30</width>
|
||||
<height>18</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -7382,7 +7469,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>720</x>
|
||||
<y>163</y>
|
||||
<width>31</width>
|
||||
<width>30</width>
|
||||
<height>13</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -7535,7 +7622,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>747</x>
|
||||
<y>139</y>
|
||||
<width>43</width>
|
||||
<width>30</width>
|
||||
<height>18</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -8363,7 +8450,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>840</x>
|
||||
<y>163</y>
|
||||
<width>31</width>
|
||||
<width>30</width>
|
||||
<height>13</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -8516,7 +8603,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>867</x>
|
||||
<y>139</y>
|
||||
<width>43</width>
|
||||
<width>30</width>
|
||||
<height>18</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -9200,7 +9287,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<enum>Solid</enum>
|
||||
</property>
|
||||
<property name="xyPairs">
|
||||
<string>1,1;1,181;</string>
|
||||
<string>1,181;</string>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="caPolyLine" name="caPolyLine_1">
|
||||
@@ -9240,7 +9327,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<enum>Solid</enum>
|
||||
</property>
|
||||
<property name="xyPairs">
|
||||
<string>1,1;1,181;</string>
|
||||
<string>1,181;</string>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="caPolyLine" name="caPolyLine_2">
|
||||
@@ -9280,7 +9367,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<enum>Solid</enum>
|
||||
</property>
|
||||
<property name="xyPairs">
|
||||
<string>1,1;1,181;</string>
|
||||
<string>1,181;</string>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="caPolyLine" name="caPolyLine_3">
|
||||
@@ -9320,7 +9407,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<enum>Solid</enum>
|
||||
</property>
|
||||
<property name="xyPairs">
|
||||
<string>1,1;1,181;</string>
|
||||
<string>1,181;</string>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="caPolyLine" name="caPolyLine_4">
|
||||
@@ -9360,7 +9447,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<enum>Solid</enum>
|
||||
</property>
|
||||
<property name="xyPairs">
|
||||
<string>1,1;1,181;</string>
|
||||
<string>1,181;</string>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="caPolyLine" name="caPolyLine_5">
|
||||
@@ -9400,7 +9487,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<enum>Solid</enum>
|
||||
</property>
|
||||
<property name="xyPairs">
|
||||
<string>1,1;1,181;</string>
|
||||
<string>1,181;</string>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="caPolyLine" name="caPolyLine_6">
|
||||
@@ -9440,7 +9527,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<enum>Solid</enum>
|
||||
</property>
|
||||
<property name="xyPairs">
|
||||
<string>1,1;1,181;</string>
|
||||
<string>1,181;</string>
|
||||
</property>
|
||||
</widget>
|
||||
<zorder>caRectangle_0</zorder>
|
||||
|
||||
@@ -14,7 +14,94 @@
|
||||
<string>
|
||||
|
||||
QWidget#centralWidget {background: rgba(218, 218, 218, 255);}
|
||||
QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
|
||||
caTable {
|
||||
font: 10pt;
|
||||
background: cornsilk;
|
||||
alternate-background-color: wheat;
|
||||
}
|
||||
|
||||
caLineEdit {
|
||||
border-radius: 1px;
|
||||
background: lightyellow;
|
||||
color: black;
|
||||
}
|
||||
|
||||
caTextEntry {
|
||||
color: rgb(127, 0, 63);
|
||||
background-color: cornsilk;
|
||||
selection-color: #0a214c;
|
||||
selection-background-color: wheat;
|
||||
border: 1px groove black;
|
||||
border-radius: 1px;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
caTextEntry:focus {
|
||||
padding: 0px;
|
||||
border: 2px groove darkred;
|
||||
border-radius: 1px;
|
||||
}
|
||||
|
||||
QPushButton {
|
||||
border-color: #00b;
|
||||
border-radius: 2px;
|
||||
padding: 3px;
|
||||
border-width: 1px;
|
||||
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(224, 239, 255, 255),
|
||||
stop:0.5 rgba(199, 215, 230, 255),
|
||||
stop:1 rgba(184, 214, 236, 255));
|
||||
}
|
||||
QPushButton:hover {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(201, 226, 255, 255),
|
||||
stop:0.5 rgba(177, 204, 230, 255),
|
||||
stop:1 rgba(163, 205, 236, 255));
|
||||
}
|
||||
QPushButton:pressed {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(174, 219, 255, 255),
|
||||
stop:0.5 rgba(165, 199, 230, 255),
|
||||
stop:1 rgba(134, 188, 236, 255));
|
||||
}
|
||||
|
||||
QPushButton:disabled {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(174, 219, 255, 255),
|
||||
stop:0.5 rgba(165, 199, 230, 255),
|
||||
stop:1 rgba(134, 188, 236, 255));
|
||||
}
|
||||
|
||||
caChoice {
|
||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #E1E1E1, stop: 0.4 #DDDDDD,
|
||||
stop: 0.5 #D8D8D8, stop: 1.0 #D3D3D3);
|
||||
}
|
||||
|
||||
caChoice > QPushButton {
|
||||
text-align: left;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
caSlider::groove:horizontal {
|
||||
border: 1px solid #bbb;
|
||||
background: lightgrey;
|
||||
height: 20px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
caSlider::handle:horizontal {
|
||||
background: red;
|
||||
border: 1px solid #777;
|
||||
width: 13px;
|
||||
margin-top: -2px;
|
||||
margin-bottom: -2px;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
</string>
|
||||
</property>
|
||||
@@ -46062,7 +46149,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>546</x>
|
||||
<y>138</y>
|
||||
<width>25</width>
|
||||
<width>24</width>
|
||||
<height>14</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -46463,7 +46550,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>546</x>
|
||||
<y>174</y>
|
||||
<width>25</width>
|
||||
<width>24</width>
|
||||
<height>14</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -46864,7 +46951,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>546</x>
|
||||
<y>210</y>
|
||||
<width>25</width>
|
||||
<width>24</width>
|
||||
<height>14</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -47265,7 +47352,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>546</x>
|
||||
<y>246</y>
|
||||
<width>25</width>
|
||||
<width>24</width>
|
||||
<height>14</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -47666,7 +47753,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>546</x>
|
||||
<y>282</y>
|
||||
<width>25</width>
|
||||
<width>24</width>
|
||||
<height>14</height>
|
||||
</rect>
|
||||
</property>
|
||||
|
||||
@@ -14,7 +14,94 @@
|
||||
<string>
|
||||
|
||||
QWidget#centralWidget {background: rgba(218, 218, 218, 255);}
|
||||
QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
|
||||
caTable {
|
||||
font: 10pt;
|
||||
background: cornsilk;
|
||||
alternate-background-color: wheat;
|
||||
}
|
||||
|
||||
caLineEdit {
|
||||
border-radius: 1px;
|
||||
background: lightyellow;
|
||||
color: black;
|
||||
}
|
||||
|
||||
caTextEntry {
|
||||
color: rgb(127, 0, 63);
|
||||
background-color: cornsilk;
|
||||
selection-color: #0a214c;
|
||||
selection-background-color: wheat;
|
||||
border: 1px groove black;
|
||||
border-radius: 1px;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
caTextEntry:focus {
|
||||
padding: 0px;
|
||||
border: 2px groove darkred;
|
||||
border-radius: 1px;
|
||||
}
|
||||
|
||||
QPushButton {
|
||||
border-color: #00b;
|
||||
border-radius: 2px;
|
||||
padding: 3px;
|
||||
border-width: 1px;
|
||||
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(224, 239, 255, 255),
|
||||
stop:0.5 rgba(199, 215, 230, 255),
|
||||
stop:1 rgba(184, 214, 236, 255));
|
||||
}
|
||||
QPushButton:hover {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(201, 226, 255, 255),
|
||||
stop:0.5 rgba(177, 204, 230, 255),
|
||||
stop:1 rgba(163, 205, 236, 255));
|
||||
}
|
||||
QPushButton:pressed {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(174, 219, 255, 255),
|
||||
stop:0.5 rgba(165, 199, 230, 255),
|
||||
stop:1 rgba(134, 188, 236, 255));
|
||||
}
|
||||
|
||||
QPushButton:disabled {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(174, 219, 255, 255),
|
||||
stop:0.5 rgba(165, 199, 230, 255),
|
||||
stop:1 rgba(134, 188, 236, 255));
|
||||
}
|
||||
|
||||
caChoice {
|
||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #E1E1E1, stop: 0.4 #DDDDDD,
|
||||
stop: 0.5 #D8D8D8, stop: 1.0 #D3D3D3);
|
||||
}
|
||||
|
||||
caChoice > QPushButton {
|
||||
text-align: left;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
caSlider::groove:horizontal {
|
||||
border: 1px solid #bbb;
|
||||
background: lightgrey;
|
||||
height: 20px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
caSlider::handle:horizontal {
|
||||
background: red;
|
||||
border: 1px solid #777;
|
||||
width: 13px;
|
||||
margin-top: -2px;
|
||||
margin-bottom: -2px;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
</string>
|
||||
</property>
|
||||
@@ -50,7 +137,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>132</width>
|
||||
<width>95</width>
|
||||
<height>20</height>
|
||||
</rect>
|
||||
</property>
|
||||
|
||||
@@ -14,7 +14,94 @@
|
||||
<string>
|
||||
|
||||
QWidget#centralWidget {background: rgba(218, 218, 218, 255);}
|
||||
QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
|
||||
caTable {
|
||||
font: 10pt;
|
||||
background: cornsilk;
|
||||
alternate-background-color: wheat;
|
||||
}
|
||||
|
||||
caLineEdit {
|
||||
border-radius: 1px;
|
||||
background: lightyellow;
|
||||
color: black;
|
||||
}
|
||||
|
||||
caTextEntry {
|
||||
color: rgb(127, 0, 63);
|
||||
background-color: cornsilk;
|
||||
selection-color: #0a214c;
|
||||
selection-background-color: wheat;
|
||||
border: 1px groove black;
|
||||
border-radius: 1px;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
caTextEntry:focus {
|
||||
padding: 0px;
|
||||
border: 2px groove darkred;
|
||||
border-radius: 1px;
|
||||
}
|
||||
|
||||
QPushButton {
|
||||
border-color: #00b;
|
||||
border-radius: 2px;
|
||||
padding: 3px;
|
||||
border-width: 1px;
|
||||
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(224, 239, 255, 255),
|
||||
stop:0.5 rgba(199, 215, 230, 255),
|
||||
stop:1 rgba(184, 214, 236, 255));
|
||||
}
|
||||
QPushButton:hover {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(201, 226, 255, 255),
|
||||
stop:0.5 rgba(177, 204, 230, 255),
|
||||
stop:1 rgba(163, 205, 236, 255));
|
||||
}
|
||||
QPushButton:pressed {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(174, 219, 255, 255),
|
||||
stop:0.5 rgba(165, 199, 230, 255),
|
||||
stop:1 rgba(134, 188, 236, 255));
|
||||
}
|
||||
|
||||
QPushButton:disabled {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(174, 219, 255, 255),
|
||||
stop:0.5 rgba(165, 199, 230, 255),
|
||||
stop:1 rgba(134, 188, 236, 255));
|
||||
}
|
||||
|
||||
caChoice {
|
||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #E1E1E1, stop: 0.4 #DDDDDD,
|
||||
stop: 0.5 #D8D8D8, stop: 1.0 #D3D3D3);
|
||||
}
|
||||
|
||||
caChoice > QPushButton {
|
||||
text-align: left;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
caSlider::groove:horizontal {
|
||||
border: 1px solid #bbb;
|
||||
background: lightgrey;
|
||||
height: 20px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
caSlider::handle:horizontal {
|
||||
background: red;
|
||||
border: 1px solid #777;
|
||||
width: 13px;
|
||||
margin-top: -2px;
|
||||
margin-bottom: -2px;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
</string>
|
||||
</property>
|
||||
|
||||
@@ -14,7 +14,94 @@
|
||||
<string>
|
||||
|
||||
QWidget#centralWidget {background: rgba(218, 218, 218, 255);}
|
||||
QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
|
||||
caTable {
|
||||
font: 10pt;
|
||||
background: cornsilk;
|
||||
alternate-background-color: wheat;
|
||||
}
|
||||
|
||||
caLineEdit {
|
||||
border-radius: 1px;
|
||||
background: lightyellow;
|
||||
color: black;
|
||||
}
|
||||
|
||||
caTextEntry {
|
||||
color: rgb(127, 0, 63);
|
||||
background-color: cornsilk;
|
||||
selection-color: #0a214c;
|
||||
selection-background-color: wheat;
|
||||
border: 1px groove black;
|
||||
border-radius: 1px;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
caTextEntry:focus {
|
||||
padding: 0px;
|
||||
border: 2px groove darkred;
|
||||
border-radius: 1px;
|
||||
}
|
||||
|
||||
QPushButton {
|
||||
border-color: #00b;
|
||||
border-radius: 2px;
|
||||
padding: 3px;
|
||||
border-width: 1px;
|
||||
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(224, 239, 255, 255),
|
||||
stop:0.5 rgba(199, 215, 230, 255),
|
||||
stop:1 rgba(184, 214, 236, 255));
|
||||
}
|
||||
QPushButton:hover {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(201, 226, 255, 255),
|
||||
stop:0.5 rgba(177, 204, 230, 255),
|
||||
stop:1 rgba(163, 205, 236, 255));
|
||||
}
|
||||
QPushButton:pressed {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(174, 219, 255, 255),
|
||||
stop:0.5 rgba(165, 199, 230, 255),
|
||||
stop:1 rgba(134, 188, 236, 255));
|
||||
}
|
||||
|
||||
QPushButton:disabled {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(174, 219, 255, 255),
|
||||
stop:0.5 rgba(165, 199, 230, 255),
|
||||
stop:1 rgba(134, 188, 236, 255));
|
||||
}
|
||||
|
||||
caChoice {
|
||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #E1E1E1, stop: 0.4 #DDDDDD,
|
||||
stop: 0.5 #D8D8D8, stop: 1.0 #D3D3D3);
|
||||
}
|
||||
|
||||
caChoice > QPushButton {
|
||||
text-align: left;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
caSlider::groove:horizontal {
|
||||
border: 1px solid #bbb;
|
||||
background: lightgrey;
|
||||
height: 20px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
caSlider::handle:horizontal {
|
||||
background: red;
|
||||
border: 1px solid #777;
|
||||
width: 13px;
|
||||
margin-top: -2px;
|
||||
margin-bottom: -2px;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
</string>
|
||||
</property>
|
||||
@@ -50,7 +137,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>216</width>
|
||||
<width>185</width>
|
||||
<height>20</height>
|
||||
</rect>
|
||||
</property>
|
||||
|
||||
@@ -14,7 +14,94 @@
|
||||
<string>
|
||||
|
||||
QWidget#centralWidget {background: rgba(218, 218, 218, 255);}
|
||||
QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
|
||||
caTable {
|
||||
font: 10pt;
|
||||
background: cornsilk;
|
||||
alternate-background-color: wheat;
|
||||
}
|
||||
|
||||
caLineEdit {
|
||||
border-radius: 1px;
|
||||
background: lightyellow;
|
||||
color: black;
|
||||
}
|
||||
|
||||
caTextEntry {
|
||||
color: rgb(127, 0, 63);
|
||||
background-color: cornsilk;
|
||||
selection-color: #0a214c;
|
||||
selection-background-color: wheat;
|
||||
border: 1px groove black;
|
||||
border-radius: 1px;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
caTextEntry:focus {
|
||||
padding: 0px;
|
||||
border: 2px groove darkred;
|
||||
border-radius: 1px;
|
||||
}
|
||||
|
||||
QPushButton {
|
||||
border-color: #00b;
|
||||
border-radius: 2px;
|
||||
padding: 3px;
|
||||
border-width: 1px;
|
||||
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(224, 239, 255, 255),
|
||||
stop:0.5 rgba(199, 215, 230, 255),
|
||||
stop:1 rgba(184, 214, 236, 255));
|
||||
}
|
||||
QPushButton:hover {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(201, 226, 255, 255),
|
||||
stop:0.5 rgba(177, 204, 230, 255),
|
||||
stop:1 rgba(163, 205, 236, 255));
|
||||
}
|
||||
QPushButton:pressed {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(174, 219, 255, 255),
|
||||
stop:0.5 rgba(165, 199, 230, 255),
|
||||
stop:1 rgba(134, 188, 236, 255));
|
||||
}
|
||||
|
||||
QPushButton:disabled {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(174, 219, 255, 255),
|
||||
stop:0.5 rgba(165, 199, 230, 255),
|
||||
stop:1 rgba(134, 188, 236, 255));
|
||||
}
|
||||
|
||||
caChoice {
|
||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #E1E1E1, stop: 0.4 #DDDDDD,
|
||||
stop: 0.5 #D8D8D8, stop: 1.0 #D3D3D3);
|
||||
}
|
||||
|
||||
caChoice > QPushButton {
|
||||
text-align: left;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
caSlider::groove:horizontal {
|
||||
border: 1px solid #bbb;
|
||||
background: lightgrey;
|
||||
height: 20px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
caSlider::handle:horizontal {
|
||||
background: red;
|
||||
border: 1px solid #777;
|
||||
width: 13px;
|
||||
margin-top: -2px;
|
||||
margin-bottom: -2px;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
</string>
|
||||
</property>
|
||||
|
||||
@@ -14,7 +14,94 @@
|
||||
<string>
|
||||
|
||||
QWidget#centralWidget {background: rgba(218, 218, 218, 255);}
|
||||
QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
|
||||
caTable {
|
||||
font: 10pt;
|
||||
background: cornsilk;
|
||||
alternate-background-color: wheat;
|
||||
}
|
||||
|
||||
caLineEdit {
|
||||
border-radius: 1px;
|
||||
background: lightyellow;
|
||||
color: black;
|
||||
}
|
||||
|
||||
caTextEntry {
|
||||
color: rgb(127, 0, 63);
|
||||
background-color: cornsilk;
|
||||
selection-color: #0a214c;
|
||||
selection-background-color: wheat;
|
||||
border: 1px groove black;
|
||||
border-radius: 1px;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
caTextEntry:focus {
|
||||
padding: 0px;
|
||||
border: 2px groove darkred;
|
||||
border-radius: 1px;
|
||||
}
|
||||
|
||||
QPushButton {
|
||||
border-color: #00b;
|
||||
border-radius: 2px;
|
||||
padding: 3px;
|
||||
border-width: 1px;
|
||||
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(224, 239, 255, 255),
|
||||
stop:0.5 rgba(199, 215, 230, 255),
|
||||
stop:1 rgba(184, 214, 236, 255));
|
||||
}
|
||||
QPushButton:hover {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(201, 226, 255, 255),
|
||||
stop:0.5 rgba(177, 204, 230, 255),
|
||||
stop:1 rgba(163, 205, 236, 255));
|
||||
}
|
||||
QPushButton:pressed {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(174, 219, 255, 255),
|
||||
stop:0.5 rgba(165, 199, 230, 255),
|
||||
stop:1 rgba(134, 188, 236, 255));
|
||||
}
|
||||
|
||||
QPushButton:disabled {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(174, 219, 255, 255),
|
||||
stop:0.5 rgba(165, 199, 230, 255),
|
||||
stop:1 rgba(134, 188, 236, 255));
|
||||
}
|
||||
|
||||
caChoice {
|
||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #E1E1E1, stop: 0.4 #DDDDDD,
|
||||
stop: 0.5 #D8D8D8, stop: 1.0 #D3D3D3);
|
||||
}
|
||||
|
||||
caChoice > QPushButton {
|
||||
text-align: left;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
caSlider::groove:horizontal {
|
||||
border: 1px solid #bbb;
|
||||
background: lightgrey;
|
||||
height: 20px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
caSlider::handle:horizontal {
|
||||
background: red;
|
||||
border: 1px solid #777;
|
||||
width: 13px;
|
||||
margin-top: -2px;
|
||||
margin-bottom: -2px;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
</string>
|
||||
</property>
|
||||
|
||||
@@ -14,7 +14,94 @@
|
||||
<string>
|
||||
|
||||
QWidget#centralWidget {background: rgba(218, 218, 218, 255);}
|
||||
QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
|
||||
caTable {
|
||||
font: 10pt;
|
||||
background: cornsilk;
|
||||
alternate-background-color: wheat;
|
||||
}
|
||||
|
||||
caLineEdit {
|
||||
border-radius: 1px;
|
||||
background: lightyellow;
|
||||
color: black;
|
||||
}
|
||||
|
||||
caTextEntry {
|
||||
color: rgb(127, 0, 63);
|
||||
background-color: cornsilk;
|
||||
selection-color: #0a214c;
|
||||
selection-background-color: wheat;
|
||||
border: 1px groove black;
|
||||
border-radius: 1px;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
caTextEntry:focus {
|
||||
padding: 0px;
|
||||
border: 2px groove darkred;
|
||||
border-radius: 1px;
|
||||
}
|
||||
|
||||
QPushButton {
|
||||
border-color: #00b;
|
||||
border-radius: 2px;
|
||||
padding: 3px;
|
||||
border-width: 1px;
|
||||
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(224, 239, 255, 255),
|
||||
stop:0.5 rgba(199, 215, 230, 255),
|
||||
stop:1 rgba(184, 214, 236, 255));
|
||||
}
|
||||
QPushButton:hover {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(201, 226, 255, 255),
|
||||
stop:0.5 rgba(177, 204, 230, 255),
|
||||
stop:1 rgba(163, 205, 236, 255));
|
||||
}
|
||||
QPushButton:pressed {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(174, 219, 255, 255),
|
||||
stop:0.5 rgba(165, 199, 230, 255),
|
||||
stop:1 rgba(134, 188, 236, 255));
|
||||
}
|
||||
|
||||
QPushButton:disabled {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(174, 219, 255, 255),
|
||||
stop:0.5 rgba(165, 199, 230, 255),
|
||||
stop:1 rgba(134, 188, 236, 255));
|
||||
}
|
||||
|
||||
caChoice {
|
||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #E1E1E1, stop: 0.4 #DDDDDD,
|
||||
stop: 0.5 #D8D8D8, stop: 1.0 #D3D3D3);
|
||||
}
|
||||
|
||||
caChoice > QPushButton {
|
||||
text-align: left;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
caSlider::groove:horizontal {
|
||||
border: 1px solid #bbb;
|
||||
background: lightgrey;
|
||||
height: 20px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
caSlider::handle:horizontal {
|
||||
background: red;
|
||||
border: 1px solid #777;
|
||||
width: 13px;
|
||||
margin-top: -2px;
|
||||
margin-bottom: -2px;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
</string>
|
||||
</property>
|
||||
|
||||
@@ -14,7 +14,94 @@
|
||||
<string>
|
||||
|
||||
QWidget#centralWidget {background: rgba(218, 218, 218, 255);}
|
||||
QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
|
||||
caTable {
|
||||
font: 10pt;
|
||||
background: cornsilk;
|
||||
alternate-background-color: wheat;
|
||||
}
|
||||
|
||||
caLineEdit {
|
||||
border-radius: 1px;
|
||||
background: lightyellow;
|
||||
color: black;
|
||||
}
|
||||
|
||||
caTextEntry {
|
||||
color: rgb(127, 0, 63);
|
||||
background-color: cornsilk;
|
||||
selection-color: #0a214c;
|
||||
selection-background-color: wheat;
|
||||
border: 1px groove black;
|
||||
border-radius: 1px;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
caTextEntry:focus {
|
||||
padding: 0px;
|
||||
border: 2px groove darkred;
|
||||
border-radius: 1px;
|
||||
}
|
||||
|
||||
QPushButton {
|
||||
border-color: #00b;
|
||||
border-radius: 2px;
|
||||
padding: 3px;
|
||||
border-width: 1px;
|
||||
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(224, 239, 255, 255),
|
||||
stop:0.5 rgba(199, 215, 230, 255),
|
||||
stop:1 rgba(184, 214, 236, 255));
|
||||
}
|
||||
QPushButton:hover {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(201, 226, 255, 255),
|
||||
stop:0.5 rgba(177, 204, 230, 255),
|
||||
stop:1 rgba(163, 205, 236, 255));
|
||||
}
|
||||
QPushButton:pressed {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(174, 219, 255, 255),
|
||||
stop:0.5 rgba(165, 199, 230, 255),
|
||||
stop:1 rgba(134, 188, 236, 255));
|
||||
}
|
||||
|
||||
QPushButton:disabled {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(174, 219, 255, 255),
|
||||
stop:0.5 rgba(165, 199, 230, 255),
|
||||
stop:1 rgba(134, 188, 236, 255));
|
||||
}
|
||||
|
||||
caChoice {
|
||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #E1E1E1, stop: 0.4 #DDDDDD,
|
||||
stop: 0.5 #D8D8D8, stop: 1.0 #D3D3D3);
|
||||
}
|
||||
|
||||
caChoice > QPushButton {
|
||||
text-align: left;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
caSlider::groove:horizontal {
|
||||
border: 1px solid #bbb;
|
||||
background: lightgrey;
|
||||
height: 20px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
caSlider::handle:horizontal {
|
||||
background: red;
|
||||
border: 1px solid #777;
|
||||
width: 13px;
|
||||
margin-top: -2px;
|
||||
margin-bottom: -2px;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
</string>
|
||||
</property>
|
||||
|
||||
@@ -14,7 +14,94 @@
|
||||
<string>
|
||||
|
||||
QWidget#centralWidget {background: rgba(218, 218, 218, 255);}
|
||||
QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
|
||||
caTable {
|
||||
font: 10pt;
|
||||
background: cornsilk;
|
||||
alternate-background-color: wheat;
|
||||
}
|
||||
|
||||
caLineEdit {
|
||||
border-radius: 1px;
|
||||
background: lightyellow;
|
||||
color: black;
|
||||
}
|
||||
|
||||
caTextEntry {
|
||||
color: rgb(127, 0, 63);
|
||||
background-color: cornsilk;
|
||||
selection-color: #0a214c;
|
||||
selection-background-color: wheat;
|
||||
border: 1px groove black;
|
||||
border-radius: 1px;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
caTextEntry:focus {
|
||||
padding: 0px;
|
||||
border: 2px groove darkred;
|
||||
border-radius: 1px;
|
||||
}
|
||||
|
||||
QPushButton {
|
||||
border-color: #00b;
|
||||
border-radius: 2px;
|
||||
padding: 3px;
|
||||
border-width: 1px;
|
||||
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(224, 239, 255, 255),
|
||||
stop:0.5 rgba(199, 215, 230, 255),
|
||||
stop:1 rgba(184, 214, 236, 255));
|
||||
}
|
||||
QPushButton:hover {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(201, 226, 255, 255),
|
||||
stop:0.5 rgba(177, 204, 230, 255),
|
||||
stop:1 rgba(163, 205, 236, 255));
|
||||
}
|
||||
QPushButton:pressed {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(174, 219, 255, 255),
|
||||
stop:0.5 rgba(165, 199, 230, 255),
|
||||
stop:1 rgba(134, 188, 236, 255));
|
||||
}
|
||||
|
||||
QPushButton:disabled {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(174, 219, 255, 255),
|
||||
stop:0.5 rgba(165, 199, 230, 255),
|
||||
stop:1 rgba(134, 188, 236, 255));
|
||||
}
|
||||
|
||||
caChoice {
|
||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #E1E1E1, stop: 0.4 #DDDDDD,
|
||||
stop: 0.5 #D8D8D8, stop: 1.0 #D3D3D3);
|
||||
}
|
||||
|
||||
caChoice > QPushButton {
|
||||
text-align: left;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
caSlider::groove:horizontal {
|
||||
border: 1px solid #bbb;
|
||||
background: lightgrey;
|
||||
height: 20px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
caSlider::handle:horizontal {
|
||||
background: red;
|
||||
border: 1px solid #777;
|
||||
width: 13px;
|
||||
margin-top: -2px;
|
||||
margin-bottom: -2px;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
</string>
|
||||
</property>
|
||||
|
||||
@@ -14,7 +14,94 @@
|
||||
<string>
|
||||
|
||||
QWidget#centralWidget {background: rgba(218, 218, 218, 255);}
|
||||
QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
|
||||
caTable {
|
||||
font: 10pt;
|
||||
background: cornsilk;
|
||||
alternate-background-color: wheat;
|
||||
}
|
||||
|
||||
caLineEdit {
|
||||
border-radius: 1px;
|
||||
background: lightyellow;
|
||||
color: black;
|
||||
}
|
||||
|
||||
caTextEntry {
|
||||
color: rgb(127, 0, 63);
|
||||
background-color: cornsilk;
|
||||
selection-color: #0a214c;
|
||||
selection-background-color: wheat;
|
||||
border: 1px groove black;
|
||||
border-radius: 1px;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
caTextEntry:focus {
|
||||
padding: 0px;
|
||||
border: 2px groove darkred;
|
||||
border-radius: 1px;
|
||||
}
|
||||
|
||||
QPushButton {
|
||||
border-color: #00b;
|
||||
border-radius: 2px;
|
||||
padding: 3px;
|
||||
border-width: 1px;
|
||||
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(224, 239, 255, 255),
|
||||
stop:0.5 rgba(199, 215, 230, 255),
|
||||
stop:1 rgba(184, 214, 236, 255));
|
||||
}
|
||||
QPushButton:hover {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(201, 226, 255, 255),
|
||||
stop:0.5 rgba(177, 204, 230, 255),
|
||||
stop:1 rgba(163, 205, 236, 255));
|
||||
}
|
||||
QPushButton:pressed {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(174, 219, 255, 255),
|
||||
stop:0.5 rgba(165, 199, 230, 255),
|
||||
stop:1 rgba(134, 188, 236, 255));
|
||||
}
|
||||
|
||||
QPushButton:disabled {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(174, 219, 255, 255),
|
||||
stop:0.5 rgba(165, 199, 230, 255),
|
||||
stop:1 rgba(134, 188, 236, 255));
|
||||
}
|
||||
|
||||
caChoice {
|
||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #E1E1E1, stop: 0.4 #DDDDDD,
|
||||
stop: 0.5 #D8D8D8, stop: 1.0 #D3D3D3);
|
||||
}
|
||||
|
||||
caChoice > QPushButton {
|
||||
text-align: left;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
caSlider::groove:horizontal {
|
||||
border: 1px solid #bbb;
|
||||
background: lightgrey;
|
||||
height: 20px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
caSlider::handle:horizontal {
|
||||
background: red;
|
||||
border: 1px solid #777;
|
||||
width: 13px;
|
||||
margin-top: -2px;
|
||||
margin-bottom: -2px;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
</string>
|
||||
</property>
|
||||
@@ -50,7 +137,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>92</width>
|
||||
<width>85</width>
|
||||
<height>14</height>
|
||||
</rect>
|
||||
</property>
|
||||
|
||||
@@ -14,7 +14,94 @@
|
||||
<string>
|
||||
|
||||
QWidget#centralWidget {background: rgba(218, 218, 218, 255);}
|
||||
QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
|
||||
caTable {
|
||||
font: 10pt;
|
||||
background: cornsilk;
|
||||
alternate-background-color: wheat;
|
||||
}
|
||||
|
||||
caLineEdit {
|
||||
border-radius: 1px;
|
||||
background: lightyellow;
|
||||
color: black;
|
||||
}
|
||||
|
||||
caTextEntry {
|
||||
color: rgb(127, 0, 63);
|
||||
background-color: cornsilk;
|
||||
selection-color: #0a214c;
|
||||
selection-background-color: wheat;
|
||||
border: 1px groove black;
|
||||
border-radius: 1px;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
caTextEntry:focus {
|
||||
padding: 0px;
|
||||
border: 2px groove darkred;
|
||||
border-radius: 1px;
|
||||
}
|
||||
|
||||
QPushButton {
|
||||
border-color: #00b;
|
||||
border-radius: 2px;
|
||||
padding: 3px;
|
||||
border-width: 1px;
|
||||
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(224, 239, 255, 255),
|
||||
stop:0.5 rgba(199, 215, 230, 255),
|
||||
stop:1 rgba(184, 214, 236, 255));
|
||||
}
|
||||
QPushButton:hover {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(201, 226, 255, 255),
|
||||
stop:0.5 rgba(177, 204, 230, 255),
|
||||
stop:1 rgba(163, 205, 236, 255));
|
||||
}
|
||||
QPushButton:pressed {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(174, 219, 255, 255),
|
||||
stop:0.5 rgba(165, 199, 230, 255),
|
||||
stop:1 rgba(134, 188, 236, 255));
|
||||
}
|
||||
|
||||
QPushButton:disabled {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(174, 219, 255, 255),
|
||||
stop:0.5 rgba(165, 199, 230, 255),
|
||||
stop:1 rgba(134, 188, 236, 255));
|
||||
}
|
||||
|
||||
caChoice {
|
||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #E1E1E1, stop: 0.4 #DDDDDD,
|
||||
stop: 0.5 #D8D8D8, stop: 1.0 #D3D3D3);
|
||||
}
|
||||
|
||||
caChoice > QPushButton {
|
||||
text-align: left;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
caSlider::groove:horizontal {
|
||||
border: 1px solid #bbb;
|
||||
background: lightgrey;
|
||||
height: 20px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
caSlider::handle:horizontal {
|
||||
background: red;
|
||||
border: 1px solid #777;
|
||||
width: 13px;
|
||||
margin-top: -2px;
|
||||
margin-bottom: -2px;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
</string>
|
||||
</property>
|
||||
|
||||
@@ -14,7 +14,94 @@
|
||||
<string>
|
||||
|
||||
QWidget#centralWidget {background: rgba(218, 218, 218, 255);}
|
||||
QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
|
||||
caTable {
|
||||
font: 10pt;
|
||||
background: cornsilk;
|
||||
alternate-background-color: wheat;
|
||||
}
|
||||
|
||||
caLineEdit {
|
||||
border-radius: 1px;
|
||||
background: lightyellow;
|
||||
color: black;
|
||||
}
|
||||
|
||||
caTextEntry {
|
||||
color: rgb(127, 0, 63);
|
||||
background-color: cornsilk;
|
||||
selection-color: #0a214c;
|
||||
selection-background-color: wheat;
|
||||
border: 1px groove black;
|
||||
border-radius: 1px;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
caTextEntry:focus {
|
||||
padding: 0px;
|
||||
border: 2px groove darkred;
|
||||
border-radius: 1px;
|
||||
}
|
||||
|
||||
QPushButton {
|
||||
border-color: #00b;
|
||||
border-radius: 2px;
|
||||
padding: 3px;
|
||||
border-width: 1px;
|
||||
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(224, 239, 255, 255),
|
||||
stop:0.5 rgba(199, 215, 230, 255),
|
||||
stop:1 rgba(184, 214, 236, 255));
|
||||
}
|
||||
QPushButton:hover {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(201, 226, 255, 255),
|
||||
stop:0.5 rgba(177, 204, 230, 255),
|
||||
stop:1 rgba(163, 205, 236, 255));
|
||||
}
|
||||
QPushButton:pressed {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(174, 219, 255, 255),
|
||||
stop:0.5 rgba(165, 199, 230, 255),
|
||||
stop:1 rgba(134, 188, 236, 255));
|
||||
}
|
||||
|
||||
QPushButton:disabled {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(174, 219, 255, 255),
|
||||
stop:0.5 rgba(165, 199, 230, 255),
|
||||
stop:1 rgba(134, 188, 236, 255));
|
||||
}
|
||||
|
||||
caChoice {
|
||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #E1E1E1, stop: 0.4 #DDDDDD,
|
||||
stop: 0.5 #D8D8D8, stop: 1.0 #D3D3D3);
|
||||
}
|
||||
|
||||
caChoice > QPushButton {
|
||||
text-align: left;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
caSlider::groove:horizontal {
|
||||
border: 1px solid #bbb;
|
||||
background: lightgrey;
|
||||
height: 20px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
caSlider::handle:horizontal {
|
||||
background: red;
|
||||
border: 1px solid #777;
|
||||
width: 13px;
|
||||
margin-top: -2px;
|
||||
margin-bottom: -2px;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
</string>
|
||||
</property>
|
||||
|
||||
@@ -14,7 +14,94 @@
|
||||
<string>
|
||||
|
||||
QWidget#centralWidget {background: rgba(200, 200, 200, 255);}
|
||||
QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
|
||||
caTable {
|
||||
font: 10pt;
|
||||
background: cornsilk;
|
||||
alternate-background-color: wheat;
|
||||
}
|
||||
|
||||
caLineEdit {
|
||||
border-radius: 1px;
|
||||
background: lightyellow;
|
||||
color: black;
|
||||
}
|
||||
|
||||
caTextEntry {
|
||||
color: rgb(127, 0, 63);
|
||||
background-color: cornsilk;
|
||||
selection-color: #0a214c;
|
||||
selection-background-color: wheat;
|
||||
border: 1px groove black;
|
||||
border-radius: 1px;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
caTextEntry:focus {
|
||||
padding: 0px;
|
||||
border: 2px groove darkred;
|
||||
border-radius: 1px;
|
||||
}
|
||||
|
||||
QPushButton {
|
||||
border-color: #00b;
|
||||
border-radius: 2px;
|
||||
padding: 3px;
|
||||
border-width: 1px;
|
||||
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(224, 239, 255, 255),
|
||||
stop:0.5 rgba(199, 215, 230, 255),
|
||||
stop:1 rgba(184, 214, 236, 255));
|
||||
}
|
||||
QPushButton:hover {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(201, 226, 255, 255),
|
||||
stop:0.5 rgba(177, 204, 230, 255),
|
||||
stop:1 rgba(163, 205, 236, 255));
|
||||
}
|
||||
QPushButton:pressed {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(174, 219, 255, 255),
|
||||
stop:0.5 rgba(165, 199, 230, 255),
|
||||
stop:1 rgba(134, 188, 236, 255));
|
||||
}
|
||||
|
||||
QPushButton:disabled {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(174, 219, 255, 255),
|
||||
stop:0.5 rgba(165, 199, 230, 255),
|
||||
stop:1 rgba(134, 188, 236, 255));
|
||||
}
|
||||
|
||||
caChoice {
|
||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #E1E1E1, stop: 0.4 #DDDDDD,
|
||||
stop: 0.5 #D8D8D8, stop: 1.0 #D3D3D3);
|
||||
}
|
||||
|
||||
caChoice > QPushButton {
|
||||
text-align: left;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
caSlider::groove:horizontal {
|
||||
border: 1px solid #bbb;
|
||||
background: lightgrey;
|
||||
height: 20px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
caSlider::handle:horizontal {
|
||||
background: red;
|
||||
border: 1px solid #777;
|
||||
width: 13px;
|
||||
margin-top: -2px;
|
||||
margin-bottom: -2px;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
</string>
|
||||
</property>
|
||||
@@ -5020,7 +5107,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>35</x>
|
||||
<y>113</y>
|
||||
<width>54</width>
|
||||
<width>48</width>
|
||||
<height>10</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -5062,7 +5149,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>155</x>
|
||||
<y>113</y>
|
||||
<width>54</width>
|
||||
<width>48</width>
|
||||
<height>10</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -5104,7 +5191,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>275</x>
|
||||
<y>113</y>
|
||||
<width>54</width>
|
||||
<width>48</width>
|
||||
<height>10</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -5146,7 +5233,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>395</x>
|
||||
<y>113</y>
|
||||
<width>54</width>
|
||||
<width>48</width>
|
||||
<height>10</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -5188,7 +5275,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>516</x>
|
||||
<y>113</y>
|
||||
<width>54</width>
|
||||
<width>48</width>
|
||||
<height>10</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -5230,7 +5317,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>636</x>
|
||||
<y>113</y>
|
||||
<width>54</width>
|
||||
<width>48</width>
|
||||
<height>10</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -5272,7 +5359,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>756</x>
|
||||
<y>113</y>
|
||||
<width>54</width>
|
||||
<width>48</width>
|
||||
<height>10</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -5314,7 +5401,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>876</x>
|
||||
<y>113</y>
|
||||
<width>54</width>
|
||||
<width>48</width>
|
||||
<height>10</height>
|
||||
</rect>
|
||||
</property>
|
||||
|
||||
@@ -14,7 +14,94 @@
|
||||
<string>
|
||||
|
||||
QWidget#centralWidget {background: rgba(200, 200, 200, 255);}
|
||||
QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
|
||||
caTable {
|
||||
font: 10pt;
|
||||
background: cornsilk;
|
||||
alternate-background-color: wheat;
|
||||
}
|
||||
|
||||
caLineEdit {
|
||||
border-radius: 1px;
|
||||
background: lightyellow;
|
||||
color: black;
|
||||
}
|
||||
|
||||
caTextEntry {
|
||||
color: rgb(127, 0, 63);
|
||||
background-color: cornsilk;
|
||||
selection-color: #0a214c;
|
||||
selection-background-color: wheat;
|
||||
border: 1px groove black;
|
||||
border-radius: 1px;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
caTextEntry:focus {
|
||||
padding: 0px;
|
||||
border: 2px groove darkred;
|
||||
border-radius: 1px;
|
||||
}
|
||||
|
||||
QPushButton {
|
||||
border-color: #00b;
|
||||
border-radius: 2px;
|
||||
padding: 3px;
|
||||
border-width: 1px;
|
||||
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(224, 239, 255, 255),
|
||||
stop:0.5 rgba(199, 215, 230, 255),
|
||||
stop:1 rgba(184, 214, 236, 255));
|
||||
}
|
||||
QPushButton:hover {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(201, 226, 255, 255),
|
||||
stop:0.5 rgba(177, 204, 230, 255),
|
||||
stop:1 rgba(163, 205, 236, 255));
|
||||
}
|
||||
QPushButton:pressed {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(174, 219, 255, 255),
|
||||
stop:0.5 rgba(165, 199, 230, 255),
|
||||
stop:1 rgba(134, 188, 236, 255));
|
||||
}
|
||||
|
||||
QPushButton:disabled {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(174, 219, 255, 255),
|
||||
stop:0.5 rgba(165, 199, 230, 255),
|
||||
stop:1 rgba(134, 188, 236, 255));
|
||||
}
|
||||
|
||||
caChoice {
|
||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #E1E1E1, stop: 0.4 #DDDDDD,
|
||||
stop: 0.5 #D8D8D8, stop: 1.0 #D3D3D3);
|
||||
}
|
||||
|
||||
caChoice > QPushButton {
|
||||
text-align: left;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
caSlider::groove:horizontal {
|
||||
border: 1px solid #bbb;
|
||||
background: lightgrey;
|
||||
height: 20px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
caSlider::handle:horizontal {
|
||||
background: red;
|
||||
border: 1px solid #777;
|
||||
width: 13px;
|
||||
margin-top: -2px;
|
||||
margin-bottom: -2px;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
</string>
|
||||
</property>
|
||||
|
||||
@@ -14,7 +14,94 @@
|
||||
<string>
|
||||
|
||||
QWidget#centralWidget {background: rgba(200, 200, 200, 255);}
|
||||
QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
|
||||
caTable {
|
||||
font: 10pt;
|
||||
background: cornsilk;
|
||||
alternate-background-color: wheat;
|
||||
}
|
||||
|
||||
caLineEdit {
|
||||
border-radius: 1px;
|
||||
background: lightyellow;
|
||||
color: black;
|
||||
}
|
||||
|
||||
caTextEntry {
|
||||
color: rgb(127, 0, 63);
|
||||
background-color: cornsilk;
|
||||
selection-color: #0a214c;
|
||||
selection-background-color: wheat;
|
||||
border: 1px groove black;
|
||||
border-radius: 1px;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
caTextEntry:focus {
|
||||
padding: 0px;
|
||||
border: 2px groove darkred;
|
||||
border-radius: 1px;
|
||||
}
|
||||
|
||||
QPushButton {
|
||||
border-color: #00b;
|
||||
border-radius: 2px;
|
||||
padding: 3px;
|
||||
border-width: 1px;
|
||||
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(224, 239, 255, 255),
|
||||
stop:0.5 rgba(199, 215, 230, 255),
|
||||
stop:1 rgba(184, 214, 236, 255));
|
||||
}
|
||||
QPushButton:hover {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(201, 226, 255, 255),
|
||||
stop:0.5 rgba(177, 204, 230, 255),
|
||||
stop:1 rgba(163, 205, 236, 255));
|
||||
}
|
||||
QPushButton:pressed {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(174, 219, 255, 255),
|
||||
stop:0.5 rgba(165, 199, 230, 255),
|
||||
stop:1 rgba(134, 188, 236, 255));
|
||||
}
|
||||
|
||||
QPushButton:disabled {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(174, 219, 255, 255),
|
||||
stop:0.5 rgba(165, 199, 230, 255),
|
||||
stop:1 rgba(134, 188, 236, 255));
|
||||
}
|
||||
|
||||
caChoice {
|
||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #E1E1E1, stop: 0.4 #DDDDDD,
|
||||
stop: 0.5 #D8D8D8, stop: 1.0 #D3D3D3);
|
||||
}
|
||||
|
||||
caChoice > QPushButton {
|
||||
text-align: left;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
caSlider::groove:horizontal {
|
||||
border: 1px solid #bbb;
|
||||
background: lightgrey;
|
||||
height: 20px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
caSlider::handle:horizontal {
|
||||
background: red;
|
||||
border: 1px solid #777;
|
||||
width: 13px;
|
||||
margin-top: -2px;
|
||||
margin-bottom: -2px;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
</string>
|
||||
</property>
|
||||
@@ -47,7 +134,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>1</x>
|
||||
<y>139</y>
|
||||
<width>57</width>
|
||||
<width>45</width>
|
||||
<height>16</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -89,7 +176,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>138</y>
|
||||
<width>57</width>
|
||||
<width>45</width>
|
||||
<height>16</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -524,7 +611,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>182</y>
|
||||
<width>31</width>
|
||||
<width>30</width>
|
||||
<height>13</height>
|
||||
</rect>
|
||||
</property>
|
||||
|
||||
@@ -14,7 +14,94 @@
|
||||
<string>
|
||||
|
||||
QWidget#centralWidget {background: rgba(200, 200, 200, 255);}
|
||||
QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
|
||||
caTable {
|
||||
font: 10pt;
|
||||
background: cornsilk;
|
||||
alternate-background-color: wheat;
|
||||
}
|
||||
|
||||
caLineEdit {
|
||||
border-radius: 1px;
|
||||
background: lightyellow;
|
||||
color: black;
|
||||
}
|
||||
|
||||
caTextEntry {
|
||||
color: rgb(127, 0, 63);
|
||||
background-color: cornsilk;
|
||||
selection-color: #0a214c;
|
||||
selection-background-color: wheat;
|
||||
border: 1px groove black;
|
||||
border-radius: 1px;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
caTextEntry:focus {
|
||||
padding: 0px;
|
||||
border: 2px groove darkred;
|
||||
border-radius: 1px;
|
||||
}
|
||||
|
||||
QPushButton {
|
||||
border-color: #00b;
|
||||
border-radius: 2px;
|
||||
padding: 3px;
|
||||
border-width: 1px;
|
||||
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(224, 239, 255, 255),
|
||||
stop:0.5 rgba(199, 215, 230, 255),
|
||||
stop:1 rgba(184, 214, 236, 255));
|
||||
}
|
||||
QPushButton:hover {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(201, 226, 255, 255),
|
||||
stop:0.5 rgba(177, 204, 230, 255),
|
||||
stop:1 rgba(163, 205, 236, 255));
|
||||
}
|
||||
QPushButton:pressed {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(174, 219, 255, 255),
|
||||
stop:0.5 rgba(165, 199, 230, 255),
|
||||
stop:1 rgba(134, 188, 236, 255));
|
||||
}
|
||||
|
||||
QPushButton:disabled {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(174, 219, 255, 255),
|
||||
stop:0.5 rgba(165, 199, 230, 255),
|
||||
stop:1 rgba(134, 188, 236, 255));
|
||||
}
|
||||
|
||||
caChoice {
|
||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #E1E1E1, stop: 0.4 #DDDDDD,
|
||||
stop: 0.5 #D8D8D8, stop: 1.0 #D3D3D3);
|
||||
}
|
||||
|
||||
caChoice > QPushButton {
|
||||
text-align: left;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
caSlider::groove:horizontal {
|
||||
border: 1px solid #bbb;
|
||||
background: lightgrey;
|
||||
height: 20px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
caSlider::handle:horizontal {
|
||||
background: red;
|
||||
border: 1px solid #777;
|
||||
width: 13px;
|
||||
margin-top: -2px;
|
||||
margin-bottom: -2px;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
</string>
|
||||
</property>
|
||||
|
||||
@@ -15,6 +15,94 @@
|
||||
|
||||
QWidget#centralWidget {background: rgba(200, 200, 200, 255);}
|
||||
|
||||
caTable {
|
||||
font: 10pt;
|
||||
background: cornsilk;
|
||||
alternate-background-color: wheat;
|
||||
}
|
||||
|
||||
caLineEdit {
|
||||
border-radius: 1px;
|
||||
background: lightyellow;
|
||||
color: black;
|
||||
}
|
||||
|
||||
caTextEntry {
|
||||
color: rgb(127, 0, 63);
|
||||
background-color: cornsilk;
|
||||
selection-color: #0a214c;
|
||||
selection-background-color: wheat;
|
||||
border: 1px groove black;
|
||||
border-radius: 1px;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
caTextEntry:focus {
|
||||
padding: 0px;
|
||||
border: 2px groove darkred;
|
||||
border-radius: 1px;
|
||||
}
|
||||
|
||||
QPushButton {
|
||||
border-color: #00b;
|
||||
border-radius: 2px;
|
||||
padding: 3px;
|
||||
border-width: 1px;
|
||||
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(224, 239, 255, 255),
|
||||
stop:0.5 rgba(199, 215, 230, 255),
|
||||
stop:1 rgba(184, 214, 236, 255));
|
||||
}
|
||||
QPushButton:hover {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(201, 226, 255, 255),
|
||||
stop:0.5 rgba(177, 204, 230, 255),
|
||||
stop:1 rgba(163, 205, 236, 255));
|
||||
}
|
||||
QPushButton:pressed {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(174, 219, 255, 255),
|
||||
stop:0.5 rgba(165, 199, 230, 255),
|
||||
stop:1 rgba(134, 188, 236, 255));
|
||||
}
|
||||
|
||||
QPushButton:disabled {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(174, 219, 255, 255),
|
||||
stop:0.5 rgba(165, 199, 230, 255),
|
||||
stop:1 rgba(134, 188, 236, 255));
|
||||
}
|
||||
|
||||
caChoice {
|
||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #E1E1E1, stop: 0.4 #DDDDDD,
|
||||
stop: 0.5 #D8D8D8, stop: 1.0 #D3D3D3);
|
||||
}
|
||||
|
||||
caChoice > QPushButton {
|
||||
text-align: left;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
caSlider::groove:horizontal {
|
||||
border: 1px solid #bbb;
|
||||
background: lightgrey;
|
||||
height: 20px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
caSlider::handle:horizontal {
|
||||
background: red;
|
||||
border: 1px solid #777;
|
||||
width: 13px;
|
||||
margin-top: -2px;
|
||||
margin-bottom: -2px;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
</string>
|
||||
</property>
|
||||
<widget class="QWidget" name="centralWidget">
|
||||
@@ -232,7 +320,7 @@ QWidget#centralWidget {background: rgba(200, 200, 200, 255);}
|
||||
<rect>
|
||||
<x>2</x>
|
||||
<y>286</y>
|
||||
<width>96</width>
|
||||
<width>85</width>
|
||||
<height>20</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -274,7 +362,7 @@ QWidget#centralWidget {background: rgba(200, 200, 200, 255);}
|
||||
<enum>Solid</enum>
|
||||
</property>
|
||||
<property name="xyPairs">
|
||||
<string>1,1;448,1;</string>
|
||||
<string>448,1;</string>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="caTextEntry" name="caTextEntry_0">
|
||||
@@ -443,7 +531,7 @@ QWidget#centralWidget {background: rgba(200, 200, 200, 255);}
|
||||
<rect>
|
||||
<x>3</x>
|
||||
<y>372</y>
|
||||
<width>102</width>
|
||||
<width>80</width>
|
||||
<height>17</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -896,7 +984,7 @@ QWidget#centralWidget {background: rgba(200, 200, 200, 255);}
|
||||
<rect>
|
||||
<x>6</x>
|
||||
<y>256</y>
|
||||
<width>32</width>
|
||||
<width>31</width>
|
||||
<height>18</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -965,7 +1053,7 @@ QWidget#centralWidget {background: rgba(200, 200, 200, 255);}
|
||||
<rect>
|
||||
<x>150</x>
|
||||
<y>256</y>
|
||||
<width>32</width>
|
||||
<width>31</width>
|
||||
<height>18</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -1092,7 +1180,7 @@ QWidget#centralWidget {background: rgba(200, 200, 200, 255);}
|
||||
<rect>
|
||||
<x>301</x>
|
||||
<y>256</y>
|
||||
<width>32</width>
|
||||
<width>31</width>
|
||||
<height>18</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -1232,16 +1320,6 @@ QWidget#centralWidget {background: rgba(200, 200, 200, 255);}
|
||||
<enum>decimal</enum>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="caFrame" name="caFrame_1">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>-2147483647</x>
|
||||
<y>2147483496</y>
|
||||
<width>3</width>
|
||||
<height>3</height>
|
||||
</rect>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="caPolyLine" name="caPolyLine_1">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
@@ -1279,7 +1357,7 @@ QWidget#centralWidget {background: rgba(200, 200, 200, 255);}
|
||||
<enum>Solid</enum>
|
||||
</property>
|
||||
<property name="xyPairs">
|
||||
<string>1,1;448,1;</string>
|
||||
<string>448,1;</string>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="caGraphics" name="caRectangle_2">
|
||||
@@ -1343,7 +1421,7 @@ QWidget#centralWidget {background: rgba(200, 200, 200, 255);}
|
||||
<rect>
|
||||
<x>4</x>
|
||||
<y>227</y>
|
||||
<width>132</width>
|
||||
<width>110</width>
|
||||
<height>20</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -1379,7 +1457,7 @@ QWidget#centralWidget {background: rgba(200, 200, 200, 255);}
|
||||
<rect>
|
||||
<x>3</x>
|
||||
<y>320</y>
|
||||
<width>112</width>
|
||||
<width>73</width>
|
||||
<height>17</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -1592,7 +1670,7 @@ QWidget#centralWidget {background: rgba(200, 200, 200, 255);}
|
||||
<rect>
|
||||
<x>285</x>
|
||||
<y>32</y>
|
||||
<width>53</width>
|
||||
<width>30</width>
|
||||
<height>18</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -2140,7 +2218,7 @@ QWidget#centralWidget {background: rgba(200, 200, 200, 255);}
|
||||
<rect>
|
||||
<x>285</x>
|
||||
<y>32</y>
|
||||
<width>53</width>
|
||||
<width>30</width>
|
||||
<height>18</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -2679,7 +2757,7 @@ QWidget#centralWidget {background: rgba(200, 200, 200, 255);}
|
||||
</rect>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="caFrame" name="caFrame_2">
|
||||
<widget class="caFrame" name="caFrame_1">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>79</x>
|
||||
@@ -2781,7 +2859,7 @@ QWidget#centralWidget {background: rgba(200, 200, 200, 255);}
|
||||
</property>
|
||||
</widget>
|
||||
</widget>
|
||||
<widget class="caFrame" name="caFrame_3">
|
||||
<widget class="caFrame" name="caFrame_2">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>5</x>
|
||||
@@ -2890,7 +2968,7 @@ QWidget#centralWidget {background: rgba(200, 200, 200, 255);}
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>82</y>
|
||||
<width>86</width>
|
||||
<width>75</width>
|
||||
<height>18</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -2962,7 +3040,7 @@ QWidget#centralWidget {background: rgba(200, 200, 200, 255);}
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>25</y>
|
||||
<width>86</width>
|
||||
<width>75</width>
|
||||
<height>18</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -2998,7 +3076,7 @@ QWidget#centralWidget {background: rgba(200, 200, 200, 255);}
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>86</width>
|
||||
<width>75</width>
|
||||
<height>18</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -3257,7 +3335,7 @@ QWidget#centralWidget {background: rgba(200, 200, 200, 255);}
|
||||
<rect>
|
||||
<x>60</x>
|
||||
<y>93</y>
|
||||
<width>23</width>
|
||||
<width>20</width>
|
||||
<height>13</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -3383,7 +3461,7 @@ QWidget#centralWidget {background: rgba(200, 200, 200, 255);}
|
||||
<enum>Solid</enum>
|
||||
</property>
|
||||
<property name="xyPairs">
|
||||
<string>1,1;447,1;</string>
|
||||
<string>447,1;</string>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="caLabel" name="caLabel_29">
|
||||
@@ -3570,7 +3648,7 @@ QWidget#centralWidget {background: rgba(200, 200, 200, 255);}
|
||||
<rect>
|
||||
<x>315</x>
|
||||
<y>52</y>
|
||||
<width>156</width>
|
||||
<width>130</width>
|
||||
<height>20</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -3717,7 +3795,7 @@ QWidget#centralWidget {background: rgba(200, 200, 200, 255);}
|
||||
<enum>Solid</enum>
|
||||
</property>
|
||||
<property name="xyPairs">
|
||||
<string>0,0;0,187;</string>
|
||||
<string>0,187;</string>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="caPolyLine" name="caPolyLine_4">
|
||||
@@ -3754,10 +3832,10 @@ QWidget#centralWidget {background: rgba(200, 200, 200, 255);}
|
||||
<enum>Solid</enum>
|
||||
</property>
|
||||
<property name="xyPairs">
|
||||
<string>0,0;0,187;</string>
|
||||
<string>0,187;</string>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="caFrame" name="caFrame_4">
|
||||
<widget class="caFrame" name="caFrame_3">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>423</x>
|
||||
@@ -3868,11 +3946,11 @@ QWidget#centralWidget {background: rgba(200, 200, 200, 255);}
|
||||
<enum>Solid</enum>
|
||||
</property>
|
||||
<property name="xyPairs">
|
||||
<string>0,0;22,0;</string>
|
||||
<string>22,0;</string>
|
||||
</property>
|
||||
</widget>
|
||||
</widget>
|
||||
<widget class="caFrame" name="caFrame_5">
|
||||
<widget class="caFrame" name="caFrame_4">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>423</x>
|
||||
@@ -3983,11 +4061,11 @@ QWidget#centralWidget {background: rgba(200, 200, 200, 255);}
|
||||
<enum>Solid</enum>
|
||||
</property>
|
||||
<property name="xyPairs">
|
||||
<string>0,0;22,0;</string>
|
||||
<string>22,0;</string>
|
||||
</property>
|
||||
</widget>
|
||||
</widget>
|
||||
<widget class="caFrame" name="caFrame_6">
|
||||
<widget class="caFrame" name="caFrame_5">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>423</x>
|
||||
@@ -4098,7 +4176,7 @@ QWidget#centralWidget {background: rgba(200, 200, 200, 255);}
|
||||
<enum>Solid</enum>
|
||||
</property>
|
||||
<property name="xyPairs">
|
||||
<string>0,0;22,0;</string>
|
||||
<string>22,0;</string>
|
||||
</property>
|
||||
</widget>
|
||||
</widget>
|
||||
@@ -4130,7 +4208,7 @@ QWidget#centralWidget {background: rgba(200, 200, 200, 255);}
|
||||
<rect>
|
||||
<x>424</x>
|
||||
<y>425</y>
|
||||
<width>21</width>
|
||||
<width>20</width>
|
||||
<height>12</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -4166,7 +4244,7 @@ QWidget#centralWidget {background: rgba(200, 200, 200, 255);}
|
||||
<rect>
|
||||
<x>58</x>
|
||||
<y>401</y>
|
||||
<width>23</width>
|
||||
<width>20</width>
|
||||
<height>13</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -4202,7 +4280,7 @@ QWidget#centralWidget {background: rgba(200, 200, 200, 255);}
|
||||
<rect>
|
||||
<x>321</x>
|
||||
<y>7</y>
|
||||
<width>31</width>
|
||||
<width>20</width>
|
||||
<height>13</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -4210,7 +4288,7 @@ QWidget#centralWidget {background: rgba(200, 200, 200, 255);}
|
||||
<set>Qt::AlignAbsolute|Qt::AlignLeft|Qt::AlignVCenter</set>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="caFrame" name="caFrame_7">
|
||||
<widget class="caFrame" name="caFrame_6">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>420</x>
|
||||
@@ -4283,7 +4361,7 @@ QWidget#centralWidget {background: rgba(200, 200, 200, 255);}
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>12</y>
|
||||
<width>30</width>
|
||||
<width>28</width>
|
||||
<height>10</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -4321,7 +4399,7 @@ QWidget#centralWidget {background: rgba(200, 200, 200, 255);}
|
||||
<enum>Solid</enum>
|
||||
</property>
|
||||
<property name="xyPairs">
|
||||
<string>0,0;22,0;</string>
|
||||
<string>22,0;</string>
|
||||
</property>
|
||||
</widget>
|
||||
</widget>
|
||||
@@ -4454,7 +4532,7 @@ QWidget#centralWidget {background: rgba(200, 200, 200, 255);}
|
||||
<enum>Solid</enum>
|
||||
</property>
|
||||
<property name="xyPairs">
|
||||
<string>2,1;1,345;</string>
|
||||
<string>1,345;</string>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="caGraphics" name="caRectangle_12">
|
||||
@@ -4518,7 +4596,7 @@ QWidget#centralWidget {background: rgba(200, 200, 200, 255);}
|
||||
<rect>
|
||||
<x>3</x>
|
||||
<y>561</y>
|
||||
<width>172</width>
|
||||
<width>130</width>
|
||||
<height>18</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -4590,7 +4668,7 @@ QWidget#centralWidget {background: rgba(200, 200, 200, 255);}
|
||||
<rect>
|
||||
<x>3</x>
|
||||
<y>611</y>
|
||||
<width>140</width>
|
||||
<width>130</width>
|
||||
<height>18</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -4626,7 +4704,7 @@ QWidget#centralWidget {background: rgba(200, 200, 200, 255);}
|
||||
<rect>
|
||||
<x>3</x>
|
||||
<y>636</y>
|
||||
<width>151</width>
|
||||
<width>130</width>
|
||||
<height>18</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -4662,7 +4740,7 @@ QWidget#centralWidget {background: rgba(200, 200, 200, 255);}
|
||||
<rect>
|
||||
<x>3</x>
|
||||
<y>661</y>
|
||||
<width>75</width>
|
||||
<width>60</width>
|
||||
<height>18</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -4734,7 +4812,7 @@ QWidget#centralWidget {background: rgba(200, 200, 200, 255);}
|
||||
<rect>
|
||||
<x>3</x>
|
||||
<y>736</y>
|
||||
<width>151</width>
|
||||
<width>130</width>
|
||||
<height>18</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -4770,7 +4848,7 @@ QWidget#centralWidget {background: rgba(200, 200, 200, 255);}
|
||||
<rect>
|
||||
<x>3</x>
|
||||
<y>761</y>
|
||||
<width>107</width>
|
||||
<width>80</width>
|
||||
<height>18</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -5100,7 +5178,7 @@ QWidget#centralWidget {background: rgba(200, 200, 200, 255);}
|
||||
<rect>
|
||||
<x>268</x>
|
||||
<y>578</y>
|
||||
<width>75</width>
|
||||
<width>73</width>
|
||||
<height>18</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -5334,7 +5412,7 @@ QWidget#centralWidget {background: rgba(200, 200, 200, 255);}
|
||||
<rect>
|
||||
<x>268</x>
|
||||
<y>558</y>
|
||||
<width>97</width>
|
||||
<width>73</width>
|
||||
<height>18</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -5370,7 +5448,7 @@ QWidget#centralWidget {background: rgba(200, 200, 200, 255);}
|
||||
<rect>
|
||||
<x>268</x>
|
||||
<y>618</y>
|
||||
<width>75</width>
|
||||
<width>73</width>
|
||||
<height>18</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -5406,7 +5484,7 @@ QWidget#centralWidget {background: rgba(200, 200, 200, 255);}
|
||||
<rect>
|
||||
<x>268</x>
|
||||
<y>658</y>
|
||||
<width>75</width>
|
||||
<width>73</width>
|
||||
<height>18</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -5442,7 +5520,7 @@ QWidget#centralWidget {background: rgba(200, 200, 200, 255);}
|
||||
<rect>
|
||||
<x>268</x>
|
||||
<y>638</y>
|
||||
<width>86</width>
|
||||
<width>73</width>
|
||||
<height>18</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -5478,7 +5556,7 @@ QWidget#centralWidget {background: rgba(200, 200, 200, 255);}
|
||||
<rect>
|
||||
<x>268</x>
|
||||
<y>678</y>
|
||||
<width>97</width>
|
||||
<width>73</width>
|
||||
<height>18</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -5937,7 +6015,7 @@ QWidget#centralWidget {background: rgba(200, 200, 200, 255);}
|
||||
<rect>
|
||||
<x>267</x>
|
||||
<y>738</y>
|
||||
<width>97</width>
|
||||
<width>73</width>
|
||||
<height>18</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -6027,7 +6105,7 @@ QWidget#centralWidget {background: rgba(200, 200, 200, 255);}
|
||||
<rect>
|
||||
<x>267</x>
|
||||
<y>718</y>
|
||||
<width>75</width>
|
||||
<width>73</width>
|
||||
<height>18</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -6114,7 +6192,7 @@ QWidget#centralWidget {background: rgba(200, 200, 200, 255);}
|
||||
<rect>
|
||||
<x>267</x>
|
||||
<y>761</y>
|
||||
<width>97</width>
|
||||
<width>73</width>
|
||||
<height>18</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -6306,7 +6384,7 @@ QWidget#centralWidget {background: rgba(200, 200, 200, 255);}
|
||||
<rect>
|
||||
<x>267</x>
|
||||
<y>783</y>
|
||||
<width>64</width>
|
||||
<width>50</width>
|
||||
<height>18</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -6414,12 +6492,12 @@ QWidget#centralWidget {background: rgba(200, 200, 200, 255);}
|
||||
<rect>
|
||||
<x>-1</x>
|
||||
<y>532</y>
|
||||
<width>120</width>
|
||||
<width>110</width>
|
||||
<height>20</height>
|
||||
</rect>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="caFrame" name="caFrame_8">
|
||||
<widget class="caFrame" name="caFrame_7">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>231</x>
|
||||
@@ -6492,7 +6570,7 @@ QWidget#centralWidget {background: rgba(200, 200, 200, 255);}
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>10</y>
|
||||
<width>24</width>
|
||||
<width>20</width>
|
||||
<height>10</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -6530,11 +6608,11 @@ QWidget#centralWidget {background: rgba(200, 200, 200, 255);}
|
||||
<enum>Solid</enum>
|
||||
</property>
|
||||
<property name="xyPairs">
|
||||
<string>0,0;22,0;</string>
|
||||
<string>22,0;</string>
|
||||
</property>
|
||||
</widget>
|
||||
</widget>
|
||||
<widget class="caFrame" name="caFrame_9">
|
||||
<widget class="caFrame" name="caFrame_8">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>231</x>
|
||||
@@ -6607,7 +6685,7 @@ QWidget#centralWidget {background: rgba(200, 200, 200, 255);}
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>10</y>
|
||||
<width>24</width>
|
||||
<width>20</width>
|
||||
<height>10</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -6645,11 +6723,11 @@ QWidget#centralWidget {background: rgba(200, 200, 200, 255);}
|
||||
<enum>Solid</enum>
|
||||
</property>
|
||||
<property name="xyPairs">
|
||||
<string>0,0;22,0;</string>
|
||||
<string>22,0;</string>
|
||||
</property>
|
||||
</widget>
|
||||
</widget>
|
||||
<widget class="caFrame" name="caFrame_10">
|
||||
<widget class="caFrame" name="caFrame_9">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>231</x>
|
||||
@@ -6722,7 +6800,7 @@ QWidget#centralWidget {background: rgba(200, 200, 200, 255);}
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>10</y>
|
||||
<width>24</width>
|
||||
<width>20</width>
|
||||
<height>10</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -6760,7 +6838,7 @@ QWidget#centralWidget {background: rgba(200, 200, 200, 255);}
|
||||
<enum>Solid</enum>
|
||||
</property>
|
||||
<property name="xyPairs">
|
||||
<string>0,0;22,0;</string>
|
||||
<string>22,0;</string>
|
||||
</property>
|
||||
</widget>
|
||||
</widget>
|
||||
@@ -6792,7 +6870,7 @@ QWidget#centralWidget {background: rgba(200, 200, 200, 255);}
|
||||
<rect>
|
||||
<x>232</x>
|
||||
<y>639</y>
|
||||
<width>23</width>
|
||||
<width>20</width>
|
||||
<height>13</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -6828,7 +6906,7 @@ QWidget#centralWidget {background: rgba(200, 200, 200, 255);}
|
||||
<rect>
|
||||
<x>232</x>
|
||||
<y>739</y>
|
||||
<width>23</width>
|
||||
<width>20</width>
|
||||
<height>13</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -6929,7 +7007,7 @@ QWidget#centralWidget {background: rgba(200, 200, 200, 255);}
|
||||
<enum>caLineEdit::Alarm_Static</enum>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="caFrame" name="caFrame_11">
|
||||
<widget class="caFrame" name="caFrame_10">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>267</x>
|
||||
@@ -7099,7 +7177,7 @@ QWidget#centralWidget {background: rgba(200, 200, 200, 255);}
|
||||
<enum>Solid</enum>
|
||||
</property>
|
||||
<property name="xyPairs">
|
||||
<string>1,1;448,1;</string>
|
||||
<string>448,1;</string>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="caGraphics" name="caRectangle_13">
|
||||
@@ -7172,7 +7250,7 @@ QWidget#centralWidget {background: rgba(200, 200, 200, 255);}
|
||||
<enum>Solid</enum>
|
||||
</property>
|
||||
<property name="xyPairs">
|
||||
<string>1,1;448,1;</string>
|
||||
<string>448,1;</string>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="caLabel" name="caLabel_77">
|
||||
@@ -7206,7 +7284,7 @@ QWidget#centralWidget {background: rgba(200, 200, 200, 255);}
|
||||
<rect>
|
||||
<x>4</x>
|
||||
<y>474</y>
|
||||
<width>60</width>
|
||||
<width>50</width>
|
||||
<height>20</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -7242,7 +7320,7 @@ QWidget#centralWidget {background: rgba(200, 200, 200, 255);}
|
||||
<rect>
|
||||
<x>94</x>
|
||||
<y>478</y>
|
||||
<width>136</width>
|
||||
<width>100</width>
|
||||
<height>19</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -7314,7 +7392,7 @@ QWidget#centralWidget {background: rgba(200, 200, 200, 255);}
|
||||
<rect>
|
||||
<x>318</x>
|
||||
<y>478</y>
|
||||
<width>114</width>
|
||||
<width>100</width>
|
||||
<height>19</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -7353,7 +7431,7 @@ QWidget#centralWidget {background: rgba(200, 200, 200, 255);}
|
||||
<enum>Solid</enum>
|
||||
</property>
|
||||
<property name="xyPairs">
|
||||
<string>0,0;0,55;</string>
|
||||
<string>0,55;</string>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="caPolyLine" name="caPolyLine_16">
|
||||
@@ -7390,7 +7468,7 @@ QWidget#centralWidget {background: rgba(200, 200, 200, 255);}
|
||||
<enum>Solid</enum>
|
||||
</property>
|
||||
<property name="xyPairs">
|
||||
<string>0,0;0,55;</string>
|
||||
<string>0,55;</string>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="caTextEntry" name="caTextEntry_31">
|
||||
@@ -7616,7 +7694,7 @@ QWidget#centralWidget {background: rgba(200, 200, 200, 255);}
|
||||
<enum>Solid</enum>
|
||||
</property>
|
||||
<property name="xyPairs">
|
||||
<string>1,2;259,1;</string>
|
||||
<string>259,1;</string>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="caLabel" name="caLabel_81">
|
||||
@@ -7647,7 +7725,7 @@ QWidget#centralWidget {background: rgba(200, 200, 200, 255);}
|
||||
<rect>
|
||||
<x>3</x>
|
||||
<y>786</y>
|
||||
<width>161</width>
|
||||
<width>130</width>
|
||||
<height>18</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -7734,7 +7812,7 @@ QWidget#centralWidget {background: rgba(200, 200, 200, 255);}
|
||||
<rect>
|
||||
<x>3</x>
|
||||
<y>811</y>
|
||||
<width>172</width>
|
||||
<width>130</width>
|
||||
<height>18</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -8254,7 +8332,6 @@ QWidget#centralWidget {background: rgba(200, 200, 200, 255);}
|
||||
<zorder>caLabel_10</zorder>
|
||||
<zorder>caFrame_0</zorder>
|
||||
<zorder>caLabel_11</zorder>
|
||||
<zorder>caFrame_1</zorder>
|
||||
<zorder>caPolyLine_1</zorder>
|
||||
<zorder>caRectangle_2</zorder>
|
||||
<zorder>caLabel_12</zorder>
|
||||
@@ -8273,14 +8350,14 @@ QWidget#centralWidget {background: rgba(200, 200, 200, 255);}
|
||||
<zorder>caLabel_20</zorder>
|
||||
<zorder>caRectangle_6</zorder>
|
||||
<zorder>caRectangle_7</zorder>
|
||||
<zorder>caFrame_2</zorder>
|
||||
<zorder>caFrame_1</zorder>
|
||||
<zorder>caLabel_21</zorder>
|
||||
<zorder>caLabel_22</zorder>
|
||||
<zorder>caLabel_23</zorder>
|
||||
<zorder>caLabel_24</zorder>
|
||||
<zorder>caLabel_25</zorder>
|
||||
<zorder>caLabel_26</zorder>
|
||||
<zorder>caFrame_3</zorder>
|
||||
<zorder>caFrame_2</zorder>
|
||||
<zorder>caLabel_27</zorder>
|
||||
<zorder>caRectangle_8</zorder>
|
||||
<zorder>caLabel_28</zorder>
|
||||
@@ -8295,22 +8372,22 @@ QWidget#centralWidget {background: rgba(200, 200, 200, 255);}
|
||||
<zorder>caLabel_33</zorder>
|
||||
<zorder>caLabel_34</zorder>
|
||||
<zorder>caPolyLine_5</zorder>
|
||||
<zorder>caFrame_4</zorder>
|
||||
<zorder>caFrame_3</zorder>
|
||||
<zorder>caLabel_35</zorder>
|
||||
<zorder>caLabel_36</zorder>
|
||||
<zorder>caPolyLine_6</zorder>
|
||||
<zorder>caFrame_5</zorder>
|
||||
<zorder>caFrame_4</zorder>
|
||||
<zorder>caLabel_37</zorder>
|
||||
<zorder>caLabel_38</zorder>
|
||||
<zorder>caPolyLine_7</zorder>
|
||||
<zorder>caFrame_6</zorder>
|
||||
<zorder>caFrame_5</zorder>
|
||||
<zorder>caLabel_39</zorder>
|
||||
<zorder>caLabel_40</zorder>
|
||||
<zorder>caLabel_41</zorder>
|
||||
<zorder>caLabel_42</zorder>
|
||||
<zorder>caLabel_43</zorder>
|
||||
<zorder>caPolyLine_8</zorder>
|
||||
<zorder>caFrame_7</zorder>
|
||||
<zorder>caFrame_6</zorder>
|
||||
<zorder>caRectangle_10</zorder>
|
||||
<zorder>caRectangle_11</zorder>
|
||||
<zorder>caPolyLine_9</zorder>
|
||||
@@ -8341,20 +8418,20 @@ QWidget#centralWidget {background: rgba(200, 200, 200, 255);}
|
||||
<zorder>caLabel_67</zorder>
|
||||
<zorder>caLabel_68</zorder>
|
||||
<zorder>caPolyLine_10</zorder>
|
||||
<zorder>caFrame_8</zorder>
|
||||
<zorder>caFrame_7</zorder>
|
||||
<zorder>caLabel_69</zorder>
|
||||
<zorder>caLabel_70</zorder>
|
||||
<zorder>caPolyLine_11</zorder>
|
||||
<zorder>caFrame_9</zorder>
|
||||
<zorder>caFrame_8</zorder>
|
||||
<zorder>caLabel_71</zorder>
|
||||
<zorder>caLabel_72</zorder>
|
||||
<zorder>caPolyLine_12</zorder>
|
||||
<zorder>caFrame_10</zorder>
|
||||
<zorder>caFrame_9</zorder>
|
||||
<zorder>caLabel_73</zorder>
|
||||
<zorder>caLabel_74</zorder>
|
||||
<zorder>caLabel_75</zorder>
|
||||
<zorder>caLabel_76</zorder>
|
||||
<zorder>caFrame_11</zorder>
|
||||
<zorder>caFrame_10</zorder>
|
||||
<zorder>caPolyLine_13</zorder>
|
||||
<zorder>caRectangle_13</zorder>
|
||||
<zorder>caPolyLine_14</zorder>
|
||||
|
||||
@@ -14,7 +14,94 @@
|
||||
<string>
|
||||
|
||||
QWidget#centralWidget {background: rgba(200, 200, 200, 255);}
|
||||
QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
|
||||
caTable {
|
||||
font: 10pt;
|
||||
background: cornsilk;
|
||||
alternate-background-color: wheat;
|
||||
}
|
||||
|
||||
caLineEdit {
|
||||
border-radius: 1px;
|
||||
background: lightyellow;
|
||||
color: black;
|
||||
}
|
||||
|
||||
caTextEntry {
|
||||
color: rgb(127, 0, 63);
|
||||
background-color: cornsilk;
|
||||
selection-color: #0a214c;
|
||||
selection-background-color: wheat;
|
||||
border: 1px groove black;
|
||||
border-radius: 1px;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
caTextEntry:focus {
|
||||
padding: 0px;
|
||||
border: 2px groove darkred;
|
||||
border-radius: 1px;
|
||||
}
|
||||
|
||||
QPushButton {
|
||||
border-color: #00b;
|
||||
border-radius: 2px;
|
||||
padding: 3px;
|
||||
border-width: 1px;
|
||||
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(224, 239, 255, 255),
|
||||
stop:0.5 rgba(199, 215, 230, 255),
|
||||
stop:1 rgba(184, 214, 236, 255));
|
||||
}
|
||||
QPushButton:hover {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(201, 226, 255, 255),
|
||||
stop:0.5 rgba(177, 204, 230, 255),
|
||||
stop:1 rgba(163, 205, 236, 255));
|
||||
}
|
||||
QPushButton:pressed {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(174, 219, 255, 255),
|
||||
stop:0.5 rgba(165, 199, 230, 255),
|
||||
stop:1 rgba(134, 188, 236, 255));
|
||||
}
|
||||
|
||||
QPushButton:disabled {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(174, 219, 255, 255),
|
||||
stop:0.5 rgba(165, 199, 230, 255),
|
||||
stop:1 rgba(134, 188, 236, 255));
|
||||
}
|
||||
|
||||
caChoice {
|
||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #E1E1E1, stop: 0.4 #DDDDDD,
|
||||
stop: 0.5 #D8D8D8, stop: 1.0 #D3D3D3);
|
||||
}
|
||||
|
||||
caChoice > QPushButton {
|
||||
text-align: left;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
caSlider::groove:horizontal {
|
||||
border: 1px solid #bbb;
|
||||
background: lightgrey;
|
||||
height: 20px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
caSlider::handle:horizontal {
|
||||
background: red;
|
||||
border: 1px solid #777;
|
||||
width: 13px;
|
||||
margin-top: -2px;
|
||||
margin-bottom: -2px;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
</string>
|
||||
</property>
|
||||
@@ -47,7 +134,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>1</x>
|
||||
<y>139</y>
|
||||
<width>57</width>
|
||||
<width>45</width>
|
||||
<height>16</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -89,7 +176,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>138</y>
|
||||
<width>57</width>
|
||||
<width>45</width>
|
||||
<height>16</height>
|
||||
</rect>
|
||||
</property>
|
||||
|
||||
@@ -14,7 +14,94 @@
|
||||
<string>
|
||||
|
||||
QWidget#centralWidget {background: rgba(200, 200, 200, 255);}
|
||||
QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
|
||||
caTable {
|
||||
font: 10pt;
|
||||
background: cornsilk;
|
||||
alternate-background-color: wheat;
|
||||
}
|
||||
|
||||
caLineEdit {
|
||||
border-radius: 1px;
|
||||
background: lightyellow;
|
||||
color: black;
|
||||
}
|
||||
|
||||
caTextEntry {
|
||||
color: rgb(127, 0, 63);
|
||||
background-color: cornsilk;
|
||||
selection-color: #0a214c;
|
||||
selection-background-color: wheat;
|
||||
border: 1px groove black;
|
||||
border-radius: 1px;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
caTextEntry:focus {
|
||||
padding: 0px;
|
||||
border: 2px groove darkred;
|
||||
border-radius: 1px;
|
||||
}
|
||||
|
||||
QPushButton {
|
||||
border-color: #00b;
|
||||
border-radius: 2px;
|
||||
padding: 3px;
|
||||
border-width: 1px;
|
||||
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(224, 239, 255, 255),
|
||||
stop:0.5 rgba(199, 215, 230, 255),
|
||||
stop:1 rgba(184, 214, 236, 255));
|
||||
}
|
||||
QPushButton:hover {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(201, 226, 255, 255),
|
||||
stop:0.5 rgba(177, 204, 230, 255),
|
||||
stop:1 rgba(163, 205, 236, 255));
|
||||
}
|
||||
QPushButton:pressed {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(174, 219, 255, 255),
|
||||
stop:0.5 rgba(165, 199, 230, 255),
|
||||
stop:1 rgba(134, 188, 236, 255));
|
||||
}
|
||||
|
||||
QPushButton:disabled {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(174, 219, 255, 255),
|
||||
stop:0.5 rgba(165, 199, 230, 255),
|
||||
stop:1 rgba(134, 188, 236, 255));
|
||||
}
|
||||
|
||||
caChoice {
|
||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #E1E1E1, stop: 0.4 #DDDDDD,
|
||||
stop: 0.5 #D8D8D8, stop: 1.0 #D3D3D3);
|
||||
}
|
||||
|
||||
caChoice > QPushButton {
|
||||
text-align: left;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
caSlider::groove:horizontal {
|
||||
border: 1px solid #bbb;
|
||||
background: lightgrey;
|
||||
height: 20px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
caSlider::handle:horizontal {
|
||||
background: red;
|
||||
border: 1px solid #777;
|
||||
width: 13px;
|
||||
margin-top: -2px;
|
||||
margin-bottom: -2px;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
</string>
|
||||
</property>
|
||||
@@ -914,7 +1001,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>120</x>
|
||||
<y>45</y>
|
||||
<width>162</width>
|
||||
<width>150</width>
|
||||
<height>15</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -950,7 +1037,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>120</x>
|
||||
<y>75</y>
|
||||
<width>135</width>
|
||||
<width>130</width>
|
||||
<height>15</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -1130,7 +1217,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>260</x>
|
||||
<y>118</y>
|
||||
<width>144</width>
|
||||
<width>140</width>
|
||||
<height>15</height>
|
||||
</rect>
|
||||
</property>
|
||||
|
||||
@@ -14,7 +14,94 @@
|
||||
<string>
|
||||
|
||||
QWidget#centralWidget {background: rgba(200, 200, 200, 255);}
|
||||
QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
|
||||
caTable {
|
||||
font: 10pt;
|
||||
background: cornsilk;
|
||||
alternate-background-color: wheat;
|
||||
}
|
||||
|
||||
caLineEdit {
|
||||
border-radius: 1px;
|
||||
background: lightyellow;
|
||||
color: black;
|
||||
}
|
||||
|
||||
caTextEntry {
|
||||
color: rgb(127, 0, 63);
|
||||
background-color: cornsilk;
|
||||
selection-color: #0a214c;
|
||||
selection-background-color: wheat;
|
||||
border: 1px groove black;
|
||||
border-radius: 1px;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
caTextEntry:focus {
|
||||
padding: 0px;
|
||||
border: 2px groove darkred;
|
||||
border-radius: 1px;
|
||||
}
|
||||
|
||||
QPushButton {
|
||||
border-color: #00b;
|
||||
border-radius: 2px;
|
||||
padding: 3px;
|
||||
border-width: 1px;
|
||||
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(224, 239, 255, 255),
|
||||
stop:0.5 rgba(199, 215, 230, 255),
|
||||
stop:1 rgba(184, 214, 236, 255));
|
||||
}
|
||||
QPushButton:hover {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(201, 226, 255, 255),
|
||||
stop:0.5 rgba(177, 204, 230, 255),
|
||||
stop:1 rgba(163, 205, 236, 255));
|
||||
}
|
||||
QPushButton:pressed {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(174, 219, 255, 255),
|
||||
stop:0.5 rgba(165, 199, 230, 255),
|
||||
stop:1 rgba(134, 188, 236, 255));
|
||||
}
|
||||
|
||||
QPushButton:disabled {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(174, 219, 255, 255),
|
||||
stop:0.5 rgba(165, 199, 230, 255),
|
||||
stop:1 rgba(134, 188, 236, 255));
|
||||
}
|
||||
|
||||
caChoice {
|
||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #E1E1E1, stop: 0.4 #DDDDDD,
|
||||
stop: 0.5 #D8D8D8, stop: 1.0 #D3D3D3);
|
||||
}
|
||||
|
||||
caChoice > QPushButton {
|
||||
text-align: left;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
caSlider::groove:horizontal {
|
||||
border: 1px solid #bbb;
|
||||
background: lightgrey;
|
||||
height: 20px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
caSlider::handle:horizontal {
|
||||
background: red;
|
||||
border: 1px solid #777;
|
||||
width: 13px;
|
||||
margin-top: -2px;
|
||||
margin-bottom: -2px;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
</string>
|
||||
</property>
|
||||
@@ -182,7 +269,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>283</x>
|
||||
<y>63</y>
|
||||
<width>93</width>
|
||||
<width>80</width>
|
||||
<height>26</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -224,7 +311,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>284</x>
|
||||
<y>64</y>
|
||||
<width>93</width>
|
||||
<width>80</width>
|
||||
<height>26</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -266,7 +353,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>282</x>
|
||||
<y>62</y>
|
||||
<width>93</width>
|
||||
<width>80</width>
|
||||
<height>26</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -625,7 +712,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>202</y>
|
||||
<width>31</width>
|
||||
<width>30</width>
|
||||
<height>13</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -697,7 +784,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>128</y>
|
||||
<width>86</width>
|
||||
<width>65</width>
|
||||
<height>18</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -769,7 +856,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>71</y>
|
||||
<width>86</width>
|
||||
<width>65</width>
|
||||
<height>18</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -805,7 +892,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>46</y>
|
||||
<width>86</width>
|
||||
<width>65</width>
|
||||
<height>18</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -847,7 +934,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>1</x>
|
||||
<y>1</y>
|
||||
<width>115</width>
|
||||
<width>95</width>
|
||||
<height>16</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -889,7 +976,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>115</width>
|
||||
<width>95</width>
|
||||
<height>16</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -1073,7 +1160,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>265</x>
|
||||
<y>25</y>
|
||||
<width>53</width>
|
||||
<width>35</width>
|
||||
<height>18</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -1757,7 +1844,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>13</y>
|
||||
<width>70</width>
|
||||
<width>60</width>
|
||||
<height>13</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -1799,7 +1886,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>70</width>
|
||||
<width>60</width>
|
||||
<height>13</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -1899,7 +1986,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>-5</x>
|
||||
<y>0</y>
|
||||
<width>78</width>
|
||||
<width>60</width>
|
||||
<height>13</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -1980,7 +2067,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<enum>Solid</enum>
|
||||
</property>
|
||||
<property name="xyPairs">
|
||||
<string>1,1;367,1;</string>
|
||||
<string>367,1;</string>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="caLabel" name="caLabel_19">
|
||||
@@ -2020,7 +2107,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>265</x>
|
||||
<y>25</y>
|
||||
<width>53</width>
|
||||
<width>35</width>
|
||||
<height>18</height>
|
||||
</rect>
|
||||
</property>
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -14,7 +14,94 @@
|
||||
<string>
|
||||
|
||||
QWidget#centralWidget {background: rgba(200, 200, 200, 255);}
|
||||
QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
|
||||
caTable {
|
||||
font: 10pt;
|
||||
background: cornsilk;
|
||||
alternate-background-color: wheat;
|
||||
}
|
||||
|
||||
caLineEdit {
|
||||
border-radius: 1px;
|
||||
background: lightyellow;
|
||||
color: black;
|
||||
}
|
||||
|
||||
caTextEntry {
|
||||
color: rgb(127, 0, 63);
|
||||
background-color: cornsilk;
|
||||
selection-color: #0a214c;
|
||||
selection-background-color: wheat;
|
||||
border: 1px groove black;
|
||||
border-radius: 1px;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
caTextEntry:focus {
|
||||
padding: 0px;
|
||||
border: 2px groove darkred;
|
||||
border-radius: 1px;
|
||||
}
|
||||
|
||||
QPushButton {
|
||||
border-color: #00b;
|
||||
border-radius: 2px;
|
||||
padding: 3px;
|
||||
border-width: 1px;
|
||||
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(224, 239, 255, 255),
|
||||
stop:0.5 rgba(199, 215, 230, 255),
|
||||
stop:1 rgba(184, 214, 236, 255));
|
||||
}
|
||||
QPushButton:hover {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(201, 226, 255, 255),
|
||||
stop:0.5 rgba(177, 204, 230, 255),
|
||||
stop:1 rgba(163, 205, 236, 255));
|
||||
}
|
||||
QPushButton:pressed {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(174, 219, 255, 255),
|
||||
stop:0.5 rgba(165, 199, 230, 255),
|
||||
stop:1 rgba(134, 188, 236, 255));
|
||||
}
|
||||
|
||||
QPushButton:disabled {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(174, 219, 255, 255),
|
||||
stop:0.5 rgba(165, 199, 230, 255),
|
||||
stop:1 rgba(134, 188, 236, 255));
|
||||
}
|
||||
|
||||
caChoice {
|
||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #E1E1E1, stop: 0.4 #DDDDDD,
|
||||
stop: 0.5 #D8D8D8, stop: 1.0 #D3D3D3);
|
||||
}
|
||||
|
||||
caChoice > QPushButton {
|
||||
text-align: left;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
caSlider::groove:horizontal {
|
||||
border: 1px solid #bbb;
|
||||
background: lightgrey;
|
||||
height: 20px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
caSlider::handle:horizontal {
|
||||
background: red;
|
||||
border: 1px solid #777;
|
||||
width: 13px;
|
||||
margin-top: -2px;
|
||||
margin-bottom: -2px;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
</string>
|
||||
</property>
|
||||
@@ -83,7 +170,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>190</x>
|
||||
<y>90</y>
|
||||
<width>96</width>
|
||||
<width>80</width>
|
||||
<height>20</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -152,7 +239,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>2</x>
|
||||
<y>90</y>
|
||||
<width>96</width>
|
||||
<width>75</width>
|
||||
<height>20</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -188,7 +275,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>285</x>
|
||||
<y>90</y>
|
||||
<width>132</width>
|
||||
<width>110</width>
|
||||
<height>20</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -233,7 +320,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<enum>Solid</enum>
|
||||
</property>
|
||||
<property name="xyPairs">
|
||||
<string>1,1;399,1;</string>
|
||||
<string>399,1;</string>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="caPolyLine" name="caPolyLine_1">
|
||||
@@ -273,7 +360,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<enum>Solid</enum>
|
||||
</property>
|
||||
<property name="xyPairs">
|
||||
<string>1,1;1,217;</string>
|
||||
<string>1,217;</string>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="caTextEntry" name="caTextEntry_0">
|
||||
@@ -454,7 +541,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<enum>Solid</enum>
|
||||
</property>
|
||||
<property name="xyPairs">
|
||||
<string>1,1;399,1;</string>
|
||||
<string>399,1;</string>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="caLabel" name="caLabel_5">
|
||||
@@ -668,7 +755,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>3</y>
|
||||
<width>43</width>
|
||||
<width>35</width>
|
||||
<height>18</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -879,7 +966,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>1</x>
|
||||
<y>117</y>
|
||||
<width>194</width>
|
||||
<width>140</width>
|
||||
<height>18</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -1323,7 +1410,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>3</x>
|
||||
<y>195</y>
|
||||
<width>151</width>
|
||||
<width>100</width>
|
||||
<height>18</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -1395,7 +1482,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>3</x>
|
||||
<y>145</y>
|
||||
<width>140</width>
|
||||
<width>100</width>
|
||||
<height>18</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -1431,7 +1518,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>3</x>
|
||||
<y>170</y>
|
||||
<width>194</width>
|
||||
<width>125</width>
|
||||
<height>18</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -1467,7 +1554,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>286</x>
|
||||
<y>145</y>
|
||||
<width>32</width>
|
||||
<width>25</width>
|
||||
<height>18</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -1503,7 +1590,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>286</x>
|
||||
<y>182</y>
|
||||
<width>32</width>
|
||||
<width>25</width>
|
||||
<height>18</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -1539,7 +1626,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>286</x>
|
||||
<y>220</y>
|
||||
<width>32</width>
|
||||
<width>25</width>
|
||||
<height>18</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -1722,7 +1809,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>3</x>
|
||||
<y>220</y>
|
||||
<width>259</width>
|
||||
<width>190</width>
|
||||
<height>18</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -1812,7 +1899,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>3</x>
|
||||
<y>305</y>
|
||||
<width>240</width>
|
||||
<width>200</width>
|
||||
<height>20</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -1848,7 +1935,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>241</x>
|
||||
<y>353</y>
|
||||
<width>53</width>
|
||||
<width>50</width>
|
||||
<height>18</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -1884,7 +1971,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>241</x>
|
||||
<y>428</y>
|
||||
<width>53</width>
|
||||
<width>50</width>
|
||||
<height>18</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -1920,7 +2007,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>241</x>
|
||||
<y>403</y>
|
||||
<width>53</width>
|
||||
<width>50</width>
|
||||
<height>18</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -1956,7 +2043,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>241</x>
|
||||
<y>378</y>
|
||||
<width>53</width>
|
||||
<width>50</width>
|
||||
<height>18</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -2301,7 +2388,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>3</y>
|
||||
<width>86</width>
|
||||
<width>60</width>
|
||||
<height>18</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -2398,7 +2485,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>3</y>
|
||||
<width>97</width>
|
||||
<width>70</width>
|
||||
<height>18</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -2570,7 +2657,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>296</x>
|
||||
<y>403</y>
|
||||
<width>43</width>
|
||||
<width>30</width>
|
||||
<height>18</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -2639,7 +2726,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>296</x>
|
||||
<y>428</y>
|
||||
<width>43</width>
|
||||
<width>30</width>
|
||||
<height>18</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -2675,7 +2762,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>3</x>
|
||||
<y>365</y>
|
||||
<width>64</width>
|
||||
<width>60</width>
|
||||
<height>18</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -2711,7 +2798,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>3</x>
|
||||
<y>328</y>
|
||||
<width>64</width>
|
||||
<width>60</width>
|
||||
<height>18</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -2747,7 +2834,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>216</x>
|
||||
<y>543</y>
|
||||
<width>97</width>
|
||||
<width>95</width>
|
||||
<height>18</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -2783,7 +2870,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>216</x>
|
||||
<y>525</y>
|
||||
<width>97</width>
|
||||
<width>95</width>
|
||||
<height>18</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -2819,7 +2906,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>216</x>
|
||||
<y>505</y>
|
||||
<width>129</width>
|
||||
<width>95</width>
|
||||
<height>18</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -3152,7 +3239,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>3</x>
|
||||
<y>508</y>
|
||||
<width>86</width>
|
||||
<width>70</width>
|
||||
<height>18</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -3188,7 +3275,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>3</x>
|
||||
<y>533</y>
|
||||
<width>129</width>
|
||||
<width>120</width>
|
||||
<height>18</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -3353,7 +3440,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>3</x>
|
||||
<y>453</y>
|
||||
<width>118</width>
|
||||
<width>70</width>
|
||||
<height>18</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -3557,7 +3644,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<enum>Solid</enum>
|
||||
</property>
|
||||
<property name="xyPairs">
|
||||
<string>1,1;399,1;</string>
|
||||
<string>399,1;</string>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="caLabel" name="caLabel_42">
|
||||
@@ -3588,7 +3675,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>3</x>
|
||||
<y>271</y>
|
||||
<width>129</width>
|
||||
<width>91</width>
|
||||
<height>18</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -3684,7 +3771,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<enum>Solid</enum>
|
||||
</property>
|
||||
<property name="xyPairs">
|
||||
<string>1,1;1,166;</string>
|
||||
<string>1,166;</string>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="caPolyLine" name="caPolyLine_5">
|
||||
@@ -3724,7 +3811,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<enum>Solid</enum>
|
||||
</property>
|
||||
<property name="xyPairs">
|
||||
<string>1,1;399,1;</string>
|
||||
<string>399,1;</string>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="caLineEdit" name="caLineEdit_7">
|
||||
@@ -3809,7 +3896,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>165</x>
|
||||
<y>271</y>
|
||||
<width>32</width>
|
||||
<width>20</width>
|
||||
<height>18</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -3914,7 +4001,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>215</x>
|
||||
<y>593</y>
|
||||
<width>107</width>
|
||||
<width>85</width>
|
||||
<height>18</height>
|
||||
</rect>
|
||||
</property>
|
||||
|
||||
@@ -14,7 +14,94 @@
|
||||
<string>
|
||||
|
||||
QWidget#centralWidget {background: rgba(200, 200, 200, 255);}
|
||||
QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
|
||||
caTable {
|
||||
font: 10pt;
|
||||
background: cornsilk;
|
||||
alternate-background-color: wheat;
|
||||
}
|
||||
|
||||
caLineEdit {
|
||||
border-radius: 1px;
|
||||
background: lightyellow;
|
||||
color: black;
|
||||
}
|
||||
|
||||
caTextEntry {
|
||||
color: rgb(127, 0, 63);
|
||||
background-color: cornsilk;
|
||||
selection-color: #0a214c;
|
||||
selection-background-color: wheat;
|
||||
border: 1px groove black;
|
||||
border-radius: 1px;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
caTextEntry:focus {
|
||||
padding: 0px;
|
||||
border: 2px groove darkred;
|
||||
border-radius: 1px;
|
||||
}
|
||||
|
||||
QPushButton {
|
||||
border-color: #00b;
|
||||
border-radius: 2px;
|
||||
padding: 3px;
|
||||
border-width: 1px;
|
||||
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(224, 239, 255, 255),
|
||||
stop:0.5 rgba(199, 215, 230, 255),
|
||||
stop:1 rgba(184, 214, 236, 255));
|
||||
}
|
||||
QPushButton:hover {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(201, 226, 255, 255),
|
||||
stop:0.5 rgba(177, 204, 230, 255),
|
||||
stop:1 rgba(163, 205, 236, 255));
|
||||
}
|
||||
QPushButton:pressed {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(174, 219, 255, 255),
|
||||
stop:0.5 rgba(165, 199, 230, 255),
|
||||
stop:1 rgba(134, 188, 236, 255));
|
||||
}
|
||||
|
||||
QPushButton:disabled {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(174, 219, 255, 255),
|
||||
stop:0.5 rgba(165, 199, 230, 255),
|
||||
stop:1 rgba(134, 188, 236, 255));
|
||||
}
|
||||
|
||||
caChoice {
|
||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #E1E1E1, stop: 0.4 #DDDDDD,
|
||||
stop: 0.5 #D8D8D8, stop: 1.0 #D3D3D3);
|
||||
}
|
||||
|
||||
caChoice > QPushButton {
|
||||
text-align: left;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
caSlider::groove:horizontal {
|
||||
border: 1px solid #bbb;
|
||||
background: lightgrey;
|
||||
height: 20px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
caSlider::handle:horizontal {
|
||||
background: red;
|
||||
border: 1px solid #777;
|
||||
width: 13px;
|
||||
margin-top: -2px;
|
||||
margin-bottom: -2px;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
</string>
|
||||
</property>
|
||||
@@ -595,7 +682,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<enum>Solid</enum>
|
||||
</property>
|
||||
<property name="xyPairs">
|
||||
<string>1,1;125,1;</string>
|
||||
<string>125,1;</string>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="caLineEdit" name="caLineEdit_2">
|
||||
|
||||
@@ -14,7 +14,94 @@
|
||||
<string>
|
||||
|
||||
QWidget#centralWidget {background: rgba(187, 187, 187, 255);}
|
||||
QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
|
||||
caTable {
|
||||
font: 10pt;
|
||||
background: cornsilk;
|
||||
alternate-background-color: wheat;
|
||||
}
|
||||
|
||||
caLineEdit {
|
||||
border-radius: 1px;
|
||||
background: lightyellow;
|
||||
color: black;
|
||||
}
|
||||
|
||||
caTextEntry {
|
||||
color: rgb(127, 0, 63);
|
||||
background-color: cornsilk;
|
||||
selection-color: #0a214c;
|
||||
selection-background-color: wheat;
|
||||
border: 1px groove black;
|
||||
border-radius: 1px;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
caTextEntry:focus {
|
||||
padding: 0px;
|
||||
border: 2px groove darkred;
|
||||
border-radius: 1px;
|
||||
}
|
||||
|
||||
QPushButton {
|
||||
border-color: #00b;
|
||||
border-radius: 2px;
|
||||
padding: 3px;
|
||||
border-width: 1px;
|
||||
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(224, 239, 255, 255),
|
||||
stop:0.5 rgba(199, 215, 230, 255),
|
||||
stop:1 rgba(184, 214, 236, 255));
|
||||
}
|
||||
QPushButton:hover {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(201, 226, 255, 255),
|
||||
stop:0.5 rgba(177, 204, 230, 255),
|
||||
stop:1 rgba(163, 205, 236, 255));
|
||||
}
|
||||
QPushButton:pressed {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(174, 219, 255, 255),
|
||||
stop:0.5 rgba(165, 199, 230, 255),
|
||||
stop:1 rgba(134, 188, 236, 255));
|
||||
}
|
||||
|
||||
QPushButton:disabled {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(174, 219, 255, 255),
|
||||
stop:0.5 rgba(165, 199, 230, 255),
|
||||
stop:1 rgba(134, 188, 236, 255));
|
||||
}
|
||||
|
||||
caChoice {
|
||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #E1E1E1, stop: 0.4 #DDDDDD,
|
||||
stop: 0.5 #D8D8D8, stop: 1.0 #D3D3D3);
|
||||
}
|
||||
|
||||
caChoice > QPushButton {
|
||||
text-align: left;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
caSlider::groove:horizontal {
|
||||
border: 1px solid #bbb;
|
||||
background: lightgrey;
|
||||
height: 20px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
caSlider::handle:horizontal {
|
||||
background: red;
|
||||
border: 1px solid #777;
|
||||
width: 13px;
|
||||
margin-top: -2px;
|
||||
margin-bottom: -2px;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
</string>
|
||||
</property>
|
||||
@@ -165,7 +252,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>192</width>
|
||||
<width>160</width>
|
||||
<height>20</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -252,7 +339,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>281</x>
|
||||
<y>0</y>
|
||||
<width>84</width>
|
||||
<width>70</width>
|
||||
<height>20</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -343,7 +430,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>65</x>
|
||||
<y>86</y>
|
||||
<width>180</width>
|
||||
<width>150</width>
|
||||
<height>20</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -430,7 +517,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>346</x>
|
||||
<y>86</y>
|
||||
<width>72</width>
|
||||
<width>60</width>
|
||||
<height>20</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -569,7 +656,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>164</x>
|
||||
<y>3</y>
|
||||
<width>120</width>
|
||||
<width>100</width>
|
||||
<height>20</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -755,7 +842,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>296</x>
|
||||
<y>3</y>
|
||||
<width>144</width>
|
||||
<width>100</width>
|
||||
<height>20</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -1061,7 +1148,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>452</x>
|
||||
<y>3</y>
|
||||
<width>60</width>
|
||||
<width>50</width>
|
||||
<height>20</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -2143,7 +2230,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>36</x>
|
||||
<y>30</y>
|
||||
<width>60</width>
|
||||
<width>50</width>
|
||||
<height>20</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -2272,7 +2359,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>16</x>
|
||||
<y>55</y>
|
||||
<width>84</width>
|
||||
<width>70</width>
|
||||
<height>20</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -2524,7 +2611,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>105</x>
|
||||
<y>5</y>
|
||||
<width>84</width>
|
||||
<width>70</width>
|
||||
<height>20</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -2560,7 +2647,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>223</x>
|
||||
<y>5</y>
|
||||
<width>60</width>
|
||||
<width>50</width>
|
||||
<height>20</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -2596,7 +2683,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>332</x>
|
||||
<y>5</y>
|
||||
<width>72</width>
|
||||
<width>60</width>
|
||||
<height>20</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -2632,7 +2719,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>36</x>
|
||||
<y>160</y>
|
||||
<width>60</width>
|
||||
<width>50</width>
|
||||
<height>20</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -2710,7 +2797,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>16</x>
|
||||
<y>130</y>
|
||||
<width>84</width>
|
||||
<width>70</width>
|
||||
<height>20</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -2839,7 +2926,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>6</x>
|
||||
<y>195</y>
|
||||
<width>96</width>
|
||||
<width>80</width>
|
||||
<height>20</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -2983,7 +3070,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>16</x>
|
||||
<y>220</y>
|
||||
<width>84</width>
|
||||
<width>70</width>
|
||||
<height>20</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -3073,7 +3160,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>16</x>
|
||||
<y>105</y>
|
||||
<width>84</width>
|
||||
<width>70</width>
|
||||
<height>20</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -3191,7 +3278,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>15</x>
|
||||
<y>186</y>
|
||||
<width>240</width>
|
||||
<width>200</width>
|
||||
<height>20</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -3329,7 +3416,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>35</x>
|
||||
<y>136</y>
|
||||
<width>216</width>
|
||||
<width>180</width>
|
||||
<height>20</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -3365,7 +3452,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>376</x>
|
||||
<y>136</y>
|
||||
<width>36</width>
|
||||
<width>30</width>
|
||||
<height>20</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -3491,7 +3578,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>340</x>
|
||||
<y>186</y>
|
||||
<width>108</width>
|
||||
<width>90</width>
|
||||
<height>20</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -3587,7 +3674,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>204</width>
|
||||
<width>170</width>
|
||||
<height>20</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -3633,7 +3720,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>108</width>
|
||||
<width>90</width>
|
||||
<height>20</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -3700,7 +3787,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>125</x>
|
||||
<y>111</y>
|
||||
<width>108</width>
|
||||
<width>90</width>
|
||||
<height>20</height>
|
||||
</rect>
|
||||
</property>
|
||||
|
||||
@@ -14,7 +14,94 @@
|
||||
<string>
|
||||
|
||||
QWidget#centralWidget {background: rgba(200, 200, 200, 255);}
|
||||
QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
|
||||
caTable {
|
||||
font: 10pt;
|
||||
background: cornsilk;
|
||||
alternate-background-color: wheat;
|
||||
}
|
||||
|
||||
caLineEdit {
|
||||
border-radius: 1px;
|
||||
background: lightyellow;
|
||||
color: black;
|
||||
}
|
||||
|
||||
caTextEntry {
|
||||
color: rgb(127, 0, 63);
|
||||
background-color: cornsilk;
|
||||
selection-color: #0a214c;
|
||||
selection-background-color: wheat;
|
||||
border: 1px groove black;
|
||||
border-radius: 1px;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
caTextEntry:focus {
|
||||
padding: 0px;
|
||||
border: 2px groove darkred;
|
||||
border-radius: 1px;
|
||||
}
|
||||
|
||||
QPushButton {
|
||||
border-color: #00b;
|
||||
border-radius: 2px;
|
||||
padding: 3px;
|
||||
border-width: 1px;
|
||||
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(224, 239, 255, 255),
|
||||
stop:0.5 rgba(199, 215, 230, 255),
|
||||
stop:1 rgba(184, 214, 236, 255));
|
||||
}
|
||||
QPushButton:hover {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(201, 226, 255, 255),
|
||||
stop:0.5 rgba(177, 204, 230, 255),
|
||||
stop:1 rgba(163, 205, 236, 255));
|
||||
}
|
||||
QPushButton:pressed {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(174, 219, 255, 255),
|
||||
stop:0.5 rgba(165, 199, 230, 255),
|
||||
stop:1 rgba(134, 188, 236, 255));
|
||||
}
|
||||
|
||||
QPushButton:disabled {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(174, 219, 255, 255),
|
||||
stop:0.5 rgba(165, 199, 230, 255),
|
||||
stop:1 rgba(134, 188, 236, 255));
|
||||
}
|
||||
|
||||
caChoice {
|
||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #E1E1E1, stop: 0.4 #DDDDDD,
|
||||
stop: 0.5 #D8D8D8, stop: 1.0 #D3D3D3);
|
||||
}
|
||||
|
||||
caChoice > QPushButton {
|
||||
text-align: left;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
caSlider::groove:horizontal {
|
||||
border: 1px solid #bbb;
|
||||
background: lightgrey;
|
||||
height: 20px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
caSlider::handle:horizontal {
|
||||
background: red;
|
||||
border: 1px solid #777;
|
||||
width: 13px;
|
||||
margin-top: -2px;
|
||||
margin-bottom: -2px;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
</string>
|
||||
</property>
|
||||
@@ -47,7 +134,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>33</width>
|
||||
<width>30</width>
|
||||
<height>14</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -137,7 +224,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>60</x>
|
||||
<y>0</y>
|
||||
<width>117</width>
|
||||
<width>75</width>
|
||||
<height>14</height>
|
||||
</rect>
|
||||
</property>
|
||||
|
||||
@@ -14,7 +14,94 @@
|
||||
<string>
|
||||
|
||||
QWidget#centralWidget {background: rgba(200, 200, 200, 255);}
|
||||
QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
|
||||
caTable {
|
||||
font: 10pt;
|
||||
background: cornsilk;
|
||||
alternate-background-color: wheat;
|
||||
}
|
||||
|
||||
caLineEdit {
|
||||
border-radius: 1px;
|
||||
background: lightyellow;
|
||||
color: black;
|
||||
}
|
||||
|
||||
caTextEntry {
|
||||
color: rgb(127, 0, 63);
|
||||
background-color: cornsilk;
|
||||
selection-color: #0a214c;
|
||||
selection-background-color: wheat;
|
||||
border: 1px groove black;
|
||||
border-radius: 1px;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
caTextEntry:focus {
|
||||
padding: 0px;
|
||||
border: 2px groove darkred;
|
||||
border-radius: 1px;
|
||||
}
|
||||
|
||||
QPushButton {
|
||||
border-color: #00b;
|
||||
border-radius: 2px;
|
||||
padding: 3px;
|
||||
border-width: 1px;
|
||||
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(224, 239, 255, 255),
|
||||
stop:0.5 rgba(199, 215, 230, 255),
|
||||
stop:1 rgba(184, 214, 236, 255));
|
||||
}
|
||||
QPushButton:hover {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(201, 226, 255, 255),
|
||||
stop:0.5 rgba(177, 204, 230, 255),
|
||||
stop:1 rgba(163, 205, 236, 255));
|
||||
}
|
||||
QPushButton:pressed {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(174, 219, 255, 255),
|
||||
stop:0.5 rgba(165, 199, 230, 255),
|
||||
stop:1 rgba(134, 188, 236, 255));
|
||||
}
|
||||
|
||||
QPushButton:disabled {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(174, 219, 255, 255),
|
||||
stop:0.5 rgba(165, 199, 230, 255),
|
||||
stop:1 rgba(134, 188, 236, 255));
|
||||
}
|
||||
|
||||
caChoice {
|
||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #E1E1E1, stop: 0.4 #DDDDDD,
|
||||
stop: 0.5 #D8D8D8, stop: 1.0 #D3D3D3);
|
||||
}
|
||||
|
||||
caChoice > QPushButton {
|
||||
text-align: left;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
caSlider::groove:horizontal {
|
||||
border: 1px solid #bbb;
|
||||
background: lightgrey;
|
||||
height: 20px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
caSlider::handle:horizontal {
|
||||
background: red;
|
||||
border: 1px solid #777;
|
||||
width: 13px;
|
||||
margin-top: -2px;
|
||||
margin-bottom: -2px;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
</string>
|
||||
</property>
|
||||
@@ -47,7 +134,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>33</width>
|
||||
<width>30</width>
|
||||
<height>14</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -137,7 +224,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>60</x>
|
||||
<y>0</y>
|
||||
<width>117</width>
|
||||
<width>75</width>
|
||||
<height>14</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -2619,4 +2706,4 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<zorder>caRelatedDisplay_8</zorder>
|
||||
</widget>
|
||||
</widget>
|
||||
</ui>
|
||||
</ui>
|
||||
@@ -14,7 +14,94 @@
|
||||
<string>
|
||||
|
||||
QWidget#centralWidget {background: rgba(200, 200, 200, 255);}
|
||||
QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
|
||||
caTable {
|
||||
font: 10pt;
|
||||
background: cornsilk;
|
||||
alternate-background-color: wheat;
|
||||
}
|
||||
|
||||
caLineEdit {
|
||||
border-radius: 1px;
|
||||
background: lightyellow;
|
||||
color: black;
|
||||
}
|
||||
|
||||
caTextEntry {
|
||||
color: rgb(127, 0, 63);
|
||||
background-color: cornsilk;
|
||||
selection-color: #0a214c;
|
||||
selection-background-color: wheat;
|
||||
border: 1px groove black;
|
||||
border-radius: 1px;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
caTextEntry:focus {
|
||||
padding: 0px;
|
||||
border: 2px groove darkred;
|
||||
border-radius: 1px;
|
||||
}
|
||||
|
||||
QPushButton {
|
||||
border-color: #00b;
|
||||
border-radius: 2px;
|
||||
padding: 3px;
|
||||
border-width: 1px;
|
||||
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(224, 239, 255, 255),
|
||||
stop:0.5 rgba(199, 215, 230, 255),
|
||||
stop:1 rgba(184, 214, 236, 255));
|
||||
}
|
||||
QPushButton:hover {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(201, 226, 255, 255),
|
||||
stop:0.5 rgba(177, 204, 230, 255),
|
||||
stop:1 rgba(163, 205, 236, 255));
|
||||
}
|
||||
QPushButton:pressed {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(174, 219, 255, 255),
|
||||
stop:0.5 rgba(165, 199, 230, 255),
|
||||
stop:1 rgba(134, 188, 236, 255));
|
||||
}
|
||||
|
||||
QPushButton:disabled {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(174, 219, 255, 255),
|
||||
stop:0.5 rgba(165, 199, 230, 255),
|
||||
stop:1 rgba(134, 188, 236, 255));
|
||||
}
|
||||
|
||||
caChoice {
|
||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #E1E1E1, stop: 0.4 #DDDDDD,
|
||||
stop: 0.5 #D8D8D8, stop: 1.0 #D3D3D3);
|
||||
}
|
||||
|
||||
caChoice > QPushButton {
|
||||
text-align: left;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
caSlider::groove:horizontal {
|
||||
border: 1px solid #bbb;
|
||||
background: lightgrey;
|
||||
height: 20px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
caSlider::handle:horizontal {
|
||||
background: red;
|
||||
border: 1px solid #777;
|
||||
width: 13px;
|
||||
margin-top: -2px;
|
||||
margin-bottom: -2px;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
</string>
|
||||
</property>
|
||||
@@ -47,7 +134,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>33</width>
|
||||
<width>30</width>
|
||||
<height>14</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -137,7 +224,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>60</x>
|
||||
<y>0</y>
|
||||
<width>117</width>
|
||||
<width>75</width>
|
||||
<height>14</height>
|
||||
</rect>
|
||||
</property>
|
||||
|
||||
@@ -14,7 +14,94 @@
|
||||
<string>
|
||||
|
||||
QWidget#centralWidget {background: rgba(255, 255, 255, 255);}
|
||||
QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
|
||||
caTable {
|
||||
font: 10pt;
|
||||
background: cornsilk;
|
||||
alternate-background-color: wheat;
|
||||
}
|
||||
|
||||
caLineEdit {
|
||||
border-radius: 1px;
|
||||
background: lightyellow;
|
||||
color: black;
|
||||
}
|
||||
|
||||
caTextEntry {
|
||||
color: rgb(127, 0, 63);
|
||||
background-color: cornsilk;
|
||||
selection-color: #0a214c;
|
||||
selection-background-color: wheat;
|
||||
border: 1px groove black;
|
||||
border-radius: 1px;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
caTextEntry:focus {
|
||||
padding: 0px;
|
||||
border: 2px groove darkred;
|
||||
border-radius: 1px;
|
||||
}
|
||||
|
||||
QPushButton {
|
||||
border-color: #00b;
|
||||
border-radius: 2px;
|
||||
padding: 3px;
|
||||
border-width: 1px;
|
||||
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(224, 239, 255, 255),
|
||||
stop:0.5 rgba(199, 215, 230, 255),
|
||||
stop:1 rgba(184, 214, 236, 255));
|
||||
}
|
||||
QPushButton:hover {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(201, 226, 255, 255),
|
||||
stop:0.5 rgba(177, 204, 230, 255),
|
||||
stop:1 rgba(163, 205, 236, 255));
|
||||
}
|
||||
QPushButton:pressed {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(174, 219, 255, 255),
|
||||
stop:0.5 rgba(165, 199, 230, 255),
|
||||
stop:1 rgba(134, 188, 236, 255));
|
||||
}
|
||||
|
||||
QPushButton:disabled {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(174, 219, 255, 255),
|
||||
stop:0.5 rgba(165, 199, 230, 255),
|
||||
stop:1 rgba(134, 188, 236, 255));
|
||||
}
|
||||
|
||||
caChoice {
|
||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #E1E1E1, stop: 0.4 #DDDDDD,
|
||||
stop: 0.5 #D8D8D8, stop: 1.0 #D3D3D3);
|
||||
}
|
||||
|
||||
caChoice > QPushButton {
|
||||
text-align: left;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
caSlider::groove:horizontal {
|
||||
border: 1px solid #bbb;
|
||||
background: lightgrey;
|
||||
height: 20px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
caSlider::handle:horizontal {
|
||||
background: red;
|
||||
border: 1px solid #777;
|
||||
width: 13px;
|
||||
margin-top: -2px;
|
||||
margin-bottom: -2px;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
</string>
|
||||
</property>
|
||||
@@ -181,7 +268,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>161</x>
|
||||
<y>11</y>
|
||||
<width>96</width>
|
||||
<width>80</width>
|
||||
<height>20</height>
|
||||
</rect>
|
||||
</property>
|
||||
|
||||
@@ -14,7 +14,94 @@
|
||||
<string>
|
||||
|
||||
QWidget#centralWidget {background: rgba(187, 187, 187, 255);}
|
||||
QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
|
||||
caTable {
|
||||
font: 10pt;
|
||||
background: cornsilk;
|
||||
alternate-background-color: wheat;
|
||||
}
|
||||
|
||||
caLineEdit {
|
||||
border-radius: 1px;
|
||||
background: lightyellow;
|
||||
color: black;
|
||||
}
|
||||
|
||||
caTextEntry {
|
||||
color: rgb(127, 0, 63);
|
||||
background-color: cornsilk;
|
||||
selection-color: #0a214c;
|
||||
selection-background-color: wheat;
|
||||
border: 1px groove black;
|
||||
border-radius: 1px;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
caTextEntry:focus {
|
||||
padding: 0px;
|
||||
border: 2px groove darkred;
|
||||
border-radius: 1px;
|
||||
}
|
||||
|
||||
QPushButton {
|
||||
border-color: #00b;
|
||||
border-radius: 2px;
|
||||
padding: 3px;
|
||||
border-width: 1px;
|
||||
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(224, 239, 255, 255),
|
||||
stop:0.5 rgba(199, 215, 230, 255),
|
||||
stop:1 rgba(184, 214, 236, 255));
|
||||
}
|
||||
QPushButton:hover {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(201, 226, 255, 255),
|
||||
stop:0.5 rgba(177, 204, 230, 255),
|
||||
stop:1 rgba(163, 205, 236, 255));
|
||||
}
|
||||
QPushButton:pressed {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(174, 219, 255, 255),
|
||||
stop:0.5 rgba(165, 199, 230, 255),
|
||||
stop:1 rgba(134, 188, 236, 255));
|
||||
}
|
||||
|
||||
QPushButton:disabled {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(174, 219, 255, 255),
|
||||
stop:0.5 rgba(165, 199, 230, 255),
|
||||
stop:1 rgba(134, 188, 236, 255));
|
||||
}
|
||||
|
||||
caChoice {
|
||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #E1E1E1, stop: 0.4 #DDDDDD,
|
||||
stop: 0.5 #D8D8D8, stop: 1.0 #D3D3D3);
|
||||
}
|
||||
|
||||
caChoice > QPushButton {
|
||||
text-align: left;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
caSlider::groove:horizontal {
|
||||
border: 1px solid #bbb;
|
||||
background: lightgrey;
|
||||
height: 20px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
caSlider::handle:horizontal {
|
||||
background: red;
|
||||
border: 1px solid #777;
|
||||
width: 13px;
|
||||
margin-top: -2px;
|
||||
margin-bottom: -2px;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
</string>
|
||||
</property>
|
||||
@@ -87,7 +174,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>20</x>
|
||||
<y>55</y>
|
||||
<width>252</width>
|
||||
<width>210</width>
|
||||
<height>20</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -243,7 +330,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>359</x>
|
||||
<y>105</y>
|
||||
<width>72</width>
|
||||
<width>60</width>
|
||||
<height>20</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -333,7 +420,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>80</x>
|
||||
<y>105</y>
|
||||
<width>180</width>
|
||||
<width>150</width>
|
||||
<height>20</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -420,7 +507,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>140</x>
|
||||
<y>155</y>
|
||||
<width>108</width>
|
||||
<width>90</width>
|
||||
<height>20</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -486,7 +573,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>130</x>
|
||||
<y>180</y>
|
||||
<width>120</width>
|
||||
<width>100</width>
|
||||
<height>20</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -624,7 +711,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>29</x>
|
||||
<y>205</y>
|
||||
<width>240</width>
|
||||
<width>200</width>
|
||||
<height>20</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -753,7 +840,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>387</x>
|
||||
<y>130</y>
|
||||
<width>36</width>
|
||||
<width>30</width>
|
||||
<height>20</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -840,7 +927,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>10</x>
|
||||
<y>130</y>
|
||||
<width>264</width>
|
||||
<width>210</width>
|
||||
<height>20</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -876,7 +963,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>20</x>
|
||||
<y>80</y>
|
||||
<width>252</width>
|
||||
<width>210</width>
|
||||
<height>20</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -981,7 +1068,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>352</x>
|
||||
<y>180</y>
|
||||
<width>108</width>
|
||||
<width>90</width>
|
||||
<height>20</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -1066,7 +1153,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>107</x>
|
||||
<y>30</y>
|
||||
<width>60</width>
|
||||
<width>50</width>
|
||||
<height>20</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -1144,7 +1231,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>27</x>
|
||||
<y>80</y>
|
||||
<width>156</width>
|
||||
<width>130</width>
|
||||
<height>20</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -1264,7 +1351,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>27</x>
|
||||
<y>55</y>
|
||||
<width>156</width>
|
||||
<width>130</width>
|
||||
<height>20</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -1516,7 +1603,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>176</x>
|
||||
<y>5</y>
|
||||
<width>84</width>
|
||||
<width>70</width>
|
||||
<height>20</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -1552,7 +1639,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>294</x>
|
||||
<y>5</y>
|
||||
<width>60</width>
|
||||
<width>50</width>
|
||||
<height>20</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -1588,7 +1675,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>403</x>
|
||||
<y>5</y>
|
||||
<width>72</width>
|
||||
<width>60</width>
|
||||
<height>20</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -1633,7 +1720,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>84</width>
|
||||
<width>70</width>
|
||||
<height>20</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -1790,7 +1877,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>7</x>
|
||||
<y>130</y>
|
||||
<width>180</width>
|
||||
<width>150</width>
|
||||
<height>20</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -1922,7 +2009,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>77</x>
|
||||
<y>195</y>
|
||||
<width>96</width>
|
||||
<width>80</width>
|
||||
<height>20</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -2066,7 +2153,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>37</x>
|
||||
<y>220</y>
|
||||
<width>144</width>
|
||||
<width>120</width>
|
||||
<height>20</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -2206,7 +2293,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>164</x>
|
||||
<y>3</y>
|
||||
<width>120</width>
|
||||
<width>100</width>
|
||||
<height>20</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -2392,7 +2479,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>296</x>
|
||||
<y>3</y>
|
||||
<width>144</width>
|
||||
<width>100</width>
|
||||
<height>20</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -2698,7 +2785,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>452</x>
|
||||
<y>3</y>
|
||||
<width>60</width>
|
||||
<width>50</width>
|
||||
<height>20</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -3782,7 +3869,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>60</x>
|
||||
<y>230</y>
|
||||
<width>204</width>
|
||||
<width>170</width>
|
||||
<height>20</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -3869,7 +3956,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>40</x>
|
||||
<y>255</y>
|
||||
<width>228</width>
|
||||
<width>190</width>
|
||||
<height>20</height>
|
||||
</rect>
|
||||
</property>
|
||||
|
||||
@@ -14,7 +14,94 @@
|
||||
<string>
|
||||
|
||||
QWidget#centralWidget {background: rgba(187, 187, 187, 255);}
|
||||
QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
|
||||
caTable {
|
||||
font: 10pt;
|
||||
background: cornsilk;
|
||||
alternate-background-color: wheat;
|
||||
}
|
||||
|
||||
caLineEdit {
|
||||
border-radius: 1px;
|
||||
background: lightyellow;
|
||||
color: black;
|
||||
}
|
||||
|
||||
caTextEntry {
|
||||
color: rgb(127, 0, 63);
|
||||
background-color: cornsilk;
|
||||
selection-color: #0a214c;
|
||||
selection-background-color: wheat;
|
||||
border: 1px groove black;
|
||||
border-radius: 1px;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
caTextEntry:focus {
|
||||
padding: 0px;
|
||||
border: 2px groove darkred;
|
||||
border-radius: 1px;
|
||||
}
|
||||
|
||||
QPushButton {
|
||||
border-color: #00b;
|
||||
border-radius: 2px;
|
||||
padding: 3px;
|
||||
border-width: 1px;
|
||||
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(224, 239, 255, 255),
|
||||
stop:0.5 rgba(199, 215, 230, 255),
|
||||
stop:1 rgba(184, 214, 236, 255));
|
||||
}
|
||||
QPushButton:hover {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(201, 226, 255, 255),
|
||||
stop:0.5 rgba(177, 204, 230, 255),
|
||||
stop:1 rgba(163, 205, 236, 255));
|
||||
}
|
||||
QPushButton:pressed {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(174, 219, 255, 255),
|
||||
stop:0.5 rgba(165, 199, 230, 255),
|
||||
stop:1 rgba(134, 188, 236, 255));
|
||||
}
|
||||
|
||||
QPushButton:disabled {
|
||||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 rgba(174, 219, 255, 255),
|
||||
stop:0.5 rgba(165, 199, 230, 255),
|
||||
stop:1 rgba(134, 188, 236, 255));
|
||||
}
|
||||
|
||||
caChoice {
|
||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #E1E1E1, stop: 0.4 #DDDDDD,
|
||||
stop: 0.5 #D8D8D8, stop: 1.0 #D3D3D3);
|
||||
}
|
||||
|
||||
caChoice > QPushButton {
|
||||
text-align: left;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
caSlider::groove:horizontal {
|
||||
border: 1px solid #bbb;
|
||||
background: lightgrey;
|
||||
height: 20px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
caSlider::handle:horizontal {
|
||||
background: red;
|
||||
border: 1px solid #777;
|
||||
width: 13px;
|
||||
margin-top: -2px;
|
||||
margin-bottom: -2px;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
</string>
|
||||
</property>
|
||||
@@ -207,7 +294,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>7</x>
|
||||
<y>334</y>
|
||||
<width>276</width>
|
||||
<width>230</width>
|
||||
<height>20</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -243,7 +330,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>199</x>
|
||||
<y>66</y>
|
||||
<width>60</width>
|
||||
<width>50</width>
|
||||
<height>20</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -279,7 +366,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>435</x>
|
||||
<y>67</y>
|
||||
<width>192</width>
|
||||
<width>160</width>
|
||||
<height>20</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -315,7 +402,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>395</x>
|
||||
<y>95</y>
|
||||
<width>84</width>
|
||||
<width>70</width>
|
||||
<height>20</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -351,7 +438,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>493</x>
|
||||
<y>96</y>
|
||||
<width>72</width>
|
||||
<width>60</width>
|
||||
<height>20</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -387,7 +474,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>565</x>
|
||||
<y>96</y>
|
||||
<width>84</width>
|
||||
<width>60</width>
|
||||
<height>20</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -423,7 +510,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>659</x>
|
||||
<y>97</y>
|
||||
<width>72</width>
|
||||
<width>60</width>
|
||||
<height>20</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -459,7 +546,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>737</x>
|
||||
<y>97</y>
|
||||
<width>84</width>
|
||||
<width>60</width>
|
||||
<height>20</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -495,7 +582,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>667</x>
|
||||
<y>68</y>
|
||||
<width>156</width>
|
||||
<width>120</width>
|
||||
<height>20</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -531,7 +618,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>840</x>
|
||||
<y>97</y>
|
||||
<width>72</width>
|
||||
<width>60</width>
|
||||
<height>20</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -567,7 +654,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>922</x>
|
||||
<y>97</y>
|
||||
<width>84</width>
|
||||
<width>60</width>
|
||||
<height>20</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -603,7 +690,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>829</x>
|
||||
<y>68</y>
|
||||
<width>192</width>
|
||||
<width>150</width>
|
||||
<height>20</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -639,7 +726,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>194</x>
|
||||
<y>91</y>
|
||||
<width>72</width>
|
||||
<width>60</width>
|
||||
<height>20</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -675,7 +762,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>299</x>
|
||||
<y>66</y>
|
||||
<width>60</width>
|
||||
<width>50</width>
|
||||
<height>20</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -711,7 +798,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>284</x>
|
||||
<y>91</y>
|
||||
<width>96</width>
|
||||
<width>80</width>
|
||||
<height>20</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -5189,7 +5276,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
|
||||
<rect>
|
||||
<x>359</x>
|
||||
<y>334</y>
|
||||
<width>360</width>
|
||||
<width>300</width>
|
||||
<height>20</height>
|
||||
</rect>
|
||||
</property>
|
||||
|
||||
Reference in New Issue
Block a user