|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<ui version="4.0"> |
| 3 | + <class>ShowColorMap</class> |
| 4 | + <widget class="QDialog" name="ShowColorMap"> |
| 5 | + <property name="geometry"> |
| 6 | + <rect> |
| 7 | + <x>0</x> |
| 8 | + <y>0</y> |
| 9 | + <width>289</width> |
| 10 | + <height>340</height> |
| 11 | + </rect> |
| 12 | + </property> |
| 13 | + <property name="minimumSize"> |
| 14 | + <size> |
| 15 | + <width>289</width> |
| 16 | + <height>340</height> |
| 17 | + </size> |
| 18 | + </property> |
| 19 | + <property name="windowTitle"> |
| 20 | + <string>Dialog</string> |
| 21 | + </property> |
| 22 | + <layout class="QVBoxLayout" name="verticalLayout_13"> |
| 23 | + <item> |
| 24 | + <layout class="QVBoxLayout" name="verticalLayout_12"> |
| 25 | + <item> |
| 26 | + <widget class="QGroupBox" name="groupBox"> |
| 27 | + <property name="title"> |
| 28 | + <string>Display Side:</string> |
| 29 | + </property> |
| 30 | + <layout class="QVBoxLayout" name="verticalLayout"> |
| 31 | + <item> |
| 32 | + <layout class="QHBoxLayout" name="horizontalLayout"> |
| 33 | + <item> |
| 34 | + <widget class="QRadioButton" name="leftRadioButton_"> |
| 35 | + <property name="text"> |
| 36 | + <string>Left</string> |
| 37 | + </property> |
| 38 | + <property name="checked"> |
| 39 | + <bool>true</bool> |
| 40 | + </property> |
| 41 | + </widget> |
| 42 | + </item> |
| 43 | + <item> |
| 44 | + <widget class="QRadioButton" name="bottomRadioButton_"> |
| 45 | + <property name="text"> |
| 46 | + <string>Bottom</string> |
| 47 | + </property> |
| 48 | + </widget> |
| 49 | + </item> |
| 50 | + </layout> |
| 51 | + </item> |
| 52 | + </layout> |
| 53 | + </widget> |
| 54 | + </item> |
| 55 | + <item> |
| 56 | + <widget class="QGroupBox" name="groupBox_2"> |
| 57 | + <property name="title"> |
| 58 | + <string>Display Length</string> |
| 59 | + </property> |
| 60 | + <layout class="QVBoxLayout" name="verticalLayout_2"> |
| 61 | + <item> |
| 62 | + <layout class="QHBoxLayout" name="horizontalLayout_2"> |
| 63 | + <item> |
| 64 | + <widget class="QRadioButton" name="fullRadioButton_"> |
| 65 | + <property name="text"> |
| 66 | + <string>Full</string> |
| 67 | + </property> |
| 68 | + </widget> |
| 69 | + </item> |
| 70 | + <item> |
| 71 | + <widget class="QRadioButton" name="firstHalfRadioButton_"> |
| 72 | + <property name="text"> |
| 73 | + <string>First Half</string> |
| 74 | + </property> |
| 75 | + <property name="checked"> |
| 76 | + <bool>false</bool> |
| 77 | + </property> |
| 78 | + </widget> |
| 79 | + </item> |
| 80 | + <item> |
| 81 | + <widget class="QRadioButton" name="secondHalfRadioButton_"> |
| 82 | + <property name="text"> |
| 83 | + <string>Second Half</string> |
| 84 | + </property> |
| 85 | + <property name="checked"> |
| 86 | + <bool>true</bool> |
| 87 | + </property> |
| 88 | + </widget> |
| 89 | + </item> |
| 90 | + </layout> |
| 91 | + </item> |
| 92 | + </layout> |
| 93 | + </widget> |
| 94 | + </item> |
| 95 | + <item> |
| 96 | + <widget class="QGroupBox" name="groupBox_3"> |
| 97 | + <property name="title"> |
| 98 | + <string>Text Size: </string> |
| 99 | + </property> |
| 100 | + <layout class="QVBoxLayout" name="verticalLayout_3"> |
| 101 | + <item> |
| 102 | + <layout class="QHBoxLayout" name="horizontalLayout_3"> |
| 103 | + <item> |
| 104 | + <widget class="QRadioButton" name="TRadioButton_"> |
| 105 | + <property name="text"> |
| 106 | + <string>T</string> |
| 107 | + </property> |
| 108 | + </widget> |
| 109 | + </item> |
| 110 | + <item> |
| 111 | + <widget class="QRadioButton" name="SRadioButton_"> |
| 112 | + <property name="text"> |
| 113 | + <string>S</string> |
| 114 | + </property> |
| 115 | + </widget> |
| 116 | + </item> |
| 117 | + <item> |
| 118 | + <widget class="QRadioButton" name="MRadioButton_"> |
| 119 | + <property name="text"> |
| 120 | + <string>M</string> |
| 121 | + </property> |
| 122 | + <property name="checked"> |
| 123 | + <bool>true</bool> |
| 124 | + </property> |
| 125 | + </widget> |
| 126 | + </item> |
| 127 | + <item> |
| 128 | + <widget class="QRadioButton" name="LRadioButton_"> |
| 129 | + <property name="text"> |
| 130 | + <string>L</string> |
| 131 | + </property> |
| 132 | + </widget> |
| 133 | + </item> |
| 134 | + <item> |
| 135 | + <widget class="QRadioButton" name="XLRadioButton_"> |
| 136 | + <property name="text"> |
| 137 | + <string>XL</string> |
| 138 | + </property> |
| 139 | + </widget> |
| 140 | + </item> |
| 141 | + </layout> |
| 142 | + </item> |
| 143 | + <item> |
| 144 | + <layout class="QHBoxLayout" name="horizontalLayout_4" stretch="1,1,1"> |
| 145 | + <item> |
| 146 | + <widget class="QPushButton" name="textColorPushButton_"> |
| 147 | + <property name="text"> |
| 148 | + <string>Text Color</string> |
| 149 | + </property> |
| 150 | + </widget> |
| 151 | + </item> |
| 152 | + <item> |
| 153 | + <widget class="QLabel" name="textColorDisplayLabel_"> |
| 154 | + <property name="text"> |
| 155 | + <string/> |
| 156 | + </property> |
| 157 | + </widget> |
| 158 | + </item> |
| 159 | + <item> |
| 160 | + <spacer name="horizontalSpacer"> |
| 161 | + <property name="orientation"> |
| 162 | + <enum>Qt::Horizontal</enum> |
| 163 | + </property> |
| 164 | + <property name="sizeHint" stdset="0"> |
| 165 | + <size> |
| 166 | + <width>40</width> |
| 167 | + <height>20</height> |
| 168 | + </size> |
| 169 | + </property> |
| 170 | + </spacer> |
| 171 | + </item> |
| 172 | + </layout> |
| 173 | + </item> |
| 174 | + </layout> |
| 175 | + </widget> |
| 176 | + </item> |
| 177 | + <item> |
| 178 | + <widget class="QGroupBox" name="groupBox_4"> |
| 179 | + <property name="title"> |
| 180 | + <string/> |
| 181 | + </property> |
| 182 | + <layout class="QVBoxLayout" name="verticalLayout_5"> |
| 183 | + <item> |
| 184 | + <layout class="QVBoxLayout" name="verticalLayout_4"> |
| 185 | + <item> |
| 186 | + <layout class="QHBoxLayout" name="horizontalLayout_5"> |
| 187 | + <item> |
| 188 | + <widget class="QLabel" name="label"> |
| 189 | + <property name="text"> |
| 190 | + <string>Labels</string> |
| 191 | + </property> |
| 192 | + </widget> |
| 193 | + </item> |
| 194 | + <item> |
| 195 | + <widget class="QLineEdit" name="labelsLineEdit_"> |
| 196 | + <property name="text"> |
| 197 | + <string>5</string> |
| 198 | + </property> |
| 199 | + </widget> |
| 200 | + </item> |
| 201 | + <item> |
| 202 | + <widget class="QLabel" name="label_3"> |
| 203 | + <property name="text"> |
| 204 | + <string>Scale</string> |
| 205 | + </property> |
| 206 | + </widget> |
| 207 | + </item> |
| 208 | + <item> |
| 209 | + <widget class="QLineEdit" name="scaleLineEdit_"> |
| 210 | + <property name="text"> |
| 211 | + <string>1.0</string> |
| 212 | + </property> |
| 213 | + </widget> |
| 214 | + </item> |
| 215 | + </layout> |
| 216 | + </item> |
| 217 | + <item> |
| 218 | + <layout class="QHBoxLayout" name="horizontalLayout_6"> |
| 219 | + <item> |
| 220 | + <widget class="QLabel" name="label_2"> |
| 221 | + <property name="text"> |
| 222 | + <string>Units</string> |
| 223 | + </property> |
| 224 | + </widget> |
| 225 | + </item> |
| 226 | + <item> |
| 227 | + <widget class="QLineEdit" name="unitsLineEdit_"/> |
| 228 | + </item> |
| 229 | + <item> |
| 230 | + <widget class="QLabel" name="label_4"> |
| 231 | + <property name="text"> |
| 232 | + <string>Significant Digits</string> |
| 233 | + </property> |
| 234 | + </widget> |
| 235 | + </item> |
| 236 | + <item> |
| 237 | + <widget class="QLineEdit" name="sigDigitsLineEdit_"> |
| 238 | + <property name="text"> |
| 239 | + <string>2</string> |
| 240 | + </property> |
| 241 | + </widget> |
| 242 | + </item> |
| 243 | + </layout> |
| 244 | + </item> |
| 245 | + </layout> |
| 246 | + </item> |
| 247 | + </layout> |
| 248 | + </widget> |
| 249 | + </item> |
| 250 | + <item> |
| 251 | + <widget class="QGroupBox" name="groupBox_5"> |
| 252 | + <property name="title"> |
| 253 | + <string/> |
| 254 | + </property> |
| 255 | + <layout class="QVBoxLayout" name="verticalLayout_6"> |
| 256 | + <item> |
| 257 | + <widget class="QCheckBox" name="addExtraSpaceCheckBox_"> |
| 258 | + <property name="text"> |
| 259 | + <string>Add Extra Space</string> |
| 260 | + </property> |
| 261 | + </widget> |
| 262 | + </item> |
| 263 | + </layout> |
| 264 | + </widget> |
| 265 | + </item> |
| 266 | + </layout> |
| 267 | + </item> |
| 268 | + </layout> |
| 269 | + </widget> |
| 270 | + <resources/> |
| 271 | + <connections/> |
| 272 | +</ui> |
0 commit comments