123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>MainWindow</class>
- <widget class="QMainWindow" name="MainWindow">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>923</width>
- <height>668</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>智能交通IntelligentTrffic(离线offline)</string>
- </property>
- <widget class="QWidget" name="centralwidget">
- <widget class="QGroupBox" name="Login_groupBox">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>10</y>
- <width>901</width>
- <height>61</height>
- </rect>
- </property>
- <property name="title">
- <string>设备登录(Login info)</string>
- </property>
- <widget class="QPushButton" name="Logout_pushButton">
- <property name="geometry">
- <rect>
- <x>800</x>
- <y>20</y>
- <width>91</width>
- <height>41</height>
- </rect>
- </property>
- <property name="text">
- <string>登出(Logout)</string>
- </property>
- </widget>
- <widget class="QPushButton" name="Login_pushButton">
- <property name="geometry">
- <rect>
- <x>700</x>
- <y>20</y>
- <width>91</width>
- <height>41</height>
- </rect>
- </property>
- <property name="text">
- <string>登录(Login)</string>
- </property>
- </widget>
- <widget class="QLabel" name="Pwd_label">
- <property name="geometry">
- <rect>
- <x>510</x>
- <y>30</y>
- <width>91</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string>密码(Password)</string>
- </property>
- </widget>
- <widget class="QLabel" name="User_label">
- <property name="geometry">
- <rect>
- <x>310</x>
- <y>30</y>
- <width>111</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string>用户名(Username)</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="Port_lineEdit">
- <property name="geometry">
- <rect>
- <x>240</x>
- <y>30</y>
- <width>71</width>
- <height>20</height>
- </rect>
- </property>
- </widget>
- <widget class="QLineEdit" name="User_lineEdit">
- <property name="geometry">
- <rect>
- <x>410</x>
- <y>30</y>
- <width>91</width>
- <height>20</height>
- </rect>
- </property>
- </widget>
- <widget class="QLineEdit" name="Pwd_lineEdit">
- <property name="geometry">
- <rect>
- <x>600</x>
- <y>30</y>
- <width>91</width>
- <height>20</height>
- </rect>
- </property>
- <property name="echoMode">
- <enum>QLineEdit::Password</enum>
- </property>
- </widget>
- <widget class="QLabel" name="IP_label">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>30</y>
- <width>81</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>IP地址(IP)</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="IP_lineEdit">
- <property name="geometry">
- <rect>
- <x>60</x>
- <y>30</y>
- <width>111</width>
- <height>20</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="Port_label">
- <property name="geometry">
- <rect>
- <x>180</x>
- <y>30</y>
- <width>61</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>端口(Port)</string>
- </property>
- </widget>
- </widget>
- <widget class="QGroupBox" name="Operate_groupBox">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>80</y>
- <width>201</width>
- <height>271</height>
- </rect>
- </property>
- <property name="title">
- <string>操作(Operation)</string>
- </property>
- <widget class="QPushButton" name="Play_pushButton">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>80</y>
- <width>191</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>预览(Start Monitoring)</string>
- </property>
- </widget>
- <widget class="QPushButton" name="StopPlay_pushButton">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>130</y>
- <width>191</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>停止预览(Stop Monitoring)</string>
- </property>
- </widget>
- <widget class="QPushButton" name="Attach_pushButton">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>180</y>
- <width>191</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>订阅(Subscribe)</string>
- </property>
- </widget>
- <widget class="QPushButton" name="Detach_pushButton">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>230</y>
- <width>191</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>停止订阅(Cancel Subscription)</string>
- </property>
- </widget>
- <widget class="QComboBox" name="Channel_comboBox">
- <property name="geometry">
- <rect>
- <x>100</x>
- <y>40</y>
- <width>91</width>
- <height>22</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="label">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>40</y>
- <width>101</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>通道(Channel)</string>
- </property>
- </widget>
- </widget>
- <widget class="QGroupBox" name="Play_groupBox">
- <property name="geometry">
- <rect>
- <x>210</x>
- <y>80</y>
- <width>391</width>
- <height>271</height>
- </rect>
- </property>
- <property name="title">
- <string>播放(Play)</string>
- </property>
- <widget class="QLabel" name="Video_label">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>20</y>
- <width>371</width>
- <height>241</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">background-color: rgb(189, 189, 189);</string>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- </widget>
- <widget class="QGroupBox" name="Attach_groupBox">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>350</y>
- <width>591</width>
- <height>271</height>
- </rect>
- </property>
- <property name="title">
- <string>订阅信息(Subscription Details)</string>
- </property>
- <widget class="QTableWidget" name="Attach_tableWidget">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>20</y>
- <width>571</width>
- <height>241</height>
- </rect>
- </property>
- <attribute name="horizontalHeaderDefaultSectionSize">
- <number>150</number>
- </attribute>
- <column>
- <property name="text">
- <string>时间(Time)</string>
- </property>
- <property name="textAlignment">
- <set>AlignCenter</set>
- </property>
- </column>
- <column>
- <property name="text">
- <string extracomment="123">事件(Event)</string>
- </property>
- <property name="textAlignment">
- <set>AlignCenter</set>
- </property>
- </column>
- <column>
- <property name="text">
- <string>车牌号(Plate No.)</string>
- </property>
- <property name="textAlignment">
- <set>AlignCenter</set>
- </property>
- </column>
- <column>
- <property name="text">
- <string>车牌颜色(Plate Color)</string>
- </property>
- <property name="textAlignment">
- <set>AlignCenter</set>
- </property>
- </column>
- <column>
- <property name="text">
- <string>车型类型(Vehicle Type)</string>
- </property>
- <property name="textAlignment">
- <set>AlignCenter</set>
- </property>
- </column>
- <column>
- <property name="text">
- <string>车身颜色(Vehicle Color)</string>
- </property>
- <property name="textAlignment">
- <set>AlignCenter</set>
- </property>
- </column>
- </widget>
- </widget>
- <widget class="QLabel" name="GlobalScene_label">
- <property name="geometry">
- <rect>
- <x>620</x>
- <y>100</y>
- <width>281</width>
- <height>241</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">background-color: rgb(189, 189, 189);</string>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- <widget class="QGroupBox" name="GlobalScene_groupBox">
- <property name="geometry">
- <rect>
- <x>610</x>
- <y>80</y>
- <width>301</width>
- <height>271</height>
- </rect>
- </property>
- <property name="title">
- <string>全景图(Panoramic Image)</string>
- </property>
- </widget>
- <widget class="QGroupBox" name="VehicleInfo_groupBox">
- <property name="geometry">
- <rect>
- <x>610</x>
- <y>350</y>
- <width>301</width>
- <height>271</height>
- </rect>
- </property>
- <property name="title">
- <string>车牌图(Plate Image)</string>
- </property>
- <widget class="QLabel" name="SmallScene_label">
- <property name="geometry">
- <rect>
- <x>30</x>
- <y>70</y>
- <width>251</width>
- <height>81</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">background-color: rgb(189, 189, 189);</string>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- </widget>
- <zorder>VehicleInfo_groupBox</zorder>
- <zorder>GlobalScene_groupBox</zorder>
- <zorder>Operate_groupBox</zorder>
- <zorder>Login_groupBox</zorder>
- <zorder>Play_groupBox</zorder>
- <zorder>Attach_groupBox</zorder>
- <zorder>GlobalScene_label</zorder>
- </widget>
- <widget class="QMenuBar" name="menubar">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>923</width>
- <height>23</height>
- </rect>
- </property>
- </widget>
- <widget class="QStatusBar" name="statusbar"/>
- <action name="Switch_action">
- <property name="text">
- <string>中英文切换</string>
- </property>
- </action>
- </widget>
- <resources/>
- <connections/>
- </ui>
|