source: sasview/src/sas/qtgui/Calculators/UI/KiessigPanel.ui @ ccdee50

ESS_GUIESS_GUI_bumps_abstractionESS_GUI_iss1116ESS_GUI_openclESS_GUI_sync_sascalc
Last change on this file since ccdee50 was ccdee50, checked in by Piotr Rozyczko <piotr.rozyczko@…>, 5 years ago

Set focus away from the Close button. SASVIEW-1161

  • Property mode set to 100644
File size: 4.5 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>KiessigPanel</class>
4 <widget class="QDialog" name="KiessigPanel">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>365</width>
10    <height>197</height>
11   </rect>
12  </property>
13  <property name="focusPolicy">
14   <enum>Qt::TabFocus</enum>
15  </property>
16  <property name="windowTitle">
17   <string>Dialog</string>
18  </property>
19  <property name="windowIcon">
20   <iconset>
21    <normaloff>:/res/ball.ico</normaloff>:/res/ball.ico</iconset>
22  </property>
23  <property name="toolTip">
24   <string/>
25  </property>
26  <layout class="QGridLayout" name="gridLayout_3">
27   <item row="0" column="0" colspan="3">
28    <widget class="QGroupBox" name="groupBox">
29     <property name="title">
30      <string>Input</string>
31     </property>
32     <layout class="QGridLayout" name="gridLayout">
33      <item row="0" column="0">
34       <layout class="QHBoxLayout" name="horizontalLayout">
35        <item>
36         <widget class="QLabel" name="label">
37          <property name="text">
38           <string>Kiessig Fringe Width (Delta Q)</string>
39          </property>
40         </widget>
41        </item>
42        <item>
43         <widget class="QLineEdit" name="deltaq_in">
44          <property name="minimumSize">
45           <size>
46            <width>77</width>
47            <height>21</height>
48           </size>
49          </property>
50          <property name="baseSize">
51           <size>
52            <width>77</width>
53            <height>21</height>
54           </size>
55          </property>
56         </widget>
57        </item>
58        <item>
59         <widget class="QLabel" name="label_2">
60          <property name="text">
61           <string>1/Å</string>
62          </property>
63         </widget>
64        </item>
65       </layout>
66      </item>
67     </layout>
68    </widget>
69   </item>
70   <item row="1" column="0" colspan="3">
71    <widget class="QGroupBox" name="groupBox_2">
72     <property name="title">
73      <string>Output</string>
74     </property>
75     <layout class="QGridLayout" name="gridLayout_2">
76      <item row="0" column="0">
77       <layout class="QHBoxLayout" name="horizontalLayout_2">
78        <item>
79         <widget class="QLabel" name="label_3">
80          <property name="text">
81           <string>Thickness (or Diameter)               </string>
82          </property>
83         </widget>
84        </item>
85        <item>
86         <widget class="QLineEdit" name="lengthscale_out">
87          <property name="minimumSize">
88           <size>
89            <width>77</width>
90            <height>21</height>
91           </size>
92          </property>
93          <property name="baseSize">
94           <size>
95            <width>77</width>
96            <height>21</height>
97           </size>
98          </property>
99          <property name="readOnly">
100           <bool>true</bool>
101          </property>
102         </widget>
103        </item>
104        <item>
105         <widget class="QLabel" name="label_4">
106          <property name="text">
107           <string>   Ã…</string>
108          </property>
109         </widget>
110        </item>
111       </layout>
112      </item>
113     </layout>
114    </widget>
115   </item>
116   <item row="2" column="2">
117    <spacer name="verticalSpacer">
118     <property name="orientation">
119      <enum>Qt::Vertical</enum>
120     </property>
121     <property name="sizeHint" stdset="0">
122      <size>
123       <width>20</width>
124       <height>40</height>
125      </size>
126     </property>
127    </spacer>
128   </item>
129   <item row="3" column="1">
130    <widget class="QPushButton" name="closeButton">
131     <property name="toolTip">
132      <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Close this window.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
133     </property>
134     <property name="text">
135      <string>Close</string>
136     </property>
137    </widget>
138   </item>
139   <item row="3" column="2">
140    <widget class="QPushButton" name="helpButton">
141     <property name="toolTip">
142      <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Help using the Kiessing fringe calculator.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
143     </property>
144     <property name="text">
145      <string>Help</string>
146     </property>
147    </widget>
148   </item>
149   <item row="3" column="0">
150    <widget class="QPushButton" name="computeButton">
151     <property name="toolTip">
152      <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Compute the thickness or diameter.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
153     </property>
154     <property name="text">
155      <string>Compute</string>
156     </property>
157    </widget>
158   </item>
159  </layout>
160 </widget>
161 <resources/>
162 <connections/>
163</ui>
Note: See TracBrowser for help on using the repository browser.