source: sasview/src/sas/qtgui/Perspectives/Inversion/UI/DMaxExplorer.ui @ 8f83719f

ESS_GUIESS_GUI_DocsESS_GUI_batch_fittingESS_GUI_bumps_abstractionESS_GUI_iss1116ESS_GUI_iss879ESS_GUI_iss959ESS_GUI_openclESS_GUI_orderingESS_GUI_sync_sascalc
Last change on this file since 8f83719f was 8f83719f, checked in by Piotr Rozyczko <rozyczko@…>, 6 years ago

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

  • Property mode set to 100755
File size: 4.4 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>DmaxExplorer</class>
4 <widget class="QDialog" name="DmaxExplorer">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>394</width>
10    <height>426</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Dialog</string>
15  </property>
16  <layout class="QGridLayout" name="gridLayout_3">
17   <item row="0" column="0">
18    <layout class="QVBoxLayout" name="verticalLayout">
19     <item>
20      <spacer name="verticalSpacer">
21       <property name="orientation">
22        <enum>Qt::Vertical</enum>
23       </property>
24       <property name="sizeHint" stdset="0">
25        <size>
26         <width>20</width>
27         <height>305</height>
28        </size>
29       </property>
30      </spacer>
31     </item>
32     <item>
33      <layout class="QGridLayout" name="gridLayout">
34       <item row="0" column="0">
35        <layout class="QHBoxLayout" name="horizontalLayout_3">
36         <item>
37          <widget class="QLabel" name="label">
38           <property name="text">
39            <string>Dependent Variable:</string>
40           </property>
41          </widget>
42         </item>
43         <item>
44          <widget class="QComboBox" name="dependentVariable">
45           <item>
46            <property name="text">
47             <string>1-σ positive fraction</string>
48            </property>
49           </item>
50           <item>
51            <property name="text">
52             <string>χ²/dof</string>
53            </property>
54           </item>
55           <item>
56            <property name="text">
57             <string>I(Q=0)</string>
58            </property>
59           </item>
60           <item>
61            <property name="text">
62             <string>Rg</string>
63            </property>
64           </item>
65           <item>
66            <property name="text">
67             <string>Oscillation parameter</string>
68            </property>
69           </item>
70           <item>
71            <property name="text">
72             <string>Background</string>
73            </property>
74           </item>
75           <item>
76            <property name="text">
77             <string>Positive Fraction</string>
78            </property>
79           </item>
80          </widget>
81         </item>
82         <item>
83          <spacer name="horizontalSpacer_2">
84           <property name="orientation">
85            <enum>Qt::Horizontal</enum>
86           </property>
87           <property name="sizeHint" stdset="0">
88            <size>
89             <width>40</width>
90             <height>20</height>
91            </size>
92           </property>
93          </spacer>
94         </item>
95        </layout>
96       </item>
97       <item row="1" column="0">
98        <layout class="QHBoxLayout" name="horizontalLayout_2">
99         <item>
100          <widget class="QLabel" name="label_2">
101           <property name="text">
102            <string>Npts</string>
103           </property>
104          </widget>
105         </item>
106         <item>
107          <widget class="QLineEdit" name="Npts"/>
108         </item>
109         <item>
110          <widget class="QLabel" name="label_3">
111           <property name="text">
112            <string>Min Distance [Å]</string>
113           </property>
114          </widget>
115         </item>
116         <item>
117          <widget class="QLineEdit" name="minDist"/>
118         </item>
119         <item>
120          <widget class="QLabel" name="label_4">
121           <property name="text">
122            <string>Max Distance [Å]</string>
123           </property>
124          </widget>
125         </item>
126         <item>
127          <widget class="QLineEdit" name="maxDist"/>
128         </item>
129        </layout>
130       </item>
131       <item row="2" column="0">
132        <layout class="QHBoxLayout" name="horizontalLayout">
133         <item>
134          <spacer name="horizontalSpacer">
135           <property name="orientation">
136            <enum>Qt::Horizontal</enum>
137           </property>
138           <property name="sizeHint" stdset="0">
139            <size>
140             <width>40</width>
141             <height>20</height>
142            </size>
143           </property>
144          </spacer>
145         </item>
146         <item>
147          <widget class="QPushButton" name="closeButton">
148           <property name="text">
149            <string>Close</string>
150           </property>
151          </widget>
152         </item>
153        </layout>
154       </item>
155      </layout>
156     </item>
157    </layout>
158   </item>
159  </layout>
160 </widget>
161 <resources/>
162 <connections/>
163</ui>
Note: See TracBrowser for help on using the repository browser.