blob: 4c2e42c88faa7825b589909ee6a205e781e82c22 (
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
|
<UI version="4.0" >
<class>QtProjectV301Class</class>
<widget class="QMainWindow" name="QtProjectV301Class" >
<property name="objectName" >
<string notr="true">QtProjectV301Class</string>
</property>
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>600</width>
<height>400</height>
</rect>
</property>
<property name="windowTitle" >
<string>QtProjectV301</string>
</property>
<widget class="QMenuBar" name="menuBar" />
<widget class="QToolBar" name="mainToolBar" />
<widget class="QWidget" name="centralWidget" />
<widget class="QStatusBar" name="statusBar" />
</widget>
<layoutDefault spacing="6" margin="11" />
<pixmapfunction></pixmapfunction>
<resources>
<include location="QtProjectV301.qrc"/>
</resources>
<connections/>
</UI>
|