Changeset 920 for palm/trunk/UTIL
- Timestamp:
- Jun 5, 2012 9:56:53 AM (12 years ago)
- Location:
- palm/trunk/UTIL/mrungui
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/UTIL/mrungui/mainwindow.cpp
r819 r920 2 2 // Current revisions: 3 3 // ----------------- 4 // 4 // Added -Z option (disable combine_plot_fields) 5 5 // 6 6 // Former revisions: … … 1088 1088 deactivate_flag("x"); 1089 1089 } 1090 1091 status = ui->check_Z->checkState(); 1092 1093 if (status == 2) 1094 { 1095 activate_flag("Z"); 1096 } 1097 else 1098 { 1099 deactivate_flag("Z"); 1100 } 1090 1101 return 0; 1091 1102 … … 1438 1449 { 1439 1450 ui->check_A->setChecked(true); 1440 1441 1451 } 1442 1452 else if ( parameter == "b") … … 1475 1485 advanced = true; 1476 1486 } 1487 else if ( parameter == "Z") 1488 { 1489 ui->check_Z->setChecked(true); 1490 advanced = true; 1491 } 1477 1492 else if ( parameter == "m") 1478 1493 { -
palm/trunk/UTIL/mrungui/mainwindow.ui
r859 r920 945 945 <rect> 946 946 <x>280</x> 947 <y>2 35</y>947 <y>255</y> 948 948 <width>111</width> 949 949 <height>25</height> … … 970 970 <rect> 971 971 <x>200</x> 972 <y>3 15</y>972 <y>330</y> 973 973 <width>191</width> 974 974 <height>25</height> … … 983 983 <rect> 984 984 <x>200</x> 985 <y> 290</y>985 <y>305</y> 986 986 <width>191</width> 987 987 <height>25</height> … … 1012 1012 <rect> 1013 1013 <x>10</x> 1014 <y>2 20</y>1014 <y>240</y> 1015 1015 <width>381</width> 1016 1016 <height>16</height> … … 1025 1025 <rect> 1026 1026 <x>100</x> 1027 <y>2 40</y>1027 <y>260</y> 1028 1028 <width>91</width> 1029 1029 <height>15</height> … … 1041 1041 <rect> 1042 1042 <x>200</x> 1043 <y>2 35</y>1043 <y>255</y> 1044 1044 <width>71</width> 1045 1045 <height>25</height> … … 1051 1051 <rect> 1052 1052 <x>30</x> 1053 <y> 295</y>1053 <y>310</y> 1054 1054 <width>161</width> 1055 1055 <height>16</height> … … 1067 1067 <rect> 1068 1068 <x>10</x> 1069 <y>3 20</y>1069 <y>335</y> 1070 1070 <width>181</width> 1071 1071 <height>16</height> … … 1083 1083 <rect> 1084 1084 <x>20</x> 1085 <y>3 45</y>1085 <y>360</y> 1086 1086 <width>171</width> 1087 1087 <height>16</height> … … 1099 1099 <rect> 1100 1100 <x>200</x> 1101 <y>3 40</y>1101 <y>355</y> 1102 1102 <width>191</width> 1103 1103 <height>25</height> … … 1112 1112 <rect> 1113 1113 <x>60</x> 1114 <y>3 70</y>1114 <y>385</y> 1115 1115 <width>131</width> 1116 1116 <height>16</height> … … 1128 1128 <rect> 1129 1129 <x>200</x> 1130 <y>3 65</y>1130 <y>380</y> 1131 1131 <width>191</width> 1132 1132 <height>25</height> … … 1141 1141 <rect> 1142 1142 <x>20</x> 1143 <y> 395</y>1143 <y>410</y> 1144 1144 <width>171</width> 1145 <height>31</height> 1146 </rect> 1147 </property> 1148 <property name="text"> 1149 <string>Filenames of routines to be 1150 compiled:</string> 1145 <height>16</height> 1146 </rect> 1147 </property> 1148 <property name="text"> 1149 <string>Filenames to be compiled:</string> 1151 1150 </property> 1152 1151 <property name="alignment"> … … 1284 1283 <rect> 1285 1284 <x>30</x> 1286 <y>2 65</y>1285 <y>285</y> 1287 1286 <width>161</width> 1288 1287 <height>16</height> … … 1300 1299 <rect> 1301 1300 <x>200</x> 1302 <y>2 60</y>1301 <y>280</y> 1303 1302 <width>191</width> 1304 1303 <height>25</height> … … 1307 1306 <property name="text"> 1308 1307 <string/> 1308 </property> 1309 </widget> 1310 <widget class="QCheckBox" name="check_Z"> 1311 <property name="geometry"> 1312 <rect> 1313 <x>10</x> 1314 <y>225</y> 1315 <width>421</width> 1316 <height>23</height> 1317 </rect> 1318 </property> 1319 <property name="text"> 1320 <string>-Z (disable combine_plot_fields at the end of job)</string> 1309 1321 </property> 1310 1322 </widget> … … 1426 1438 </action> 1427 1439 </widget> 1428 <layoutdefault spacing=" 6" margin="11"/>1440 <layoutdefault spacing="1" margin="11"/> 1429 1441 <tabstops> 1430 1442 <tabstop>pushButton</tabstop> … … 2082 2094 <hint type="sourcelabel"> 2083 2095 <x>756</x> 2084 <y>3 03</y>2096 <y>332</y> 2085 2097 </hint> 2086 2098 <hint type="destinationlabel"> … … 2098 2110 <hint type="sourcelabel"> 2099 2111 <x>796</x> 2100 <y>3 58</y>2112 <y>387</y> 2101 2113 </hint> 2102 2114 <hint type="destinationlabel"> … … 2130 2142 <hint type="sourcelabel"> 2131 2143 <x>850</x> 2132 <y>4 10</y>2144 <y>438</y> 2133 2145 </hint> 2134 2146 <hint type="destinationlabel"> … … 2226 2238 <hint type="sourcelabel"> 2227 2239 <x>887</x> 2228 <y>3 03</y>2240 <y>332</y> 2229 2241 </hint> 2230 2242 <hint type="destinationlabel"> … … 2423 2435 <x>5</x> 2424 2436 <y>594</y> 2437 </hint> 2438 </hints> 2439 </connection> 2440 <connection> 2441 <sender>check_Z</sender> 2442 <signal>stateChanged(int)</signal> 2443 <receiver>MainWindow</receiver> 2444 <slot>check_flags()</slot> 2445 <hints> 2446 <hint type="sourcelabel"> 2447 <x>730</x> 2448 <y>295</y> 2449 </hint> 2450 <hint type="destinationlabel"> 2451 <x>458</x> 2452 <y>344</y> 2425 2453 </hint> 2426 2454 </hints>
Note: See TracChangeset
for help on using the changeset viewer.