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

ESS_GUIESS_GUI_batch_fittingESS_GUI_bumps_abstractionESS_GUI_iss1116ESS_GUI_openclESS_GUI_orderingESS_GUI_sync_sascalc
Last change on this file since cfd61f2 was cfd61f2, checked in by wojciech, 6 years ago

Fixed plot ratio

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