12306/yixing/tiket.ui

299 lines
6.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Form</class>
<widget class="QWidget" name="Form">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>895</width>
<height>563</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<widget class="QLabel" name="label_6">
<property name="geometry">
<rect>
<x>313</x>
<y>34</y>
<width>54</width>
<height>12</height>
</rect>
</property>
<property name="text">
<string>出发日期:</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBox_2">
<property name="geometry">
<rect>
<x>54</x>
<y>67</y>
<width>71</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>G-高铁</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_2">
<property name="geometry">
<rect>
<x>230</x>
<y>30</y>
<width>71</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QCheckBox" name="checkBox_3">
<property name="geometry">
<rect>
<x>120</x>
<y>68</y>
<width>71</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>D-动车</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBox_5">
<property name="geometry">
<rect>
<x>190</x>
<y>68</y>
<width>71</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Z-直达</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBox_7">
<property name="geometry">
<rect>
<x>330</x>
<y>68</y>
<width>71</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>K-快速</string>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>54</x>
<y>34</y>
<width>54</width>
<height>12</height>
</rect>
</property>
<property name="text">
<string>出发地:</string>
</property>
</widget>
<widget class="QLabel" name="label_5">
<property name="geometry">
<rect>
<x>184</x>
<y>34</y>
<width>54</width>
<height>12</height>
</rect>
</property>
<property name="text">
<string>目的地:</string>
</property>
</widget>
<widget class="QLabel" name="label_7">
<property name="geometry">
<rect>
<x>493</x>
<y>34</y>
<width>54</width>
<height>12</height>
</rect>
</property>
<property name="text">
<string>出发时间:</string>
</property>
</widget>
<widget class="QTimeEdit" name="timeEdit">
<property name="geometry">
<rect>
<x>553</x>
<y>30</y>
<width>118</width>
<height>22</height>
</rect>
</property>
</widget>
<widget class="QCheckBox" name="checkBox_4">
<property name="geometry">
<rect>
<x>260</x>
<y>69</y>
<width>71</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>T-特快</string>
</property>
</widget>
<widget class="QDateEdit" name="dateEdit_2">
<property name="geometry">
<rect>
<x>373</x>
<y>30</y>
<width>110</width>
<height>22</height>
</rect>
</property>
</widget>
<widget class="QCheckBox" name="checkBox">
<property name="geometry">
<rect>
<x>682</x>
<y>33</y>
<width>121</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>仅显示可预订车次</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_2">
<property name="geometry">
<rect>
<x>770</x>
<y>69</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>自动查询</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit">
<property name="geometry">
<rect>
<x>100</x>
<y>30</y>
<width>71</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QTableWidget" name="tableWidget">
<property name="geometry">
<rect>
<x>50</x>
<y>130</y>
<width>791</width>
<height>251</height>
</rect>
</property>
<column>
<property name="text">
<string>车次</string>
</property>
</column>
<column>
<property name="text">
<string>出发站</string>
</property>
</column>
<column>
<property name="text">
<string>到达站</string>
</property>
</column>
<column>
<property name="text">
<string>历时</string>
</property>
</column>
<column>
<property name="text">
<string>商务座</string>
</property>
</column>
<column>
<property name="text">
<string>特等座</string>
</property>
</column>
<column>
<property name="text">
<string>一等座</string>
</property>
</column>
<column>
<property name="text">
<string>二等座</string>
</property>
</column>
<column>
<property name="text">
<string>软卧</string>
</property>
</column>
<column>
<property name="text">
<string>硬卧</string>
</property>
</column>
<column>
<property name="text">
<string>软座</string>
</property>
</column>
<column>
<property name="text">
<string>无座</string>
</property>
</column>
</widget>
<widget class="QPushButton" name="allSelect">
<property name="geometry">
<rect>
<x>50</x>
<y>390</y>
<width>81</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>全部选中提交</string>
</property>
</widget>
<widget class="QPushButton" name="onlySelect">
<property name="geometry">
<rect>
<x>150</x>
<y>390</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>仅选中提交</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>