]> Creatis software - cpPlugins.git/blob - lib/cpExtensions/QT/PropertyWidget.ui
Windows compilation is broken.
[cpPlugins.git] / lib / cpExtensions / QT / PropertyWidget.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>PropertyWidget</class>
4  <widget class="QWidget" name="PropertyWidget">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>595</width>
10     <height>125</height>
11    </rect>
12   </property>
13   <property name="minimumSize">
14    <size>
15     <width>595</width>
16     <height>125</height>
17    </size>
18   </property>
19   <property name="maximumSize">
20    <size>
21     <width>595</width>
22     <height>125</height>
23    </size>
24   </property>
25   <property name="windowTitle">
26    <string>Form</string>
27   </property>
28   <layout class="QGridLayout" name="gridLayout">
29    <item row="0" column="0">
30     <layout class="QVBoxLayout" name="verticalLayout_2">
31      <item>
32       <widget class="QPushButton" name="m_Color">
33        <property name="text">
34         <string>Color</string>
35        </property>
36       </widget>
37      </item>
38      <item>
39       <layout class="QVBoxLayout" name="verticalLayout">
40        <item>
41         <layout class="QHBoxLayout" name="horizontalLayout">
42          <item>
43           <widget class="QLabel" name="label">
44            <property name="minimumSize">
45             <size>
46              <width>54</width>
47              <height>21</height>
48             </size>
49            </property>
50            <property name="maximumSize">
51             <size>
52              <width>54</width>
53              <height>21</height>
54             </size>
55            </property>
56            <property name="text">
57             <string>Opacity:</string>
58            </property>
59           </widget>
60          </item>
61          <item>
62           <widget class="QSlider" name="m_Opacity">
63            <property name="maximum">
64             <number>100</number>
65            </property>
66            <property name="value">
67             <number>100</number>
68            </property>
69            <property name="orientation">
70             <enum>Qt::Horizontal</enum>
71            </property>
72           </widget>
73          </item>
74         </layout>
75        </item>
76        <item>
77         <layout class="QHBoxLayout" name="horizontalLayout_4">
78          <item>
79           <layout class="QHBoxLayout" name="horizontalLayout_2">
80            <item>
81             <widget class="QLabel" name="label_2">
82              <property name="minimumSize">
83               <size>
84                <width>71</width>
85                <height>21</height>
86               </size>
87              </property>
88              <property name="maximumSize">
89               <size>
90                <width>71</width>
91                <height>21</height>
92               </size>
93              </property>
94              <property name="text">
95               <string>Line width:</string>
96              </property>
97             </widget>
98            </item>
99            <item>
100             <widget class="QDoubleSpinBox" name="m_LineWidth">
101              <property name="maximum">
102               <double>100.000000000000000</double>
103              </property>
104              <property name="singleStep">
105               <double>1.000000000000000</double>
106              </property>
107              <property name="value">
108               <double>1.000000000000000</double>
109              </property>
110             </widget>
111            </item>
112           </layout>
113          </item>
114          <item>
115           <layout class="QHBoxLayout" name="horizontalLayout_3">
116            <item>
117             <widget class="QLabel" name="label_3">
118              <property name="minimumSize">
119               <size>
120                <width>67</width>
121                <height>21</height>
122               </size>
123              </property>
124              <property name="maximumSize">
125               <size>
126                <width>67</width>
127                <height>21</height>
128               </size>
129              </property>
130              <property name="text">
131               <string>Point size:</string>
132              </property>
133             </widget>
134            </item>
135            <item>
136             <widget class="QDoubleSpinBox" name="m_PointSize">
137              <property name="maximum">
138               <double>100.000000000000000</double>
139              </property>
140              <property name="singleStep">
141               <double>1.000000000000000</double>
142              </property>
143              <property name="value">
144               <double>1.000000000000000</double>
145              </property>
146             </widget>
147            </item>
148           </layout>
149          </item>
150         </layout>
151        </item>
152       </layout>
153      </item>
154     </layout>
155    </item>
156   </layout>
157  </widget>
158  <resources/>
159  <connections/>
160 </ui>