Ignore:
Timestamp:
Feb 8, 2021 4:14:27 PM (3 years ago)
Author:
schwenkel
Message:

update palm_gf to python3

File:
1 edited

Legend:

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

    r2308 r4869  
    33 <class>MainWindow</class>
    44 <widget class="QMainWindow" name="MainWindow">
    5   <property name="windowModality">
    6    <enum>Qt::WindowModal</enum>
    7   </property>
    8   <property name="enabled">
    9    <bool>true</bool>
    10   </property>
    115  <property name="geometry">
    126   <rect>
    137    <x>0</x>
    148    <y>0</y>
    15     <width>584</width>
    16     <height>386</height>
     9    <width>797</width>
     10    <height>500</height>
    1711   </rect>
    18   </property>
    19   <property name="sizePolicy">
    20    <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
    21     <horstretch>0</horstretch>
    22     <verstretch>0</verstretch>
    23    </sizepolicy>
    24   </property>
    25   <property name="minimumSize">
    26    <size>
    27     <width>584</width>
    28     <height>375</height>
    29    </size>
    30   </property>
    31   <property name="maximumSize">
    32    <size>
    33     <width>584</width>
    34     <height>622</height>
    35    </size>
    3612  </property>
    3713  <property name="windowTitle">
    3814   <string>MainWindow</string>
    3915  </property>
     16  <property name="layoutDirection">
     17   <enum>Qt::LeftToRight</enum>
     18  </property>
     19  <property name="locale">
     20   <locale language="German" country="Germany"/>
     21  </property>
     22  <property name="dockOptions">
     23   <set>QMainWindow::AllowTabbedDocks|QMainWindow::AnimatedDocks</set>
     24  </property>
    4025  <widget class="QWidget" name="centralwidget">
    41    <widget class="QFrame" name="frame_2">
     26   <widget class="QWidget" name="gridLayoutWidget">
     27    <property name="geometry">
     28     <rect>
     29      <x>85</x>
     30      <y>60</y>
     31      <width>361</width>
     32      <height>111</height>
     33     </rect>
     34    </property>
     35    <layout class="QGridLayout" name="grid_layout_1">
     36     <property name="sizeConstraint">
     37      <enum>QLayout::SetDefaultConstraint</enum>
     38     </property>
     39     <property name="leftMargin">
     40      <number>5</number>
     41     </property>
     42     <property name="topMargin">
     43      <number>0</number>
     44     </property>
     45     <property name="rightMargin">
     46      <number>5</number>
     47     </property>
     48     <property name="bottomMargin">
     49      <number>5</number>
     50     </property>
     51     <property name="horizontalSpacing">
     52      <number>25</number>
     53     </property>
     54     <item row="0" column="2">
     55      <widget class="QSpinBox" name="nz_min_box">
     56       <property name="minimumSize">
     57        <size>
     58         <width>0</width>
     59         <height>24</height>
     60        </size>
     61       </property>
     62       <property name="minimum">
     63        <number>0</number>
     64       </property>
     65       <property name="maximum">
     66        <number>99999999</number>
     67       </property>
     68      </widget>
     69     </item>
     70     <item row="1" column="2">
     71      <widget class="QSpinBox" name="nz_max_box">
     72       <property name="minimumSize">
     73        <size>
     74         <width>0</width>
     75         <height>24</height>
     76        </size>
     77       </property>
     78       <property name="minimum">
     79        <number>1</number>
     80       </property>
     81       <property name="maximum">
     82        <number>99999999</number>
     83       </property>
     84      </widget>
     85     </item>
     86     <item row="0" column="1">
     87      <widget class="QSpinBox" name="ny_min_box">
     88       <property name="minimumSize">
     89        <size>
     90         <width>0</width>
     91         <height>24</height>
     92        </size>
     93       </property>
     94       <property name="minimum">
     95        <number>0</number>
     96       </property>
     97       <property name="maximum">
     98        <number>99999999</number>
     99       </property>
     100      </widget>
     101     </item>
     102     <item row="1" column="1">
     103      <widget class="QSpinBox" name="ny_max_box">
     104       <property name="minimumSize">
     105        <size>
     106         <width>0</width>
     107         <height>24</height>
     108        </size>
     109       </property>
     110       <property name="minimum">
     111        <number>1</number>
     112       </property>
     113       <property name="maximum">
     114        <number>99999999</number>
     115       </property>
     116      </widget>
     117     </item>
     118     <item row="1" column="0">
     119      <widget class="QSpinBox" name="nx_max_box">
     120       <property name="minimumSize">
     121        <size>
     122         <width>0</width>
     123         <height>24</height>
     124        </size>
     125       </property>
     126       <property name="minimum">
     127        <number>1</number>
     128       </property>
     129       <property name="maximum">
     130        <number>99999999</number>
     131       </property>
     132      </widget>
     133     </item>
     134     <item row="0" column="0">
     135      <widget class="QSpinBox" name="nx_min_box">
     136       <property name="minimumSize">
     137        <size>
     138         <width>25</width>
     139         <height>22</height>
     140        </size>
     141       </property>
     142       <property name="minimum">
     143        <number>0</number>
     144       </property>
     145       <property name="maximum">
     146        <number>99999999</number>
     147       </property>
     148      </widget>
     149     </item>
     150    </layout>
     151   </widget>
     152   <widget class="QLabel" name="grid_header_label">
    42153    <property name="geometry">
    43154     <rect>
    44155      <x>0</x>
    45       <y>0</y>
    46       <width>361</width>
    47       <height>201</height>
    48      </rect>
    49     </property>
    50     <property name="frameShape">
    51      <enum>QFrame::StyledPanel</enum>
    52     </property>
    53     <property name="frameShadow">
    54      <enum>QFrame::Raised</enum>
    55     </property>
    56     <widget class="QLabel" name="label">
    57      <property name="geometry">
    58       <rect>
    59        <x>10</x>
    60        <y>10</y>
    61        <width>237</width>
    62        <height>16</height>
    63       </rect>
    64      </property>
    65      <property name="font">
    66       <font>
    67        <weight>75</weight>
    68        <bold>true</bold>
    69       </font>
    70      </property>
    71      <property name="text">
    72       <string>Define numerical grid</string>
    73      </property>
    74     </widget>
    75     <widget class="QWidget" name="horizontalLayoutWidget_2">
    76      <property name="geometry">
    77       <rect>
    78        <x>70</x>
    79        <y>60</y>
    80        <width>283</width>
    81        <height>41</height>
    82       </rect>
    83      </property>
    84      <layout class="QHBoxLayout" name="horizontalLayout_2">
    85       <item>
    86        <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>
    90         <property name="minimum">
    91          <number>1</number>
    92         </property>
    93         <property name="maximum">
    94          <number>100000</number>
    95         </property>
    96        </widget>
    97       </item>
    98       <item>
    99        <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>
    103         <property name="minimum">
    104          <number>1</number>
    105         </property>
    106         <property name="maximum">
    107          <number>100000</number>
    108         </property>
    109        </widget>
    110       </item>
    111       <item>
    112        <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>
    116         <property name="minimum">
    117          <number>1</number>
    118         </property>
    119         <property name="maximum">
    120          <number>100000</number>
    121         </property>
    122        </widget>
    123       </item>
    124      </layout>
    125     </widget>
    126     <widget class="QWidget" name="horizontalLayoutWidget_3">
    127      <property name="geometry">
    128       <rect>
    129        <x>70</x>
    130        <y>100</y>
    131        <width>283</width>
    132        <height>41</height>
    133       </rect>
    134      </property>
    135      <layout class="QHBoxLayout" name="horizontalLayout_3">
    136       <item>
    137        <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>
    150         <property name="minimum">
    151          <number>1</number>
    152         </property>
    153         <property name="maximum">
    154          <number>100000</number>
    155         </property>
    156        </widget>
    157       </item>
    158       <item>
    159        <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>
    163         <property name="minimum">
    164          <number>1</number>
    165         </property>
    166         <property name="maximum">
    167          <number>100000</number>
    168         </property>
    169        </widget>
    170       </item>
    171       <item>
    172        <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>
    176         <property name="minimum">
    177          <number>1</number>
    178         </property>
    179         <property name="maximum">
    180          <number>100000</number>
    181         </property>
    182        </widget>
    183       </item>
    184      </layout>
    185     </widget>
    186     <widget class="QDoubleSpinBox" name="dnxny_box">
    187      <property name="geometry">
    188       <rect>
    189        <x>150</x>
    190        <y>160</y>
    191        <width>72</width>
    192        <height>22</height>
    193       </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>
    197      </property>
    198      <property name="maximum">
    199       <double>1000.000000000000000</double>
    200      </property>
    201     </widget>
    202     <widget class="QLabel" name="label_11">
    203      <property name="geometry">
    204       <rect>
    205        <x>10</x>
    206        <y>160</y>
    207        <width>149</width>
    208        <height>21</height>
    209       </rect>
    210      </property>
    211      <property name="toolTip">
    212       <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>
    213      </property>
    214      <property name="text">
    215       <string>Set fixed ratio (nx / ny):</string>
    216      </property>
    217     </widget>
    218     <widget class="QLabel" name="label_3">
    219      <property name="enabled">
    220       <bool>true</bool>
    221      </property>
    222      <property name="geometry">
    223       <rect>
    224        <x>70</x>
    225        <y>41</y>
    226        <width>86</width>
    227        <height>27</height>
    228       </rect>
    229      </property>
    230      <property name="sizePolicy">
    231       <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
    232        <horstretch>0</horstretch>
    233        <verstretch>0</verstretch>
    234       </sizepolicy>
    235      </property>
    236      <property name="minimumSize">
    237       <size>
    238        <width>0</width>
    239        <height>24</height>
    240       </size>
    241      </property>
    242      <property name="toolTip">
    243       <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Number of Gridpoints in X-direction.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
    244      </property>
    245      <property name="text">
    246       <string>  nx</string>
    247      </property>
    248     </widget>
    249     <widget class="QLabel" name="label_5">
    250      <property name="geometry">
    251       <rect>
    252        <x>260</x>
    253        <y>41</y>
    254        <width>41</width>
    255        <height>27</height>
    256       </rect>
    257      </property>
    258      <property name="sizePolicy">
    259       <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
    260        <horstretch>0</horstretch>
    261        <verstretch>0</verstretch>
    262       </sizepolicy>
    263      </property>
    264      <property name="minimumSize">
    265       <size>
    266        <width>0</width>
    267        <height>24</height>
    268       </size>
    269      </property>
    270      <property name="toolTip">
    271       <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Number of Gridpoints in Y-direction.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
    272      </property>
    273      <property name="text">
    274       <string>   nz</string>
    275      </property>
    276      <property name="scaledContents">
    277       <bool>false</bool>
    278      </property>
    279     </widget>
    280     <widget class="QLabel" name="label_4">
    281      <property name="geometry">
    282       <rect>
    283        <x>162</x>
    284        <y>41</y>
    285        <width>41</width>
    286        <height>27</height>
    287       </rect>
    288      </property>
    289      <property name="sizePolicy">
    290       <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
    291        <horstretch>0</horstretch>
    292        <verstretch>0</verstretch>
    293       </sizepolicy>
    294      </property>
    295      <property name="minimumSize">
    296       <size>
    297        <width>0</width>
    298        <height>27</height>
    299       </size>
    300      </property>
    301      <property name="toolTip">
    302       <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Number of Gridpoints in Z-direction.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
    303      </property>
    304      <property name="text">
    305       <string>    ny</string>
    306      </property>
    307     </widget>
    308     <widget class="QLabel" name="label_6">
    309      <property name="geometry">
    310       <rect>
    311        <x>10</x>
    312        <y>60</y>
    313        <width>80</width>
    314        <height>37</height>
    315       </rect>
    316      </property>
    317      <property name="text">
    318       <string>Minimum</string>
    319      </property>
    320     </widget>
    321     <widget class="QLabel" name="label_7">
    322      <property name="geometry">
    323       <rect>
    324        <x>10</x>
    325        <y>104</y>
    326        <width>83</width>
    327        <height>31</height>
    328       </rect>
    329      </property>
    330      <property name="text">
    331       <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>
    351      </property>
    352     </widget>
    353    </widget>
    354    <widget class="QFrame" name="frame">
    355     <property name="geometry">
    356      <rect>
    357       <x>360</x>
    358       <y>0</y>
    359       <width>211</width>
    360       <height>221</height>
    361      </rect>
    362     </property>
    363     <property name="frameShape">
    364      <enum>QFrame::StyledPanel</enum>
    365     </property>
    366     <property name="frameShadow">
    367      <enum>QFrame::Raised</enum>
    368     </property>
    369     <widget class="QLabel" name="label_2">
    370      <property name="geometry">
    371       <rect>
    372        <x>10</x>
    373        <y>10</y>
    374        <width>204</width>
    375        <height>16</height>
    376       </rect>
    377      </property>
    378      <property name="font">
    379       <font>
    380        <weight>75</weight>
    381        <bold>true</bold>
    382       </font>
    383      </property>
    384      <property name="text">
    385       <string>Define processor topology</string>
    386      </property>
    387     </widget>
    388     <widget class="QLabel" name="label_14">
    389      <property name="geometry">
    390       <rect>
    391        <x>20</x>
    392        <y>40</y>
    393        <width>141</width>
    394        <height>16</height>
    395       </rect>
    396      </property>
    397      <property name="sizePolicy">
    398       <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
    399        <horstretch>0</horstretch>
    400        <verstretch>0</verstretch>
    401       </sizepolicy>
    402      </property>
    403      <property name="minimumSize">
    404       <size>
    405        <width>141</width>
    406        <height>16</height>
    407       </size>
    408      </property>
    409      <property name="maximumSize">
    410       <size>
    411        <width>141</width>
    412        <height>16</height>
    413       </size>
    414      </property>
    415      <property name="toolTip">
    416       <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Number of processors used for calculation.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
    417      </property>
    418      <property name="text">
    419       <string>Number of processors:</string>
    420      </property>
    421     </widget>
    422     <widget class="Line" name="line">
    423      <property name="geometry">
    424       <rect>
    425        <x>0</x>
    426        <y>105</y>
    427        <width>201</width>
    428        <height>31</height>
    429       </rect>
    430      </property>
    431      <property name="orientation">
    432       <enum>Qt::Horizontal</enum>
    433      </property>
    434     </widget>
    435     <widget class="QLabel" name="label_20">
    436      <property name="geometry">
    437       <rect>
    438        <x>22</x>
    439        <y>61</y>
    440        <width>89</width>
    441        <height>22</height>
    442       </rect>
    443      </property>
    444      <property name="text">
    445       <string>Minimum</string>
    446      </property>
    447     </widget>
    448     <widget class="QLabel" name="label_21">
    449      <property name="geometry">
    450       <rect>
    451        <x>22</x>
    452        <y>94</y>
    453        <width>61</width>
    454        <height>21</height>
    455       </rect>
    456      </property>
    457      <property name="text">
    458       <string>Maximum</string>
    459      </property>
    460     </widget>
    461     <widget class="QSpinBox" name="np_max_box">
    462      <property name="geometry">
    463       <rect>
    464        <x>110</x>
    465        <y>90</y>
    466        <width>83</width>
    467        <height>25</height>
    468       </rect>
    469      </property>
    470      <property name="sizePolicy">
    471       <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
    472        <horstretch>0</horstretch>
    473        <verstretch>0</verstretch>
    474       </sizepolicy>
    475      </property>
    476      <property name="minimumSize">
    477       <size>
    478        <width>83</width>
    479        <height>25</height>
    480       </size>
    481      </property>
    482      <property name="maximumSize">
    483       <size>
    484        <width>83</width>
    485        <height>25</height>
    486       </size>
    487      </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>
    491      <property name="minimum">
    492       <number>1</number>
    493      </property>
    494      <property name="maximum">
    495       <number>10000000</number>
    496      </property>
    497     </widget>
    498     <widget class="QSpinBox" name="np_min_box">
    499      <property name="geometry">
    500       <rect>
    501        <x>110</x>
    502        <y>59</y>
    503        <width>83</width>
    504        <height>25</height>
    505       </rect>
    506      </property>
    507      <property name="sizePolicy">
    508       <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
    509        <horstretch>0</horstretch>
    510        <verstretch>0</verstretch>
    511       </sizepolicy>
    512      </property>
    513      <property name="minimumSize">
    514       <size>
    515        <width>83</width>
    516        <height>25</height>
    517       </size>
    518      </property>
    519      <property name="maximumSize">
    520       <size>
    521        <width>83</width>
    522        <height>25</height>
    523       </size>
    524      </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>
    528      <property name="minimum">
    529       <number>1</number>
    530      </property>
    531      <property name="maximum">
    532       <number>10000</number>
    533      </property>
    534     </widget>
    535     <widget class="QWidget" name="layoutWidget">
    536      <property name="geometry">
    537       <rect>
    538        <x>10</x>
    539        <y>130</y>
    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>
    602      </property>
    603      <property name="value">
    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>
    669     </widget>
    670    </widget>
    671    <widget class="QFrame" name="frame_3">
    672     <property name="geometry">
    673      <rect>
    674       <x>0</x>
    675       <y>200</y>
    676       <width>172</width>
    677       <height>131</height>
    678      </rect>
    679     </property>
    680     <property name="frameShape">
    681      <enum>QFrame::StyledPanel</enum>
    682     </property>
    683     <property name="frameShadow">
    684      <enum>QFrame::Raised</enum>
    685     </property>
    686     <widget class="QLabel" name="label_9">
    687      <property name="geometry">
    688       <rect>
    689        <x>10</x>
    690        <y>10</y>
    691        <width>161</width>
    692        <height>16</height>
    693       </rect>
    694      </property>
    695      <property name="font">
    696       <font>
    697        <weight>75</weight>
    698        <bold>true</bold>
    699       </font>
    700      </property>
    701      <property name="text">
    702       <string>Pressure solver</string>
    703      </property>
    704     </widget>
    705     <widget class="QLabel" name="label_12">
    706      <property name="geometry">
    707       <rect>
    708        <x>12</x>
    709        <y>37</y>
    710        <width>119</width>
    711        <height>15</height>
    712       </rect>
    713      </property>
    714      <property name="minimumSize">
    715       <size>
    716        <width>1</width>
    717        <height>0</height>
    718       </size>
    719      </property>
    720      <property name="text">
    721       <string>Method (psolver):</string>
    722      </property>
    723     </widget>
    724     <widget class="QComboBox" name="psolver_box">
    725      <property name="geometry">
    726       <rect>
    727        <x>11</x>
    728        <y>57</y>
    729        <width>119</width>
    730        <height>20</height>
    731       </rect>
    732      </property>
    733      <property name="sizePolicy">
    734       <sizepolicy hsizetype="Ignored" vsizetype="Fixed">
    735        <horstretch>0</horstretch>
    736        <verstretch>0</verstretch>
    737       </sizepolicy>
    738      </property>
    739      <property name="minimumSize">
    740       <size>
    741        <width>0</width>
    742        <height>18</height>
    743       </size>
    744      </property>
    745      <property name="acceptDrops">
    746       <bool>true</bool>
    747      </property>
    748      <property name="frame">
    749       <bool>true</bool>
    750      </property>
    751      <item>
    752       <property name="text">
    753        <string>-</string>
    754       </property>
    755      </item>
    756      <item>
    757       <property name="text">
    758        <string>poisfft</string>
    759       </property>
    760      </item>
    761      <item>
    762       <property name="text">
    763        <string>multigrid_noopt</string>
    764       </property>
    765      </item>
    766      <item>
    767       <property name="text">
    768        <string>multigrid</string>
    769       </property>
    770      </item>
    771      <item>
    772       <property name="text">
    773        <string>sor</string>
    774       </property>
    775      </item>
    776     </widget>
    777     <widget class="QLabel" name="fft_method_label">
    778      <property name="geometry">
    779       <rect>
    780        <x>12</x>
    781        <y>80</y>
    782        <width>131</width>
    783        <height>16</height>
    784       </rect>
    785      </property>
    786      <property name="text">
    787       <string>Specify FFT-method:</string>
    788      </property>
    789     </widget>
    790     <widget class="QComboBox" name="fft_method_box">
    791      <property name="geometry">
    792       <rect>
    793        <x>11</x>
    794        <y>99</y>
    795        <width>119</width>
    796        <height>20</height>
    797       </rect>
    798      </property>
    799      <property name="minimumSize">
    800       <size>
    801        <width>0</width>
    802        <height>18</height>
    803       </size>
    804      </property>
    805      <item>
    806       <property name="text">
    807        <string>-</string>
    808       </property>
    809      </item>
    810      <item>
    811       <property name="text">
    812        <string>FFTW</string>
    813       </property>
    814      </item>
    815      <item>
    816       <property name="text">
    817        <string>Temperton</string>
    818       </property>
    819      </item>
    820      <item>
    821       <property name="text">
    822        <string>Singleton</string>
    823       </property>
    824      </item>
    825     </widget>
    826    </widget>
    827    <widget class="QFrame" name="frame_4">
    828     <property name="geometry">
    829      <rect>
    830       <x>170</x>
    831       <y>200</y>
    832       <width>181</width>
    833       <height>131</height>
    834      </rect>
    835     </property>
    836     <property name="frameShape">
    837      <enum>QFrame::StyledPanel</enum>
    838     </property>
    839     <property name="frameShadow">
    840      <enum>QFrame::Raised</enum>
    841     </property>
    842     <widget class="QLabel" name="label_16">
    843      <property name="geometry">
    844       <rect>
    845        <x>10</x>
    846        <y>10</y>
    847        <width>91</width>
    848        <height>16</height>
    849       </rect>
    850      </property>
    851      <property name="font">
    852       <font>
    853        <weight>75</weight>
    854        <bold>true</bold>
    855       </font>
    856      </property>
    857      <property name="text">
    858       <string>Misc</string>
    859      </property>
    860     </widget>
    861     <widget class="QCheckBox" name="Oos_checkbox">
    862      <property name="geometry">
    863       <rect>
    864        <x>10</x>
    865        <y>30</y>
    866        <width>161</width>
    867        <height>21</height>
    868       </rect>
    869      </property>
    870      <property name="toolTip">
    871       <string>Hallo, ich bin ein Test-toolTip. Hier könnte eine tolle erklÀrung zu dieser SchaltflÀche stehen.</string>
    872      </property>
    873      <property name="text">
    874       <string>Output of spectra</string>
    875      </property>
    876     </widget>
    877     <widget class="QLineEdit" name="filename_line">
    878      <property name="geometry">
    879       <rect>
    880        <x>24</x>
    881        <y>104</y>
    882        <width>100</width>
    883        <height>23</height>
    884       </rect>
    885      </property>
    886      <property name="sizePolicy">
    887       <sizepolicy hsizetype="Maximum" vsizetype="Maximum">
    888        <horstretch>0</horstretch>
    889        <verstretch>0</verstretch>
    890       </sizepolicy>
    891      </property>
    892      <property name="minimumSize">
    893       <size>
    894        <width>0</width>
    895        <height>23</height>
    896       </size>
    897      </property>
    898      <property name="maximumSize">
    899       <size>
    900        <width>100</width>
    901        <height>23</height>
    902       </size>
    903      </property>
    904      <property name="text">
    905       <string>FILENAME.db</string>
    906      </property>
    907     </widget>
    908     <widget class="QPushButton" name="save_button">
    909      <property name="geometry">
    910       <rect>
    911        <x>125</x>
    912        <y>104</y>
    913        <width>45</width>
    914        <height>23</height>
    915       </rect>
    916      </property>
    917      <property name="sizePolicy">
    918       <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
    919        <horstretch>0</horstretch>
    920        <verstretch>0</verstretch>
    921       </sizepolicy>
    922      </property>
    923      <property name="minimumSize">
    924       <size>
    925        <width>0</width>
    926        <height>23</height>
    927       </size>
    928      </property>
    929      <property name="maximumSize">
    930       <size>
    931        <width>45</width>
    932        <height>16777215</height>
    933       </size>
    934      </property>
    935      <property name="text">
    936       <string>Save</string>
    937      </property>
    938     </widget>
    939    </widget>
    940    <widget class="QWidget" name="verticalLayoutWidget_8">
    941     <property name="geometry">
    942      <rect>
    943       <x>380</x>
    944       <y>240</y>
    945       <width>197</width>
    946       <height>31</height>
    947      </rect>
    948     </property>
    949     <layout class="QVBoxLayout" name="verticalLayout_8">
    950      <item>
    951       <widget class="QLabel" name="result_label">
    952        <property name="text">
    953         <string>placeholder, should never be seen</string>
    954        </property>
    955       </widget>
    956      </item>
    957     </layout>
    958    </widget>
    959    <widget class="QLabel" name="result_headline">
    960     <property name="geometry">
    961      <rect>
    962       <x>370</x>
    963       <y>218</y>
    964       <width>179</width>
    965       <height>20</height>
     156      <y>10</y>
     157      <width>171</width>
     158      <height>16</height>
    966159     </rect>
    967160    </property>
     
    972165     </font>
    973166    </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>
    977     <property name="text">
    978      <string>Results</string>
    979     </property>
    980    </widget>
    981    <widget class="Line" name="line_res_down">
    982     <property name="geometry">
    983      <rect>
    984       <x>360</x>
    985       <y>300</y>
    986       <width>201</width>
     167    <property name="text">
     168     <string>   Define numerical grid</string>
     169    </property>
     170   </widget>
     171   <widget class="QLabel" name="grid_min_label">
     172    <property name="geometry">
     173     <rect>
     174      <x>10</x>
     175      <y>82</y>
     176      <width>71</width>
     177      <height>21</height>
     178     </rect>
     179    </property>
     180    <property name="text">
     181     <string>Minimum</string>
     182    </property>
     183   </widget>
     184   <widget class="QLabel" name="grid_max_label">
     185    <property name="geometry">
     186     <rect>
     187      <x>10</x>
     188      <y>128</y>
     189      <width>71</width>
     190      <height>21</height>
     191     </rect>
     192    </property>
     193    <property name="text">
     194     <string>Maximum</string>
     195    </property>
     196   </widget>
     197   <widget class="QLabel" name="grid_nx_label">
     198    <property name="geometry">
     199     <rect>
     200      <x>110</x>
     201      <y>53</y>
     202      <width>47</width>
     203      <height>13</height>
     204     </rect>
     205    </property>
     206    <property name="text">
     207     <string>nx</string>
     208    </property>
     209   </widget>
     210   <widget class="QLabel" name="grid_ny_label">
     211    <property name="geometry">
     212     <rect>
     213      <x>240</x>
     214      <y>53</y>
     215      <width>47</width>
     216      <height>13</height>
     217     </rect>
     218    </property>
     219    <property name="text">
     220     <string>ny</string>
     221    </property>
     222   </widget>
     223   <widget class="QLabel" name="grid_nz_label">
     224    <property name="geometry">
     225     <rect>
     226      <x>370</x>
     227      <y>53</y>
     228      <width>47</width>
     229      <height>13</height>
     230     </rect>
     231    </property>
     232    <property name="text">
     233     <string>nz</string>
     234    </property>
     235   </widget>
     236   <widget class="QWidget" name="verticalLayoutWidget">
     237    <property name="geometry">
     238     <rect>
     239      <x>569</x>
     240      <y>59</y>
     241      <width>131</width>
     242      <height>111</height>
     243     </rect>
     244    </property>
     245    <layout class="QVBoxLayout" name="proc_layout_1">
     246     <property name="spacing">
     247      <number>5</number>
     248     </property>
     249     <item>
     250      <widget class="QSpinBox" name="proc_min_box">
     251       <property name="minimumSize">
     252        <size>
     253         <width>110</width>
     254         <height>24</height>
     255        </size>
     256       </property>
     257       <property name="maximumSize">
     258        <size>
     259         <width>100</width>
     260         <height>16777215</height>
     261        </size>
     262       </property>
     263       <property name="minimum">
     264        <number>0</number>
     265       </property>
     266       <property name="maximum">
     267        <number>99999999</number>
     268       </property>
     269      </widget>
     270     </item>
     271     <item>
     272      <widget class="QSpinBox" name="proc_max_box">
     273       <property name="minimumSize">
     274        <size>
     275         <width>110</width>
     276         <height>24</height>
     277        </size>
     278       </property>
     279       <property name="maximumSize">
     280        <size>
     281         <width>100</width>
     282         <height>16777215</height>
     283        </size>
     284       </property>
     285       <property name="minimum">
     286        <number>1</number>
     287       </property>
     288       <property name="maximum">
     289        <number>99999999</number>
     290       </property>
     291      </widget>
     292     </item>
     293    </layout>
     294   </widget>
     295   <widget class="QLabel" name="proc_header_label">
     296    <property name="geometry">
     297     <rect>
     298      <x>500</x>
     299      <y>10</y>
     300      <width>191</width>
     301      <height>16</height>
     302     </rect>
     303    </property>
     304    <property name="font">
     305     <font>
     306      <weight>75</weight>
     307      <bold>true</bold>
     308     </font>
     309    </property>
     310    <property name="text">
     311     <string>Define processor topology</string>
     312    </property>
     313   </widget>
     314   <widget class="QLabel" name="proc_min_label">
     315    <property name="geometry">
     316     <rect>
     317      <x>490</x>
     318      <y>80</y>
     319      <width>71</width>
    987320      <height>20</height>
     321     </rect>
     322    </property>
     323    <property name="text">
     324     <string>Minimum</string>
     325    </property>
     326   </widget>
     327   <widget class="QLabel" name="proc_max_label">
     328    <property name="geometry">
     329     <rect>
     330      <x>490</x>
     331      <y>130</y>
     332      <width>71</width>
     333      <height>20</height>
     334     </rect>
     335    </property>
     336    <property name="text">
     337     <string>Maximum</string>
     338    </property>
     339   </widget>
     340   <widget class="QLabel" name="proc_nr_label">
     341    <property name="geometry">
     342     <rect>
     343      <x>570</x>
     344      <y>50</y>
     345      <width>161</width>
     346      <height>16</height>
     347     </rect>
     348    </property>
     349    <property name="text">
     350     <string>Number of Processors</string>
     351    </property>
     352   </widget>
     353   <widget class="Line" name="line">
     354    <property name="geometry">
     355     <rect>
     356      <x>460</x>
     357      <y>72</y>
     358      <width>21</width>
     359      <height>261</height>
     360     </rect>
     361    </property>
     362    <property name="orientation">
     363     <enum>Qt::Vertical</enum>
     364    </property>
     365   </widget>
     366   <widget class="QLabel" name="psolver_header_label">
     367    <property name="geometry">
     368     <rect>
     369      <x>9</x>
     370      <y>223</y>
     371      <width>141</width>
     372      <height>16</height>
     373     </rect>
     374    </property>
     375    <property name="font">
     376     <font>
     377      <weight>75</weight>
     378      <bold>true</bold>
     379     </font>
     380    </property>
     381    <property name="text">
     382     <string>Pressure Solver</string>
     383    </property>
     384   </widget>
     385   <widget class="QWidget" name="horizontalLayoutWidget">
     386    <property name="geometry">
     387     <rect>
     388      <x>20</x>
     389      <y>276</y>
     390      <width>299</width>
     391      <height>51</height>
     392     </rect>
     393    </property>
     394    <layout class="QHBoxLayout" name="psolver_layout">
     395     <property name="spacing">
     396      <number>50</number>
     397     </property>
     398     <item>
     399      <widget class="QComboBox" name="psolver_combo_box">
     400       <item>
     401        <property name="text">
     402         <string>-</string>
     403        </property>
     404       </item>
     405       <item>
     406        <property name="text">
     407         <string>poisfft</string>
     408        </property>
     409       </item>
     410       <item>
     411        <property name="text">
     412         <string>multigrid_noopt</string>
     413        </property>
     414       </item>
     415       <item>
     416        <property name="text">
     417         <string>multigrid</string>
     418        </property>
     419       </item>
     420       <item>
     421        <property name="text">
     422         <string>sor</string>
     423        </property>
     424       </item>
     425      </widget>
     426     </item>
     427     <item>
     428      <widget class="QComboBox" name="fft_combo_box">
     429       <property name="enabled">
     430        <bool>false</bool>
     431       </property>
     432       <item>
     433        <property name="text">
     434         <string>-</string>
     435        </property>
     436       </item>
     437       <item>
     438        <property name="text">
     439         <string>FFTW</string>
     440        </property>
     441       </item>
     442       <item>
     443        <property name="text">
     444         <string>Temperton</string>
     445        </property>
     446       </item>
     447       <item>
     448        <property name="text">
     449         <string>Singleton</string>
     450        </property>
     451       </item>
     452      </widget>
     453     </item>
     454    </layout>
     455   </widget>
     456   <widget class="QLabel" name="psolver_method_label">
     457    <property name="geometry">
     458     <rect>
     459      <x>9</x>
     460      <y>263</y>
     461      <width>141</width>
     462      <height>21</height>
     463     </rect>
     464    </property>
     465    <property name="layoutDirection">
     466     <enum>Qt::LeftToRight</enum>
     467    </property>
     468    <property name="text">
     469     <string>Method (psolver)</string>
     470    </property>
     471    <property name="alignment">
     472     <set>Qt::AlignCenter</set>
     473    </property>
     474   </widget>
     475   <widget class="QLabel" name="psolver_fft_label">
     476    <property name="geometry">
     477     <rect>
     478      <x>190</x>
     479      <y>263</y>
     480      <width>161</width>
     481      <height>21</height>
     482     </rect>
     483    </property>
     484    <property name="text">
     485     <string>Specify FFT-Method</string>
     486    </property>
     487    <property name="alignment">
     488     <set>Qt::AlignCenter</set>
     489    </property>
     490   </widget>
     491   <widget class="QWidget" name="gridLayoutWidget_2">
     492    <property name="geometry">
     493     <rect>
     494      <x>500</x>
     495      <y>169</y>
     496      <width>292</width>
     497      <height>131</height>
     498     </rect>
     499    </property>
     500    <layout class="QGridLayout" name="proc_layout_2">
     501     <item row="1" column="0">
     502      <widget class="QCheckBox" name="npex_npey_ratio_check">
     503       <property name="text">
     504        <string>Set fixed ratio (npex/npey)</string>
     505       </property>
     506      </widget>
     507     </item>
     508     <item row="0" column="0">
     509      <widget class="QCheckBox" name="strict_matching_check">
     510       <property name="layoutDirection">
     511        <enum>Qt::LeftToRight</enum>
     512       </property>
     513       <property name="text">
     514        <string>Strict Matching</string>
     515       </property>
     516       <property name="tristate">
     517        <bool>false</bool>
     518       </property>
     519      </widget>
     520     </item>
     521     <item row="0" column="1">
     522      <widget class="QSpinBox" name="strict_matching_box">
     523       <property name="enabled">
     524        <bool>false</bool>
     525       </property>
     526       <property name="minimumSize">
     527        <size>
     528         <width>44</width>
     529         <height>24</height>
     530        </size>
     531       </property>
     532       <property name="maximum">
     533        <number>999</number>
     534       </property>
     535       <property name="value">
     536        <number>24</number>
     537       </property>
     538      </widget>
     539     </item>
     540     <item row="2" column="1">
     541      <widget class="QSpinBox" name="npex_npey_deviation_box">
     542       <property name="enabled">
     543        <bool>false</bool>
     544       </property>
     545       <property name="minimumSize">
     546        <size>
     547         <width>0</width>
     548         <height>24</height>
     549        </size>
     550       </property>
     551       <property name="minimum">
     552        <number>1</number>
     553       </property>
     554       <property name="maximum">
     555        <number>3</number>
     556       </property>
     557       <property name="value">
     558        <number>1</number>
     559       </property>
     560      </widget>
     561     </item>
     562     <item row="2" column="0">
     563      <widget class="QSlider" name="npex_npey_deviation_slider">
     564       <property name="enabled">
     565        <bool>false</bool>
     566       </property>
     567       <property name="minimum">
     568        <number>1</number>
     569       </property>
     570       <property name="maximum">
     571        <number>3</number>
     572       </property>
     573       <property name="value">
     574        <number>1</number>
     575       </property>
     576       <property name="sliderPosition">
     577        <number>1</number>
     578       </property>
     579       <property name="orientation">
     580        <enum>Qt::Horizontal</enum>
     581       </property>
     582      </widget>
     583     </item>
     584     <item row="1" column="1">
     585      <widget class="QDoubleSpinBox" name="npex_npey_ratio_box">
     586       <property name="enabled">
     587        <bool>false</bool>
     588       </property>
     589       <property name="minimumSize">
     590        <size>
     591         <width>0</width>
     592         <height>24</height>
     593        </size>
     594       </property>
     595       <property name="minimum">
     596        <double>1.000000000000000</double>
     597       </property>
     598       <property name="maximum">
     599        <double>100.000000000000000</double>
     600       </property>
     601       <property name="value">
     602        <double>1.000000000000000</double>
     603       </property>
     604      </widget>
     605     </item>
     606    </layout>
     607   </widget>
     608   <widget class="QWidget" name="horizontalLayoutWidget_2">
     609    <property name="geometry">
     610     <rect>
     611      <x>20</x>
     612      <y>170</y>
     613      <width>234</width>
     614      <height>41</height>
     615     </rect>
     616    </property>
     617    <layout class="QHBoxLayout" name="grid_layout_2">
     618     <property name="spacing">
     619      <number>0</number>
     620     </property>
     621     <item>
     622      <widget class="QCheckBox" name="nx_ny_ratio_check">
     623       <property name="minimumSize">
     624        <size>
     625         <width>0</width>
     626         <height>24</height>
     627        </size>
     628       </property>
     629       <property name="text">
     630        <string>Set fixed ratio (nx/ny)</string>
     631       </property>
     632      </widget>
     633     </item>
     634     <item>
     635      <widget class="QDoubleSpinBox" name="nx_ny_ratio_box">
     636       <property name="enabled">
     637        <bool>false</bool>
     638       </property>
     639       <property name="minimumSize">
     640        <size>
     641         <width>0</width>
     642         <height>24</height>
     643        </size>
     644       </property>
     645       <property name="maximumSize">
     646        <size>
     647         <width>60</width>
     648         <height>16777215</height>
     649        </size>
     650       </property>
     651       <property name="value">
     652        <double>1.000000000000000</double>
     653       </property>
     654      </widget>
     655     </item>
     656    </layout>
     657   </widget>
     658   <widget class="Line" name="line_2">
     659    <property name="geometry">
     660     <rect>
     661      <x>480</x>
     662      <y>292</y>
     663      <width>241</width>
     664      <height>16</height>
    988665     </rect>
    989666    </property>
     
    992669    </property>
    993670   </widget>
    994    <widget class="QPushButton" name="view_result_button">
    995     <property name="geometry">
    996      <rect>
    997       <x>490</x>
    998       <y>281</y>
    999       <width>75</width>
    1000       <height>23</height>
    1001      </rect>
    1002     </property>
    1003     <property name="sizePolicy">
    1004      <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
    1005       <horstretch>0</horstretch>
    1006       <verstretch>0</verstretch>
    1007      </sizepolicy>
    1008     </property>
    1009     <property name="text">
    1010      <string>View results</string>
    1011     </property>
    1012    </widget>
    1013    <widget class="QLabel" name="load_text_label">
    1014     <property name="geometry">
    1015      <rect>
    1016       <x>379</x>
    1017       <y>281</y>
    1018       <width>42</width>
    1019       <height>23</height>
    1020      </rect>
    1021     </property>
    1022     <property name="sizePolicy">
    1023      <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
    1024       <horstretch>0</horstretch>
    1025       <verstretch>0</verstretch>
    1026      </sizepolicy>
    1027     </property>
    1028     <property name="minimumSize">
    1029      <size>
    1030       <width>0</width>
    1031       <height>23</height>
    1032      </size>
    1033     </property>
    1034     <property name="toolTip">
    1035      <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Number of results you want to load in this Ui.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
    1036     </property>
    1037     <property name="text">
    1038      <string>  Load</string>
    1039     </property>
    1040    </widget>
    1041    <widget class="QSpinBox" name="nor_spinbox">
    1042     <property name="enabled">
    1043      <bool>false</bool>
    1044     </property>
    1045     <property name="geometry">
    1046      <rect>
    1047       <x>420</x>
    1048       <y>281</y>
    1049       <width>61</width>
    1050       <height>23</height>
    1051      </rect>
    1052     </property>
    1053     <property name="sizePolicy">
    1054      <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
    1055       <horstretch>0</horstretch>
    1056       <verstretch>0</verstretch>
    1057      </sizepolicy>
    1058     </property>
    1059     <property name="minimumSize">
    1060      <size>
    1061       <width>0</width>
    1062       <height>23</height>
    1063      </size>
    1064     </property>
    1065     <property name="maximum">
    1066      <number>9999</number>
    1067     </property>
    1068    </widget>
    1069    <widget class="QPushButton" name="startbutton">
    1070     <property name="geometry">
    1071      <rect>
    1072       <x>490</x>
    1073       <y>324</y>
    1074       <width>75</width>
    1075       <height>23</height>
    1076      </rect>
    1077     </property>
    1078     <property name="minimumSize">
    1079      <size>
    1080       <width>0</width>
    1081       <height>23</height>
    1082      </size>
    1083     </property>
    1084     <property name="maximumSize">
    1085      <size>
    1086       <width>16777215</width>
    1087       <height>23</height>
    1088      </size>
    1089     </property>
    1090     <property name="toolTip">
    1091      <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Starts calculation with the given parameters.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
     671   <widget class="QCheckBox" name="spectra_box">
     672    <property name="geometry">
     673     <rect>
     674      <x>500</x>
     675      <y>309</y>
     676      <width>151</width>
     677      <height>21</height>
     678     </rect>
     679    </property>
     680    <property name="text">
     681     <string>Output of Spectra</string>
     682    </property>
     683   </widget>
     684   <widget class="Line" name="line_3">
     685    <property name="geometry">
     686     <rect>
     687      <x>20</x>
     688      <y>331</y>
     689      <width>701</width>
     690      <height>20</height>
     691     </rect>
     692    </property>
     693    <property name="orientation">
     694     <enum>Qt::Horizontal</enum>
     695    </property>
     696   </widget>
     697   <widget class="QPushButton" name="start_button">
     698    <property name="geometry">
     699     <rect>
     700      <x>640</x>
     701      <y>420</y>
     702      <width>80</width>
     703      <height>31</height>
     704     </rect>
    1092705    </property>
    1093706    <property name="text">
    1094707     <string>Start</string>
    1095708    </property>
    1096     <property name="iconSize">
    1097      <size>
    1098       <width>18</width>
    1099       <height>18</height>
    1100      </size>
    1101     </property>
    1102    </widget>
    1103    <widget class="QPushButton" name="quitbutton">
    1104     <property name="geometry">
    1105      <rect>
    1106       <x>415</x>
    1107       <y>324</y>
    1108       <width>75</width>
    1109       <height>23</height>
    1110      </rect>
    1111     </property>
    1112     <property name="minimumSize">
    1113      <size>
    1114       <width>0</width>
    1115       <height>23</height>
    1116      </size>
     709   </widget>
     710   <widget class="QLabel" name="results_header_label">
     711    <property name="geometry">
     712     <rect>
     713      <x>10</x>
     714      <y>350</y>
     715      <width>91</width>
     716      <height>16</height>
     717     </rect>
     718    </property>
     719    <property name="font">
     720     <font>
     721      <weight>75</weight>
     722      <bold>true</bold>
     723     </font>
     724    </property>
     725    <property name="text">
     726     <string>Results</string>
     727    </property>
     728   </widget>
     729   <widget class="QLabel" name="results_information_label">
     730    <property name="geometry">
     731     <rect>
     732      <x>21</x>
     733      <y>419</y>
     734      <width>321</width>
     735      <height>31</height>
     736     </rect>
     737    </property>
     738    <property name="text">
     739     <string>Welcome to the Gridfinder.</string>
     740    </property>
     741   </widget>
     742   <widget class="Line" name="line_4">
     743    <property name="geometry">
     744     <rect>
     745      <x>460</x>
     746      <y>346</y>
     747      <width>20</width>
     748      <height>111</height>
     749     </rect>
     750    </property>
     751    <property name="orientation">
     752     <enum>Qt::Vertical</enum>
     753    </property>
     754   </widget>
     755   <widget class="QPushButton" name="quit_button">
     756    <property name="geometry">
     757     <rect>
     758      <x>510</x>
     759      <y>420</y>
     760      <width>50</width>
     761      <height>31</height>
     762     </rect>
    1117763    </property>
    1118764    <property name="text">
    1119765     <string>Quit</string>
    1120766    </property>
    1121     <property name="iconSize">
    1122      <size>
    1123       <width>18</width>
    1124       <height>18</height>
    1125      </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>
     767   </widget>
     768   <widget class="QProgressBar" name="progressbar">
     769    <property name="geometry">
     770     <rect>
     771      <x>20</x>
     772      <y>380</y>
     773      <width>441</width>
    1134774      <height>23</height>
    1135775     </rect>
     
    1138778     <number>0</number>
    1139779    </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>
     780    <property name="textVisible">
     781     <bool>true</bool>
     782    </property>
     783   </widget>
     784   <widget class="QPushButton" name="reset_button">
     785    <property name="geometry">
     786     <rect>
     787      <x>560</x>
     788      <y>420</y>
     789      <width>80</width>
     790      <height>31</height>
     791     </rect>
     792    </property>
     793    <property name="text">
     794     <string>Reset</string>
     795    </property>
     796   </widget>
     797   <widget class="QPushButton" name="view_button">
     798    <property name="geometry">
     799     <rect>
     800      <x>350</x>
     801      <y>420</y>
     802      <width>100</width>
     803      <height>31</height>
     804     </rect>
     805    </property>
     806    <property name="text">
     807     <string>View Data</string>
    1152808    </property>
    1153809   </widget>
     
    1158814     <x>0</x>
    1159815     <y>0</y>
    1160      <width>584</width>
    1161      <height>20</height>
     816     <width>797</width>
     817     <height>22</height>
    1162818    </rect>
    1163819   </property>
    1164    <widget class="QMenu" name="menuGridfinder">
    1165     <property name="title">
    1166      <string>Gridfinder</string>
    1167     </property>
    1168     <addaction name="actionSetting"/>
    1169     <addaction name="actionSchlie_en"/>
    1170    </widget>
    1171    <addaction name="menuGridfinder"/>
    1172820  </widget>
    1173821  <widget class="QStatusBar" name="statusbar"/>
    1174   <action name="actionSchlie_en">
    1175    <property name="text">
    1176     <string>Schließen</string>
    1177    </property>
    1178   </action>
    1179   <action name="actionSetting">
    1180    <property name="text">
    1181     <string>Settings</string>
    1182    </property>
    1183   </action>
    1184822 </widget>
    1185823 <tabstops>
     
    1190828  <tabstop>nz_min_box</tabstop>
    1191829  <tabstop>nz_max_box</tabstop>
    1192   <tabstop>np_min_box</tabstop>
    1193   <tabstop>np_max_box</tabstop>
    1194   <tabstop>tpn_box</tabstop>
    1195   <tabstop>d_box</tabstop>
    1196   <tabstop>dnxny_box</tabstop>
    1197   <tabstop>psolver_box</tabstop>
    1198   <tabstop>fft_method_box</tabstop>
    1199   <tabstop>startbutton</tabstop>
    1200   <tabstop>nor_spinbox</tabstop>
    1201   <tabstop>view_result_button</tabstop>
    1202   <tabstop>save_button</tabstop>
    1203   <tabstop>quitbutton</tabstop>
    1204   <tabstop>filename_line</tabstop>
    1205   <tabstop>Oos_checkbox</tabstop>
     830  <tabstop>proc_min_box</tabstop>
     831  <tabstop>proc_max_box</tabstop>
     832  <tabstop>psolver_combo_box</tabstop>
     833  <tabstop>fft_combo_box</tabstop>
     834  <tabstop>nx_ny_ratio_check</tabstop>
     835  <tabstop>nx_ny_ratio_box</tabstop>
     836  <tabstop>strict_matching_check</tabstop>
     837  <tabstop>strict_matching_box</tabstop>
     838  <tabstop>npex_npey_ratio_check</tabstop>
     839  <tabstop>npex_npey_ratio_box</tabstop>
     840  <tabstop>npex_npey_deviation_slider</tabstop>
     841  <tabstop>npex_npey_deviation_box</tabstop>
     842  <tabstop>spectra_box</tabstop>
     843  <tabstop>start_button</tabstop>
     844  <tabstop>quit_button</tabstop>
    1206845 </tabstops>
    1207846 <resources/>
    1208847 <connections>
    1209848  <connection>
    1210    <sender>quitbutton</sender>
     849   <sender>npex_npey_deviation_slider</sender>
     850   <signal>valueChanged(int)</signal>
     851   <receiver>npex_npey_deviation_box</receiver>
     852   <slot>setValue(int)</slot>
     853   <hints>
     854    <hint type="sourcelabel">
     855     <x>580</x>
     856     <y>295</y>
     857    </hint>
     858    <hint type="destinationlabel">
     859     <x>693</x>
     860     <y>295</y>
     861    </hint>
     862   </hints>
     863  </connection>
     864  <connection>
     865   <sender>npex_npey_deviation_box</sender>
     866   <signal>valueChanged(int)</signal>
     867   <receiver>npex_npey_deviation_slider</receiver>
     868   <slot>setValue(int)</slot>
     869   <hints>
     870    <hint type="sourcelabel">
     871     <x>693</x>
     872     <y>295</y>
     873    </hint>
     874    <hint type="destinationlabel">
     875     <x>580</x>
     876     <y>295</y>
     877    </hint>
     878   </hints>
     879  </connection>
     880  <connection>
     881   <sender>quit_button</sender>
    1211882   <signal>clicked()</signal>
    1212883   <receiver>MainWindow</receiver>
     
    1214885   <hints>
    1215886    <hint type="sourcelabel">
    1216      <x>448</x>
    1217      <y>335</y>
     887     <x>534</x>
     888     <y>456</y>
    1218889    </hint>
    1219890    <hint type="destinationlabel">
    1220      <x>291</x>
    1221      <y>187</y>
    1222     </hint>
    1223    </hints>
    1224   </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>
     891     <x>370</x>
     892     <y>249</y>
    1318893    </hint>
    1319894   </hints>
Note: See TracChangeset for help on using the changeset viewer.