代码拉取完成,页面将自动刷新
同步操作将从 Takagi3/Qt_TrainTicketingSystem 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>BuyWindow</class>
<widget class="QWidget" name="BuyWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>864</width>
<height>548</height>
</rect>
</property>
<property name="windowTitle">
<string>购票窗口</string>
</property>
<property name="windowIcon">
<iconset resource="pictures.qrc">
<normaloff>:/pic/images/icon/logo.png</normaloff>:/pic/images/icon/logo.png</iconset>
</property>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>120</x>
<y>140</y>
<width>81</width>
<height>31</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="text">
<string>起始站</string>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>120</x>
<y>210</y>
<width>81</width>
<height>31</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="text">
<string>终点站</string>
</property>
</widget>
<widget class="QLabel" name="label_4">
<property name="geometry">
<rect>
<x>120</x>
<y>280</y>
<width>81</width>
<height>31</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="text">
<string>余票量</string>
</property>
</widget>
<widget class="QLabel" name="label_5">
<property name="geometry">
<rect>
<x>470</x>
<y>280</y>
<width>81</width>
<height>31</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="text">
<string>价格</string>
</property>
</widget>
<widget class="QPushButton" name="buyBtn">
<property name="geometry">
<rect>
<x>370</x>
<y>390</y>
<width>110</width>
<height>50</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>15</pointsize>
</font>
</property>
<property name="text">
<string>购买</string>
</property>
</widget>
<widget class="QPushButton" name="returnBtn">
<property name="geometry">
<rect>
<x>170</x>
<y>390</y>
<width>110</width>
<height>50</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>15</pointsize>
</font>
</property>
<property name="text">
<string>返回</string>
</property>
</widget>
<widget class="QLabel" name="label_6">
<property name="geometry">
<rect>
<x>450</x>
<y>140</y>
<width>101</width>
<height>31</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="text">
<string>出发时间</string>
</property>
</widget>
<widget class="QLabel" name="label_7">
<property name="geometry">
<rect>
<x>450</x>
<y>210</y>
<width>101</width>
<height>31</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="text">
<string>到达时间</string>
</property>
</widget>
<widget class="QComboBox" name="startComboBox">
<property name="geometry">
<rect>
<x>230</x>
<y>140</y>
<width>140</width>
<height>40</height>
</rect>
</property>
</widget>
<widget class="QComboBox" name="endComboBox">
<property name="geometry">
<rect>
<x>230</x>
<y>210</y>
<width>140</width>
<height>40</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="leftTickets">
<property name="geometry">
<rect>
<x>230</x>
<y>280</y>
<width>140</width>
<height>40</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="text">
<string>无</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLineEdit" name="price">
<property name="geometry">
<rect>
<x>580</x>
<y>275</y>
<width>110</width>
<height>40</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
<widget class="QLineEdit" name="startTime">
<property name="geometry">
<rect>
<x>580</x>
<y>140</y>
<width>220</width>
<height>40</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
<widget class="QLineEdit" name="endTime">
<property name="geometry">
<rect>
<x>580</x>
<y>210</y>
<width>221</width>
<height>41</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
<widget class="QPushButton" name="collectBtn">
<property name="geometry">
<rect>
<x>570</x>
<y>390</y>
<width>110</width>
<height>50</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>15</pointsize>
</font>
</property>
<property name="text">
<string>收藏</string>
</property>
</widget>
<widget class="QLabel" name="trainNum">
<property name="geometry">
<rect>
<x>390</x>
<y>20</y>
<width>136</width>
<height>39</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>18</pointsize>
</font>
</property>
<property name="text">
<string>G388列车</string>
</property>
</widget>
</widget>
<resources>
<include location="pictures.qrc"/>
</resources>
<connections/>
</ui>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。