Changeset 920 for palm/trunk/UTIL


Ignore:
Timestamp:
Jun 5, 2012 9:56:53 AM (12 years ago)
Author:
maronga
Message:

Bugfixes for the parameter file check. New mrun option switches off combine_plot_fields

Location:
palm/trunk/UTIL/mrungui
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/UTIL/mrungui/mainwindow.cpp

    r819 r920  
    22// Current revisions:
    33// -----------------
    4 //
     4// Added -Z option (disable combine_plot_fields)
    55//
    66// Former revisions:
     
    10881088        deactivate_flag("x");
    10891089    }
     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    }
    10901101    return 0;
    10911102
     
    14381449            {
    14391450               ui->check_A->setChecked(true);
    1440 
    14411451            }
    14421452            else if ( parameter == "b")
     
    14751485               advanced = true;
    14761486            }
     1487            else if ( parameter == "Z")
     1488            {
     1489               ui->check_Z->setChecked(true);
     1490               advanced = true;
     1491            } 
    14771492            else if ( parameter == "m")
    14781493            {
  • palm/trunk/UTIL/mrungui/mainwindow.ui

    r859 r920  
    945945      <rect>
    946946       <x>280</x>
    947        <y>235</y>
     947       <y>255</y>
    948948       <width>111</width>
    949949       <height>25</height>
     
    970970      <rect>
    971971       <x>200</x>
    972        <y>315</y>
     972       <y>330</y>
    973973       <width>191</width>
    974974       <height>25</height>
     
    983983      <rect>
    984984       <x>200</x>
    985        <y>290</y>
     985       <y>305</y>
    986986       <width>191</width>
    987987       <height>25</height>
     
    10121012      <rect>
    10131013       <x>10</x>
    1014        <y>220</y>
     1014       <y>240</y>
    10151015       <width>381</width>
    10161016       <height>16</height>
     
    10251025      <rect>
    10261026       <x>100</x>
    1027        <y>240</y>
     1027       <y>260</y>
    10281028       <width>91</width>
    10291029       <height>15</height>
     
    10411041      <rect>
    10421042       <x>200</x>
    1043        <y>235</y>
     1043       <y>255</y>
    10441044       <width>71</width>
    10451045       <height>25</height>
     
    10511051      <rect>
    10521052       <x>30</x>
    1053        <y>295</y>
     1053       <y>310</y>
    10541054       <width>161</width>
    10551055       <height>16</height>
     
    10671067      <rect>
    10681068       <x>10</x>
    1069        <y>320</y>
     1069       <y>335</y>
    10701070       <width>181</width>
    10711071       <height>16</height>
     
    10831083      <rect>
    10841084       <x>20</x>
    1085        <y>345</y>
     1085       <y>360</y>
    10861086       <width>171</width>
    10871087       <height>16</height>
     
    10991099      <rect>
    11001100       <x>200</x>
    1101        <y>340</y>
     1101       <y>355</y>
    11021102       <width>191</width>
    11031103       <height>25</height>
     
    11121112      <rect>
    11131113       <x>60</x>
    1114        <y>370</y>
     1114       <y>385</y>
    11151115       <width>131</width>
    11161116       <height>16</height>
     
    11281128      <rect>
    11291129       <x>200</x>
    1130        <y>365</y>
     1130       <y>380</y>
    11311131       <width>191</width>
    11321132       <height>25</height>
     
    11411141      <rect>
    11421142       <x>20</x>
    1143        <y>395</y>
     1143       <y>410</y>
    11441144       <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>
    11511150     </property>
    11521151     <property name="alignment">
     
    12841283      <rect>
    12851284       <x>30</x>
    1286        <y>265</y>
     1285       <y>285</y>
    12871286       <width>161</width>
    12881287       <height>16</height>
     
    13001299      <rect>
    13011300       <x>200</x>
    1302        <y>260</y>
     1301       <y>280</y>
    13031302       <width>191</width>
    13041303       <height>25</height>
     
    13071306     <property name="text">
    13081307      <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>
    13091321     </property>
    13101322    </widget>
     
    14261438  </action>
    14271439 </widget>
    1428  <layoutdefault spacing="6" margin="11"/>
     1440 <layoutdefault spacing="1" margin="11"/>
    14291441 <tabstops>
    14301442  <tabstop>pushButton</tabstop>
     
    20822094    <hint type="sourcelabel">
    20832095     <x>756</x>
    2084      <y>303</y>
     2096     <y>332</y>
    20852097    </hint>
    20862098    <hint type="destinationlabel">
     
    20982110    <hint type="sourcelabel">
    20992111     <x>796</x>
    2100      <y>358</y>
     2112     <y>387</y>
    21012113    </hint>
    21022114    <hint type="destinationlabel">
     
    21302142    <hint type="sourcelabel">
    21312143     <x>850</x>
    2132      <y>410</y>
     2144     <y>438</y>
    21332145    </hint>
    21342146    <hint type="destinationlabel">
     
    22262238    <hint type="sourcelabel">
    22272239     <x>887</x>
    2228      <y>303</y>
     2240     <y>332</y>
    22292241    </hint>
    22302242    <hint type="destinationlabel">
     
    24232435     <x>5</x>
    24242436     <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>
    24252453    </hint>
    24262454   </hints>
Note: See TracChangeset for help on using the changeset viewer.