parking_lot_sysytem/widget.ui

160 lines
3.5 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Widget</class>
<widget class="QWidget" name="Widget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>489</width>
<height>718</height>
</rect>
</property>
<property name="windowTitle">
<string>Widget</string>
</property>
<widget class="QStackedWidget" name="stackedWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>501</width>
<height>661</height>
</rect>
</property>
<widget class="QWidget" name="page">
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>40</x>
<y>50</y>
<width>251</width>
<height>71</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>20</pointsize>
</font>
</property>
<property name="text">
<string>欢迎来到停车场</string>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>50</x>
<y>150</y>
<width>311</width>
<height>71</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>15</pointsize>
</font>
</property>
<property name="text">
<string>放置驱车码</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_3">
<property name="geometry">
<rect>
<x>90</x>
<y>390</y>
<width>93</width>
<height>28</height>
</rect>
</property>
<property name="text">
<string>存车</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_4">
<property name="geometry">
<rect>
<x>280</x>
<y>390</y>
<width>93</width>
<height>28</height>
</rect>
</property>
<property name="text">
<string>取车</string>
</property>
</widget>
<widget class="QTextEdit" name="code">
<property name="geometry">
<rect>
<x>90</x>
<y>266</y>
<width>281</width>
<height>51</height>
</rect>
</property>
</widget>
</widget>
<widget class="QWidget" name="page_2">
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>60</x>
<y>60</y>
<width>241</width>
<height>31</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>18</pointsize>
</font>
</property>
<property name="text">
<string>尊敬的用户您好</string>
</property>
</widget>
<widget class="QTextBrowser" name="log">
<property name="geometry">
<rect>
<x>60</x>
<y>140</y>
<width>341</width>
<height>381</height>
</rect>
</property>
</widget>
</widget>
</widget>
<widget class="QPushButton" name="pushButton">
<property name="geometry">
<rect>
<x>70</x>
<y>660</y>
<width>93</width>
<height>28</height>
</rect>
</property>
<property name="text">
<string>主页</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_2">
<property name="geometry">
<rect>
<x>310</x>
<y>660</y>
<width>93</width>
<height>28</height>
</rect>
</property>
<property name="text">
<string>用户</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>