| 123456789101112131415161718192021222324252627282930313233343536373839404142 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>LineEdit</class>
- <widget class="QMainWindow" name="LineEdit">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>425</width>
- <height>470</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>MainWindow</string>
- </property>
- <property name="windowIcon">
- <iconset resource="img.qrc">
- <normaloff>:/icon/resource/todo-line.png</normaloff>:/icon/resource/todo-line.png</iconset>
- </property>
- <widget class="QWidget" name="centralwidget">
- <layout class="QGridLayout" name="gridLayout">
- <item row="0" column="0">
- <layout class="QHBoxLayout" name="horizontalLayout" stretch=""/>
- </item>
- </layout>
- </widget>
- <widget class="QMenuBar" name="menubar">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>425</width>
- <height>23</height>
- </rect>
- </property>
- </widget>
- </widget>
- <resources>
- <include location="img.qrc"/>
- </resources>
- <connections/>
- </ui>
|