|
6 | 6 | <rect> |
7 | 7 | <x>0</x> |
8 | 8 | <y>0</y> |
9 | | - <width>1200</width> |
10 | | - <height>800</height> |
| 9 | + <width>1024</width> |
| 10 | + <height>768</height> |
11 | 11 | </rect> |
12 | 12 | </property> |
13 | 13 | <property name="sizePolicy"> |
|
23 | 23 | </size> |
24 | 24 | </property> |
25 | 25 | <property name="windowTitle"> |
26 | | - <string>Mie Simulator v1.0.6: Virtual Photonics Technology Initiative - Beckman Laser Institute </string> |
| 26 | + <string>Mie Simulator v1.0.7: Virtual Photonics Technology Initiative - Beckman Laser Institute </string> |
27 | 27 | </property> |
28 | 28 | <property name="windowIcon"> |
29 | 29 | <iconset resource="MieRes.qrc"> |
|
1149 | 1149 | </property> |
1150 | 1150 | </widget> |
1151 | 1151 | </item> |
1152 | | - <item row="1" column="2"> |
1153 | | - <widget class="QLineEdit" name="lineEdit_ScatRefImag"> |
| 1152 | + <item row="0" column="0"> |
| 1153 | + <widget class="QLabel" name="label_ScatRefReal"> |
1154 | 1154 | <property name="sizePolicy"> |
1155 | | - <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed"> |
| 1155 | + <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred"> |
1156 | 1156 | <horstretch>0</horstretch> |
1157 | 1157 | <verstretch>0</verstretch> |
1158 | 1158 | </sizepolicy> |
1159 | 1159 | </property> |
1160 | | - <property name="minimumSize"> |
1161 | | - <size> |
1162 | | - <width>40</width> |
1163 | | - <height>0</height> |
1164 | | - </size> |
| 1160 | + <property name="font"> |
| 1161 | + <font> |
| 1162 | + <pointsize>8</pointsize> |
| 1163 | + </font> |
1165 | 1164 | </property> |
1166 | | - <property name="maximumSize"> |
1167 | | - <size> |
1168 | | - <width>65</width> |
1169 | | - <height>16777215</height> |
1170 | | - </size> |
| 1165 | + <property name="text"> |
| 1166 | + <string>Sphere </string> |
1171 | 1167 | </property> |
1172 | | - <property name="alignment"> |
1173 | | - <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
| 1168 | + <property name="buddy"> |
| 1169 | + <cstring>lineEdit_ScatRefReal</cstring> |
1174 | 1170 | </property> |
1175 | 1171 | </widget> |
1176 | 1172 | </item> |
1177 | | - <item row="0" column="2"> |
1178 | | - <widget class="QLineEdit" name="lineEdit_ScatRefReal"> |
| 1173 | + <item row="1" column="2"> |
| 1174 | + <widget class="QLineEdit" name="lineEdit_ScatRefImag"> |
1179 | 1175 | <property name="sizePolicy"> |
1180 | 1176 | <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed"> |
1181 | 1177 | <horstretch>0</horstretch> |
|
1199 | 1195 | </property> |
1200 | 1196 | </widget> |
1201 | 1197 | </item> |
1202 | | - <item row="2" column="2"> |
1203 | | - <widget class="QLineEdit" name="lineEdit_MedRef"> |
| 1198 | + <item row="0" column="2"> |
| 1199 | + <widget class="QLineEdit" name="lineEdit_ScatRefReal"> |
1204 | 1200 | <property name="sizePolicy"> |
1205 | 1201 | <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed"> |
1206 | 1202 | <horstretch>0</horstretch> |
|
1224 | 1220 | </property> |
1225 | 1221 | </widget> |
1226 | 1222 | </item> |
1227 | | - <item row="0" column="0" colspan="2"> |
1228 | | - <widget class="QLabel" name="label_ScatRefReal"> |
| 1223 | + <item row="2" column="0"> |
| 1224 | + <widget class="QLabel" name="label_MedRef"> |
1229 | 1225 | <property name="sizePolicy"> |
1230 | 1226 | <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred"> |
1231 | 1227 | <horstretch>0</horstretch> |
1232 | 1228 | <verstretch>0</verstretch> |
1233 | 1229 | </sizepolicy> |
1234 | 1230 | </property> |
| 1231 | + <property name="minimumSize"> |
| 1232 | + <size> |
| 1233 | + <width>37</width> |
| 1234 | + <height>0</height> |
| 1235 | + </size> |
| 1236 | + </property> |
1235 | 1237 | <property name="font"> |
1236 | 1238 | <font> |
1237 | 1239 | <pointsize>8</pointsize> |
1238 | 1240 | </font> |
1239 | 1241 | </property> |
1240 | 1242 | <property name="text"> |
1241 | | - <string>Sphere </string> |
| 1243 | + <string>Medium</string> |
1242 | 1244 | </property> |
1243 | 1245 | <property name="buddy"> |
1244 | | - <cstring>lineEdit_ScatRefReal</cstring> |
| 1246 | + <cstring>lineEdit_MedRef</cstring> |
1245 | 1247 | </property> |
1246 | 1248 | </widget> |
1247 | 1249 | </item> |
1248 | | - <item row="2" column="0"> |
1249 | | - <widget class="QLabel" name="label_MedRef"> |
| 1250 | + <item row="2" column="2"> |
| 1251 | + <widget class="QLineEdit" name="lineEdit_MedRef"> |
1250 | 1252 | <property name="sizePolicy"> |
1251 | | - <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred"> |
| 1253 | + <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed"> |
1252 | 1254 | <horstretch>0</horstretch> |
1253 | 1255 | <verstretch>0</verstretch> |
1254 | 1256 | </sizepolicy> |
1255 | 1257 | </property> |
1256 | 1258 | <property name="minimumSize"> |
1257 | 1259 | <size> |
1258 | | - <width>37</width> |
| 1260 | + <width>40</width> |
1259 | 1261 | <height>0</height> |
1260 | 1262 | </size> |
1261 | 1263 | </property> |
1262 | | - <property name="font"> |
1263 | | - <font> |
1264 | | - <pointsize>8</pointsize> |
1265 | | - </font> |
1266 | | - </property> |
1267 | | - <property name="text"> |
1268 | | - <string>Medium</string> |
| 1264 | + <property name="maximumSize"> |
| 1265 | + <size> |
| 1266 | + <width>65</width> |
| 1267 | + <height>16777215</height> |
| 1268 | + </size> |
1269 | 1269 | </property> |
1270 | | - <property name="buddy"> |
1271 | | - <cstring>lineEdit_MedRef</cstring> |
| 1270 | + <property name="alignment"> |
| 1271 | + <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
1272 | 1272 | </property> |
1273 | 1273 | </widget> |
1274 | 1274 | </item> |
|
1822 | 1822 | </font> |
1823 | 1823 | </property> |
1824 | 1824 | <property name="text"> |
1825 | | - <string>Std. Deviation (in μm)</string> |
| 1825 | + <string> Std. Deviation (in μm)</string> |
1826 | 1826 | </property> |
1827 | 1827 | <property name="buddy"> |
1828 | 1828 | <cstring>lineEdit_StdDev</cstring> |
1829 | 1829 | </property> |
1830 | 1830 | </widget> |
1831 | 1831 | </item> |
| 1832 | + <item row="5" column="0" colspan="4"> |
| 1833 | + <widget class="QLabel" name="label_NSphere"> |
| 1834 | + <property name="minimumSize"> |
| 1835 | + <size> |
| 1836 | + <width>125</width> |
| 1837 | + <height>0</height> |
| 1838 | + </size> |
| 1839 | + </property> |
| 1840 | + <property name="font"> |
| 1841 | + <font> |
| 1842 | + <family>Arial</family> |
| 1843 | + <pointsize>8</pointsize> |
| 1844 | + </font> |
| 1845 | + </property> |
| 1846 | + <property name="text"> |
| 1847 | + <string>Num. sph. sizes (2-101)</string> |
| 1848 | + </property> |
| 1849 | + <property name="buddy"> |
| 1850 | + <cstring>lineEdit_NSphere</cstring> |
| 1851 | + </property> |
| 1852 | + </widget> |
| 1853 | + </item> |
1832 | 1854 | <item row="3" column="6"> |
1833 | 1855 | <widget class="QLineEdit" name="lineEdit_MeanDiameter"> |
1834 | 1856 | <property name="sizePolicy"> |
|
1865 | 1887 | </font> |
1866 | 1888 | </property> |
1867 | 1889 | <property name="text"> |
1868 | | - <string>Mean Diameter (in μm)</string> |
| 1890 | + <string> Mean Diameter (in μm)</string> |
1869 | 1891 | </property> |
1870 | 1892 | <property name="buddy"> |
1871 | 1893 | <cstring>lineEdit_MeanDiameter</cstring> |
|
1976 | 1998 | </font> |
1977 | 1999 | </property> |
1978 | 2000 | <property name="text"> |
1979 | | - <string>Diameter (in μm)</string> |
| 2001 | + <string> Diameter (in μm)</string> |
1980 | 2002 | </property> |
1981 | 2003 | <property name="buddy"> |
1982 | 2004 | <cstring>lineEdit_Diameter</cstring> |
|
2031 | 2053 | </property> |
2032 | 2054 | </widget> |
2033 | 2055 | </item> |
2034 | | - <item row="5" column="0" colspan="4"> |
2035 | | - <widget class="QLabel" name="label_NSphere"> |
2036 | | - <property name="minimumSize"> |
2037 | | - <size> |
2038 | | - <width>125</width> |
2039 | | - <height>0</height> |
2040 | | - </size> |
2041 | | - </property> |
2042 | | - <property name="font"> |
2043 | | - <font> |
2044 | | - <family>Arial</family> |
2045 | | - <pointsize>8</pointsize> |
2046 | | - </font> |
2047 | | - </property> |
2048 | | - <property name="text"> |
2049 | | - <string>Num. sph. sizes (2-101)</string> |
2050 | | - </property> |
2051 | | - <property name="buddy"> |
2052 | | - <cstring>lineEdit_NSphere</cstring> |
2053 | | - </property> |
2054 | | - </widget> |
2055 | | - </item> |
2056 | 2056 | </layout> |
2057 | 2057 | </widget> |
2058 | 2058 | </item> |
|
0 commit comments