Changeset 818 for palm/trunk/UTIL
- Timestamp:
- Feb 8, 2012 4:11:23 PM (13 years ago)
- Location:
- palm/trunk/UTIL/mrungui
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/UTIL/mrungui/mainwindow.cpp
r812 r818 2 2 // Current revisions: 3 3 // ----------------- 4 // 4 // New: flag parameter -z implemented (used for skipping parameter file check) 5 5 // 6 6 // Former revisions: … … 199 199 ui->check_advanced->setEnabled(false); 200 200 ui->check_verbose->setEnabled(false); 201 ui->check_namelist_check->setEnabled(false); 201 202 ui->button_start->setEnabled(false); 202 203 ui->button_start->setText("wait..."); … … 255 256 ui->check_advanced->setEnabled(true); 256 257 ui->check_verbose->setEnabled(true); 258 ui->check_namelist_check->setEnabled(true); 257 259 ui->button_start->setEnabled(true); 258 260 ui->action_save->setEnabled(true); … … 990 992 } 991 993 994 status = ui->check_namelist_check->checkState(); 995 996 if (status == 2) 997 { 998 activate_flag("z"); 999 } 1000 else 1001 { 1002 deactivate_flag("z"); 1003 } 1004 992 1005 status = ui->check_A->checkState(); 993 1006 … … 1414 1427 { 1415 1428 ui->check_verbose->setChecked(true); 1429 } 1430 else if ( parameter == "z") 1431 { 1432 ui->check_namelist_check->setChecked(true); 1416 1433 } 1417 1434 else if ( parameter == "A") -
palm/trunk/UTIL/mrungui/mainwindow.ui
r809 r818 46 46 <rect> 47 47 <x>10</x> 48 <y>59 0</y>48 <y>595</y> 49 49 <width>901</width> 50 <height> 71</height>50 <height>61</height> 51 51 </rect> 52 52 </property> … … 90 90 <rect> 91 91 <x>10</x> 92 <y> 40</y>92 <y>35</y> 93 93 <width>881</width> 94 94 <height>25</height> … … 400 400 <rect> 401 401 <x>10</x> 402 <y>32 5</y>402 <y>320</y> 403 403 <width>491</width> 404 <height>2 61</height>404 <height>271</height> 405 405 </rect> 406 406 </property> … … 690 690 <rect> 691 691 <x>7</x> 692 <y>1 60</y>692 <y>155</y> 693 693 <width>481</width> 694 694 <height>16</height> … … 703 703 <rect> 704 704 <x>10</x> 705 <y>1 80</y>705 <y>170</y> 706 706 <width>121</width> 707 707 <height>23</height> … … 716 716 <rect> 717 717 <x>10</x> 718 <y> 205</y>718 <y>195</y> 719 719 <width>271</width> 720 720 <height>23</height> … … 777 777 <rect> 778 778 <x>10</x> 779 <y>2 30</y>779 <y>220</y> 780 780 <width>261</width> 781 781 <height>23</height> … … 783 783 </property> 784 784 <property name="text"> 785 <string>No prompt on confirmation </string>785 <string>No prompt on confirmation (silent)</string> 786 786 </property> 787 787 </widget> … … 793 793 <rect> 794 794 <x>130</x> 795 <y>1 80</y>795 <y>170</y> 796 796 <width>241</width> 797 797 <height>21</height> … … 806 806 <property name="text"> 807 807 <string/> 808 </property> 809 </widget> 810 <widget class="QCheckBox" name="check_namelist_check"> 811 <property name="geometry"> 812 <rect> 813 <x>10</x> 814 <y>245</y> 815 <width>261</width> 816 <height>23</height> 817 </rect> 818 </property> 819 <property name="text"> 820 <string>Skip namelist file check</string> 808 821 </property> 809 822 </widget> … … 1360 1373 <addaction name="action_about"/> 1361 1374 </widget> 1362 <widget class="QMenu" name="menuTools">1363 <property name="title">1364 <string>Tools</string>1365 </property>1366 <addaction name="actionCheck_parameter_file"/>1367 </widget>1368 1375 <addaction name="menuStart"/> 1369 <addaction name="menuTools"/>1370 1376 <addaction name="menuHelp"/> 1371 1377 </widget> … … 1484 1490 <hint type="sourcelabel"> 1485 1491 <x>160</x> 1486 <y>6 87</y>1492 <y>657</y> 1487 1493 </hint> 1488 1494 <hint type="destinationlabel"> … … 1500 1506 <hint type="sourcelabel"> 1501 1507 <x>73</x> 1502 <y>6 87</y>1508 <y>657</y> 1503 1509 </hint> 1504 1510 <hint type="destinationlabel"> … … 1756 1762 <hint type="sourcelabel"> 1757 1763 <x>72</x> 1758 <y>5 71</y>1764 <y>541</y> 1759 1765 </hint> 1760 1766 <hint type="destinationlabel"> … … 1772 1778 <hint type="sourcelabel"> 1773 1779 <x>76</x> 1774 <y>5 96</y>1780 <y>566</y> 1775 1781 </hint> 1776 1782 <hint type="destinationlabel"> … … 1788 1794 <hint type="sourcelabel"> 1789 1795 <x>53</x> 1790 <y> 626</y>1796 <y>591</y> 1791 1797 </hint> 1792 1798 <hint type="destinationlabel"> … … 1932 1938 <hint type="sourcelabel"> 1933 1939 <x>119</x> 1934 <y>40 7</y>1940 <y>403</y> 1935 1941 </hint> 1936 1942 <hint type="destinationlabel"> … … 1948 1954 <hint type="sourcelabel"> 1949 1955 <x>149</x> 1950 <y>4 31</y>1956 <y>428</y> 1951 1957 </hint> 1952 1958 <hint type="destinationlabel"> … … 1980 1986 <hint type="sourcelabel"> 1981 1987 <x>179</x> 1982 <y>4 82</y>1988 <y>478</y> 1983 1989 </hint> 1984 1990 <hint type="destinationlabel"> … … 2012 2018 <hint type="sourcelabel"> 2013 2019 <x>361</x> 2014 <y>42 9</y>2020 <y>428</y> 2015 2021 </hint> 2016 2022 <hint type="destinationlabel"> … … 2044 2050 <hint type="sourcelabel"> 2045 2051 <x>262</x> 2046 <y>50 8</y>2052 <y>503</y> 2047 2053 </hint> 2048 2054 <hint type="destinationlabel"> … … 2060 2066 <hint type="sourcelabel"> 2061 2067 <x>324</x> 2062 <y>50 4</y>2068 <y>503</y> 2063 2069 </hint> 2064 2070 <hint type="destinationlabel"> … … 2171 2177 <hints> 2172 2178 <hint type="sourcelabel"> 2173 <x>90 6</x>2179 <x>900</x> 2174 2180 <y>513</y> 2175 2181 </hint> … … 2187 2193 <hints> 2188 2194 <hint type="sourcelabel"> 2189 <x>9 19</x>2195 <x>900</x> 2190 2196 <y>538</y> 2191 2197 </hint> … … 2203 2209 <hints> 2204 2210 <hint type="sourcelabel"> 2205 <x>9 17</x>2211 <x>900</x> 2206 2212 <y>563</y> 2207 2213 </hint> … … 2252 2258 <hint type="sourcelabel"> 2253 2259 <x>307</x> 2254 <y>6 75</y>2260 <y>657</y> 2255 2261 </hint> 2256 2262 <hint type="destinationlabel"> … … 2267 2273 <hints> 2268 2274 <hint type="sourcelabel"> 2269 <x>90 4</x>2270 <y>3 33</y>2275 <x>900</x> 2276 <y>343</y> 2271 2277 </hint> 2272 2278 <hint type="destinationlabel"> … … 2401 2407 <x>4</x> 2402 2408 <y>122</y> 2409 </hint> 2410 </hints> 2411 </connection> 2412 <connection> 2413 <sender>check_namelist_check</sender> 2414 <signal>stateChanged(int)</signal> 2415 <receiver>MainWindow</receiver> 2416 <slot>check_flags()</slot> 2417 <hints> 2418 <hint type="sourcelabel"> 2419 <x>61</x> 2420 <y>609</y> 2421 </hint> 2422 <hint type="destinationlabel"> 2423 <x>5</x> 2424 <y>594</y> 2403 2425 </hint> 2404 2426 </hints>
Note: See TracChangeset
for help on using the changeset viewer.