blob: 47743b15c2a0cf4fd0319acbecb9c52d05ebd6d6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>main_window</class>
<widget class="QMainWindow" name="main_window">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>16</width>
<height>69</height>
</rect>
</property>
<widget class="QWidget" name="centralwidget"/>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>16</width>
<height>26</height>
</rect>
</property>
</widget>
<widget class="QStatusBar" name="statusbar">
<action name="actionFoo">
<property name="text">
<string>foo</string>
</property>
</action>
</widget>
</widget>
<resources/>
<connections/>
</ui>
|