Ignore:
Timestamp:
Apr 21, 2017 8:40:01 AM (7 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:
98b13f72
Parents:
9d266d2
Message:

Refactor instrumental smearing tab + make it functional

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Perspectives/Fitting/UI/FittingWidgetUI.ui

    r9d266d2 re1e3e09  
    561561      </layout> 
    562562     </widget> 
    563      <widget class="QWidget" name="tab_5"> 
    564       <attribute name="title"> 
    565        <string>Resolution</string> 
    566       </attribute> 
    567       <layout class="QGridLayout" name="gridLayout_14"> 
    568        <item row="0" column="0"> 
    569         <widget class="QGroupBox" name="groupBox_4"> 
    570          <property name="title"> 
    571           <string>Instrumental Smearing</string> 
    572          </property> 
    573          <layout class="QGridLayout" name="gridLayout_13"> 
    574           <item row="0" column="0"> 
    575            <widget class="QComboBox" name="cbSmearing"> 
    576             <property name="currentIndex"> 
    577              <number>0</number> 
    578             </property> 
    579             <item> 
    580              <property name="text"> 
    581               <string>None</string> 
    582              </property> 
    583             </item> 
    584             <item> 
    585              <property name="text"> 
    586               <string>Use dQ Data</string> 
    587              </property> 
    588             </item> 
    589             <item> 
    590              <property name="text"> 
    591               <string>Custom Pinhole Smear</string> 
    592              </property> 
    593             </item> 
    594             <item> 
    595              <property name="text"> 
    596               <string>Custom Slit Smear</string> 
    597              </property> 
    598             </item> 
    599            </widget> 
    600           </item> 
    601           <item row="0" column="1"> 
    602            <layout class="QGridLayout" name="gridLayout_11"> 
    603             <item row="0" column="0"> 
    604              <widget class="QLabel" name="lblSmearUp"> 
    605               <property name="text"> 
    606                <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;dQ&lt;span style=&quot; vertical-align:sub;&quot;&gt;low&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string> 
    607               </property> 
    608              </widget> 
    609             </item> 
    610             <item row="0" column="1"> 
    611              <widget class="QLineEdit" name="txtSmearUp"/> 
    612             </item> 
    613             <item row="0" column="2"> 
    614              <widget class="QLabel" name="label_14"> 
    615               <property name="text"> 
    616                <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;à
    617 &lt;span style=&quot; vertical-align:super;&quot;&gt;-1&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string> 
    618               </property> 
    619              </widget> 
    620             </item> 
    621             <item row="1" column="0"> 
    622              <widget class="QLabel" name="lblSmearDown"> 
    623               <property name="text"> 
    624                <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;dQ&lt;span style=&quot; vertical-align:sub;&quot;&gt;high&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string> 
    625               </property> 
    626              </widget> 
    627             </item> 
    628             <item row="1" column="1"> 
    629              <widget class="QLineEdit" name="txtSmearDown"/> 
    630             </item> 
    631             <item row="1" column="2"> 
    632              <widget class="QLabel" name="label_15"> 
    633               <property name="text"> 
    634                <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;à
    635 &lt;span style=&quot; vertical-align:super;&quot;&gt;-1&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string> 
    636               </property> 
    637              </widget> 
    638             </item> 
    639            </layout> 
    640           </item> 
    641           <item row="0" column="2"> 
    642            <spacer name="horizontalSpacer_2"> 
    643             <property name="orientation"> 
    644              <enum>Qt::Horizontal</enum> 
    645             </property> 
    646             <property name="sizeHint" stdset="0"> 
    647              <size> 
    648               <width>71</width> 
    649               <height>20</height> 
    650              </size> 
    651             </property> 
    652            </spacer> 
    653           </item> 
    654          </layout> 
    655          <zorder>cbSmearing</zorder> 
    656          <zorder>horizontalSpacer_2</zorder> 
    657         </widget> 
    658        </item> 
    659        <item row="1" column="0"> 
    660         <spacer name="verticalSpacer_2"> 
    661          <property name="orientation"> 
    662           <enum>Qt::Vertical</enum> 
    663          </property> 
    664          <property name="sizeHint" stdset="0"> 
    665           <size> 
    666            <width>20</width> 
    667            <height>340</height> 
    668           </size> 
    669          </property> 
    670         </spacer> 
    671        </item> 
    672       </layout> 
    673      </widget> 
    674563     <widget class="QWidget" name="tab_4"> 
    675564      <attribute name="title"> 
Note: See TracChangeset for help on using the changeset viewer.