|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<ui version="4.0"> |
| 3 | + <class>Form</class> |
| 4 | + <widget class="QWidget" name="Form"> |
| 5 | + <property name="geometry"> |
| 6 | + <rect> |
| 7 | + <x>0</x> |
| 8 | + <y>0</y> |
| 9 | + <width>573</width> |
| 10 | + <height>322</height> |
| 11 | + </rect> |
| 12 | + </property> |
| 13 | + <property name="windowTitle"> |
| 14 | + <string>Form</string> |
| 15 | + </property> |
| 16 | + <layout class="QGridLayout" name="gridLayout"> |
| 17 | + <item row="0" column="0"> |
| 18 | + <widget class="QLabel" name="label"> |
| 19 | + <property name="font"> |
| 20 | + <font> |
| 21 | + <pointsize>15</pointsize> |
| 22 | + </font> |
| 23 | + </property> |
| 24 | + <property name="text"> |
| 25 | + <string>X limits</string> |
| 26 | + </property> |
| 27 | + </widget> |
| 28 | + </item> |
| 29 | + <item row="0" column="3"> |
| 30 | + <widget class="QLabel" name="label_6"> |
| 31 | + <property name="font"> |
| 32 | + <font> |
| 33 | + <pointsize>12</pointsize> |
| 34 | + </font> |
| 35 | + </property> |
| 36 | + <property name="text"> |
| 37 | + <string>Upper</string> |
| 38 | + </property> |
| 39 | + </widget> |
| 40 | + </item> |
| 41 | + <item row="0" column="4"> |
| 42 | + <widget class="QSpinBox" name="upperX_spinBox"> |
| 43 | + <property name="font"> |
| 44 | + <font> |
| 45 | + <pointsize>12</pointsize> |
| 46 | + </font> |
| 47 | + </property> |
| 48 | + <property name="maximum"> |
| 49 | + <number>3000000</number> |
| 50 | + </property> |
| 51 | + </widget> |
| 52 | + </item> |
| 53 | + <item row="1" column="1"> |
| 54 | + <widget class="QLabel" name="label_3"> |
| 55 | + <property name="font"> |
| 56 | + <font> |
| 57 | + <pointsize>12</pointsize> |
| 58 | + </font> |
| 59 | + </property> |
| 60 | + <property name="text"> |
| 61 | + <string>Lower (10^)</string> |
| 62 | + </property> |
| 63 | + </widget> |
| 64 | + </item> |
| 65 | + <item row="1" column="4"> |
| 66 | + <widget class="QDoubleSpinBox" name="upperY_doubleSpinBox"> |
| 67 | + <property name="font"> |
| 68 | + <font> |
| 69 | + <pointsize>12</pointsize> |
| 70 | + </font> |
| 71 | + </property> |
| 72 | + <property name="decimals"> |
| 73 | + <number>1</number> |
| 74 | + </property> |
| 75 | + <property name="minimum"> |
| 76 | + <double>-100.000000000000000</double> |
| 77 | + </property> |
| 78 | + <property name="value"> |
| 79 | + <double>1.500000000000000</double> |
| 80 | + </property> |
| 81 | + </widget> |
| 82 | + </item> |
| 83 | + <item row="2" column="0"> |
| 84 | + <widget class="QLabel" name="label_9"> |
| 85 | + <property name="font"> |
| 86 | + <font> |
| 87 | + <pointsize>15</pointsize> |
| 88 | + </font> |
| 89 | + </property> |
| 90 | + <property name="text"> |
| 91 | + <string>Color</string> |
| 92 | + </property> |
| 93 | + </widget> |
| 94 | + </item> |
| 95 | + <item row="2" column="1"> |
| 96 | + <widget class="QLabel" name="label_7"> |
| 97 | + <property name="font"> |
| 98 | + <font> |
| 99 | + <pointsize>12</pointsize> |
| 100 | + </font> |
| 101 | + </property> |
| 102 | + <property name="text"> |
| 103 | + <string>Trace</string> |
| 104 | + </property> |
| 105 | + </widget> |
| 106 | + </item> |
| 107 | + <item row="0" column="1"> |
| 108 | + <widget class="QLabel" name="label_5"> |
| 109 | + <property name="font"> |
| 110 | + <font> |
| 111 | + <pointsize>12</pointsize> |
| 112 | + </font> |
| 113 | + </property> |
| 114 | + <property name="text"> |
| 115 | + <string>Lower</string> |
| 116 | + </property> |
| 117 | + </widget> |
| 118 | + </item> |
| 119 | + <item row="0" column="2"> |
| 120 | + <widget class="QSpinBox" name="lowerX_spinBox"> |
| 121 | + <property name="font"> |
| 122 | + <font> |
| 123 | + <pointsize>12</pointsize> |
| 124 | + </font> |
| 125 | + </property> |
| 126 | + <property name="maximum"> |
| 127 | + <number>3000000</number> |
| 128 | + </property> |
| 129 | + </widget> |
| 130 | + </item> |
| 131 | + <item row="1" column="0"> |
| 132 | + <widget class="QLabel" name="label_2"> |
| 133 | + <property name="font"> |
| 134 | + <font> |
| 135 | + <pointsize>15</pointsize> |
| 136 | + </font> |
| 137 | + </property> |
| 138 | + <property name="text"> |
| 139 | + <string>Y limits</string> |
| 140 | + </property> |
| 141 | + </widget> |
| 142 | + </item> |
| 143 | + <item row="1" column="2"> |
| 144 | + <widget class="QSpinBox" name="lowerY_spinBox"> |
| 145 | + <property name="font"> |
| 146 | + <font> |
| 147 | + <pointsize>12</pointsize> |
| 148 | + </font> |
| 149 | + </property> |
| 150 | + <property name="minimum"> |
| 151 | + <number>-100</number> |
| 152 | + </property> |
| 153 | + <property name="value"> |
| 154 | + <number>-2</number> |
| 155 | + </property> |
| 156 | + </widget> |
| 157 | + </item> |
| 158 | + <item row="1" column="3"> |
| 159 | + <widget class="QLabel" name="label_4"> |
| 160 | + <property name="font"> |
| 161 | + <font> |
| 162 | + <pointsize>12</pointsize> |
| 163 | + </font> |
| 164 | + </property> |
| 165 | + <property name="text"> |
| 166 | + <string>Upper</string> |
| 167 | + </property> |
| 168 | + </widget> |
| 169 | + </item> |
| 170 | + <item row="3" column="3"> |
| 171 | + <widget class="QLabel" name="label_11"> |
| 172 | + <property name="font"> |
| 173 | + <font> |
| 174 | + <pointsize>12</pointsize> |
| 175 | + </font> |
| 176 | + </property> |
| 177 | + <property name="text"> |
| 178 | + <string>Legend 2</string> |
| 179 | + </property> |
| 180 | + </widget> |
| 181 | + </item> |
| 182 | + <item row="3" column="2"> |
| 183 | + <widget class="QLineEdit" name="legend1_lineEdit"> |
| 184 | + <property name="font"> |
| 185 | + <font> |
| 186 | + <pointsize>12</pointsize> |
| 187 | + </font> |
| 188 | + </property> |
| 189 | + </widget> |
| 190 | + </item> |
| 191 | + <item row="2" column="4"> |
| 192 | + <widget class="QComboBox" name="fitColor_comboBox"> |
| 193 | + <property name="font"> |
| 194 | + <font> |
| 195 | + <pointsize>12</pointsize> |
| 196 | + </font> |
| 197 | + </property> |
| 198 | + </widget> |
| 199 | + </item> |
| 200 | + <item row="2" column="2"> |
| 201 | + <widget class="QComboBox" name="traceColor_comboBox"> |
| 202 | + <property name="font"> |
| 203 | + <font> |
| 204 | + <pointsize>12</pointsize> |
| 205 | + </font> |
| 206 | + </property> |
| 207 | + </widget> |
| 208 | + </item> |
| 209 | + <item row="2" column="3"> |
| 210 | + <widget class="QLabel" name="label_8"> |
| 211 | + <property name="font"> |
| 212 | + <font> |
| 213 | + <pointsize>12</pointsize> |
| 214 | + </font> |
| 215 | + </property> |
| 216 | + <property name="text"> |
| 217 | + <string>Fit</string> |
| 218 | + </property> |
| 219 | + </widget> |
| 220 | + </item> |
| 221 | + <item row="3" column="4"> |
| 222 | + <widget class="QLineEdit" name="legend2_lineEdit"> |
| 223 | + <property name="font"> |
| 224 | + <font> |
| 225 | + <pointsize>12</pointsize> |
| 226 | + </font> |
| 227 | + </property> |
| 228 | + </widget> |
| 229 | + </item> |
| 230 | + <item row="3" column="0"> |
| 231 | + <widget class="QLabel" name="label_12"> |
| 232 | + <property name="font"> |
| 233 | + <font> |
| 234 | + <pointsize>15</pointsize> |
| 235 | + </font> |
| 236 | + </property> |
| 237 | + <property name="text"> |
| 238 | + <string>Legends</string> |
| 239 | + </property> |
| 240 | + </widget> |
| 241 | + </item> |
| 242 | + <item row="3" column="1"> |
| 243 | + <widget class="QLabel" name="label_10"> |
| 244 | + <property name="font"> |
| 245 | + <font> |
| 246 | + <pointsize>12</pointsize> |
| 247 | + </font> |
| 248 | + </property> |
| 249 | + <property name="text"> |
| 250 | + <string>Legend 1</string> |
| 251 | + </property> |
| 252 | + </widget> |
| 253 | + </item> |
| 254 | + <item row="4" column="0" colspan="5"> |
| 255 | + <widget class="QPushButton" name="pushButton"> |
| 256 | + <property name="font"> |
| 257 | + <font> |
| 258 | + <pointsize>17</pointsize> |
| 259 | + </font> |
| 260 | + </property> |
| 261 | + <property name="text"> |
| 262 | + <string>Export Graph</string> |
| 263 | + </property> |
| 264 | + </widget> |
| 265 | + </item> |
| 266 | + </layout> |
| 267 | + </widget> |
| 268 | + <resources/> |
| 269 | + <connections/> |
| 270 | +</ui> |
0 commit comments