123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109 |
- <?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>611</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>MainWindow</string>
- </property>
- <widget class="QWidget" name="centralwidget">
- <widget class="QTabWidget" name="tabWidget">
- <property name="geometry">
- <rect>
- <x>12</x>
- <y>46</y>
- <width>491</width>
- <height>481</height>
- </rect>
- </property>
- <property name="layoutDirection">
- <enum>Qt::LeftToRight</enum>
- </property>
- <property name="tabPosition">
- <enum>QTabWidget::West</enum>
- </property>
- <property name="currentIndex">
- <number>-1</number>
- </property>
- <property name="elideMode">
- <enum>Qt::ElideRight</enum>
- </property>
- <property name="usesScrollButtons">
- <bool>false</bool>
- </property>
- <property name="tabsClosable">
- <bool>true</bool>
- </property>
- </widget>
- <widget class="QListWidget" name="listWidget">
- <property name="geometry">
- <rect>
- <x>530</x>
- <y>50</y>
- <width>131</width>
- <height>471</height>
- </rect>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_addElem">
- <property name="geometry">
- <rect>
- <x>670</x>
- <y>400</y>
- <width>113</width>
- <height>32</height>
- </rect>
- </property>
- <property name="text">
- <string>添加</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_delElem">
- <property name="geometry">
- <rect>
- <x>670</x>
- <y>450</y>
- <width>113</width>
- <height>32</height>
- </rect>
- </property>
- <property name="text">
- <string>删除</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit">
- <property name="geometry">
- <rect>
- <x>690</x>
- <y>70</y>
- <width>113</width>
- <height>21</height>
- </rect>
- </property>
- <property name="text">
- <string>健康快乐</string>
- </property>
- </widget>
- </widget>
- <widget class="QMenuBar" name="menubar">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>869</width>
- <height>24</height>
- </rect>
- </property>
- </widget>
- <widget class="QStatusBar" name="statusbar"/>
- </widget>
- <resources/>
- <connections/>
- </ui>
|