Ignore:
Timestamp:
Nov 24, 2017 7:57:08 AM (6 years ago)
Author:
Piotr Rozyczko <rozyczko@…>
Branches:
ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
Children:
f4480f0
Parents:
cb4d219
Message:

More inversion work on details in validation, UI design and such

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Perspectives/Inversion/UI/TabbedInversionUI.ui

    r0580c77 r8f83719f  
    77    <x>0</x> 
    88    <y>0</y> 
    9     <width>473</width> 
    10     <height>540</height> 
     9    <width>390</width> 
     10    <height>409</height> 
    1111   </rect> 
    1212  </property> 
    1313  <property name="sizePolicy"> 
    14    <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> 
     14   <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> 
    1515    <horstretch>0</horstretch> 
    1616    <verstretch>0</verstretch> 
     
    3232   <string>P(r) Inversion</string> 
    3333  </property> 
    34   <layout class="QGridLayout" name="gridLayout_10"> 
     34  <layout class="QGridLayout" name="gridLayout_7"> 
    3535   <item row="0" column="0"> 
    3636    <widget class="QTabWidget" name="PrTabWidget"> 
    3737     <property name="sizePolicy"> 
    38       <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> 
     38      <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> 
    3939       <horstretch>0</horstretch> 
    4040       <verstretch>0</verstretch> 
     
    5252     <widget class="QWidget" name="tabMain"> 
    5353      <attribute name="title"> 
    54        <string>P(r) Parameters</string> 
     54       <string>Parameters</string> 
    5555      </attribute> 
    56       <layout class="QGridLayout" name="gridLayout_7"> 
    57        <item row="0" column="0" colspan="2"> 
     56      <layout class="QGridLayout" name="gridLayout_6"> 
     57       <item row="0" column="0"> 
    5858        <widget class="QGroupBox" name="dataSourceGroupBox"> 
     59         <property name="sizePolicy"> 
     60          <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> 
     61           <horstretch>0</horstretch> 
     62           <verstretch>0</verstretch> 
     63          </sizepolicy> 
     64         </property> 
    5965         <property name="title"> 
    6066          <string>I(q) data source</string> 
     
    101107        </widget> 
    102108       </item> 
    103        <item row="1" column="0" colspan="2"> 
    104         <layout class="QGridLayout" name="gridLayout_6"> 
    105          <item row="0" column="0"> 
    106           <widget class="QGroupBox" name="paramGroupBox"> 
    107            <property name="sizePolicy"> 
    108             <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred"> 
    109              <horstretch>0</horstretch> 
    110              <verstretch>0</verstretch> 
    111             </sizepolicy> 
    112            </property> 
    113            <property name="toolTip"> 
    114             <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt; 
     109       <item row="1" column="0"> 
     110        <widget class="QGroupBox" name="paramGroupBox"> 
     111         <property name="sizePolicy"> 
     112          <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> 
     113           <horstretch>0</horstretch> 
     114           <verstretch>0</verstretch> 
     115          </sizepolicy> 
     116         </property> 
     117         <property name="toolTip"> 
     118          <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt; 
    115119&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt; 
    116120p, li { white-space: pre-wrap; } 
    117121&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8pt; font-weight:400; font-style:normal;&quot;&gt; 
    118122&lt;pre style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&gt;&lt;span style=&quot; font-family:'Courier New'; font-size:9pt; color:#000000;&quot;&gt;P(r) is found by fitting a set of base functions to I(Q). The minimization involves a regularization term to ensure a smooth P(r). The regularization constant gives the size of that term. The suggested value is the value above which the output P(r) will have only one peak.&lt;/span&gt;&lt;/pre&gt;&lt;/body&gt;&lt;/html&gt;</string> 
    119            </property> 
    120            <property name="title"> 
    121             <string>Parameters</string> 
    122            </property> 
    123            <layout class="QGridLayout" name="gridLayout"> 
    124             <item row="0" column="0"> 
    125              <widget class="QLabel" name="label_12"> 
    126               <property name="sizePolicy"> 
    127                <sizepolicy hsizetype="Fixed" vsizetype="Preferred"> 
    128                 <horstretch>0</horstretch> 
    129                 <verstretch>0</verstretch> 
    130                </sizepolicy> 
    131               </property> 
    132               <property name="text"> 
    133                <string>Number of terms</string> 
    134               </property> 
    135              </widget> 
    136             </item> 
    137             <item row="0" column="1"> 
    138              <widget class="QLineEdit" name="noOfTermsInput"> 
    139               <property name="sizePolicy"> 
    140                <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed"> 
    141                 <horstretch>0</horstretch> 
    142                 <verstretch>0</verstretch> 
    143                </sizepolicy> 
    144               </property> 
    145               <property name="minimumSize"> 
    146                <size> 
    147                 <width>40</width> 
    148                 <height>0</height> 
    149                </size> 
    150               </property> 
    151              </widget> 
    152             </item> 
    153             <item row="0" column="2"> 
    154              <widget class="QPushButton" name="noOfTermsSuggestionButton"> 
    155               <property name="enabled"> 
    156                <bool>false</bool> 
    157               </property> 
    158               <property name="text"> 
    159                <string/> 
    160               </property> 
    161              </widget> 
    162             </item> 
    163             <item row="1" column="0"> 
    164              <widget class="QLabel" name="label_13"> 
    165               <property name="sizePolicy"> 
    166                <sizepolicy hsizetype="Fixed" vsizetype="Preferred"> 
    167                 <horstretch>0</horstretch> 
    168                 <verstretch>0</verstretch> 
    169                </sizepolicy> 
    170               </property> 
    171               <property name="minimumSize"> 
    172                <size> 
    173                 <width>80</width> 
    174                 <height>0</height> 
    175                </size> 
    176               </property> 
    177               <property name="text"> 
    178                <string>Reg. constant</string> 
    179               </property> 
    180              </widget> 
    181             </item> 
    182             <item row="1" column="1"> 
    183              <widget class="QLineEdit" name="regularizationConstantInput"> 
    184               <property name="sizePolicy"> 
    185                <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed"> 
    186                 <horstretch>0</horstretch> 
    187                 <verstretch>0</verstretch> 
    188                </sizepolicy> 
    189               </property> 
    190               <property name="minimumSize"> 
    191                <size> 
    192                 <width>40</width> 
    193                 <height>0</height> 
    194                </size> 
    195               </property> 
    196              </widget> 
    197             </item> 
    198             <item row="1" column="2"> 
    199              <widget class="QPushButton" name="regConstantSuggestionButton"> 
    200               <property name="enabled"> 
    201                <bool>false</bool> 
    202               </property> 
    203               <property name="text"> 
    204                <string/> 
    205               </property> 
    206              </widget> 
    207             </item> 
    208             <item row="2" column="0"> 
    209              <widget class="QLabel" name="label_14"> 
    210               <property name="sizePolicy"> 
    211                <sizepolicy hsizetype="Fixed" vsizetype="Preferred"> 
    212                 <horstretch>0</horstretch> 
    213                 <verstretch>0</verstretch> 
    214                </sizepolicy> 
    215               </property> 
    216               <property name="text"> 
    217                <string>Max distance [à
     123         </property> 
     124         <property name="title"> 
     125          <string>Parameters</string> 
     126         </property> 
     127         <layout class="QGridLayout" name="gridLayout"> 
     128          <item row="0" column="0"> 
     129           <widget class="QLabel" name="label_12"> 
     130            <property name="sizePolicy"> 
     131             <sizepolicy hsizetype="Fixed" vsizetype="Preferred"> 
     132              <horstretch>0</horstretch> 
     133              <verstretch>0</verstretch> 
     134             </sizepolicy> 
     135            </property> 
     136            <property name="text"> 
     137             <string>Number of terms</string> 
     138            </property> 
     139           </widget> 
     140          </item> 
     141          <item row="0" column="1"> 
     142           <widget class="QLineEdit" name="noOfTermsInput"> 
     143            <property name="sizePolicy"> 
     144             <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> 
     145              <horstretch>0</horstretch> 
     146              <verstretch>0</verstretch> 
     147             </sizepolicy> 
     148            </property> 
     149            <property name="minimumSize"> 
     150             <size> 
     151              <width>40</width> 
     152              <height>0</height> 
     153             </size> 
     154            </property> 
     155           </widget> 
     156          </item> 
     157          <item row="0" column="2"> 
     158           <widget class="QPushButton" name="noOfTermsSuggestionButton"> 
     159            <property name="enabled"> 
     160             <bool>false</bool> 
     161            </property> 
     162            <property name="text"> 
     163             <string/> 
     164            </property> 
     165           </widget> 
     166          </item> 
     167          <item row="1" column="0"> 
     168           <widget class="QLabel" name="label_13"> 
     169            <property name="sizePolicy"> 
     170             <sizepolicy hsizetype="Fixed" vsizetype="Preferred"> 
     171              <horstretch>0</horstretch> 
     172              <verstretch>0</verstretch> 
     173             </sizepolicy> 
     174            </property> 
     175            <property name="minimumSize"> 
     176             <size> 
     177              <width>80</width> 
     178              <height>0</height> 
     179             </size> 
     180            </property> 
     181            <property name="text"> 
     182             <string>Reg. constant</string> 
     183            </property> 
     184           </widget> 
     185          </item> 
     186          <item row="1" column="1"> 
     187           <widget class="QLineEdit" name="regularizationConstantInput"> 
     188            <property name="sizePolicy"> 
     189             <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> 
     190              <horstretch>0</horstretch> 
     191              <verstretch>0</verstretch> 
     192             </sizepolicy> 
     193            </property> 
     194            <property name="minimumSize"> 
     195             <size> 
     196              <width>40</width> 
     197              <height>0</height> 
     198             </size> 
     199            </property> 
     200           </widget> 
     201          </item> 
     202          <item row="1" column="2"> 
     203           <widget class="QPushButton" name="regConstantSuggestionButton"> 
     204            <property name="enabled"> 
     205             <bool>false</bool> 
     206            </property> 
     207            <property name="text"> 
     208             <string/> 
     209            </property> 
     210           </widget> 
     211          </item> 
     212          <item row="2" column="0"> 
     213           <widget class="QLabel" name="label_14"> 
     214            <property name="sizePolicy"> 
     215             <sizepolicy hsizetype="Fixed" vsizetype="Preferred"> 
     216              <horstretch>0</horstretch> 
     217              <verstretch>0</verstretch> 
     218             </sizepolicy> 
     219            </property> 
     220            <property name="text"> 
     221             <string>Max distance [à
    218222]</string> 
    219               </property> 
    220              </widget> 
    221             </item> 
    222             <item row="2" column="1"> 
    223              <widget class="QLineEdit" name="maxDistanceInput"> 
    224               <property name="sizePolicy"> 
    225                <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed"> 
    226                 <horstretch>0</horstretch> 
    227                 <verstretch>0</verstretch> 
    228                </sizepolicy> 
    229               </property> 
    230               <property name="minimumSize"> 
    231                <size> 
    232                 <width>40</width> 
    233                 <height>0</height> 
    234                </size> 
    235               </property> 
    236              </widget> 
    237             </item> 
    238             <item row="2" column="2"> 
    239              <widget class="QPushButton" name="explorerButton"> 
    240               <property name="sizePolicy"> 
    241                <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> 
    242                 <horstretch>0</horstretch> 
    243                 <verstretch>0</verstretch> 
    244                </sizepolicy> 
    245               </property> 
    246               <property name="minimumSize"> 
    247                <size> 
    248                 <width>50</width> 
    249                 <height>0</height> 
    250                </size> 
    251               </property> 
    252               <property name="toolTip"> 
    253                <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Open the D&lt;span style=&quot; vertical-align:sub;&quot;&gt;max&lt;/span&gt; explorer window.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string> 
    254               </property> 
    255               <property name="layoutDirection"> 
    256                <enum>Qt::LeftToRight</enum> 
    257               </property> 
    258               <property name="text"> 
    259                <string>Explore</string> 
    260               </property> 
    261              </widget> 
    262             </item> 
    263            </layout> 
    264            <zorder>noOfTermsInput</zorder> 
    265            <zorder>noOfTermsSuggestionButton</zorder> 
    266            <zorder>regularizationConstantInput</zorder> 
    267            <zorder>regConstantSuggestionButton</zorder> 
    268            <zorder>maxDistanceInput</zorder> 
    269            <zorder>explorerButton</zorder> 
    270            <zorder>label_13</zorder> 
    271            <zorder>label_12</zorder> 
    272            <zorder>label_14</zorder> 
    273           </widget> 
    274          </item> 
    275         </layout> 
     223            </property> 
     224           </widget> 
     225          </item> 
     226          <item row="2" column="1"> 
     227           <widget class="QLineEdit" name="maxDistanceInput"> 
     228            <property name="sizePolicy"> 
     229             <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> 
     230              <horstretch>0</horstretch> 
     231              <verstretch>0</verstretch> 
     232             </sizepolicy> 
     233            </property> 
     234            <property name="minimumSize"> 
     235             <size> 
     236              <width>40</width> 
     237              <height>0</height> 
     238             </size> 
     239            </property> 
     240           </widget> 
     241          </item> 
     242          <item row="2" column="2"> 
     243           <widget class="QPushButton" name="explorerButton"> 
     244            <property name="sizePolicy"> 
     245             <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> 
     246              <horstretch>0</horstretch> 
     247              <verstretch>0</verstretch> 
     248             </sizepolicy> 
     249            </property> 
     250            <property name="minimumSize"> 
     251             <size> 
     252              <width>50</width> 
     253              <height>0</height> 
     254             </size> 
     255            </property> 
     256            <property name="toolTip"> 
     257             <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Open the D&lt;span style=&quot; vertical-align:sub;&quot;&gt;max&lt;/span&gt; explorer window.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string> 
     258            </property> 
     259            <property name="layoutDirection"> 
     260             <enum>Qt::LeftToRight</enum> 
     261            </property> 
     262            <property name="text"> 
     263             <string>Explore</string> 
     264            </property> 
     265           </widget> 
     266          </item> 
     267         </layout> 
     268         <zorder>noOfTermsInput</zorder> 
     269         <zorder>noOfTermsSuggestionButton</zorder> 
     270         <zorder>regularizationConstantInput</zorder> 
     271         <zorder>regConstantSuggestionButton</zorder> 
     272         <zorder>maxDistanceInput</zorder> 
     273         <zorder>explorerButton</zorder> 
     274         <zorder>label_13</zorder> 
     275         <zorder>label_12</zorder> 
     276         <zorder>label_14</zorder> 
     277        </widget> 
    276278       </item> 
    277279       <item row="2" column="0"> 
     
    281283         </property> 
    282284         <layout class="QGridLayout" name="gridLayout_4"> 
    283           <item row="1" column="1"> 
     285          <item row="0" column="0"> 
     286           <widget class="QLabel" name="label_15"> 
     287            <property name="text"> 
     288             <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;R&lt;span style=&quot; vertical-align:sub;&quot;&gt;g&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string> 
     289            </property> 
     290           </widget> 
     291          </item> 
     292          <item row="0" column="1"> 
    284293           <widget class="QLineEdit" name="rgValue"> 
    285294            <property name="enabled"> 
     
    287296            </property> 
    288297            <property name="sizePolicy"> 
    289              <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed"> 
     298             <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> 
    290299              <horstretch>0</horstretch> 
    291300              <verstretch>0</verstretch> 
     
    297306           </widget> 
    298307          </item> 
    299           <item row="5" column="1"> 
    300            <widget class="QLineEdit" name="chiDofValue"> 
    301             <property name="enabled"> 
    302              <bool>true</bool> 
    303             </property> 
    304             <property name="sizePolicy"> 
    305              <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed"> 
    306               <horstretch>0</horstretch> 
    307               <verstretch>0</verstretch> 
    308              </sizepolicy> 
    309             </property> 
    310             <property name="readOnly"> 
    311              <bool>true</bool> 
    312             </property> 
    313            </widget> 
    314           </item> 
    315           <item row="3" column="1"> 
    316            <widget class="QLineEdit" name="backgroundValue"> 
    317             <property name="enabled"> 
    318              <bool>true</bool> 
    319             </property> 
    320             <property name="sizePolicy"> 
    321              <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed"> 
    322               <horstretch>0</horstretch> 
    323               <verstretch>0</verstretch> 
    324              </sizepolicy> 
    325             </property> 
    326             <property name="readOnly"> 
    327              <bool>true</bool> 
    328             </property> 
    329            </widget> 
    330           </item> 
    331           <item row="0" column="0"> 
    332            <widget class="QLabel" name="label_22"> 
    333             <property name="text"> 
    334              <string>Parameter</string> 
    335             </property> 
    336            </widget> 
    337           </item> 
    338           <item row="0" column="1"> 
    339            <widget class="QLabel" name="label_23"> 
    340             <property name="text"> 
    341              <string>Calculated Value</string> 
    342             </property> 
    343             <property name="alignment"> 
    344              <set>Qt::AlignCenter</set> 
    345             </property> 
    346            </widget> 
    347           </item> 
    348           <item row="4" column="2"> 
    349            <widget class="QLabel" name="label_27"> 
    350             <property name="text"> 
    351              <string>secs</string> 
    352             </property> 
    353            </widget> 
    354           </item> 
    355308          <item row="0" column="2"> 
    356            <widget class="QLabel" name="label_28"> 
    357             <property name="text"> 
    358              <string>Units</string> 
    359             </property> 
    360            </widget> 
    361           </item> 
    362           <item row="1" column="0"> 
    363            <widget class="QLabel" name="label_15"> 
    364             <property name="text"> 
    365              <string>Rg</string> 
    366             </property> 
    367            </widget> 
    368           </item> 
    369           <item row="2" column="2"> 
    370            <widget class="QLabel" name="label_25"> 
    371             <property name="text"> 
    372              <string>à
    373 -1</string> 
    374             </property> 
    375            </widget> 
    376           </item> 
    377           <item row="7" column="0"> 
    378            <widget class="QLabel" name="label_21"> 
    379             <property name="text"> 
    380              <string>Positive Fraction</string> 
    381             </property> 
    382            </widget> 
    383           </item> 
    384           <item row="5" column="0"> 
    385            <widget class="QLabel" name="label_19"> 
    386             <property name="text"> 
    387              <string>Chi^2/dof</string> 
    388             </property> 
    389            </widget> 
    390           </item> 
    391           <item row="6" column="0"> 
    392            <widget class="QLabel" name="label_20"> 
    393             <property name="text"> 
    394              <string>Oscillations</string> 
    395             </property> 
    396            </widget> 
    397           </item> 
    398           <item row="6" column="1"> 
    399            <widget class="QLineEdit" name="oscillationValue"> 
    400             <property name="enabled"> 
    401              <bool>true</bool> 
    402             </property> 
    403             <property name="sizePolicy"> 
    404              <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed"> 
    405               <horstretch>0</horstretch> 
    406               <verstretch>0</verstretch> 
    407              </sizepolicy> 
    408             </property> 
    409             <property name="readOnly"> 
    410              <bool>true</bool> 
    411             </property> 
    412            </widget> 
    413           </item> 
    414           <item row="1" column="2"> 
    415309           <widget class="QLabel" name="label_24"> 
    416310            <property name="text"> 
     
    420314           </widget> 
    421315          </item> 
    422           <item row="4" column="0"> 
     316          <item row="0" column="3"> 
     317           <widget class="QLabel" name="label_22"> 
     318            <property name="text"> 
     319             <string>      </string> 
     320            </property> 
     321           </widget> 
     322          </item> 
     323          <item row="0" column="4"> 
     324           <widget class="QLabel" name="label_19"> 
     325            <property name="text"> 
     326             <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;χ&lt;span style=&quot; vertical-align:super;&quot;&gt;2&lt;/span&gt;/dof&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string> 
     327            </property> 
     328           </widget> 
     329          </item> 
     330          <item row="0" column="5"> 
     331           <widget class="QLineEdit" name="chiDofValue"> 
     332            <property name="enabled"> 
     333             <bool>true</bool> 
     334            </property> 
     335            <property name="sizePolicy"> 
     336             <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> 
     337              <horstretch>0</horstretch> 
     338              <verstretch>0</verstretch> 
     339             </sizepolicy> 
     340            </property> 
     341            <property name="readOnly"> 
     342             <bool>true</bool> 
     343            </property> 
     344           </widget> 
     345          </item> 
     346          <item row="1" column="0"> 
     347           <widget class="QLabel" name="label_16"> 
     348            <property name="text"> 
     349             <string>I(Q=0)</string> 
     350            </property> 
     351           </widget> 
     352          </item> 
     353          <item row="1" column="1"> 
     354           <widget class="QLineEdit" name="iQ0Value"> 
     355            <property name="enabled"> 
     356             <bool>true</bool> 
     357            </property> 
     358            <property name="sizePolicy"> 
     359             <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> 
     360              <horstretch>0</horstretch> 
     361              <verstretch>0</verstretch> 
     362             </sizepolicy> 
     363            </property> 
     364            <property name="readOnly"> 
     365             <bool>true</bool> 
     366            </property> 
     367           </widget> 
     368          </item> 
     369          <item row="1" column="2"> 
     370           <widget class="QLabel" name="label_25"> 
     371            <property name="text"> 
     372             <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;à
     373&lt;span style=&quot; vertical-align:super;&quot;&gt;-1&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string> 
     374            </property> 
     375           </widget> 
     376          </item> 
     377          <item row="1" column="4"> 
     378           <widget class="QLabel" name="label_20"> 
     379            <property name="text"> 
     380             <string>Oscillations</string> 
     381            </property> 
     382           </widget> 
     383          </item> 
     384          <item row="1" column="5"> 
     385           <widget class="QLineEdit" name="oscillationValue"> 
     386            <property name="enabled"> 
     387             <bool>true</bool> 
     388            </property> 
     389            <property name="sizePolicy"> 
     390             <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> 
     391              <horstretch>0</horstretch> 
     392              <verstretch>0</verstretch> 
     393             </sizepolicy> 
     394            </property> 
     395            <property name="readOnly"> 
     396             <bool>true</bool> 
     397            </property> 
     398           </widget> 
     399          </item> 
     400          <item row="2" column="0"> 
     401           <widget class="QLabel" name="label_17"> 
     402            <property name="text"> 
     403             <string>Background</string> 
     404            </property> 
     405           </widget> 
     406          </item> 
     407          <item row="2" column="1"> 
     408           <widget class="QLineEdit" name="backgroundValue"> 
     409            <property name="enabled"> 
     410             <bool>true</bool> 
     411            </property> 
     412            <property name="sizePolicy"> 
     413             <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> 
     414              <horstretch>0</horstretch> 
     415              <verstretch>0</verstretch> 
     416             </sizepolicy> 
     417            </property> 
     418            <property name="readOnly"> 
     419             <bool>true</bool> 
     420            </property> 
     421           </widget> 
     422          </item> 
     423          <item row="2" column="2"> 
     424           <widget class="QLabel" name="label_26"> 
     425            <property name="text"> 
     426             <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;à
     427&lt;span style=&quot; vertical-align:super;&quot;&gt;-1&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string> 
     428            </property> 
     429           </widget> 
     430          </item> 
     431          <item row="2" column="4"> 
     432           <widget class="QLabel" name="label_21"> 
     433            <property name="text"> 
     434             <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;P&lt;span style=&quot; vertical-align:super;&quot;&gt;+&lt;/span&gt; Fraction&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string> 
     435            </property> 
     436           </widget> 
     437          </item> 
     438          <item row="2" column="5"> 
     439           <widget class="QLineEdit" name="posFractionValue"> 
     440            <property name="enabled"> 
     441             <bool>true</bool> 
     442            </property> 
     443            <property name="sizePolicy"> 
     444             <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> 
     445              <horstretch>0</horstretch> 
     446              <verstretch>0</verstretch> 
     447             </sizepolicy> 
     448            </property> 
     449            <property name="readOnly"> 
     450             <bool>true</bool> 
     451            </property> 
     452           </widget> 
     453          </item> 
     454          <item row="3" column="0"> 
    423455           <widget class="QLabel" name="label_18"> 
    424456            <property name="text"> 
    425              <string>Computation Time</string> 
    426             </property> 
    427            </widget> 
    428           </item> 
    429           <item row="8" column="0"> 
     457             <string>Calc. Time</string> 
     458            </property> 
     459           </widget> 
     460          </item> 
     461          <item row="3" column="1"> 
     462           <widget class="QLineEdit" name="computationTimeValue"> 
     463            <property name="enabled"> 
     464             <bool>true</bool> 
     465            </property> 
     466            <property name="sizePolicy"> 
     467             <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> 
     468              <horstretch>0</horstretch> 
     469              <verstretch>0</verstretch> 
     470             </sizepolicy> 
     471            </property> 
     472            <property name="readOnly"> 
     473             <bool>true</bool> 
     474            </property> 
     475           </widget> 
     476          </item> 
     477          <item row="3" column="2"> 
     478           <widget class="QLabel" name="label_27"> 
     479            <property name="text"> 
     480             <string>secs</string> 
     481            </property> 
     482           </widget> 
     483          </item> 
     484          <item row="3" column="4"> 
    430485           <widget class="QLabel" name="label_29"> 
    431486            <property name="text"> 
    432              <string>1-sigma positive fraction</string> 
    433             </property> 
    434            </widget> 
    435           </item> 
    436           <item row="8" column="1"> 
     487             <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;P&lt;span style=&quot; vertical-align:super;&quot;&gt;+&lt;/span&gt;&lt;span style=&quot; vertical-align:sub;&quot;&gt;1-σ&lt;/span&gt; fraction&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string> 
     488            </property> 
     489           </widget> 
     490          </item> 
     491          <item row="3" column="5"> 
    437492           <widget class="QLineEdit" name="sigmaPosFractionValue"> 
    438493            <property name="enabled"> 
     
    440495            </property> 
    441496            <property name="sizePolicy"> 
    442              <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed"> 
    443               <horstretch>0</horstretch> 
    444               <verstretch>0</verstretch> 
    445              </sizepolicy> 
    446             </property> 
    447             <property name="readOnly"> 
    448              <bool>true</bool> 
    449             </property> 
    450            </widget> 
    451           </item> 
    452           <item row="7" column="1"> 
    453            <widget class="QLineEdit" name="posFractionValue"> 
    454             <property name="enabled"> 
    455              <bool>true</bool> 
    456             </property> 
    457             <property name="sizePolicy"> 
    458              <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed"> 
    459               <horstretch>0</horstretch> 
    460               <verstretch>0</verstretch> 
    461              </sizepolicy> 
    462             </property> 
    463             <property name="readOnly"> 
    464              <bool>true</bool> 
    465             </property> 
    466            </widget> 
    467           </item> 
    468           <item row="3" column="2"> 
    469            <widget class="QLabel" name="label_26"> 
    470             <property name="text"> 
    471              <string>à
    472 -1</string> 
    473             </property> 
    474            </widget> 
    475           </item> 
    476           <item row="2" column="0"> 
    477            <widget class="QLabel" name="label_16"> 
    478             <property name="text"> 
    479              <string>I(Q=0)</string> 
    480             </property> 
    481            </widget> 
    482           </item> 
    483           <item row="4" column="1"> 
    484            <widget class="QLineEdit" name="computationTimeValue"> 
    485             <property name="enabled"> 
    486              <bool>true</bool> 
    487             </property> 
    488             <property name="sizePolicy"> 
    489              <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed"> 
    490               <horstretch>0</horstretch> 
    491               <verstretch>0</verstretch> 
    492              </sizepolicy> 
    493             </property> 
    494             <property name="readOnly"> 
    495              <bool>true</bool> 
    496             </property> 
    497            </widget> 
    498           </item> 
    499           <item row="3" column="0"> 
    500            <widget class="QLabel" name="label_17"> 
    501             <property name="text"> 
    502              <string>Background</string> 
    503             </property> 
    504            </widget> 
    505           </item> 
    506           <item row="2" column="1"> 
    507            <widget class="QLineEdit" name="iQ0Value"> 
    508             <property name="enabled"> 
    509              <bool>true</bool> 
    510             </property> 
    511             <property name="sizePolicy"> 
    512              <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed"> 
     497             <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> 
    513498              <horstretch>0</horstretch> 
    514499              <verstretch>0</verstretch> 
     
    738723   </item> 
    739724   <item row="1" column="0"> 
    740     <spacer name="verticalSpacer_2"> 
    741      <property name="orientation"> 
    742       <enum>Qt::Vertical</enum> 
    743      </property> 
    744      <property name="sizeHint" stdset="0"> 
    745       <size> 
    746        <width>20</width> 
    747        <height>0</height> 
    748       </size> 
    749      </property> 
    750     </spacer> 
    751    </item> 
    752    <item row="2" column="0"> 
    753725    <layout class="QHBoxLayout" name="horizontalLayout_8"> 
    754726     <property name="sizeConstraint"> 
Note: See TracChangeset for help on using the changeset viewer.