for Doxygen
[engrid.git] / guismoothsurface.ui
blobd7ea65d254d6fd88feb1b7ad220bc12ab6779ac4
1 <ui version="4.0" >
2  <class>GuiSmoothSurface</class>
3  <widget class="QDialog" name="GuiSmoothSurface" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>315</width>
9     <height>303</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>smooth surface</string>
14   </property>
15   <property name="windowIcon" >
16    <iconset resource="engrid.qrc" >:/icons/resources/icons/G.png</iconset>
17   </property>
18   <layout class="QVBoxLayout" >
19    <item>
20     <layout class="QHBoxLayout" >
21      <item>
22       <layout class="QGridLayout" >
23        <item row="0" column="1" >
24         <widget class="QDoubleSpinBox" name="doubleSpinBox" >
25          <property name="maximum" >
26           <double>180.000000000000000</double>
27          </property>
28          <property name="value" >
29           <double>45.000000000000000</double>
30          </property>
31         </widget>
32        </item>
33        <item row="0" column="0" >
34         <widget class="QLabel" name="label" >
35          <property name="text" >
36           <string>feature angle</string>
37          </property>
38         </widget>
39        </item>
40        <item row="1" column="0" >
41         <widget class="QLabel" name="label_2" >
42          <property name="text" >
43           <string>iterations</string>
44          </property>
45         </widget>
46        </item>
47        <item row="2" column="0" >
48         <spacer>
49          <property name="orientation" >
50           <enum>Qt::Vertical</enum>
51          </property>
52          <property name="sizeHint" >
53           <size>
54            <width>20</width>
55            <height>40</height>
56           </size>
57          </property>
58         </spacer>
59        </item>
60        <item row="1" column="1" >
61         <widget class="QSpinBox" name="spinBox" >
62          <property name="maximum" >
63           <number>1000</number>
64          </property>
65          <property name="singleStep" >
66           <number>10</number>
67          </property>
68          <property name="value" >
69           <number>100</number>
70          </property>
71         </widget>
72        </item>
73       </layout>
74      </item>
75      <item>
76       <layout class="QVBoxLayout" >
77        <item>
78         <widget class="QGroupBox" name="groupBox" >
79          <property name="title" >
80           <string>boundary codes</string>
81          </property>
82          <layout class="QVBoxLayout" >
83           <item>
84            <widget class="QListWidget" name="listWidget" />
85           </item>
86          </layout>
87         </widget>
88        </item>
89        <item>
90         <spacer>
91          <property name="orientation" >
92           <enum>Qt::Vertical</enum>
93          </property>
94          <property name="sizeHint" >
95           <size>
96            <width>20</width>
97            <height>40</height>
98           </size>
99          </property>
100         </spacer>
101        </item>
102       </layout>
103      </item>
104     </layout>
105    </item>
106    <item>
107     <layout class="QHBoxLayout" >
108      <item>
109       <widget class="QPushButton" name="pushButtonHelp" >
110        <property name="text" >
111         <string>Help</string>
112        </property>
113       </widget>
114      </item>
115      <item>
116       <spacer>
117        <property name="orientation" >
118         <enum>Qt::Horizontal</enum>
119        </property>
120        <property name="sizeHint" >
121         <size>
122          <width>40</width>
123          <height>20</height>
124         </size>
125        </property>
126       </spacer>
127      </item>
128      <item>
129       <widget class="QDialogButtonBox" name="buttonBox" >
130        <property name="orientation" >
131         <enum>Qt::Horizontal</enum>
132        </property>
133        <property name="standardButtons" >
134         <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
135        </property>
136       </widget>
137      </item>
138     </layout>
139    </item>
140   </layout>
141  </widget>
142  <resources>
143   <include location="engrid.qrc" />
144  </resources>
145  <connections>
146   <connection>
147    <sender>buttonBox</sender>
148    <signal>accepted()</signal>
149    <receiver>GuiSmoothSurface</receiver>
150    <slot>accept()</slot>
151    <hints>
152     <hint type="sourcelabel" >
153      <x>248</x>
154      <y>254</y>
155     </hint>
156     <hint type="destinationlabel" >
157      <x>157</x>
158      <y>274</y>
159     </hint>
160    </hints>
161   </connection>
162   <connection>
163    <sender>buttonBox</sender>
164    <signal>rejected()</signal>
165    <receiver>GuiSmoothSurface</receiver>
166    <slot>reject()</slot>
167    <hints>
168     <hint type="sourcelabel" >
169      <x>316</x>
170      <y>260</y>
171     </hint>
172     <hint type="destinationlabel" >
173      <x>286</x>
174      <y>274</y>
175     </hint>
176    </hints>
177   </connection>
178  </connections>
179 </ui>