Ignore:
Timestamp:
Jul 10, 2017 12:15:43 PM (7 years ago)
Author:
gronemeier
Message:

new version of palm_gf (bugfixes, changes and new options)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/palm_gf_files/palm_gf.ui

    r2116 r2308  
    66   <enum>Qt::WindowModal</enum>
    77  </property>
     8  <property name="enabled">
     9   <bool>true</bool>
     10  </property>
    811  <property name="geometry">
    912   <rect>
     
    1114    <y>0</y>
    1215    <width>584</width>
    13     <height>375</height>
     16    <height>386</height>
    1417   </rect>
    1518  </property>
     
    8285      <item>
    8386       <widget class="QSpinBox" name="nx_min_box">
     87        <property name="toolTip">
     88         <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Minimum of number of Gridpoints in X-direction.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
     89        </property>
    8490        <property name="minimum">
    8591         <number>1</number>
     
    9298      <item>
    9399       <widget class="QSpinBox" name="ny_min_box">
     100        <property name="toolTip">
     101         <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Minimum of number of Gridpoints in Y-direction.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
     102        </property>
    94103        <property name="minimum">
    95104         <number>1</number>
     
    102111      <item>
    103112       <widget class="QSpinBox" name="nz_min_box">
     113        <property name="toolTip">
     114         <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Minimum of number of Gridpoints in Z-direction.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
     115        </property>
    104116        <property name="minimum">
    105117         <number>1</number>
     
    124136      <item>
    125137       <widget class="QSpinBox" name="nx_max_box">
     138        <property name="toolTip">
     139         <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Maximum of number of Gridpoints in X-direction.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
     140        </property>
     141        <property name="autoFillBackground">
     142         <bool>false</bool>
     143        </property>
     144        <property name="styleSheet">
     145         <string notr="true"/>
     146        </property>
     147        <property name="frame">
     148         <bool>true</bool>
     149        </property>
    126150        <property name="minimum">
    127151         <number>1</number>
     
    134158      <item>
    135159       <widget class="QSpinBox" name="ny_max_box">
     160        <property name="toolTip">
     161         <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Maxmimum of number of Gridpoints in Y-direction.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
     162        </property>
    136163        <property name="minimum">
    137164         <number>1</number>
     
    144171      <item>
    145172       <widget class="QSpinBox" name="nz_max_box">
     173        <property name="toolTip">
     174         <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Maximum of number of Gridpoints in Z-direction.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
     175        </property>
    146176        <property name="minimum">
    147177         <number>1</number>
     
    162192       <height>22</height>
    163193      </rect>
     194     </property>
     195     <property name="toolTip">
     196      <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Defines Ratio between the number of Gridpoints in X- and Y-direction.&lt;/p&gt;&lt;p&gt;If nx/ny = 0 , option is deactivated&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
    164197     </property>
    165198     <property name="maximum">
     
    239272     </property>
    240273     <property name="text">
    241       <string>   ny</string>
     274      <string>   nz</string>
    242275     </property>
    243276     <property name="scaledContents">
     
    270303     </property>
    271304     <property name="text">
    272       <string>    nz</string>
     305      <string>    ny</string>
    273306     </property>
    274307    </widget>
     
    297330     <property name="text">
    298331      <string>Maximum</string>
     332     </property>
     333    </widget>
     334    <widget class="QLabel" name="warning_label">
     335     <property name="geometry">
     336      <rect>
     337       <x>230</x>
     338       <y>155</y>
     339       <width>121</width>
     340       <height>31</height>
     341      </rect>
     342     </property>
     343     <property name="autoFillBackground">
     344      <bool>false</bool>
     345     </property>
     346     <property name="styleSheet">
     347      <string notr="true"/>
     348     </property>
     349     <property name="text">
     350      <string>Input error! Min &gt; Max</string>
    299351     </property>
    300352    </widget>
     
    306358      <y>0</y>
    307359      <width>211</width>
    308       <height>201</height>
     360      <height>221</height>
    309361     </rect>
    310362    </property>
     
    399451       <x>22</x>
    400452       <y>94</y>
    401        <width>51</width>
     453       <width>61</width>
    402454       <height>21</height>
    403455      </rect>
     
    405457     <property name="text">
    406458      <string>Maximum</string>
    407      </property>
    408     </widget>
    409     <widget class="QLabel" name="label_8">
    410      <property name="geometry">
    411       <rect>
    412        <x>16</x>
    413        <y>130</y>
    414        <width>89</width>
    415        <height>27</height>
    416       </rect>
    417      </property>
    418      <property name="toolTip">
    419       <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Tasks per node. Default value: 24&lt;/p&gt;&lt;p&gt;If Tasks / Node = 0 , option is deactivated (not recommended).&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
    420      </property>
    421      <property name="text">
    422       <string>Tasks / Node</string>
    423      </property>
    424     </widget>
    425     <widget class="QLabel" name="label_10">
    426      <property name="geometry">
    427       <rect>
    428        <x>16</x>
    429        <y>164</y>
    430        <width>89</width>
    431        <height>21</height>
    432       </rect>
    433      </property>
    434      <property name="toolTip">
    435       <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Ratio between number of processors in X- and Y-direction.&lt;/p&gt;&lt;p&gt;If npex / npey = 0,00 , option is deactivated.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
    436      </property>
    437      <property name="text">
    438       <string>npex / npey</string>
    439459     </property>
    440460    </widget>
     
    466486      </size>
    467487     </property>
     488     <property name="toolTip">
     489      <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Maximum of number of processors used for calculation.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
     490     </property>
    468491     <property name="minimum">
    469492      <number>1</number>
     
    500523      </size>
    501524     </property>
     525     <property name="toolTip">
     526      <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Minimum of number of processors used for calculation.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
     527     </property>
    502528     <property name="minimum">
    503529      <number>1</number>
     
    507533     </property>
    508534    </widget>
    509     <widget class="QSpinBox" name="tpn_box">
    510      <property name="geometry">
    511       <rect>
    512        <x>110</x>
     535    <widget class="QWidget" name="layoutWidget">
     536     <property name="geometry">
     537      <rect>
     538       <x>10</x>
    513539       <y>130</y>
    514        <width>72</width>
    515        <height>25</height>
    516       </rect>
    517      </property>
    518      <property name="sizePolicy">
    519       <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
    520        <horstretch>0</horstretch>
    521        <verstretch>0</verstretch>
    522       </sizepolicy>
    523      </property>
    524      <property name="minimumSize">
    525       <size>
    526        <width>72</width>
    527        <height>25</height>
    528       </size>
    529      </property>
    530      <property name="maximumSize">
    531       <size>
    532        <width>72</width>
    533        <height>25</height>
    534       </size>
    535      </property>
    536      <property name="maximum">
    537       <number>10000</number>
     540       <width>182</width>
     541       <height>27</height>
     542      </rect>
     543     </property>
     544     <layout class="QHBoxLayout" name="horizontalLayout">
     545      <item>
     546       <widget class="QCheckBox" name="strict_box">
     547        <property name="toolTip">
     548         <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Fixed value for the tasks per node&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
     549        </property>
     550        <property name="text">
     551         <string>Strict Matching</string>
     552        </property>
     553       </widget>
     554      </item>
     555      <item>
     556       <widget class="QSpinBox" name="tpn_box">
     557        <property name="enabled">
     558         <bool>true</bool>
     559        </property>
     560        <property name="sizePolicy">
     561         <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
     562          <horstretch>0</horstretch>
     563          <verstretch>0</verstretch>
     564         </sizepolicy>
     565        </property>
     566        <property name="minimumSize">
     567         <size>
     568          <width>72</width>
     569          <height>25</height>
     570         </size>
     571        </property>
     572        <property name="maximumSize">
     573         <size>
     574          <width>72</width>
     575          <height>25</height>
     576         </size>
     577        </property>
     578        <property name="toolTip">
     579         <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Fixed value for the tasks per node&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
     580        </property>
     581        <property name="maximum">
     582         <number>10000</number>
     583        </property>
     584        <property name="value">
     585         <number>24</number>
     586        </property>
     587       </widget>
     588      </item>
     589     </layout>
     590    </widget>
     591    <widget class="QSlider" name="tolerance_bar">
     592     <property name="geometry">
     593      <rect>
     594       <x>10</x>
     595       <y>190</y>
     596       <width>121</width>
     597       <height>23</height>
     598      </rect>
     599     </property>
     600     <property name="toolTip">
     601      <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Tolerance for npex / npey&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
    538602     </property>
    539603     <property name="value">
    540       <number>24</number>
    541      </property>
    542     </widget>
    543     <widget class="QDoubleSpinBox" name="d_box">
    544      <property name="geometry">
    545       <rect>
    546        <x>110</x>
    547        <y>162</y>
    548        <width>72</width>
    549        <height>25</height>
    550       </rect>
    551      </property>
    552      <property name="sizePolicy">
    553       <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
    554        <horstretch>0</horstretch>
    555        <verstretch>0</verstretch>
    556       </sizepolicy>
    557      </property>
    558      <property name="minimumSize">
    559       <size>
    560        <width>72</width>
    561        <height>25</height>
    562       </size>
    563      </property>
    564      <property name="maximumSize">
    565       <size>
    566        <width>72</width>
    567        <height>25</height>
    568       </size>
    569      </property>
    570      <property name="maximum">
    571       <double>1000.000000000000000</double>
    572      </property>
     604      <number>10</number>
     605     </property>
     606     <property name="orientation">
     607      <enum>Qt::Horizontal</enum>
     608     </property>
     609    </widget>
     610    <widget class="QSpinBox" name="tolerance_value">
     611     <property name="geometry">
     612      <rect>
     613       <x>131</x>
     614       <y>190</y>
     615       <width>61</width>
     616       <height>22</height>
     617      </rect>
     618     </property>
     619     <property name="toolTip">
     620      <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Tolerance for npex / npey in percent&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
     621     </property>
     622     <property name="value">
     623      <number>10</number>
     624     </property>
     625    </widget>
     626    <widget class="QWidget" name="layoutWidget">
     627     <property name="geometry">
     628      <rect>
     629       <x>10</x>
     630       <y>160</y>
     631       <width>181</width>
     632       <height>27</height>
     633      </rect>
     634     </property>
     635     <layout class="QHBoxLayout" name="horizontalLayout_4">
     636      <item>
     637       <widget class="QCheckBox" name="npex_npey_box">
     638        <property name="text">
     639         <string>npex / npey</string>
     640        </property>
     641       </widget>
     642      </item>
     643      <item>
     644       <widget class="QDoubleSpinBox" name="d_box">
     645        <property name="sizePolicy">
     646         <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
     647          <horstretch>0</horstretch>
     648          <verstretch>0</verstretch>
     649         </sizepolicy>
     650        </property>
     651        <property name="minimumSize">
     652         <size>
     653          <width>72</width>
     654          <height>25</height>
     655         </size>
     656        </property>
     657        <property name="maximumSize">
     658         <size>
     659          <width>72</width>
     660          <height>25</height>
     661         </size>
     662        </property>
     663        <property name="maximum">
     664         <double>1000.000000000000000</double>
     665        </property>
     666       </widget>
     667      </item>
     668     </layout>
    573669    </widget>
    574670   </widget>
     
    665761     <item>
    666762      <property name="text">
    667        <string>multigrid</string>
     763       <string>multigrid_noopt</string>
    668764      </property>
    669765     </item>
    670766     <item>
    671767      <property name="text">
    672        <string>multigrid_fast</string>
     768       <string>multigrid</string>
    673769      </property>
    674770     </item>
     
    846942     <rect>
    847943      <x>380</x>
    848       <y>220</y>
     944      <y>240</y>
    849945      <width>197</width>
    850946      <height>31</height>
     
    865961     <rect>
    866962      <x>370</x>
    867       <y>180</y>
     963      <y>218</y>
    868964      <width>179</width>
    869       <height>59</height>
     965      <height>20</height>
    870966     </rect>
    871967    </property>
     
    876972     </font>
    877973    </property>
     974    <property name="toolTip">
     975     <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;tolerance for npex / npey&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
     976    </property>
    878977    <property name="text">
    879978     <string>Results</string>
    880     </property>
    881    </widget>
    882    <widget class="Line" name="line_res_up">
    883     <property name="geometry">
    884      <rect>
    885       <x>360</x>
    886       <y>190</y>
    887       <width>201</width>
    888       <height>20</height>
    889      </rect>
    890     </property>
    891     <property name="orientation">
    892      <enum>Qt::Horizontal</enum>
    893979    </property>
    894980   </widget>
     
    897983     <rect>
    898984      <x>360</x>
    899       <y>280</y>
     985      <y>300</y>
    900986      <width>201</width>
    901987      <height>20</height>
     
    910996     <rect>
    911997      <x>490</x>
    912       <y>261</y>
     998      <y>281</y>
    913999      <width>75</width>
    9141000      <height>23</height>
     
    9251011    </property>
    9261012   </widget>
    927    <widget class="QTableWidget" name="tableWidget">
    928     <property name="geometry">
    929      <rect>
    930       <x>10</x>
    931       <y>340</y>
    932       <width>491</width>
    933       <height>241</height>
    934      </rect>
    935     </property>
    936     <property name="sizePolicy">
    937      <sizepolicy hsizetype="Maximum" vsizetype="Expanding">
    938       <horstretch>0</horstretch>
    939       <verstretch>0</verstretch>
    940      </sizepolicy>
    941     </property>
    942     <property name="maximumSize">
    943      <size>
    944       <width>900</width>
    945       <height>16777215</height>
    946      </size>
    947     </property>
    948     <property name="layoutDirection">
    949      <enum>Qt::LeftToRight</enum>
    950     </property>
    951     <property name="frameShape">
    952      <enum>QFrame::Box</enum>
    953     </property>
    954     <property name="frameShadow">
    955      <enum>QFrame::Sunken</enum>
    956     </property>
    957     <property name="lineWidth">
    958      <number>1</number>
    959     </property>
    960     <property name="horizontalScrollBarPolicy">
    961      <enum>Qt::ScrollBarAlwaysOff</enum>
    962     </property>
    963     <property name="showGrid">
    964      <bool>true</bool>
    965     </property>
    966     <property name="sortingEnabled">
    967      <bool>true</bool>
    968     </property>
    969     <attribute name="horizontalHeaderVisible">
    970      <bool>true</bool>
    971     </attribute>
    972     <attribute name="horizontalHeaderCascadingSectionResizes">
    973      <bool>false</bool>
    974     </attribute>
    975     <attribute name="horizontalHeaderDefaultSectionSize">
    976      <number>80</number>
    977     </attribute>
    978     <column>
    979      <property name="text">
    980       <string>np</string>
    981      </property>
    982     </column>
    983     <column>
    984      <property name="text">
    985       <string>npex</string>
    986      </property>
    987     </column>
    988     <column>
    989      <property name="text">
    990       <string>npey</string>
    991      </property>
    992     </column>
    993     <column>
    994      <property name="text">
    995       <string>nx</string>
    996      </property>
    997     </column>
    998     <column>
    999      <property name="text">
    1000       <string>ny</string>
    1001      </property>
    1002     </column>
    1003     <column>
    1004      <property name="text">
    1005       <string>nz</string>
    1006      </property>
    1007     </column>
    1008    </widget>
    10091013   <widget class="QLabel" name="load_text_label">
    10101014    <property name="geometry">
    10111015     <rect>
    10121016      <x>379</x>
    1013       <y>261</y>
     1017      <y>281</y>
    10141018      <width>42</width>
    10151019      <height>23</height>
     
    10421046     <rect>
    10431047      <x>420</x>
    1044       <y>261</y>
     1048      <y>281</y>
    10451049      <width>61</width>
    10461050      <height>23</height>
     
    10671071     <rect>
    10681072      <x>490</x>
    1069       <y>304</y>
     1073      <y>324</y>
    10701074      <width>75</width>
    10711075      <height>23</height>
     
    11011105     <rect>
    11021106      <x>415</x>
    1103       <y>304</y>
     1107      <y>324</y>
    11041108      <width>75</width>
    11051109      <height>23</height>
     
    11201124      <height>18</height>
    11211125     </size>
     1126    </property>
     1127   </widget>
     1128   <widget class="QProgressBar" name="testbar">
     1129    <property name="geometry">
     1130     <rect>
     1131      <x>364</x>
     1132      <y>239</y>
     1133      <width>206</width>
     1134      <height>23</height>
     1135     </rect>
     1136    </property>
     1137    <property name="value">
     1138     <number>0</number>
     1139    </property>
     1140   </widget>
     1141   <widget class="QPushButton" name="question_box">
     1142    <property name="geometry">
     1143     <rect>
     1144      <x>395</x>
     1145      <y>324</y>
     1146      <width>21</width>
     1147      <height>23</height>
     1148     </rect>
     1149    </property>
     1150    <property name="text">
     1151     <string>?</string>
    11221152    </property>
    11231153   </widget>
     
    11291159     <y>0</y>
    11301160     <width>584</width>
    1131      <height>21</height>
     1161     <height>20</height>
    11321162    </rect>
    11331163   </property>
     
    11361166     <string>Gridfinder</string>
    11371167    </property>
     1168    <addaction name="actionSetting"/>
    11381169    <addaction name="actionSchlie_en"/>
    11391170   </widget>
     
    11441175   <property name="text">
    11451176    <string>Schließen</string>
     1177   </property>
     1178  </action>
     1179  <action name="actionSetting">
     1180   <property name="text">
     1181    <string>Settings</string>
    11461182   </property>
    11471183  </action>
     
    11671203  <tabstop>quitbutton</tabstop>
    11681204  <tabstop>filename_line</tabstop>
    1169   <tabstop>tableWidget</tabstop>
    11701205  <tabstop>Oos_checkbox</tabstop>
    11711206 </tabstops>
     
    11881223   </hints>
    11891224  </connection>
     1225  <connection>
     1226   <sender>strict_box</sender>
     1227   <signal>clicked(bool)</signal>
     1228   <receiver>tpn_box</receiver>
     1229   <slot>setVisible(bool)</slot>
     1230   <hints>
     1231    <hint type="sourcelabel">
     1232     <x>422</x>
     1233     <y>193</y>
     1234    </hint>
     1235    <hint type="destinationlabel">
     1236     <x>514</x>
     1237     <y>193</y>
     1238    </hint>
     1239   </hints>
     1240  </connection>
     1241  <connection>
     1242   <sender>npex_npey_box</sender>
     1243   <signal>clicked(bool)</signal>
     1244   <receiver>d_box</receiver>
     1245   <slot>setVisible(bool)</slot>
     1246   <hints>
     1247    <hint type="sourcelabel">
     1248     <x>422</x>
     1249     <y>193</y>
     1250    </hint>
     1251    <hint type="destinationlabel">
     1252     <x>513</x>
     1253     <y>193</y>
     1254    </hint>
     1255   </hints>
     1256  </connection>
     1257  <connection>
     1258   <sender>tolerance_bar</sender>
     1259   <signal>valueChanged(int)</signal>
     1260   <receiver>tolerance_value</receiver>
     1261   <slot>setValue(int)</slot>
     1262   <hints>
     1263    <hint type="sourcelabel">
     1264     <x>430</x>
     1265     <y>221</y>
     1266    </hint>
     1267    <hint type="destinationlabel">
     1268     <x>521</x>
     1269     <y>220</y>
     1270    </hint>
     1271   </hints>
     1272  </connection>
     1273  <connection>
     1274   <sender>npex_npey_box</sender>
     1275   <signal>clicked(bool)</signal>
     1276   <receiver>tolerance_bar</receiver>
     1277   <slot>setVisible(bool)</slot>
     1278   <hints>
     1279    <hint type="sourcelabel">
     1280     <x>422</x>
     1281     <y>193</y>
     1282    </hint>
     1283    <hint type="destinationlabel">
     1284     <x>430</x>
     1285     <y>221</y>
     1286    </hint>
     1287   </hints>
     1288  </connection>
     1289  <connection>
     1290   <sender>npex_npey_box</sender>
     1291   <signal>clicked(bool)</signal>
     1292   <receiver>tolerance_value</receiver>
     1293   <slot>setVisible(bool)</slot>
     1294   <hints>
     1295    <hint type="sourcelabel">
     1296     <x>422</x>
     1297     <y>193</y>
     1298    </hint>
     1299    <hint type="destinationlabel">
     1300     <x>521</x>
     1301     <y>220</y>
     1302    </hint>
     1303   </hints>
     1304  </connection>
     1305  <connection>
     1306   <sender>tolerance_value</sender>
     1307   <signal>valueChanged(int)</signal>
     1308   <receiver>tolerance_bar</receiver>
     1309   <slot>setValue(int)</slot>
     1310   <hints>
     1311    <hint type="sourcelabel">
     1312     <x>521</x>
     1313     <y>220</y>
     1314    </hint>
     1315    <hint type="destinationlabel">
     1316     <x>430</x>
     1317     <y>221</y>
     1318    </hint>
     1319   </hints>
     1320  </connection>
    11901321 </connections>
    11911322</ui>
Note: See TracChangeset for help on using the changeset viewer.