123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>lbl</class>
- <widget class="QDialog" name="lbl">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>862</width>
- <height>715</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>智能交通监控系统</string>
- </property>
- <widget class="QDialogButtonBox" name="buttonBox">
- <property name="geometry">
- <rect>
- <x>440</x>
- <y>640</y>
- <width>341</width>
- <height>32</height>
- </rect>
- </property>
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
- </property>
- <property name="standardButtons">
- <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
- </property>
- </widget>
- <widget class="QLabel" name="label">
- <property name="geometry">
- <rect>
- <x>60</x>
- <y>180</y>
- <width>400</width>
- <height>311</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">border-width:1px;
- border-style:solid;
- border-radius:7px;
- border-top-color:#fffff;
- border-left-color:#ffffff;
- border-bottom-color:#888888;
- border-right-color:#888888;
- </string>
- </property>
- <property name="text">
- <string>TextLabel</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_2">
- <property name="geometry">
- <rect>
- <x>670</x>
- <y>150</y>
- <width>161</width>
- <height>181</height>
- </rect>
- </property>
- <property name="text">
- <string>识别信息</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_3">
- <property name="geometry">
- <rect>
- <x>670</x>
- <y>470</y>
- <width>72</width>
- <height>15</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">border-width:1px;
- border-style:solid;
- border-radius:7px;
- border-top-color:#fffff;
- border-left-color:#ffffff;
- border-bottom-color:#888888;
- border-right-color:#888888;
- </string>
- </property>
- <property name="text">
- <string>显示信息</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton">
- <property name="geometry">
- <rect>
- <x>190</x>
- <y>610</y>
- <width>93</width>
- <height>28</height>
- </rect>
- </property>
- <property name="text">
- <string>抓取图像</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_4">
- <property name="geometry">
- <rect>
- <x>300</x>
- <y>30</y>
- <width>231</width>
- <height>101</height>
- </rect>
- </property>
- <property name="minimumSize">
- <size>
- <width>10</width>
- <height>10</height>
- </size>
- </property>
- <property name="styleSheet">
- <string notr="true">font: 14pt "隶书";
- border-width:4px;
- border-style:solid;
- border-top-color:black;
- border-bottom-color:black;</string>
- </property>
- <property name="text">
- <string>智能交通监控系统</string>
- </property>
- </widget>
- </widget>
- <resources/>
- <connections>
- <connection>
- <sender>buttonBox</sender>
- <signal>accepted()</signal>
- <receiver>lbl</receiver>
- <slot>accept()</slot>
- <hints>
- <hint type="sourcelabel">
- <x>248</x>
- <y>254</y>
- </hint>
- <hint type="destinationlabel">
- <x>157</x>
- <y>274</y>
- </hint>
- </hints>
- </connection>
- <connection>
- <sender>buttonBox</sender>
- <signal>rejected()</signal>
- <receiver>lbl</receiver>
- <slot>reject()</slot>
- <hints>
- <hint type="sourcelabel">
- <x>316</x>
- <y>260</y>
- </hint>
- <hint type="destinationlabel">
- <x>286</x>
- <y>274</y>
- </hint>
- </hints>
- </connection>
- </connections>
- </ui>
|