123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>Classroom</class>
- <widget class="QDialog" name="Classroom">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>1250</width>
- <height>800</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>智能教室监控系统</string>
- </property>
- <widget class="QLabel" name="label">
- <property name="geometry">
- <rect>
- <x>60</x>
- <y>125</y>
- <width>800</width>
- <height>550</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">border-style:solid;
- border-width:3px;
- border-radius:10px;
- border-color:silver;
- </string>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton">
- <property name="geometry">
- <rect>
- <x>720</x>
- <y>700</y>
- <width>93</width>
- <height>28</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true"/>
- </property>
- <property name="text">
- <string>抓取图像</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_2">
- <property name="geometry">
- <rect>
- <x>870</x>
- <y>600</y>
- <width>300</width>
- <height>50</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">border-width:0px;
- font: 10pt "黑体";
- </string>
- </property>
- <property name="text">
- <string><html><head/><body><p align="center"><span style=" color:#ff0000;">识别信息</span></p></body></html></string>
- </property>
- </widget>
- <widget class="QLabel" name="label_3">
- <property name="geometry">
- <rect>
- <x>870</x>
- <y>540</y>
- <width>300</width>
- <height>50</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">border-width:0px;
- font: 10pt "黑体";</string>
- </property>
- <property name="text">
- <string><html><head/><body><p align="center"><span style=" color:#ff0000;">显示信息</span></p></body></html></string>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_2">
- <property name="geometry">
- <rect>
- <x>450</x>
- <y>50</y>
- <width>300</width>
- <height>45</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <family>黑体</family>
- <pointsize>20</pointsize>
- <weight>50</weight>
- <italic>false</italic>
- <bold>false</bold>
- </font>
- </property>
- <property name="styleSheet">
- <string notr="true">border-width:1px;
- font: 20pt "黑体";
- border-radius:10px;
- border-top-color:silver
- </string>
- </property>
- <property name="text">
- <string>智能教室监控系统</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_4">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>10</y>
- <width>1200</width>
- <height>750</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">border-style:solid;
- border-width:3px;
- border-radius:10px;
- border-color:black;</string>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|