3 Star 0 Fork 0

憧憬少/ParkingSystem

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
MainWindows.ui 16.06 KB
一键复制 编辑 原始数据 按行查看 历史
xkl265 提交于 2020-10-20 21:00 . ui&pic
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634
<?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>1127</width>
<height>608</height>
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralwidget">
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QTabWidget" name="tabWidget">
<property name="currentIndex">
<number>0</number>
</property>
<widget class="QWidget" name="main">
<attribute name="title">
<string>进出</string>
</attribute>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>58</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>进场监控</string>
</property>
</widget>
<widget class="QLabel" name="label_4">
<property name="geometry">
<rect>
<x>540</x>
<y>0</y>
<width>58</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>出厂监控</string>
</property>
</widget>
<widget class="QLabel" name="label_9">
<property name="geometry">
<rect>
<x>10</x>
<y>280</y>
<width>91</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>进场车辆信息</string>
</property>
</widget>
<widget class="QLabel" name="label_10">
<property name="geometry">
<rect>
<x>10</x>
<y>310</y>
<width>31</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>车牌</string>
</property>
</widget>
<widget class="QLabel" name="label_11">
<property name="geometry">
<rect>
<x>10</x>
<y>340</y>
<width>31</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>车型</string>
</property>
</widget>
<widget class="QLabel" name="labelInPlate">
<property name="geometry">
<rect>
<x>40</x>
<y>310</y>
<width>58</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>null</string>
</property>
</widget>
<widget class="QLabel" name="labelInType">
<property name="geometry">
<rect>
<x>40</x>
<y>340</y>
<width>58</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>null</string>
</property>
</widget>
<widget class="QLabel" name="label_14">
<property name="geometry">
<rect>
<x>110</x>
<y>310</y>
<width>61</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>收费标准</string>
</property>
</widget>
<widget class="QLabel" name="labelInPrice">
<property name="geometry">
<rect>
<x>170</x>
<y>310</y>
<width>58</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>null</string>
</property>
</widget>
<widget class="QLabel" name="label_16">
<property name="geometry">
<rect>
<x>110</x>
<y>340</y>
<width>61</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>进场时间</string>
</property>
</widget>
<widget class="QLabel" name="labelInTime">
<property name="geometry">
<rect>
<x>170</x>
<y>340</y>
<width>58</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>null</string>
</property>
</widget>
<widget class="QLabel" name="label_35">
<property name="geometry">
<rect>
<x>540</x>
<y>340</y>
<width>31</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>车型</string>
</property>
</widget>
<widget class="QLabel" name="label_36">
<property name="geometry">
<rect>
<x>540</x>
<y>280</y>
<width>91</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>进场车辆信息</string>
</property>
</widget>
<widget class="QLabel" name="labelOutInTime">
<property name="geometry">
<rect>
<x>700</x>
<y>340</y>
<width>58</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>null</string>
</property>
</widget>
<widget class="QLabel" name="labelOutPlate">
<property name="geometry">
<rect>
<x>570</x>
<y>310</y>
<width>58</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>null</string>
</property>
</widget>
<widget class="QLabel" name="label_39">
<property name="geometry">
<rect>
<x>640</x>
<y>310</y>
<width>61</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>收费标准</string>
</property>
</widget>
<widget class="QLabel" name="label_40">
<property name="geometry">
<rect>
<x>640</x>
<y>340</y>
<width>61</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>进场时间</string>
</property>
</widget>
<widget class="QLabel" name="labelOutPrice">
<property name="geometry">
<rect>
<x>700</x>
<y>310</y>
<width>58</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>null</string>
</property>
</widget>
<widget class="QLabel" name="labelOutType">
<property name="geometry">
<rect>
<x>570</x>
<y>340</y>
<width>58</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>null</string>
</property>
</widget>
<widget class="QLabel" name="label_43">
<property name="geometry">
<rect>
<x>540</x>
<y>310</y>
<width>31</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>车牌</string>
</property>
</widget>
<widget class="QLabel" name="labelOutOutTime">
<property name="geometry">
<rect>
<x>600</x>
<y>370</y>
<width>58</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>null</string>
</property>
</widget>
<widget class="QLabel" name="label_45">
<property name="geometry">
<rect>
<x>540</x>
<y>370</y>
<width>61</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>出场时间</string>
</property>
</widget>
<widget class="QPushButton" name="pushButtonIn">
<property name="geometry">
<rect>
<x>0</x>
<y>420</y>
<width>112</width>
<height>32</height>
</rect>
</property>
<property name="text">
<string>进场模拟</string>
</property>
</widget>
<widget class="QPushButton" name="pushButtonInMa">
<property name="geometry">
<rect>
<x>120</x>
<y>420</y>
<width>112</width>
<height>32</height>
</rect>
</property>
<property name="text">
<string>手动抬杆进场</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_7">
<property name="geometry">
<rect>
<x>660</x>
<y>410</y>
<width>112</width>
<height>32</height>
</rect>
</property>
<property name="text">
<string>手动抬杆出厂</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_8">
<property name="geometry">
<rect>
<x>540</x>
<y>410</y>
<width>112</width>
<height>32</height>
</rect>
</property>
<property name="text">
<string>进场模拟</string>
</property>
</widget>
<widget class="QLabel" name="label_46">
<property name="geometry">
<rect>
<x>90</x>
<y>490</y>
<width>58</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>null</string>
</property>
</widget>
<widget class="QLabel" name="label_47">
<property name="geometry">
<rect>
<x>10</x>
<y>490</y>
<width>61</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>停车数量</string>
</property>
</widget>
<widget class="QLabel" name="inLabel">
<property name="geometry">
<rect>
<x>5</x>
<y>20</y>
<width>500</width>
<height>250</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="outLabel">
<property name="geometry">
<rect>
<x>540</x>
<y>20</y>
<width>500</width>
<height>250</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
</widget>
<widget class="QWidget" name="history">
<attribute name="title">
<string>历史记录</string>
</attribute>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>10</x>
<y>0</y>
<width>101</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>历史收费标准</string>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>550</x>
<y>0</y>
<width>81</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>停车记录</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit">
<property name="geometry">
<rect>
<x>600</x>
<y>23</y>
<width>101</width>
<height>21</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_5">
<property name="geometry">
<rect>
<x>550</x>
<y>23</y>
<width>41</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string> 车牌</string>
</property>
</widget>
<widget class="QLabel" name="label_6">
<property name="geometry">
<rect>
<x>730</x>
<y>23</y>
<width>58</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>车型</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_2">
<property name="geometry">
<rect>
<x>770</x>
<y>23</y>
<width>101</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="pushButton">
<property name="geometry">
<rect>
<x>960</x>
<y>15</y>
<width>112</width>
<height>32</height>
</rect>
</property>
<property name="text">
<string>查询</string>
</property>
</widget>
<widget class="QLabel" name="label_7">
<property name="geometry">
<rect>
<x>10</x>
<y>19</y>
<width>51</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string> 时间</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_4">
<property name="geometry">
<rect>
<x>60</x>
<y>23</y>
<width>91</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="pushButton_2">
<property name="geometry">
<rect>
<x>400</x>
<y>15</y>
<width>112</width>
<height>32</height>
</rect>
</property>
<property name="text">
<string>查询</string>
</property>
</widget>
<widget class="QTableWidget" name="tableWidgetPrice">
<property name="geometry">
<rect>
<x>10</x>
<y>50</y>
<width>520</width>
<height>460</height>
</rect>
</property>
</widget>
<widget class="QTableWidget" name="tableWidgetPark">
<property name="geometry">
<rect>
<x>550</x>
<y>50</y>
<width>520</width>
<height>460</height>
</rect>
</property>
</widget>
</widget>
<widget class="QWidget" name="graphic">
<attribute name="title">
<string>报表</string>
</attribute>
</widget>
</widget>
</item>
</layout>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1127</width>
<height>22</height>
</rect>
</property>
<widget class="QMenu" name="menu">
<property name="title">
<string>模拟</string>
</property>
<addaction name="actionIn"/>
<addaction name="actionOut"/>
</widget>
<widget class="QMenu" name="menu_2">
<property name="title">
<string>设置</string>
</property>
<addaction name="actionshezhi"/>
<addaction name="actionsetParkSum"/>
</widget>
<addaction name="menu"/>
<addaction name="menu_2"/>
</widget>
<widget class="QStatusBar" name="statusbar"/>
<action name="actionceshi2">
<property name="text">
<string>ceshi2</string>
</property>
</action>
<action name="actionIn">
<property name="text">
<string>进入</string>
</property>
</action>
<action name="actionOut">
<property name="text">
<string>出场</string>
</property>
</action>
<action name="actionshezhi">
<property name="text">
<string>设置收费标准</string>
</property>
</action>
<action name="actionsetParkSum">
<property name="text">
<string>设置停车数量</string>
</property>
</action>
</widget>
<resources/>
<connections/>
</ui>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/ChangingSelf/parking-system.git
[email protected]:ChangingSelf/parking-system.git
ChangingSelf
parking-system
ParkingSystem
master

搜索帮助