]> Creatis software - FrontAlgorithms.git/blob - appli/CTArteries/Parameters.ui
...
[FrontAlgorithms.git] / appli / CTArteries / Parameters.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>Parameters</class>
4  <widget class="QDialog" name="Parameters">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>229</width>
10     <height>158</height>
11    </rect>
12   </property>
13   <property name="minimumSize">
14    <size>
15     <width>229</width>
16     <height>158</height>
17    </size>
18   </property>
19   <property name="maximumSize">
20    <size>
21     <width>229</width>
22     <height>158</height>
23    </size>
24   </property>
25   <property name="windowTitle">
26    <string>Configuration</string>
27   </property>
28   <layout class="QGridLayout" name="gridLayout">
29    <item row="0" column="0">
30     <widget class="QFrame" name="frame">
31      <property name="minimumSize">
32       <size>
33        <width>211</width>
34        <height>111</height>
35       </size>
36      </property>
37      <property name="maximumSize">
38       <size>
39        <width>211</width>
40        <height>111</height>
41       </size>
42      </property>
43      <property name="frameShape">
44       <enum>QFrame::StyledPanel</enum>
45      </property>
46      <property name="frameShadow">
47       <enum>QFrame::Raised</enum>
48      </property>
49      <layout class="QVBoxLayout" name="verticalLayout">
50       <item>
51        <layout class="QHBoxLayout" name="horizontalLayout">
52         <item>
53          <widget class="QLabel" name="label">
54           <property name="text">
55            <string>Beta:</string>
56           </property>
57           <property name="alignment">
58            <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
59           </property>
60          </widget>
61         </item>
62         <item>
63          <widget class="QDoubleSpinBox" name="Beta">
64           <property name="decimals">
65            <number>6</number>
66           </property>
67           <property name="minimum">
68            <double>0.000000000000000</double>
69           </property>
70           <property name="maximum">
71            <double>100000.000000000000000</double>
72           </property>
73           <property name="value">
74            <double>90.000000000000000</double>
75           </property>
76          </widget>
77         </item>
78        </layout>
79       </item>
80       <item>
81        <layout class="QHBoxLayout" name="horizontalLayout_2">
82         <item>
83          <widget class="QLabel" name="label_2">
84           <property name="text">
85            <string>Sigma:</string>
86           </property>
87           <property name="alignment">
88            <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
89           </property>
90          </widget>
91         </item>
92         <item>
93          <widget class="QDoubleSpinBox" name="Sigma">
94           <property name="decimals">
95            <number>6</number>
96           </property>
97           <property name="minimum">
98            <double>0.000000000000000</double>
99           </property>
100           <property name="maximum">
101            <double>100000.000000000000000</double>
102           </property>
103           <property name="value">
104            <double>10.000000000000000</double>
105           </property>
106          </widget>
107         </item>
108        </layout>
109       </item>
110       <item>
111        <layout class="QHBoxLayout" name="horizontalLayout_3">
112         <item>
113          <widget class="QLabel" name="label_3">
114           <property name="text">
115            <string>Radius:</string>
116           </property>
117           <property name="alignment">
118            <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
119           </property>
120          </widget>
121         </item>
122         <item>
123          <widget class="QDoubleSpinBox" name="Radius">
124           <property name="decimals">
125            <number>6</number>
126           </property>
127           <property name="minimum">
128            <double>0.000000000000000</double>
129           </property>
130           <property name="maximum">
131            <double>100000.000000000000000</double>
132           </property>
133           <property name="value">
134            <double>7.000000000000000</double>
135           </property>
136          </widget>
137         </item>
138        </layout>
139       </item>
140      </layout>
141     </widget>
142    </item>
143    <item row="1" column="0">
144     <widget class="QDialogButtonBox" name="buttonBox">
145      <property name="orientation">
146       <enum>Qt::Horizontal</enum>
147      </property>
148      <property name="standardButtons">
149       <set>QDialogButtonBox::Close</set>
150      </property>
151     </widget>
152    </item>
153   </layout>
154  </widget>
155  <resources/>
156  <connections>
157   <connection>
158    <sender>buttonBox</sender>
159    <signal>accepted()</signal>
160    <receiver>Parameters</receiver>
161    <slot>accept()</slot>
162    <hints>
163     <hint type="sourcelabel">
164      <x>248</x>
165      <y>254</y>
166     </hint>
167     <hint type="destinationlabel">
168      <x>157</x>
169      <y>274</y>
170     </hint>
171    </hints>
172   </connection>
173   <connection>
174    <sender>buttonBox</sender>
175    <signal>rejected()</signal>
176    <receiver>Parameters</receiver>
177    <slot>reject()</slot>
178    <hints>
179     <hint type="sourcelabel">
180      <x>316</x>
181      <y>260</y>
182     </hint>
183     <hint type="destinationlabel">
184      <x>286</x>
185      <y>274</y>
186     </hint>
187    </hints>
188   </connection>
189  </connections>
190 </ui>