123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464 |
- <?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>1001</width>
- <height>678</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>回放(PlayBack)</string>
- </property>
- <widget class="QWidget" name="centralwidget">
- <widget class="QGroupBox" name="groupBox">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>10</y>
- <width>961</width>
- <height>61</height>
- </rect>
- </property>
- <property name="title">
- <string>设备登录(Device Login)</string>
- </property>
- <widget class="QLabel" name="label">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>30</y>
- <width>61</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>80</x>
- <y>30</y>
- <width>121</width>
- <height>20</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="label_2">
- <property name="geometry">
- <rect>
- <x>220</x>
- <y>30</y>
- <width>61</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>端口(Port)</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="Port_lineEdit">
- <property name="geometry">
- <rect>
- <x>280</x>
- <y>30</y>
- <width>113</width>
- <height>20</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="label_3">
- <property name="geometry">
- <rect>
- <x>420</x>
- <y>30</y>
- <width>71</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>用户名(Name)</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="Name_lineEdit">
- <property name="geometry">
- <rect>
- <x>500</x>
- <y>30</y>
- <width>113</width>
- <height>20</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="label_4">
- <property name="geometry">
- <rect>
- <x>640</x>
- <y>30</y>
- <width>61</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>密码(PWD)</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="Pwd_lineEdit">
- <property name="geometry">
- <rect>
- <x>700</x>
- <y>30</y>
- <width>113</width>
- <height>20</height>
- </rect>
- </property>
- <property name="echoMode">
- <enum>QLineEdit::Password</enum>
- </property>
- </widget>
- <widget class="QPushButton" name="Login_pushButton">
- <property name="geometry">
- <rect>
- <x>840</x>
- <y>20</y>
- <width>91</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>登录(Login)</string>
- </property>
- </widget>
- </widget>
- <widget class="QLabel" name="PlayBackWnd">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>80</y>
- <width>691</width>
- <height>551</height>
- </rect>
- </property>
- <property name="autoFillBackground">
- <bool>false</bool>
- </property>
- <property name="styleSheet">
- <string notr="true">background-color: rgb(180, 180, 180);</string>
- </property>
- <property name="text">
- <string>回放(PlayBack)</string>
- </property>
- <property name="alignment">
- <set>Qt::AlignCenter</set>
- </property>
- </widget>
- <widget class="QCalendarWidget" name="SelectDate_calendarWidget">
- <property name="enabled">
- <bool>false</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>720</x>
- <y>160</y>
- <width>251</width>
- <height>201</height>
- </rect>
- </property>
- <property name="selectedDate">
- <date>
- <year>2020</year>
- <month>4</month>
- <day>10</day>
- </date>
- </property>
- <property name="firstDayOfWeek">
- <enum>Qt::Monday</enum>
- </property>
- <property name="gridVisible">
- <bool>true</bool>
- </property>
- <property name="selectionMode">
- <enum>QCalendarWidget::SingleSelection</enum>
- </property>
- <property name="horizontalHeaderFormat">
- <enum>QCalendarWidget::ShortDayNames</enum>
- </property>
- <property name="verticalHeaderFormat">
- <enum>QCalendarWidget::NoVerticalHeader</enum>
- </property>
- <property name="navigationBarVisible">
- <bool>true</bool>
- </property>
- <property name="dateEditEnabled">
- <bool>true</bool>
- </property>
- </widget>
- <widget class="QGroupBox" name="groupBox_2">
- <property name="geometry">
- <rect>
- <x>710</x>
- <y>80</y>
- <width>271</width>
- <height>371</height>
- </rect>
- </property>
- <property name="title">
- <string>回放操作(PlayBack)</string>
- </property>
- <widget class="QRadioButton" name="exist_radioButton">
- <property name="geometry">
- <rect>
- <x>50</x>
- <y>300</y>
- <width>151</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>存在录像(exist video)</string>
- </property>
- <property name="checkable">
- <bool>true</bool>
- </property>
- </widget>
- <widget class="QComboBox" name="Channel_comboBox">
- <property name="enabled">
- <bool>false</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>110</x>
- <y>20</y>
- <width>61</width>
- <height>22</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="Channel_label">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>20</y>
- <width>81</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>通道(channel)</string>
- </property>
- </widget>
- <widget class="QComboBox" name="StreamTyp_comboBox">
- <property name="enabled">
- <bool>false</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>110</x>
- <y>50</y>
- <width>131</width>
- <height>22</height>
- </rect>
- </property>
- <item>
- <property name="text">
- <string>主码流(MainStream)</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>辅码流(ExtraStream)</string>
- </property>
- </item>
- </widget>
- <widget class="QLabel" name="label_5">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>50</y>
- <width>71</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>码流(Stream)</string>
- </property>
- </widget>
- <widget class="QPushButton" name="Pause_pushbutton">
- <property name="enabled">
- <bool>false</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>160</x>
- <y>330</y>
- <width>101</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>暂停(Pause)</string>
- </property>
- </widget>
- <widget class="QPushButton" name="PlayBack_pushbutton">
- <property name="enabled">
- <bool>false</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>330</y>
- <width>101</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>播放(Play)</string>
- </property>
- </widget>
- </widget>
- <widget class="QGroupBox" name="groupBox_3">
- <property name="geometry">
- <rect>
- <x>710</x>
- <y>460</y>
- <width>271</width>
- <height>181</height>
- </rect>
- </property>
- <property name="title">
- <string>下载(download)</string>
- </property>
- <widget class="QDateTimeEdit" name="Start_dateTimeEdit">
- <property name="geometry">
- <rect>
- <x>130</x>
- <y>30</y>
- <width>131</width>
- <height>22</height>
- </rect>
- </property>
- <property name="dateTime">
- <datetime>
- <hour>0</hour>
- <minute>0</minute>
- <second>0</second>
- <year>2020</year>
- <month>5</month>
- <day>9</day>
- </datetime>
- </property>
- <property name="displayFormat">
- <string>yyyy/M/d HH:mm:ss</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_7">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>30</y>
- <width>121</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>起始时间(StartTime)</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_8">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>70</y>
- <width>111</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>结束时间(EndTime)</string>
- </property>
- </widget>
- <widget class="QDateTimeEdit" name="End_dateTimeEdit">
- <property name="geometry">
- <rect>
- <x>130</x>
- <y>70</y>
- <width>131</width>
- <height>22</height>
- </rect>
- </property>
- <property name="dateTime">
- <datetime>
- <hour>0</hour>
- <minute>22</minute>
- <second>0</second>
- <year>2020</year>
- <month>5</month>
- <day>9</day>
- </datetime>
- </property>
- <property name="displayFormat">
- <string>yyyy/M/d HH:mm:ss</string>
- </property>
- </widget>
- <widget class="QPushButton" name="Download_pushButton">
- <property name="enabled">
- <bool>false</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>70</x>
- <y>110</y>
- <width>101</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>下载(download)</string>
- </property>
- </widget>
- <widget class="QProgressBar" name="Download_progressBar">
- <property name="geometry">
- <rect>
- <x>70</x>
- <y>150</y>
- <width>118</width>
- <height>23</height>
- </rect>
- </property>
- <property name="maximum">
- <number>100</number>
- </property>
- <property name="value">
- <number>0</number>
- </property>
- <property name="textDirection">
- <enum>QProgressBar::TopToBottom</enum>
- </property>
- </widget>
- </widget>
- <zorder>groupBox_2</zorder>
- <zorder>groupBox</zorder>
- <zorder>PlayBackWnd</zorder>
- <zorder>SelectDate_calendarWidget</zorder>
- <zorder>groupBox_3</zorder>
- </widget>
- <widget class="QMenuBar" name="menubar">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>1001</width>
- <height>23</height>
- </rect>
- </property>
- </widget>
- <widget class="QStatusBar" name="statusbar"/>
- </widget>
- <resources/>
- <connections/>
- </ui>
|