1234567891011121314151617181920212223242526272829303132333435363738394041 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>mainFrm</class>
- <widget class="QWidget" name="mainFrm">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>756</width>
- <height>531</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>mainFrm</string>
- </property>
- <widget class="QTextEdit" name="textEdit">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>20</y>
- <width>681</width>
- <height>121</height>
- </rect>
- </property>
- </widget>
- <widget class="QWidget" name="widget" native="true">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>160</y>
- <width>701</width>
- <height>341</height>
- </rect>
- </property>
- </widget>
- </widget>
- <layoutdefault spacing="6" margin="11"/>
- <resources/>
- <connections/>
- </ui>
|