summaryrefslogtreecommitdiff
path: root/utils/wpseditor/gui/ui/mainwindow.ui
diff options
context:
space:
mode:
Diffstat (limited to 'utils/wpseditor/gui/ui/mainwindow.ui')
-rw-r--r--utils/wpseditor/gui/ui/mainwindow.ui242
1 files changed, 0 insertions, 242 deletions
diff --git a/utils/wpseditor/gui/ui/mainwindow.ui b/utils/wpseditor/gui/ui/mainwindow.ui
deleted file mode 100644
index a14eb832ad..0000000000
--- a/utils/wpseditor/gui/ui/mainwindow.ui
+++ /dev/null
@@ -1,242 +0,0 @@
1<ui version="4.0" >
2 <class>MainWindow</class>
3 <widget class="QMainWindow" name="MainWindow" >
4 <property name="geometry" >
5 <rect>
6 <x>0</x>
7 <y>0</y>
8 <width>882</width>
9 <height>669</height>
10 </rect>
11 </property>
12 <property name="windowTitle" >
13 <string>WPS Editor</string>
14 </property>
15 <widget class="QWidget" name="centralwidget" />
16 <widget class="QMenuBar" name="menubar" >
17 <property name="geometry" >
18 <rect>
19 <x>0</x>
20 <y>0</y>
21 <width>882</width>
22 <height>21</height>
23 </rect>
24 </property>
25 <widget class="QMenu" name="menuFile" >
26 <property name="title" >
27 <string>File</string>
28 </property>
29 <addaction name="actOpenWps" />
30 <addaction name="actSetVolume" />
31 <addaction name="actSetProgress" />
32 <addaction name="actShowGrid" />
33 <addaction name="actClearLog" />
34 <addaction name="actVerboseLevel" />
35 <addaction name="actQuit" />
36 </widget>
37 <widget class="QMenu" name="menuPlay" >
38 <property name="title" >
39 <string>Play</string>
40 </property>
41 </widget>
42 <widget class="QMenu" name="menuTarget" >
43 <property name="title" >
44 <string>Target</string>
45 </property>
46 </widget>
47 <addaction name="menuFile" />
48 <addaction name="menuPlay" />
49 <addaction name="menuTarget" />
50 </widget>
51 <widget class="QStatusBar" name="statusbar" />
52 <widget class="QDockWidget" name="dockPlainWps" >
53 <property name="minimumSize" >
54 <size>
55 <width>0</width>
56 <height>30</height>
57 </size>
58 </property>
59 <property name="windowTitle" >
60 <string>PlainWps</string>
61 </property>
62 <attribute name="dockWidgetArea" >
63 <number>8</number>
64 </attribute>
65 <widget class="QWidget" name="dockWidgetContents_3" >
66 <layout class="QGridLayout" name="gridLayout_2" >
67 <item row="0" column="1" >
68 <widget class="QPushButton" name="btnUpdatePlainWps" >
69 <property name="text" >
70 <string>Update WPS</string>
71 </property>
72 </widget>
73 </item>
74 <item row="1" column="1" >
75 <spacer name="verticalSpacer" >
76 <property name="orientation" >
77 <enum>Qt::Vertical</enum>
78 </property>
79 <property name="sizeHint" stdset="0" >
80 <size>
81 <width>20</width>
82 <height>211</height>
83 </size>
84 </property>
85 </spacer>
86 </item>
87 <item rowspan="2" row="0" column="0" >
88 <widget class="NumberedTextView" name="plainWpsEdit" >
89 <property name="sizePolicy" >
90 <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
91 <horstretch>2</horstretch>
92 <verstretch>0</verstretch>
93 </sizepolicy>
94 </property>
95 <property name="frameShape" >
96 <enum>QFrame::StyledPanel</enum>
97 </property>
98 <property name="frameShadow" >
99 <enum>QFrame::Raised</enum>
100 </property>
101 </widget>
102 </item>
103 </layout>
104 </widget>
105 </widget>
106 <widget class="QDockWidget" name="m_dockWidget" >
107 <property name="windowTitle" >
108 <string>Property Editor</string>
109 </property>
110 <attribute name="dockWidgetArea" >
111 <number>1</number>
112 </attribute>
113 <widget class="QPropertyEditorWidget" name="m_propertyEditor" >
114 <property name="enabled" >
115 <bool>false</bool>
116 </property>
117 </widget>
118 </widget>
119 <widget class="QDockWidget" name="dockWidget" >
120 <property name="minimumSize" >
121 <size>
122 <width>0</width>
123 <height>30</height>
124 </size>
125 </property>
126 <property name="windowTitle" >
127 <string>Log</string>
128 </property>
129 <attribute name="dockWidgetArea" >
130 <number>2</number>
131 </attribute>
132 <widget class="QWidget" name="dockWidgetContents" >
133 <layout class="QGridLayout" name="gridLayout" >
134 <item row="0" column="0" >
135 <widget class="QTextEdit" name="logEdit" >
136 <property name="autoFillBackground" >
137 <bool>false</bool>
138 </property>
139 <property name="readOnly" >
140 <bool>true</bool>
141 </property>
142 </widget>
143 </item>
144 </layout>
145 </widget>
146 </widget>
147 <action name="actQuit" >
148 <property name="text" >
149 <string>Quit</string>
150 </property>
151 </action>
152 <action name="actOpenWps" >
153 <property name="text" >
154 <string>Open WPS</string>
155 </property>
156 </action>
157 <action name="actSetVolume" >
158 <property name="text" >
159 <string>Set Volume</string>
160 </property>
161 </action>
162 <action name="actSetProgress" >
163 <property name="text" >
164 <string>Set Progress</string>
165 </property>
166 </action>
167 <action name="actShowGrid" >
168 <property name="checkable" >
169 <bool>true</bool>
170 </property>
171 <property name="checked" >
172 <bool>false</bool>
173 </property>
174 <property name="text" >
175 <string>Show Grid</string>
176 </property>
177 </action>
178 <action name="actClearLog" >
179 <property name="text" >
180 <string>Clear Log</string>
181 </property>
182 </action>
183 <action name="actVerboseLevel" >
184 <property name="text" >
185 <string>Verbose Level</string>
186 </property>
187 </action>
188 <action name="actUpdatePlainWps" >
189 <property name="text" >
190 <string>Update WPS</string>
191 </property>
192 </action>
193 </widget>
194 <customwidgets>
195 <customwidget>
196 <class>QPropertyEditorWidget</class>
197 <extends>QTreeView</extends>
198 <header>QPropertyEditorWidget.h</header>
199 </customwidget>
200 <customwidget>
201 <class>NumberedTextView</class>
202 <extends>QFrame</extends>
203 <header>numberedtextview.h</header>
204 <container>1</container>
205 </customwidget>
206 </customwidgets>
207 <resources/>
208 <connections>
209 <connection>
210 <sender>btnUpdatePlainWps</sender>
211 <signal>clicked()</signal>
212 <receiver>actUpdatePlainWps</receiver>
213 <slot>trigger()</slot>
214 <hints>
215 <hint type="sourcelabel" >
216 <x>835</x>
217 <y>411</y>
218 </hint>
219 <hint type="destinationlabel" >
220 <x>-1</x>
221 <y>-1</y>
222 </hint>
223 </hints>
224 </connection>
225 <connection>
226 <sender>actQuit</sender>
227 <signal>triggered()</signal>
228 <receiver>MainWindow</receiver>
229 <slot>close()</slot>
230 <hints>
231 <hint type="sourcelabel" >
232 <x>-1</x>
233 <y>-1</y>
234 </hint>
235 <hint type="destinationlabel" >
236 <x>440</x>
237 <y>334</y>
238 </hint>
239 </hints>
240 </connection>
241 </connections>
242</ui>