123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>Dialog</class>
- <widget class="QDialog" name="Dialog">
- <property name="enabled">
- <bool>true</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>1966</width>
- <height>1347</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>MainWindow</string>
- </property>
- <widget class="QLabel" name="DisplayLabel">
- <property name="geometry">
- <rect>
- <x>130</x>
- <y>50</y>
- <width>1291</width>
- <height>951</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">border-width: 1px;border-style: solid;border-color: rgb(0, 0, 0);</string>
- </property>
- <property name="text">
- <string/>
- </property>
- <property name="scaledContents">
- <bool>true</bool>
- </property>
- <property name="margin">
- <number>1</number>
- </property>
- </widget>
- <widget class="QPushButton" name="OpenButton">
- <property name="enabled">
- <bool>true</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>1540</x>
- <y>420</y>
- <width>111</width>
- <height>41</height>
- </rect>
- </property>
- <property name="cursor">
- <cursorShape>ArrowCursor</cursorShape>
- </property>
- <property name="text">
- <string>开始预览</string>
- </property>
- </widget>
- <widget class="QPushButton" name="CloseButton">
- <property name="enabled">
- <bool>false</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>1700</x>
- <y>420</y>
- <width>141</width>
- <height>41</height>
- </rect>
- </property>
- <property name="text">
- <string>停止预览</string>
- </property>
- </widget>
- <widget class="QStatusBar" name="statusBar">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>3</width>
- <height>22</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="IpLabel">
- <property name="geometry">
- <rect>
- <x>1480</x>
- <y>156</y>
- <width>51</width>
- <height>30</height>
- </rect>
- </property>
- <property name="text">
- <string>IP</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="IPLineEdit">
- <property name="geometry">
- <rect>
- <x>1540</x>
- <y>140</y>
- <width>301</width>
- <height>61</height>
- </rect>
- </property>
- </widget>
- <widget class="QLineEdit" name="AcccountLineEdit">
- <property name="geometry">
- <rect>
- <x>1540</x>
- <y>230</y>
- <width>301</width>
- <height>61</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="AccountLabel">
- <property name="geometry">
- <rect>
- <x>1480</x>
- <y>244</y>
- <width>51</width>
- <height>30</height>
- </rect>
- </property>
- <property name="text">
- <string>账号</string>
- </property>
- </widget>
- <widget class="QLabel" name="PwdLabel">
- <property name="geometry">
- <rect>
- <x>1480</x>
- <y>328</y>
- <width>51</width>
- <height>30</height>
- </rect>
- </property>
- <property name="text">
- <string>密码</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="PwdLineEdit">
- <property name="geometry">
- <rect>
- <x>1540</x>
- <y>315</y>
- <width>301</width>
- <height>61</height>
- </rect>
- </property>
- </widget>
- <widget class="QLineEdit" name="SavePicDirLineEdit">
- <property name="geometry">
- <rect>
- <x>1540</x>
- <y>525</y>
- <width>301</width>
- <height>61</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="PwdLabel_2">
- <property name="geometry">
- <rect>
- <x>1430</x>
- <y>536</y>
- <width>101</width>
- <height>30</height>
- </rect>
- </property>
- <property name="text">
- <string>图片地址</string>
- </property>
- </widget>
- <widget class="QLabel" name="PortLabel_2">
- <property name="geometry">
- <rect>
- <x>1460</x>
- <y>66</y>
- <width>71</width>
- <height>30</height>
- </rect>
- </property>
- <property name="text">
- <string>摄像头</string>
- </property>
- </widget>
- <widget class="QComboBox" name="LocationcomboBox">
- <property name="geometry">
- <rect>
- <x>1540</x>
- <y>50</y>
- <width>371</width>
- <height>61</height>
- </rect>
- </property>
- </widget>
- </widget>
- <layoutdefault spacing="6" margin="11"/>
- <resources/>
- <connections/>
- </ui>
|