| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>Dialog</class>
- <widget class="QDialog" name="Dialog">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>488</width>
- <height>423</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Dialog</string>
- </property>
- <widget class="QGroupBox" name="groupBox">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>0</y>
- <width>471</width>
- <height>121</height>
- </rect>
- </property>
- <property name="title">
- <string>Dev Login</string>
- </property>
- <widget class="QPushButton" name="pushButton_loginAndLogout">
- <property name="geometry">
- <rect>
- <x>230</x>
- <y>90</y>
- <width>75</width>
- <height>23</height>
- </rect>
- </property>
- <property name="text">
- <string>Login</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_2">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>50</y>
- <width>41</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string>User</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit_port">
- <property name="geometry">
- <rect>
- <x>340</x>
- <y>20</y>
- <width>111</width>
- <height>20</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="label_3">
- <property name="geometry">
- <rect>
- <x>230</x>
- <y>20</y>
- <width>61</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string>Port</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit_password">
- <property name="geometry">
- <rect>
- <x>340</x>
- <y>50</y>
- <width>111</width>
- <height>20</height>
- </rect>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit_ip">
- <property name="geometry">
- <rect>
- <x>70</x>
- <y>20</y>
- <width>121</width>
- <height>20</height>
- </rect>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit_user">
- <property name="geometry">
- <rect>
- <x>70</x>
- <y>50</y>
- <width>121</width>
- <height>20</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="label">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>20</y>
- <width>31</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string>IP</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_4">
- <property name="geometry">
- <rect>
- <x>230</x>
- <y>50</y>
- <width>81</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string>Password</string>
- </property>
- </widget>
- </widget>
- <widget class="QGroupBox" name="groupBox_3">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>130</y>
- <width>471</width>
- <height>281</height>
- </rect>
- </property>
- <property name="title">
- <string>Operator</string>
- </property>
- <widget class="QProgressBar" name="progressBarByRecord">
- <property name="geometry">
- <rect>
- <x>110</x>
- <y>240</y>
- <width>351</width>
- <height>21</height>
- </rect>
- </property>
- <property name="value">
- <number>0</number>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_playBack">
- <property name="geometry">
- <rect>
- <x>110</x>
- <y>200</y>
- <width>81</width>
- <height>23</height>
- </rect>
- </property>
- <property name="text">
- <string>PlayBack</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_rewind">
- <property name="geometry">
- <rect>
- <x>230</x>
- <y>200</y>
- <width>81</width>
- <height>23</height>
- </rect>
- </property>
- <property name="text">
- <string>Rewind</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_download">
- <property name="geometry">
- <rect>
- <x>350</x>
- <y>200</y>
- <width>81</width>
- <height>23</height>
- </rect>
- </property>
- <property name="text">
- <string>Download</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_10">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>240</y>
- <width>81</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string>Progress</string>
- </property>
- </widget>
- <widget class="QTimeEdit" name="timeEdit_stratTime">
- <property name="geometry">
- <rect>
- <x>110</x>
- <y>110</y>
- <width>118</width>
- <height>22</height>
- </rect>
- </property>
- <property name="displayFormat">
- <string>H:mm:ss</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_5">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>30</y>
- <width>61</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string>Channel</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_8">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>110</y>
- <width>81</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string>Start Time</string>
- </property>
- </widget>
- <widget class="QComboBox" name="comboBox_streamType">
- <property name="geometry">
- <rect>
- <x>340</x>
- <y>30</y>
- <width>121</width>
- <height>20</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="label_6">
- <property name="geometry">
- <rect>
- <x>240</x>
- <y>30</y>
- <width>101</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>Stream Type</string>
- </property>
- </widget>
- <widget class="QTimeEdit" name="timeEdit_endTime">
- <property name="geometry">
- <rect>
- <x>110</x>
- <y>150</y>
- <width>118</width>
- <height>22</height>
- </rect>
- </property>
- <property name="displayFormat">
- <string>H:mm:ss</string>
- </property>
- </widget>
- <widget class="QComboBox" name="comboBox_recordType">
- <property name="geometry">
- <rect>
- <x>340</x>
- <y>70</y>
- <width>121</width>
- <height>20</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="label_9">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>150</y>
- <width>71</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string>End Time</string>
- </property>
- </widget>
- <widget class="QComboBox" name="comboBox_channel">
- <property name="geometry">
- <rect>
- <x>110</x>
- <y>30</y>
- <width>91</width>
- <height>22</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="label_7">
- <property name="geometry">
- <rect>
- <x>240</x>
- <y>70</y>
- <width>81</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>Vedio Type</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_11">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>70</y>
- <width>66</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>Date</string>
- </property>
- </widget>
- <widget class="QDateEdit" name="dateEdit">
- <property name="geometry">
- <rect>
- <x>108</x>
- <y>70</y>
- <width>121</width>
- <height>22</height>
- </rect>
- </property>
- <property name="displayFormat">
- <string>yyyy/M/d</string>
- </property>
- </widget>
- </widget>
- </widget>
- <layoutdefault spacing="6" margin="11"/>
- <resources/>
- <connections/>
- </ui>
|