]> Shamusworld >> Repos - architektonas/blob - src/forms/imageoptions.ui
Fixed problem with MDI activation.
[architektonas] / src / forms / imageoptions.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>ImageOptions</class>
4  <widget class="QWidget" name="ImageOptions">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>200</width>
10     <height>24</height>
11    </rect>
12   </property>
13   <property name="sizePolicy">
14    <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
15     <horstretch>0</horstretch>
16     <verstretch>0</verstretch>
17    </sizepolicy>
18   </property>
19   <property name="minimumSize">
20    <size>
21     <width>200</width>
22     <height>22</height>
23    </size>
24   </property>
25   <property name="maximumSize">
26    <size>
27     <width>250</width>
28     <height>32767</height>
29    </size>
30   </property>
31   <property name="windowTitle">
32    <string>Insert Options</string>
33   </property>
34   <property name="toolTip">
35    <string/>
36   </property>
37   <layout class="QHBoxLayout">
38    <property name="margin">
39     <number>1</number>
40    </property>
41    <item>
42     <widget class="QLabel" name="lAngle">
43      <property name="text">
44       <string>Angle:</string>
45      </property>
46      <property name="wordWrap">
47       <bool>false</bool>
48      </property>
49     </widget>
50    </item>
51    <item>
52     <widget class="QLineEdit" name="leAngle">
53      <property name="toolTip">
54       <string>Rotation Angle</string>
55      </property>
56     </widget>
57    </item>
58    <item>
59     <widget class="QLabel" name="lFactor">
60      <property name="text">
61       <string>Factor:</string>
62      </property>
63      <property name="wordWrap">
64       <bool>false</bool>
65      </property>
66     </widget>
67    </item>
68    <item>
69     <widget class="QLineEdit" name="leFactor">
70      <property name="toolTip">
71       <string>Scale Factor</string>
72      </property>
73     </widget>
74    </item>
75    <item>
76     <widget class="Line" name="sep1_2">
77      <property name="sizePolicy">
78       <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
79        <horstretch>0</horstretch>
80        <verstretch>0</verstretch>
81       </sizepolicy>
82      </property>
83      <property name="frameShape">
84       <enum>QFrame::VLine</enum>
85      </property>
86      <property name="frameShadow">
87       <enum>QFrame::Sunken</enum>
88      </property>
89     </widget>
90    </item>
91   </layout>
92  </widget>
93  <layoutdefault spacing="6" margin="11"/>
94  <resources/>
95  <connections>
96   <connection>
97    <sender>leAngle</sender>
98    <signal>textChanged(QString)</signal>
99    <receiver>ImageOptions</receiver>
100    <slot>updateData()</slot>
101    <hints>
102     <hint type="sourcelabel">
103      <x>20</x>
104      <y>20</y>
105     </hint>
106     <hint type="destinationlabel">
107      <x>20</x>
108      <y>20</y>
109     </hint>
110    </hints>
111   </connection>
112   <connection>
113    <sender>leFactor</sender>
114    <signal>textChanged(QString)</signal>
115    <receiver>ImageOptions</receiver>
116    <slot>updateData()</slot>
117    <hints>
118     <hint type="sourcelabel">
119      <x>20</x>
120      <y>20</y>
121     </hint>
122     <hint type="destinationlabel">
123      <x>20</x>
124      <y>20</y>
125     </hint>
126    </hints>
127   </connection>
128  </connections>
129 </ui>