12306/yixing/test.ui

200 lines
4.7 KiB
XML

<?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>836</width>
<height>573</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>11</x>
<y>10</y>
<width>811</width>
<height>511</height>
</rect>
</property>
<property name="currentIndex">
<number>0</number>
</property>
<widget class="QWidget" name="tab_4">
<attribute name="title">
<string>Tab 2</string>
</attribute>
<widget class="QListView" name="listView">
<property name="geometry">
<rect>
<x>30</x>
<y>20</y>
<width>661</width>
<height>192</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="pushButton_2">
<property name="geometry">
<rect>
<x>710</x>
<y>50</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>创建任务</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_3">
<property name="geometry">
<rect>
<x>710</x>
<y>100</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>编辑任务</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_4">
<property name="geometry">
<rect>
<x>710</x>
<y>150</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>删除任务</string>
</property>
</widget>
<widget class="QPlainTextEdit" name="plainTextEdit">
<property name="geometry">
<rect>
<x>240</x>
<y>290</y>
<width>541</width>
<height>181</height>
</rect>
</property>
</widget>
<widget class="QCheckBox" name="checkBox">
<property name="geometry">
<rect>
<x>240</x>
<y>270</y>
<width>91</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>显示全部日志</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBox_2">
<property name="geometry">
<rect>
<x>350</x>
<y>270</y>
<width>91</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>显示主要日志</string>
</property>
</widget>
</widget>
<widget class="QWidget" name="tab_5">
<attribute name="title">
<string>Page</string>
</attribute>
</widget>
<widget class="QWidget" name="tab_3">
<attribute name="title">
<string>Tab 1</string>
</attribute>
</widget>
</widget>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>836</width>
<height>23</height>
</rect>
</property>
<widget class="QMenu" name="menu">
<property name="tearOffEnabled">
<bool>false</bool>
</property>
<property name="title">
<string>任务</string>
</property>
<addaction name="fileOpen"/>
<addaction name="closeFile"/>
<addaction name="actionTst"/>
</widget>
<widget class="QMenu" name="menu_2">
<property name="title">
<string>系统设置</string>
</property>
</widget>
<widget class="QMenu" name="menu_3">
<property name="title">
<string>查询订单</string>
</property>
</widget>
<widget class="QMenu" name="menu_4">
<property name="title">
<string>帮助</string>
</property>
</widget>
<addaction name="menu"/>
<addaction name="menu_2"/>
<addaction name="menu_3"/>
<addaction name="menu_4"/>
</widget>
<widget class="QStatusBar" name="statusbar"/>
<action name="fileOpen">
<property name="text">
<string>打开</string>
</property>
<property name="toolTip">
<string>打开</string>
</property>
</action>
<action name="closeFile">
<property name="text">
<string>关闭</string>
</property>
<property name="toolTip">
<string>关闭</string>
</property>
</action>
<action name="actionTst">
<property name="text">
<string>Tst</string>
</property>
<property name="toolTip">
<string>Tst</string>
</property>
</action>
</widget>
<resources/>
<connections/>
</ui>