]> Creatis software - cpPlugins.git/blob - lib/cpBaseQtApplication/ActorPolyDataProperties.ui
...
[cpPlugins.git] / lib / cpBaseQtApplication / ActorPolyDataProperties.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>ActorPolyDataProperties</class>
4  <widget class="QWidget" name="ActorPolyDataProperties">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>398</width>
10     <height>193</height>
11    </rect>
12   </property>
13   <property name="minimumSize">
14    <size>
15     <width>398</width>
16     <height>193</height>
17    </size>
18   </property>
19   <property name="maximumSize">
20    <size>
21     <width>398</width>
22     <height>193</height>
23    </size>
24   </property>
25   <property name="windowTitle">
26    <string>Form</string>
27   </property>
28   <layout class="QVBoxLayout" name="verticalLayout">
29    <item>
30     <layout class="QHBoxLayout" name="horizontalLayout">
31      <item>
32       <widget class="QLabel" name="label_4">
33        <property name="minimumSize">
34         <size>
35          <width>107</width>
36          <height>17</height>
37         </size>
38        </property>
39        <property name="maximumSize">
40         <size>
41          <width>107</width>
42          <height>17</height>
43         </size>
44        </property>
45        <property name="text">
46         <string>Representation:</string>
47        </property>
48       </widget>
49      </item>
50      <item>
51       <widget class="QComboBox" name="Representation">
52        <item>
53         <property name="text">
54          <string>Points</string>
55         </property>
56        </item>
57        <item>
58         <property name="text">
59          <string>Wireframe</string>
60         </property>
61        </item>
62        <item>
63         <property name="text">
64          <string>Surface</string>
65         </property>
66        </item>
67        <item>
68         <property name="text">
69          <string>Surface with edges</string>
70         </property>
71        </item>
72       </widget>
73      </item>
74     </layout>
75    </item>
76    <item>
77     <layout class="QHBoxLayout" name="horizontalLayout_2">
78      <item>
79       <widget class="QLabel" name="label">
80        <property name="minimumSize">
81         <size>
82          <width>73</width>
83          <height>17</height>
84         </size>
85        </property>
86        <property name="maximumSize">
87         <size>
88          <width>73</width>
89          <height>17</height>
90         </size>
91        </property>
92        <property name="text">
93         <string>Line width:</string>
94        </property>
95       </widget>
96      </item>
97      <item>
98       <widget class="QSlider" name="LineWidth">
99        <property name="minimum">
100         <number>1</number>
101        </property>
102        <property name="maximum">
103         <number>10</number>
104        </property>
105        <property name="value">
106         <number>1</number>
107        </property>
108        <property name="orientation">
109         <enum>Qt::Horizontal</enum>
110        </property>
111       </widget>
112      </item>
113     </layout>
114    </item>
115    <item>
116     <layout class="QHBoxLayout" name="horizontalLayout_3">
117      <item>
118       <widget class="QLabel" name="label_2">
119        <property name="minimumSize">
120         <size>
121          <width>68</width>
122          <height>17</height>
123         </size>
124        </property>
125        <property name="maximumSize">
126         <size>
127          <width>68</width>
128          <height>17</height>
129         </size>
130        </property>
131        <property name="text">
132         <string>Point size:</string>
133        </property>
134       </widget>
135      </item>
136      <item>
137       <widget class="QSlider" name="PointSize">
138        <property name="minimum">
139         <number>1</number>
140        </property>
141        <property name="maximum">
142         <number>10</number>
143        </property>
144        <property name="orientation">
145         <enum>Qt::Horizontal</enum>
146        </property>
147       </widget>
148      </item>
149     </layout>
150    </item>
151    <item>
152     <layout class="QHBoxLayout" name="horizontalLayout_4">
153      <item>
154       <widget class="QLabel" name="label_3">
155        <property name="minimumSize">
156         <size>
157          <width>55</width>
158          <height>17</height>
159         </size>
160        </property>
161        <property name="maximumSize">
162         <size>
163          <width>55</width>
164          <height>17</height>
165         </size>
166        </property>
167        <property name="text">
168         <string>Opacity:</string>
169        </property>
170       </widget>
171      </item>
172      <item>
173       <widget class="QSlider" name="Opacity">
174        <property name="maximum">
175         <number>100</number>
176        </property>
177        <property name="value">
178         <number>100</number>
179        </property>
180        <property name="orientation">
181         <enum>Qt::Horizontal</enum>
182        </property>
183       </widget>
184      </item>
185     </layout>
186    </item>
187    <item>
188     <layout class="QHBoxLayout" name="horizontalLayout_5">
189      <item>
190       <widget class="QCheckBox" name="ScalarVisibility">
191        <property name="minimumSize">
192         <size>
193          <width>135</width>
194          <height>22</height>
195         </size>
196        </property>
197        <property name="maximumSize">
198         <size>
199          <width>135</width>
200          <height>22</height>
201         </size>
202        </property>
203        <property name="text">
204         <string>Scalar visibility?</string>
205        </property>
206       </widget>
207      </item>
208      <item>
209       <widget class="QPushButton" name="Color">
210        <property name="minimumSize">
211         <size>
212          <width>98</width>
213          <height>27</height>
214         </size>
215        </property>
216        <property name="maximumSize">
217         <size>
218          <width>16777215</width>
219          <height>27</height>
220         </size>
221        </property>
222        <property name="text">
223         <string>Color</string>
224        </property>
225       </widget>
226      </item>
227     </layout>
228    </item>
229   </layout>
230  </widget>
231  <resources/>
232  <connections/>
233 </ui>