source: sasview/src/sas/qtgui/Perspectives/PrInversion/UI/TabbedPrInversionUI.ui @ 6cbf8a5

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 6cbf8a5 was 6cbf8a5, checked in by krzywon, 6 years ago

Basic P(r) perspective with no real functionality in Qt.

  • Property mode set to 100644
File size: 5.3 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>PrInversion</class>
4 <widget class="QDialog" name="PrInversion">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>588</width>
10    <height>470</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>P(r) Inversion</string>
15  </property>
16  <property name="windowIcon">
17   <iconset>
18    <normaloff>../../../UI/res/ball.ico</normaloff>../../../UI/res/ball.ico</iconset>
19  </property>
20  <widget class="QTabWidget" name="tabWidget">
21   <property name="geometry">
22    <rect>
23     <x>10</x>
24     <y>10</y>
25     <width>565</width>
26     <height>411</height>
27    </rect>
28   </property>
29   <property name="currentIndex">
30    <number>0</number>
31   </property>
32   <widget class="QWidget" name="tabMain">
33    <attribute name="title">
34     <string>Invariant</string>
35    </attribute>
36    <layout class="QGridLayout" name="gridLayout_9">
37     <item row="0" column="0">
38      <widget class="QGroupBox" name="groupBox">
39       <property name="title">
40        <string>I(q) data source</string>
41       </property>
42       <layout class="QGridLayout" name="gridLayout_2">
43        <item row="0" column="0">
44         <layout class="QHBoxLayout" name="horizontalLayout_4">
45          <item>
46           <widget class="QLabel" name="label">
47            <property name="text">
48             <string>Name:</string>
49            </property>
50           </widget>
51          </item>
52          <item>
53           <widget class="QLineEdit" name="lineEdit">
54            <property name="enabled">
55             <bool>true</bool>
56            </property>
57            <property name="frame">
58             <bool>false</bool>
59            </property>
60            <property name="readOnly">
61             <bool>false</bool>
62            </property>
63           </widget>
64          </item>
65         </layout>
66        </item>
67        <item row="1" column="0">
68         <widget class="QGroupBox" name="groupBox_2">
69          <property name="title">
70           <string>Total Q range</string>
71          </property>
72          <layout class="QGridLayout" name="gridLayout">
73           <item row="0" column="0">
74            <layout class="QHBoxLayout" name="horizontalLayout">
75             <item>
76              <widget class="QLabel" name="label_3">
77               <property name="text">
78                <string>Min:</string>
79               </property>
80              </widget>
81             </item>
82             <item>
83              <widget class="QLineEdit" name="lineEdit_2">
84               <property name="enabled">
85                <bool>false</bool>
86               </property>
87              </widget>
88             </item>
89             <item>
90              <widget class="QLabel" name="label_4">
91               <property name="text">
92                <string>Max:</string>
93               </property>
94              </widget>
95             </item>
96             <item>
97              <widget class="QLineEdit" name="lineEdit_3">
98               <property name="enabled">
99                <bool>false</bool>
100               </property>
101              </widget>
102             </item>
103             <item>
104              <widget class="QLabel" name="label_2">
105               <property name="text">
106                <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Å&lt;span style=&quot; vertical-align:super;&quot;&gt;-1&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
107               </property>
108              </widget>
109             </item>
110            </layout>
111           </item>
112          </layout>
113         </widget>
114        </item>
115       </layout>
116      </widget>
117     </item>
118    </layout>
119   </widget>
120   <widget class="QWidget" name="tabOptions">
121    <attribute name="title">
122     <string>Options</string>
123    </attribute>
124    <layout class="QGridLayout" name="gridLayout_6"/>
125   </widget>
126   <widget class="QWidget" name="tab">
127    <attribute name="title">
128     <string>View on model</string>
129    </attribute>
130    <widget class="QTreeView" name="treeView">
131     <property name="geometry">
132      <rect>
133       <x>5</x>
134       <y>11</y>
135       <width>431</width>
136       <height>311</height>
137      </rect>
138     </property>
139    </widget>
140   </widget>
141  </widget>
142  <widget class="QWidget" name="layoutWidget">
143   <property name="geometry">
144    <rect>
145     <x>10</x>
146     <y>430</y>
147     <width>561</width>
148     <height>31</height>
149    </rect>
150   </property>
151   <layout class="QHBoxLayout" name="horizontalLayout_8">
152    <item>
153     <widget class="QPushButton" name="pushButton">
154      <property name="text">
155       <string>Calculate</string>
156      </property>
157     </widget>
158    </item>
159    <item>
160     <spacer name="horizontalSpacer">
161      <property name="orientation">
162       <enum>Qt::Horizontal</enum>
163      </property>
164      <property name="sizeHint" stdset="0">
165       <size>
166        <width>40</width>
167        <height>20</height>
168       </size>
169      </property>
170     </spacer>
171    </item>
172    <item>
173     <widget class="QPushButton" name="pushButton_2">
174      <property name="text">
175       <string>Status</string>
176      </property>
177     </widget>
178    </item>
179    <item>
180     <widget class="QPushButton" name="pushButton_3">
181      <property name="text">
182       <string>Help</string>
183      </property>
184     </widget>
185    </item>
186   </layout>
187  </widget>
188  <zorder>tabWidget</zorder>
189  <zorder>layoutWidget</zorder>
190  <zorder>horizontalSpacer</zorder>
191 </widget>
192 <resources/>
193 <connections/>
194</ui>
Note: See TracBrowser for help on using the repository browser.