Skip to content

Commit

Permalink
Latest converter
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkRivers committed Jan 28, 2020
1 parent 929785b commit b116444
Show file tree
Hide file tree
Showing 11 changed files with 1,138 additions and 102 deletions.
91 changes: 89 additions & 2 deletions newportApp/op/ui/autoconvert/HXP.ui
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,94 @@
<string>

QWidget#centralWidget {background: rgba(236, 236, 236, 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 &gt; 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>
Expand Down Expand Up @@ -227,7 +314,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
<rect>
<x>0</x>
<y>0</y>
<width>144</width>
<width>130</width>
<height>30</height>
</rect>
</property>
Expand Down
89 changes: 88 additions & 1 deletion newportApp/op/ui/autoconvert/HXP_coordSys.ui
Original file line number Diff line number Diff line change
Expand Up @@ -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 &gt; 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>
Expand Down
93 changes: 90 additions & 3 deletions newportApp/op/ui/autoconvert/HXP_extra.ui
Original file line number Diff line number Diff line change
Expand Up @@ -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 &gt; 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>
Expand Down Expand Up @@ -116,7 +203,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
<rect>
<x>62</x>
<y>44</y>
<width>162</width>
<width>110</width>
<height>30</height>
</rect>
</property>
Expand Down Expand Up @@ -365,7 +452,7 @@ QPushButton::menu-indicator {image: url(none.png); width: 0}
<rect>
<x>62</x>
<y>165</y>
<width>306</width>
<width>225</width>
<height>30</height>
</rect>
</property>
Expand Down
Loading

0 comments on commit b116444

Please sign in to comment.