]> Creatis software - cpMesh.git/blob - appli/InteractiveDeformableMeshSegmentation/SegmentationParametersDlg.ui
First commit
[cpMesh.git] / appli / InteractiveDeformableMeshSegmentation / SegmentationParametersDlg.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>SegmentationParametersDlg</class>
4  <widget class="QDialog" name="SegmentationParametersDlg">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>312</width>
10     <height>205</height>
11    </rect>
12   </property>
13   <property name="minimumSize">
14    <size>
15     <width>312</width>
16     <height>205</height>
17    </size>
18   </property>
19   <property name="maximumSize">
20    <size>
21     <width>312</width>
22     <height>205</height>
23    </size>
24   </property>
25   <property name="windowTitle">
26    <string>Dialog</string>
27   </property>
28   <layout class="QGridLayout" name="gridLayout">
29    <item row="0" column="0">
30     <layout class="QVBoxLayout" name="verticalLayout">
31      <item>
32       <layout class="QHBoxLayout" name="horizontalLayout">
33        <item>
34         <widget class="QLabel" name="label">
35          <property name="text">
36           <string>Min threshold:</string>
37          </property>
38         </widget>
39        </item>
40        <item>
41         <widget class="QDoubleSpinBox" name="MinThreshold">
42          <property name="decimals">
43           <number>0</number>
44          </property>
45          <property name="minimum">
46           <double>-30000.000000000000000</double>
47          </property>
48          <property name="maximum">
49           <double>30000.000000000000000</double>
50          </property>
51         </widget>
52        </item>
53       </layout>
54      </item>
55      <item>
56       <layout class="QHBoxLayout" name="horizontalLayout_2">
57        <item>
58         <widget class="QLabel" name="label_2">
59          <property name="text">
60           <string>Max threshold:</string>
61          </property>
62         </widget>
63        </item>
64        <item>
65         <widget class="QDoubleSpinBox" name="MaxThreshold">
66          <property name="decimals">
67           <number>0</number>
68          </property>
69          <property name="minimum">
70           <double>-30000.000000000000000</double>
71          </property>
72          <property name="maximum">
73           <double>30000.000000000000000</double>
74          </property>
75         </widget>
76        </item>
77       </layout>
78      </item>
79      <item>
80       <layout class="QHBoxLayout" name="horizontalLayout_3">
81        <item>
82         <widget class="QLabel" name="label_3">
83          <property name="text">
84           <string>Number of samples:</string>
85          </property>
86         </widget>
87        </item>
88        <item>
89         <widget class="QSpinBox" name="NumberOfSamples">
90          <property name="minimum">
91           <number>1</number>
92          </property>
93          <property name="maximum">
94           <number>1000</number>
95          </property>
96         </widget>
97        </item>
98       </layout>
99      </item>
100     </layout>
101    </item>
102    <item row="1" column="0">
103     <widget class="QDialogButtonBox" name="buttonBox">
104      <property name="orientation">
105       <enum>Qt::Horizontal</enum>
106      </property>
107      <property name="standardButtons">
108       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
109      </property>
110     </widget>
111    </item>
112   </layout>
113  </widget>
114  <resources/>
115  <connections>
116   <connection>
117    <sender>buttonBox</sender>
118    <signal>accepted()</signal>
119    <receiver>SegmentationParametersDlg</receiver>
120    <slot>accept()</slot>
121    <hints>
122     <hint type="sourcelabel">
123      <x>248</x>
124      <y>254</y>
125     </hint>
126     <hint type="destinationlabel">
127      <x>157</x>
128      <y>274</y>
129     </hint>
130    </hints>
131   </connection>
132   <connection>
133    <sender>buttonBox</sender>
134    <signal>rejected()</signal>
135    <receiver>SegmentationParametersDlg</receiver>
136    <slot>reject()</slot>
137    <hints>
138     <hint type="sourcelabel">
139      <x>316</x>
140      <y>260</y>
141     </hint>
142     <hint type="destinationlabel">
143      <x>286</x>
144      <y>274</y>
145     </hint>
146    </hints>
147   </connection>
148  </connections>
149 </ui>