]> Creatis software - cpPlugins.git/blob - lib/cpBaseQtApplication/ActorImageProperties.ui
249a0557bda45eb3e826fb0a8eec6e3bdd699406
[cpPlugins.git] / lib / cpBaseQtApplication / ActorImageProperties.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>ActorImageProperties</class>
4  <widget class="QWidget" name="ActorImageProperties">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>626</width>
10     <height>158</height>
11    </rect>
12   </property>
13   <property name="minimumSize">
14    <size>
15     <width>626</width>
16     <height>158</height>
17    </size>
18   </property>
19   <property name="maximumSize">
20    <size>
21     <width>626</width>
22     <height>158</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">
33        <property name="minimumSize">
34         <size>
35          <width>92</width>
36          <height>17</height>
37         </size>
38        </property>
39        <property name="maximumSize">
40         <size>
41          <width>92</width>
42          <height>17</height>
43         </size>
44        </property>
45        <property name="text">
46         <string>Interpolation:</string>
47        </property>
48       </widget>
49      </item>
50      <item>
51       <widget class="QComboBox" name="Interpolation">
52        <item>
53         <property name="text">
54          <string>Cubic</string>
55         </property>
56        </item>
57        <item>
58         <property name="text">
59          <string>Linear</string>
60         </property>
61        </item>
62        <item>
63         <property name="text">
64          <string>Nearest</string>
65         </property>
66        </item>
67       </widget>
68      </item>
69     </layout>
70    </item>
71    <item>
72     <layout class="QHBoxLayout" name="horizontalLayout_2">
73      <item>
74       <widget class="QLabel" name="label_2">
75        <property name="minimumSize">
76         <size>
77          <width>59</width>
78          <height>17</height>
79         </size>
80        </property>
81        <property name="maximumSize">
82         <size>
83          <width>59</width>
84          <height>17</height>
85         </size>
86        </property>
87        <property name="text">
88         <string>Window:</string>
89        </property>
90       </widget>
91      </item>
92      <item>
93       <widget class="QDoubleSpinBox" name="ValueWindow">
94        <property name="decimals">
95         <number>4</number>
96        </property>
97        <property name="minimum">
98         <double>-100000.000000000000000</double>
99        </property>
100        <property name="maximum">
101         <double>100000.000000000000000</double>
102        </property>
103       </widget>
104      </item>
105      <item>
106       <widget class="QSlider" name="Window">
107        <property name="minimum">
108         <number>0</number>
109        </property>
110        <property name="maximum">
111         <number>1000</number>
112        </property>
113        <property name="value">
114         <number>0</number>
115        </property>
116        <property name="orientation">
117         <enum>Qt::Horizontal</enum>
118        </property>
119       </widget>
120      </item>
121     </layout>
122    </item>
123    <item>
124     <layout class="QHBoxLayout" name="horizontalLayout_3">
125      <item>
126       <widget class="QLabel" name="label_4">
127        <property name="minimumSize">
128         <size>
129          <width>39</width>
130          <height>17</height>
131         </size>
132        </property>
133        <property name="maximumSize">
134         <size>
135          <width>39</width>
136          <height>17</height>
137         </size>
138        </property>
139        <property name="text">
140         <string>Level:</string>
141        </property>
142       </widget>
143      </item>
144      <item>
145       <widget class="QDoubleSpinBox" name="ValueLevel">
146        <property name="decimals">
147         <number>4</number>
148        </property>
149        <property name="minimum">
150         <double>-100000.000000000000000</double>
151        </property>
152        <property name="maximum">
153         <double>100000.000000000000000</double>
154        </property>
155       </widget>
156      </item>
157      <item>
158       <widget class="QSlider" name="Level">
159        <property name="minimum">
160         <number>0</number>
161        </property>
162        <property name="maximum">
163         <number>1000</number>
164        </property>
165        <property name="value">
166         <number>0</number>
167        </property>
168        <property name="orientation">
169         <enum>Qt::Horizontal</enum>
170        </property>
171       </widget>
172      </item>
173     </layout>
174    </item>
175    <item>
176     <layout class="QHBoxLayout" name="horizontalLayout_4">
177      <item>
178       <widget class="QLabel" name="label_3">
179        <property name="minimumSize">
180         <size>
181          <width>55</width>
182          <height>17</height>
183         </size>
184        </property>
185        <property name="maximumSize">
186         <size>
187          <width>55</width>
188          <height>17</height>
189         </size>
190        </property>
191        <property name="text">
192         <string>Opacity:</string>
193        </property>
194       </widget>
195      </item>
196      <item>
197       <widget class="QSlider" name="Opacity">
198        <property name="maximum">
199         <number>100</number>
200        </property>
201        <property name="value">
202         <number>100</number>
203        </property>
204        <property name="orientation">
205         <enum>Qt::Horizontal</enum>
206        </property>
207       </widget>
208      </item>
209     </layout>
210    </item>
211   </layout>
212  </widget>
213  <resources/>
214  <connections/>
215 </ui>