📄 frm_searchfile.ui
字号:
<ui version="4.0" > <class>frm_searchfile</class> <widget class="QWidget" name="frm_searchfile" > <property name="windowModality" > <enum>Qt::WindowModal</enum> </property> <property name="geometry" > <rect> <x>0</x> <y>0</y> <width>735</width> <height>565</height> </rect> </property> <property name="windowTitle" > <string>录像文件搜索</string> </property> <property name="styleSheet" > <string notr="true" >font: 12pt "文泉驿正黑";background-color: rgb(112, 200, 11);</string> </property> <widget class="QLabel" name="label" > <property name="geometry" > <rect> <x>30</x> <y>30</y> <width>91</width> <height>24</height> </rect> </property> <property name="text" > <string>选择通道</string> </property> </widget> <widget class="QLabel" name="label_2" > <property name="geometry" > <rect> <x>30</x> <y>75</y> <width>91</width> <height>24</height> </rect> </property> <property name="text" > <string>起止时间</string> </property> </widget> <widget class="QLabel" name="label_3" > <property name="geometry" > <rect> <x>490</x> <y>120</y> <width>70</width> <height>24</height> </rect> </property> <property name="text" > <string>/000</string> </property> </widget> <widget class="QLabel" name="label_4" > <property name="geometry" > <rect> <x>220</x> <y>30</y> <width>91</width> <height>24</height> </rect> </property> <property name="text" > <string>录像类型</string> </property> </widget> <widget class="QLabel" name="label_5" > <property name="geometry" > <rect> <x>20</x> <y>436</y> <width>91</width> <height>24</height> </rect> </property> <property name="text" > <string>存储设备</string> </property> </widget> <widget class="QLabel" name="label_6" > <property name="geometry" > <rect> <x>320</x> <y>120</y> <width>91</width> <height>24</height> </rect> </property> <property name="text" > <string>选择页号</string> </property> </widget> <widget class="QDialogButtonBox" name="buttonBox" > <property name="geometry" > <rect> <x>280</x> <y>520</y> <width>189</width> <height>34</height> </rect> </property> <property name="standardButtons" > <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> </property> </widget> <widget class="QTableView" name="tableView" > <property name="geometry" > <rect> <x>20</x> <y>160</y> <width>701</width> <height>261</height> </rect> </property> </widget> <widget class="QComboBox" name="comboBox" > <property name="geometry" > <rect> <x>110</x> <y>430</y> <width>121</width> <height>37</height> </rect> </property> <item> <property name="text" > <string>U盘</string> </property> </item> <item> <property name="text" > <string>硬盘</string> </property> </item> </widget> <widget class="QPushButton" name="pushButton" > <property name="geometry" > <rect> <x>520</x> <y>430</y> <width>161</width> <height>36</height> </rect> </property> <property name="text" > <string>备份当天录像</string> </property> </widget> <widget class="QPushButton" name="pushButton_2" > <property name="geometry" > <rect> <x>380</x> <y>475</y> <width>151</width> <height>36</height> </rect> </property> <property name="text" > <string>备份选中文件</string> </property> </widget> <widget class="QPushButton" name="pushButton_3" > <property name="geometry" > <rect> <x>20</x> <y>475</y> <width>170</width> <height>36</height> </rect> </property> <property name="text" > <string>当前页全部选中</string> </property> </widget> <widget class="QPushButton" name="pushButton_4" > <property name="geometry" > <rect> <x>200</x> <y>475</y> <width>170</width> <height>36</height> </rect> </property> <property name="text" > <string>当前页全部取消</string> </property> </widget> <widget class="QTimeEdit" name="timeEdit" > <property name="geometry" > <rect> <x>250</x> <y>430</y> <width>118</width> <height>34</height> </rect> </property> <property name="displayFormat" > <string>hh:mm:ss</string> </property> </widget> <widget class="QTimeEdit" name="timeEdit_2" > <property name="geometry" > <rect> <x>390</x> <y>430</y> <width>118</width> <height>34</height> </rect> </property> <property name="displayFormat" > <string>hh:mm:ss</string> </property> </widget> <widget class="Line" name="line" > <property name="geometry" > <rect> <x>370</x> <y>440</y> <width>16</width> <height>16</height> </rect> </property> <property name="orientation" > <enum>Qt::Horizontal</enum> </property> </widget> <widget class="QSpinBox" name="spinBox" > <property name="geometry" > <rect> <x>120</x> <y>20</y> <width>81</width> <height>34</height> </rect> </property> <property name="minimum" > <number>1</number> </property> <property name="maximum" > <number>16</number> </property> </widget> <widget class="QComboBox" name="comboBox_2" > <property name="geometry" > <rect> <x>320</x> <y>20</y> <width>171</width> <height>37</height> </rect> </property> <item> <property name="text" > <string>全部</string> </property> </item> </widget> <widget class="QDateTimeEdit" name="dateTimeEdit" > <property name="geometry" > <rect> <x>120</x> <y>70</y> <width>250</width> <height>34</height> </rect> </property> <property name="date" > <date> <year>2008</year> <month>3</month> <day>2</day> </date> </property> <property name="time" > <time> <hour>12</hour> <minute>0</minute> <second>0</second> </time> </property> <property name="currentSection" > <enum>QDateTimeEdit::YearSection</enum> </property> <property name="displayFormat" > <string>yyyy-MM-dd hh:mm:ss</string> </property> <property name="calendarPopup" > <bool>true</bool> </property> </widget> <widget class="QDateTimeEdit" name="dateTimeEdit_2" > <property name="geometry" > <rect> <x>390</x> <y>70</y> <width>250</width> <height>34</height> </rect> </property> <property name="displayFormat" > <string>yyyy-MM-dd hh:mm:ss</string> </property> </widget> <widget class="Line" name="line_2" > <property name="geometry" > <rect> <x>370</x> <y>80</y> <width>16</width> <height>16</height> </rect> </property> <property name="orientation" > <enum>Qt::Horizontal</enum> </property> </widget> <widget class="QPushButton" name="pushButton_5" > <property name="geometry" > <rect> <x>30</x> <y>116</y> <width>121</width> <height>36</height> </rect> </property> <property name="text" > <string>搜索文件</string> </property> </widget> <widget class="QPushButton" name="pushButton_6" > <property name="geometry" > <rect> <x>160</x> <y>116</y> <width>131</width> <height>36</height> </rect> </property> <property name="text" > <string>按时间回放</string> </property> </widget> <widget class="QPushButton" name="pushButton_7" > <property name="geometry" > <rect> <x>550</x> <y>114</y> <width>100</width> <height>36</height> </rect> </property> <property name="text" > <string>跳转</string> </property> </widget> <widget class="QSpinBox" name="spinBox_2" > <property name="geometry" > <rect> <x>420</x> <y>115</y> <width>63</width> <height>34</height> </rect> </property> <property name="minimum" > <number>1</number> </property> <property name="maximum" > <number>999</number> </property> </widget> </widget> <resources/> <connections/></ui>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -