123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552 |
- <?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>921</width>
- <height>776</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>允许名单AllowedList(离线offline)</string>
- </property>
- <widget class="QWidget" name="centralwidget">
- <widget class="QGroupBox" name="Login_groupBox">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>10</y>
- <width>901</width>
- <height>61</height>
- </rect>
- </property>
- <property name="title">
- <string>设备登录(Login info)</string>
- </property>
- <widget class="QPushButton" name="Logout_pushButton">
- <property name="geometry">
- <rect>
- <x>800</x>
- <y>20</y>
- <width>91</width>
- <height>41</height>
- </rect>
- </property>
- <property name="text">
- <string>登出(Logout)</string>
- </property>
- </widget>
- <widget class="QPushButton" name="Login_pushButton">
- <property name="geometry">
- <rect>
- <x>700</x>
- <y>20</y>
- <width>91</width>
- <height>41</height>
- </rect>
- </property>
- <property name="text">
- <string>登录(Login)</string>
- </property>
- </widget>
- <widget class="QLabel" name="Pwd_label">
- <property name="geometry">
- <rect>
- <x>510</x>
- <y>30</y>
- <width>91</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string>密码(Password)</string>
- </property>
- </widget>
- <widget class="QLabel" name="User_label">
- <property name="geometry">
- <rect>
- <x>330</x>
- <y>30</y>
- <width>101</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string>用户名(Username)</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="Port_lineEdit">
- <property name="geometry">
- <rect>
- <x>260</x>
- <y>30</y>
- <width>51</width>
- <height>20</height>
- </rect>
- </property>
- </widget>
- <widget class="QLineEdit" name="User_lineEdit">
- <property name="geometry">
- <rect>
- <x>430</x>
- <y>30</y>
- <width>61</width>
- <height>20</height>
- </rect>
- </property>
- </widget>
- <widget class="QLineEdit" name="Pwd_lineEdit">
- <property name="geometry">
- <rect>
- <x>600</x>
- <y>30</y>
- <width>91</width>
- <height>20</height>
- </rect>
- </property>
- <property name="echoMode">
- <enum>QLineEdit::Password</enum>
- </property>
- </widget>
- <widget class="QLabel" name="IP_label">
- <property name="geometry">
- <rect>
- <x>30</x>
- <y>30</y>
- <width>61</width>
- <height>21</height>
- </rect>
- </property>
- <property name="text">
- <string>IP地址(IP)</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="IP_lineEdit">
- <property name="geometry">
- <rect>
- <x>90</x>
- <y>30</y>
- <width>91</width>
- <height>20</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="Port_label">
- <property name="geometry">
- <rect>
- <x>200</x>
- <y>30</y>
- <width>61</width>
- <height>21</height>
- </rect>
- </property>
- <property name="text">
- <string>端口(Port)</string>
- </property>
- </widget>
- </widget>
- <widget class="QGroupBox" name="Operate_groupBox">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>550</y>
- <width>901</width>
- <height>181</height>
- </rect>
- </property>
- <property name="title">
- <string>允许名单操作(Allowed List Operation)</string>
- </property>
- <widget class="QPushButton" name="AllDelete_pushButton">
- <property name="geometry">
- <rect>
- <x>630</x>
- <y>130</y>
- <width>151</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>全部删除(Delete All)</string>
- </property>
- </widget>
- <widget class="QPushButton" name="Add_pushButton">
- <property name="geometry">
- <rect>
- <x>30</x>
- <y>130</y>
- <width>151</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>添加(Add)</string>
- </property>
- </widget>
- <widget class="QPushButton" name="Modify_pushButton">
- <property name="geometry">
- <rect>
- <x>230</x>
- <y>130</y>
- <width>151</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>修改(Modify)</string>
- </property>
- </widget>
- <widget class="QPushButton" name="Delete_pushButton">
- <property name="geometry">
- <rect>
- <x>430</x>
- <y>130</y>
- <width>151</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>删除(Delete)</string>
- </property>
- </widget>
- <widget class="QLabel" name="PlateNo_label">
- <property name="geometry">
- <rect>
- <x>30</x>
- <y>30</y>
- <width>111</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>车牌号(Plate No.)</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="SwitchAuthorize_lineEdit">
- <property name="geometry">
- <rect>
- <x>750</x>
- <y>30</y>
- <width>51</width>
- <height>20</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="VehicleOwner_label">
- <property name="geometry">
- <rect>
- <x>290</x>
- <y>30</y>
- <width>131</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>车主(Vehicle Owner)</string>
- </property>
- </widget>
- <widget class="QLabel" name="StartTime_label">
- <property name="geometry">
- <rect>
- <x>30</x>
- <y>80</y>
- <width>131</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>开始时间(Start Time)</string>
- </property>
- </widget>
- <widget class="QLabel" name="SwitchAuthorize_label">
- <property name="geometry">
- <rect>
- <x>580</x>
- <y>30</y>
- <width>171</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>开闸授权(Switch Authorize)</string>
- </property>
- </widget>
- <widget class="QLabel" name="EndTime_label">
- <property name="geometry">
- <rect>
- <x>290</x>
- <y>80</y>
- <width>121</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>结束时间(End Time)</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="StartTime_lineEdit">
- <property name="geometry">
- <rect>
- <x>160</x>
- <y>80</y>
- <width>111</width>
- <height>20</height>
- </rect>
- </property>
- </widget>
- <widget class="QLineEdit" name="PlateNo_lineEdit">
- <property name="geometry">
- <rect>
- <x>160</x>
- <y>30</y>
- <width>111</width>
- <height>20</height>
- </rect>
- </property>
- </widget>
- <widget class="QLineEdit" name="EndTime_lineEdit">
- <property name="geometry">
- <rect>
- <x>420</x>
- <y>80</y>
- <width>111</width>
- <height>20</height>
- </rect>
- </property>
- </widget>
- <widget class="QLineEdit" name="VehicleOwner_lineEdit">
- <property name="geometry">
- <rect>
- <x>420</x>
- <y>30</y>
- <width>111</width>
- <height>20</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="RecordNo_label">
- <property name="geometry">
- <rect>
- <x>580</x>
- <y>80</y>
- <width>121</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>记录号(Record No.)</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="RecordNo_lineEdit">
- <property name="geometry">
- <rect>
- <x>750</x>
- <y>80</y>
- <width>51</width>
- <height>20</height>
- </rect>
- </property>
- </widget>
- </widget>
- <widget class="QGroupBox" name="Allowed_groupBox">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>220</y>
- <width>901</width>
- <height>311</height>
- </rect>
- </property>
- <property name="title">
- <string>允许名单信息(Allowed List Details)</string>
- </property>
- <widget class="QTableWidget" name="Query_tableWidget">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>20</y>
- <width>881</width>
- <height>281</height>
- </rect>
- </property>
- <property name="minimumSize">
- <size>
- <width>881</width>
- <height>281</height>
- </size>
- </property>
- <attribute name="horizontalHeaderCascadingSectionResizes">
- <bool>false</bool>
- </attribute>
- <attribute name="horizontalHeaderDefaultSectionSize">
- <number>160</number>
- </attribute>
- <attribute name="horizontalHeaderShowSortIndicator" stdset="0">
- <bool>false</bool>
- </attribute>
- <attribute name="horizontalHeaderStretchLastSection">
- <bool>false</bool>
- </attribute>
- <column>
- <property name="text">
- <string extracomment="123">车牌号(Plate No.)</string>
- </property>
- <property name="textAlignment">
- <set>AlignCenter</set>
- </property>
- </column>
- <column>
- <property name="text">
- <string>车主(Vehicle Owner)</string>
- </property>
- <property name="textAlignment">
- <set>AlignCenter</set>
- </property>
- </column>
- <column>
- <property name="text">
- <string>开始时间(Start Time)</string>
- </property>
- <property name="textAlignment">
- <set>AlignCenter</set>
- </property>
- </column>
- <column>
- <property name="text">
- <string>结束时间(End Time)</string>
- </property>
- <property name="textAlignment">
- <set>AlignCenter</set>
- </property>
- </column>
- <column>
- <property name="text">
- <string>开闸授权(Switch Authorize)</string>
- </property>
- <property name="textAlignment">
- <set>AlignCenter</set>
- </property>
- </column>
- <column>
- <property name="text">
- <string>记录号(Record No.)</string>
- </property>
- <property name="textAlignment">
- <set>AlignCenter</set>
- </property>
- </column>
- </widget>
- </widget>
- <widget class="QGroupBox" name="Query_Box">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>90</y>
- <width>901</width>
- <height>111</height>
- </rect>
- </property>
- <property name="title">
- <string>允许名单查询(Allowed List Query)</string>
- </property>
- <widget class="QPushButton" name="Query_pushButton">
- <property name="geometry">
- <rect>
- <x>460</x>
- <y>60</y>
- <width>151</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>模糊查询(Fuzzy Query)</string>
- </property>
- </widget>
- <widget class="QGroupBox" name="plate_messageBox">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>30</y>
- <width>431</width>
- <height>61</height>
- </rect>
- </property>
- <property name="title">
- <string>车牌信息(Plate Message)</string>
- </property>
- <widget class="QLabel" name="Province_label">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>30</y>
- <width>91</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>省份(Province)</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="Province_lineEdit">
- <property name="geometry">
- <rect>
- <x>120</x>
- <y>30</y>
- <width>31</width>
- <height>20</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="PlateNum_label">
- <property name="geometry">
- <rect>
- <x>170</x>
- <y>30</y>
- <width>141</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>车牌编号(Plate Number)</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="PlateNum_lineEdit">
- <property name="geometry">
- <rect>
- <x>320</x>
- <y>30</y>
- <width>71</width>
- <height>20</height>
- </rect>
- </property>
- </widget>
- </widget>
- </widget>
- <zorder>Operate_groupBox</zorder>
- <zorder>Login_groupBox</zorder>
- <zorder>Allowed_groupBox</zorder>
- <zorder>Query_Box</zorder>
- </widget>
- <widget class="QMenuBar" name="menubar">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>921</width>
- <height>23</height>
- </rect>
- </property>
- </widget>
- <widget class="QStatusBar" name="statusbar"/>
- <action name="Switch_action">
- <property name="text">
- <string>中英文切换</string>
- </property>
- </action>
- </widget>
- <resources/>
- <connections/>
- </ui>
|