putting project-files up
[wpcreator] / src / mainwindow.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>MainWindowClass</class>
4  <widget class="QMainWindow" name="MainWindowClass">
5   <property name="windowModality">
6    <enum>Qt::ApplicationModal</enum>
7   </property>
8   <property name="geometry">
9    <rect>
10     <x>0</x>
11     <y>0</y>
12     <width>800</width>
13     <height>400</height>
14    </rect>
15   </property>
16   <property name="sizePolicy">
17    <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
18     <horstretch>0</horstretch>
19     <verstretch>0</verstretch>
20    </sizepolicy>
21   </property>
22   <property name="maximumSize">
23    <size>
24     <width>800</width>
25     <height>480</height>
26    </size>
27   </property>
28   <property name="windowTitle">
29    <string>MainWindow</string>
30   </property>
31   <widget class="QWidget" name="centralWidget">
32    <widget class="QWidget" name="originalImage" native="true">
33     <property name="geometry">
34      <rect>
35       <x>80</x>
36       <y>50</y>
37       <width>661</width>
38       <height>110</height>
39      </rect>
40     </property>
41     <property name="sizePolicy">
42      <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
43       <horstretch>0</horstretch>
44       <verstretch>0</verstretch>
45      </sizepolicy>
46     </property>
47    </widget>
48    <widget class="QSplitter" name="splitter">
49     <property name="geometry">
50      <rect>
51       <x>240</x>
52       <y>310</y>
53       <width>531</width>
54       <height>71</height>
55      </rect>
56     </property>
57     <property name="orientation">
58      <enum>Qt::Horizontal</enum>
59     </property>
60     <widget class="QPushButton" name="select">
61      <property name="enabled">
62       <bool>true</bool>
63      </property>
64      <property name="text">
65       <string>Select</string>
66      </property>
67     </widget>
68     <widget class="QPushButton" name="crop">
69      <property name="enabled">
70       <bool>false</bool>
71      </property>
72      <property name="text">
73       <string>Crop Image</string>
74      </property>
75     </widget>
76     <widget class="QPushButton" name="install">
77      <property name="enabled">
78       <bool>false</bool>
79      </property>
80      <property name="text">
81       <string>Install</string>
82      </property>
83     </widget>
84     <widget class="QPushButton" name="set">
85      <property name="enabled">
86       <bool>false</bool>
87      </property>
88      <property name="text">
89       <string>Set</string>
90      </property>
91     </widget>
92    </widget>
93    <widget class="QWidget" name="layoutWidget">
94     <property name="geometry">
95      <rect>
96       <x>80</x>
97       <y>180</y>
98       <width>661</width>
99       <height>101</height>
100      </rect>
101     </property>
102     <layout class="QHBoxLayout" name="horizontalLayout">
103      <item>
104       <widget class="QWidget" name="image_1" native="true"/>
105      </item>
106      <item>
107       <widget class="QWidget" name="image_2" native="true"/>
108      </item>
109      <item>
110       <widget class="QWidget" name="image_3" native="true"/>
111      </item>
112      <item>
113       <widget class="QWidget" name="image_4" native="true"/>
114      </item>
115     </layout>
116    </widget>
117   </widget>
118  </widget>
119  <layoutdefault spacing="6" margin="11"/>
120  <resources/>
121  <connections>
122   <connection>
123    <sender>select</sender>
124    <signal>clicked()</signal>
125    <receiver>MainWindowClass</receiver>
126    <slot>openFile()</slot>
127    <hints>
128     <hint type="sourcelabel">
129      <x>324</x>
130      <y>365</y>
131     </hint>
132     <hint type="destinationlabel">
133      <x>235</x>
134      <y>316</y>
135     </hint>
136    </hints>
137   </connection>
138   <connection>
139    <sender>crop</sender>
140    <signal>clicked()</signal>
141    <receiver>MainWindowClass</receiver>
142    <slot>cropImage()</slot>
143    <hints>
144     <hint type="sourcelabel">
145      <x>424</x>
146      <y>341</y>
147     </hint>
148     <hint type="destinationlabel">
149      <x>427</x>
150      <y>278</y>
151     </hint>
152    </hints>
153   </connection>
154   <connection>
155    <sender>install</sender>
156    <signal>clicked()</signal>
157    <receiver>MainWindowClass</receiver>
158    <slot>installImageSet()</slot>
159    <hints>
160     <hint type="sourcelabel">
161      <x>604</x>
162      <y>341</y>
163     </hint>
164     <hint type="destinationlabel">
165      <x>595</x>
166      <y>306</y>
167     </hint>
168    </hints>
169   </connection>
170  </connections>
171  <slots>
172   <slot>openFile()</slot>
173   <slot>cropImage()</slot>
174   <slot>installImageSet()</slot>
175  </slots>
176 </ui>