代码拉取完成,页面将自动刷新
<?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>760</width>
<height>559</height>
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QGroupBox" name="groupBox">
<property name="geometry">
<rect>
<x>10</x>
<y>380</y>
<width>741</width>
<height>131</height>
</rect>
</property>
<property name="title">
<string>运行信息</string>
</property>
<widget class="QTextBrowser" name="textBrowser">
<property name="geometry">
<rect>
<x>10</x>
<y>20</y>
<width>721</width>
<height>101</height>
</rect>
</property>
<property name="autoFillBackground">
<bool>true</bool>
</property>
<property name="html">
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'SimSun'; font-size:9pt; font-weight:400; font-style:normal;">
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html></string>
</property>
<property name="openLinks">
<bool>false</bool>
</property>
</widget>
</widget>
<widget class="QTableWidget" name="tableWidget">
<property name="geometry">
<rect>
<x>10</x>
<y>140</y>
<width>741</width>
<height>231</height>
</rect>
</property>
<property name="editTriggers">
<set>QAbstractItemView::NoEditTriggers</set>
</property>
<column>
<property name="text">
<string>Id</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="QLabel" name="label_6">
<property name="geometry">
<rect>
<x>210</x>
<y>40</y>
<width>54</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>开航时间:</string>
</property>
</widget>
<widget class="QSplitter" name="splitter_3">
<property name="geometry">
<rect>
<x>470</x>
<y>100</y>
<width>150</width>
<height>23</height>
</rect>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<widget class="QPushButton" name="startBtn">
<property name="text">
<string>开始</string>
</property>
</widget>
<widget class="QPushButton" name="stopBtn">
<property name="text">
<string>停止</string>
</property>
</widget>
</widget>
<widget class="QSplitter" name="splitter_4">
<property name="geometry">
<rect>
<x>210</x>
<y>70</y>
<width>174</width>
<height>19</height>
</rect>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<widget class="QLabel" name="label_17">
<property name="text">
<string>抢拍时间:</string>
</property>
</widget>
<widget class="QDateTimeEdit" name="dateTimeEdit"/>
</widget>
<widget class="QSplitter" name="splitter_5">
<property name="geometry">
<rect>
<x>210</x>
<y>100</y>
<width>185</width>
<height>19</height>
</rect>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<widget class="QLabel" name="label_18">
<property name="text">
<string>支付密码:</string>
</property>
</widget>
<widget class="QLineEdit" name="paypass_edit">
<property name="text">
<string>12123</string>
</property>
<property name="echoMode">
<enum>QLineEdit::Password</enum>
</property>
</widget>
</widget>
<widget class="QSplitter" name="splitter">
<property name="geometry">
<rect>
<x>210</x>
<y>10</y>
<width>126</width>
<height>19</height>
</rect>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<widget class="QLabel" name="label_13">
<property name="text">
<string>线路:</string>
</property>
</widget>
<widget class="QComboBox" name="tradeGroupcomBox"/>
</widget>
<widget class="QSplitter" name="splitter_7">
<property name="geometry">
<rect>
<x>141</x>
<y>11</y>
<width>41</width>
<height>111</height>
</rect>
</property>
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<widget class="QLabel" name="label_16">
<property name="text">
<string>数量</string>
</property>
</widget>
<widget class="QComboBox" name="twentyGP">
<item>
<property name="text">
<string>0</string>
</property>
</item>
<item>
<property name="text">
<string>1</string>
</property>
</item>
<item>
<property name="text">
<string>2</string>
</property>
</item>
<item>
<property name="text">
<string>3</string>
</property>
</item>
<item>
<property name="text">
<string>4</string>
</property>
</item>
<item>
<property name="text">
<string>5</string>
</property>
</item>
<item>
<property name="text">
<string>6</string>
</property>
</item>
<item>
<property name="text">
<string>7</string>
</property>
</item>
<item>
<property name="text">
<string>8</string>
</property>
</item>
<item>
<property name="text">
<string>9</string>
</property>
</item>
<item>
<property name="text">
<string>10</string>
</property>
</item>
<item>
<property name="text">
<string>15</string>
</property>
</item>
<item>
<property name="text">
<string>20</string>
</property>
</item>
</widget>
<widget class="QComboBox" name="fortyGP">
<item>
<property name="text">
<string>0</string>
</property>
</item>
<item>
<property name="text">
<string>1</string>
</property>
</item>
<item>
<property name="text">
<string>2</string>
</property>
</item>
<item>
<property name="text">
<string>3</string>
</property>
</item>
<item>
<property name="text">
<string>4</string>
</property>
</item>
<item>
<property name="text">
<string>5</string>
</property>
</item>
<item>
<property name="text">
<string>6</string>
</property>
</item>
<item>
<property name="text">
<string>7</string>
</property>
</item>
<item>
<property name="text">
<string>8</string>
</property>
</item>
<item>
<property name="text">
<string>9</string>
</property>
</item>
<item>
<property name="text">
<string>10</string>
</property>
</item>
<item>
<property name="text">
<string>15</string>
</property>
</item>
<item>
<property name="text">
<string>20</string>
</property>
</item>
</widget>
<widget class="QComboBox" name="fortyHQ">
<item>
<property name="text">
<string>0</string>
</property>
</item>
<item>
<property name="text">
<string>1</string>
</property>
</item>
<item>
<property name="text">
<string>2</string>
</property>
</item>
<item>
<property name="text">
<string>3</string>
</property>
</item>
<item>
<property name="text">
<string>4</string>
</property>
</item>
<item>
<property name="text">
<string>5</string>
</property>
</item>
<item>
<property name="text">
<string>6</string>
</property>
</item>
<item>
<property name="text">
<string>7</string>
</property>
</item>
<item>
<property name="text">
<string>8</string>
</property>
</item>
<item>
<property name="text">
<string>9</string>
</property>
</item>
<item>
<property name="text">
<string>10</string>
</property>
</item>
<item>
<property name="text">
<string>15</string>
</property>
</item>
<item>
<property name="text">
<string>20</string>
</property>
</item>
</widget>
<widget class="QComboBox" name="bl_chombox">
<item>
<property name="text">
<string>0</string>
</property>
</item>
<item>
<property name="text">
<string>1</string>
</property>
</item>
<item>
<property name="text">
<string>2</string>
</property>
</item>
<item>
<property name="text">
<string>3</string>
</property>
</item>
<item>
<property name="text">
<string>4</string>
</property>
</item>
<item>
<property name="text">
<string>5</string>
</property>
</item>
<item>
<property name="text">
<string>6</string>
</property>
</item>
<item>
<property name="text">
<string>7</string>
</property>
</item>
<item>
<property name="text">
<string>8</string>
</property>
</item>
<item>
<property name="text">
<string>9</string>
</property>
</item>
<item>
<property name="text">
<string>10</string>
</property>
</item>
<item>
<property name="text">
<string>15</string>
</property>
</item>
<item>
<property name="text">
<string>20</string>
</property>
</item>
</widget>
</widget>
<widget class="QSplitter" name="splitter_8">
<property name="geometry">
<rect>
<x>10</x>
<y>11</y>
<width>121</width>
<height>111</height>
</rect>
</property>
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<widget class="QLabel" name="label">
<property name="text">
<string>箱型</string>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="text">
<string>20GP </string>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="text">
<string>40GP</string>
</property>
</widget>
<widget class="QLabel" name="label_4">
<property name="text">
<string>40HQ</string>
</property>
</widget>
<widget class="QLabel" name="label_5">
<property name="text">
<string>保价服务(单证数量)</string>
</property>
</widget>
</widget>
<widget class="QSplitter" name="splitter_2">
<property name="geometry">
<rect>
<x>269</x>
<y>40</y>
<width>174</width>
<height>19</height>
</rect>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<widget class="QDateEdit" name="start_dateEdit"/>
<widget class="QLabel" name="label_7">
<property name="text">
<string>-</string>
</property>
</widget>
<widget class="QDateEdit" name="end_dateEdit"/>
</widget>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>760</width>
<height>22</height>
</rect>
</property>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<resources/>
<connections/>
</ui>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。