123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>MainWindow</class>
- <widget class="QMainWindow" name="MainWindow">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>869</width>
- <height>474</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>MainWindow</string>
- </property>
- <widget class="QWidget" name="centralWidget">
- <widget class="QPushButton" name="m_test_btn">
- <property name="geometry">
- <rect>
- <x>350</x>
- <y>40</y>
- <width>89</width>
- <height>51</height>
- </rect>
- </property>
- <property name="text">
- <string>get l r t b</string>
- </property>
- </widget>
- <widget class="QPushButton" name="m_add">
- <property name="geometry">
- <rect>
- <x>350</x>
- <y>110</y>
- <width>91</width>
- <height>25</height>
- </rect>
- </property>
- <property name="text">
- <string>add</string>
- </property>
- </widget>
- <zorder>m_add</zorder>
- <zorder>m_test_btn</zorder>
- </widget>
- <widget class="QMenuBar" name="menuBar">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>869</width>
- <height>22</height>
- </rect>
- </property>
- </widget>
- <widget class="QToolBar" name="mainToolBar">
- <attribute name="toolBarArea">
- <enum>TopToolBarArea</enum>
- </attribute>
- <attribute name="toolBarBreak">
- <bool>false</bool>
- </attribute>
- </widget>
- <widget class="QStatusBar" name="statusBar"/>
- </widget>
- <layoutdefault spacing="6" margin="11"/>
- <resources/>
- <connections/>
- </ui>
|