|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
<ui version="4.0">
|
|
|
<class>serch</class>
|
|
|
<widget class="QDialog" name="serch">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>0</x>
|
|
|
<y>0</y>
|
|
|
<width>600</width>
|
|
|
<height>420</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="minimumSize">
|
|
|
<size>
|
|
|
<width>600</width>
|
|
|
<height>420</height>
|
|
|
</size>
|
|
|
</property>
|
|
|
<property name="maximumSize">
|
|
|
<size>
|
|
|
<width>600</width>
|
|
|
<height>420</height>
|
|
|
</size>
|
|
|
</property>
|
|
|
<property name="windowTitle">
|
|
|
<string>Dialog</string>
|
|
|
</property>
|
|
|
<property name="styleSheet">
|
|
|
<string notr="true">background-color: rgb(255, 255, 255);</string>
|
|
|
</property>
|
|
|
<widget class="QLabel" name="label_4">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>300</x>
|
|
|
<y>0</y>
|
|
|
<width>300</width>
|
|
|
<height>420</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string/>
|
|
|
</property>
|
|
|
<property name="scaledContents">
|
|
|
<bool>true</bool>
|
|
|
</property>
|
|
|
</widget>
|
|
|
<widget class="QWidget" name="layoutWidget">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>20</x>
|
|
|
<y>310</y>
|
|
|
<width>271</width>
|
|
|
<height>81</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="minimumSize">
|
|
|
<size>
|
|
|
<width>50</width>
|
|
|
<height>50</height>
|
|
|
</size>
|
|
|
</property>
|
|
|
<property name="maximumSize">
|
|
|
<size>
|
|
|
<width>143434</width>
|
|
|
<height>16777215</height>
|
|
|
</size>
|
|
|
</property>
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
|
<item>
|
|
|
<widget class="QPushButton" name="pushButton">
|
|
|
<property name="minimumSize">
|
|
|
<size>
|
|
|
<width>81</width>
|
|
|
<height>40</height>
|
|
|
</size>
|
|
|
</property>
|
|
|
<property name="maximumSize">
|
|
|
<size>
|
|
|
<width>81</width>
|
|
|
<height>40</height>
|
|
|
</size>
|
|
|
</property>
|
|
|
<property name="font">
|
|
|
<font>
|
|
|
<family>Candara</family>
|
|
|
<pointsize>16</pointsize>
|
|
|
<weight>50</weight>
|
|
|
<italic>false</italic>
|
|
|
<bold>false</bold>
|
|
|
</font>
|
|
|
</property>
|
|
|
<property name="styleSheet">
|
|
|
<string notr="true">background-color: qlineargradient(spread:pad, x1:0.52, y1:1, x2:0.54, y2:0,
|
|
|
stop:0.0112994 rgba(200, 255, 190, 255),
|
|
|
stop:1 rgbargb(255, 255, 255));
|
|
|
|
|
|
|
|
|
border:0px groove gray;border-radius:
|
|
|
7px;padding:2px 4px;
|
|
|
font: 16pt "Candara";</string>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string>查询</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item>
|
|
|
<widget class="QPushButton" name="pushButton_2">
|
|
|
<property name="minimumSize">
|
|
|
<size>
|
|
|
<width>75</width>
|
|
|
<height>40</height>
|
|
|
</size>
|
|
|
</property>
|
|
|
<property name="maximumSize">
|
|
|
<size>
|
|
|
<width>81</width>
|
|
|
<height>16777215</height>
|
|
|
</size>
|
|
|
</property>
|
|
|
<property name="font">
|
|
|
<font>
|
|
|
<family>Candara</family>
|
|
|
<pointsize>16</pointsize>
|
|
|
<weight>50</weight>
|
|
|
<italic>false</italic>
|
|
|
<bold>false</bold>
|
|
|
</font>
|
|
|
</property>
|
|
|
<property name="styleSheet">
|
|
|
<string notr="true">background-color: qlineargradient(spread:pad, x1:0.52, y1:1, x2:0.54, y2:0,
|
|
|
stop:0.0112994 rgba(200, 255, 190, 255),
|
|
|
stop:1 rgbargb(255, 255, 255));
|
|
|
|
|
|
|
|
|
border:0px groove gray;border-radius:
|
|
|
7px;padding:2px 4px;
|
|
|
font: 16pt "Candara";</string>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string>返回</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
</layout>
|
|
|
</widget>
|
|
|
<widget class="QLabel" name="label_3">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>20</x>
|
|
|
<y>230</y>
|
|
|
<width>131</width>
|
|
|
<height>31</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="font">
|
|
|
<font>
|
|
|
<family>微软雅黑</family>
|
|
|
<pointsize>18</pointsize>
|
|
|
<weight>50</weight>
|
|
|
<italic>false</italic>
|
|
|
<bold>false</bold>
|
|
|
</font>
|
|
|
</property>
|
|
|
<property name="styleSheet">
|
|
|
<string notr="true">font: 18pt "微软雅黑";</string>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string><html><head/><body><p align="center">停车时长(分钟):</p></body></html></string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
<widget class="QTextBrowser" name="textBrowser_5">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>70</x>
|
|
|
<y>260</y>
|
|
|
<width>200</width>
|
|
|
<height>40</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="maximumSize">
|
|
|
<size>
|
|
|
<width>16777215</width>
|
|
|
<height>40</height>
|
|
|
</size>
|
|
|
</property>
|
|
|
<property name="font">
|
|
|
<font>
|
|
|
<family>微软雅黑</family>
|
|
|
<pointsize>12</pointsize>
|
|
|
<weight>50</weight>
|
|
|
<italic>false</italic>
|
|
|
<bold>false</bold>
|
|
|
</font>
|
|
|
</property>
|
|
|
<property name="styleSheet">
|
|
|
<string notr="true">background-color: qlineargradient(spread:pad, x1:0.52, y1:1, x2:0.54, y2:0,
|
|
|
stop:0.0112994 rgba(254, 255, 190, 255),
|
|
|
stop:1 rgbargb(170, 255, 255));
|
|
|
border:1px groove gray;border-radius:
|
|
|
7px;padding:2px 4px;
|
|
|
font: 12pt "微软雅黑";
|
|
|
|
|
|
</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
<widget class="QLabel" name="label_2">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>-10</x>
|
|
|
<y>130</y>
|
|
|
<width>141</width>
|
|
|
<height>31</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="font">
|
|
|
<font>
|
|
|
<family>微软雅黑</family>
|
|
|
<pointsize>18</pointsize>
|
|
|
<weight>50</weight>
|
|
|
<italic>false</italic>
|
|
|
<bold>false</bold>
|
|
|
</font>
|
|
|
</property>
|
|
|
<property name="styleSheet">
|
|
|
<string notr="true">font: 18pt "微软雅黑";</string>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string><html><head/><body><p align="center">进入次数:</p></body></html></string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
<widget class="QTextBrowser" name="textBrowser_4">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>70</x>
|
|
|
<y>160</y>
|
|
|
<width>200</width>
|
|
|
<height>40</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="maximumSize">
|
|
|
<size>
|
|
|
<width>16777215</width>
|
|
|
<height>16777215</height>
|
|
|
</size>
|
|
|
</property>
|
|
|
<property name="font">
|
|
|
<font>
|
|
|
<family>微软雅黑</family>
|
|
|
<pointsize>12</pointsize>
|
|
|
<weight>50</weight>
|
|
|
<italic>false</italic>
|
|
|
<bold>false</bold>
|
|
|
</font>
|
|
|
</property>
|
|
|
<property name="styleSheet">
|
|
|
<string notr="true">background-color: qlineargradient(spread:pad, x1:0.52, y1:1, x2:0.54, y2:0,
|
|
|
stop:0.0112994 rgba(254, 255, 190, 255),
|
|
|
stop:1 rgbargb(170, 255, 255));
|
|
|
border:1px groove gray;border-radius:
|
|
|
7px;padding:2px 4px;
|
|
|
font: 12pt "微软雅黑";
|
|
|
|
|
|
</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
<widget class="QLineEdit" name="lineEdit">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>70</x>
|
|
|
<y>60</y>
|
|
|
<width>200</width>
|
|
|
<height>40</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="maximumSize">
|
|
|
<size>
|
|
|
<width>16777215</width>
|
|
|
<height>16777215</height>
|
|
|
</size>
|
|
|
</property>
|
|
|
<property name="font">
|
|
|
<font>
|
|
|
<family>微软雅黑</family>
|
|
|
<pointsize>12</pointsize>
|
|
|
<weight>50</weight>
|
|
|
<italic>false</italic>
|
|
|
<bold>false</bold>
|
|
|
</font>
|
|
|
</property>
|
|
|
<property name="styleSheet">
|
|
|
<string notr="true">background-color: qlineargradient(spread:pad, x1:0.52, y1:1, x2:0.54, y2:0,
|
|
|
stop:0.0112994 rgba(254, 255, 190, 255),
|
|
|
stop:1 rgbargb(170, 255, 255));
|
|
|
border:1px groove gray;border-radius:
|
|
|
7px;padding:2px 4px;
|
|
|
font: 12pt "微软雅黑";
|
|
|
|
|
|
</string>
|
|
|
</property>
|
|
|
<property name="placeholderText">
|
|
|
<string>请输入车牌号</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
<widget class="QLabel" name="label">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>0</x>
|
|
|
<y>30</y>
|
|
|
<width>101</width>
|
|
|
<height>21</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="font">
|
|
|
<font>
|
|
|
<family>微软雅黑</family>
|
|
|
<pointsize>18</pointsize>
|
|
|
<weight>50</weight>
|
|
|
<italic>false</italic>
|
|
|
<bold>false</bold>
|
|
|
</font>
|
|
|
</property>
|
|
|
<property name="styleSheet">
|
|
|
<string notr="true">font: 18pt "微软雅黑";</string>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string><html><head/><body><p align="center">车牌号:</p></body></html></string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</widget>
|
|
|
<resources/>
|
|
|
<connections/>
|
|
|
</ui>
|