salome: divertor_dlg.ui

File divertor_dlg.ui, 3.7 KB (added by Leon Kos, 6 years ago)

Dialog za Qt designer

Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>DivertorDialog</class>
4 <widget class="QDialog" name="DivertorDialog">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>390</width>
10    <height>282</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Divertor setup</string>
15  </property>
16  <widget class="QDialogButtonBox" name="buttonBox">
17   <property name="geometry">
18    <rect>
19     <x>30</x>
20     <y>240</y>
21     <width>341</width>
22     <height>32</height>
23    </rect>
24   </property>
25   <property name="orientation">
26    <enum>Qt::Horizontal</enum>
27   </property>
28   <property name="standardButtons">
29    <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
30   </property>
31  </widget>
32  <widget class="QComboBox" name="comboBox">
33   <property name="geometry">
34    <rect>
35     <x>60</x>
36     <y>70</y>
37     <width>69</width>
38     <height>22</height>
39    </rect>
40   </property>
41   <item>
42    <property name="text">
43     <string>1</string>
44    </property>
45   </item>
46   <item>
47    <property name="text">
48     <string>2</string>
49    </property>
50   </item>
51   <item>
52    <property name="text">
53     <string>3</string>
54    </property>
55   </item>
56  </widget>
57  <widget class="QCheckBox" name="checkBox">
58   <property name="geometry">
59    <rect>
60     <x>30</x>
61     <y>100</y>
62     <width>70</width>
63     <height>17</height>
64    </rect>
65   </property>
66   <property name="text">
67    <string>Botom lid</string>
68   </property>
69  </widget>
70  <widget class="QLabel" name="label">
71   <property name="geometry">
72    <rect>
73     <x>30</x>
74     <y>70</y>
75     <width>47</width>
76     <height>13</height>
77    </rect>
78   </property>
79   <property name="text">
80    <string>LOD</string>
81   </property>
82  </widget>
83  <widget class="QLineEdit" name="lineEdit">
84   <property name="geometry">
85    <rect>
86     <x>120</x>
87     <y>10</y>
88     <width>231</width>
89     <height>20</height>
90    </rect>
91   </property>
92   <property name="text">
93    <string>divertor</string>
94   </property>
95  </widget>
96  <widget class="QLabel" name="label_2">
97   <property name="geometry">
98    <rect>
99     <x>50</x>
100     <y>10</y>
101     <width>47</width>
102     <height>13</height>
103    </rect>
104   </property>
105   <property name="text">
106    <string>result</string>
107   </property>
108   <property name="alignment">
109    <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
110   </property>
111  </widget>
112  <widget class="QLabel" name="label_3">
113   <property name="geometry">
114    <rect>
115     <x>150</x>
116     <y>50</y>
117     <width>231</width>
118     <height>141</height>
119    </rect>
120   </property>
121   <property name="text">
122    <string/>
123   </property>
124   <property name="pixmap">
125    <pixmap>divertor.png</pixmap>
126   </property>
127   <property name="scaledContents">
128    <bool>true</bool>
129   </property>
130  </widget>
131 </widget>
132 <pixmapfunction>leon</pixmapfunction>
133 <resources>
134  <include location="divertor.qrc"/>
135 </resources>
136 <connections>
137  <connection>
138   <sender>buttonBox</sender>
139   <signal>accepted()</signal>
140   <receiver>DivertorDialog</receiver>
141   <slot>accept()</slot>
142   <hints>
143    <hint type="sourcelabel">
144     <x>248</x>
145     <y>254</y>
146    </hint>
147    <hint type="destinationlabel">
148     <x>157</x>
149     <y>274</y>
150    </hint>
151   </hints>
152  </connection>
153  <connection>
154   <sender>buttonBox</sender>
155   <signal>rejected()</signal>
156   <receiver>DivertorDialog</receiver>
157   <slot>reject()</slot>
158   <hints>
159    <hint type="sourcelabel">
160     <x>316</x>
161     <y>260</y>
162    </hint>
163    <hint type="destinationlabel">
164     <x>286</x>
165     <y>274</y>
166    </hint>
167   </hints>
168  </connection>
169 </connections>
170</ui>