代码拉取完成,页面将自动刷新
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>frmConfig</class>
<widget class="QDialog" name="frmConfig">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>654</width>
<height>404</height>
</rect>
</property>
<property name="windowTitle">
<string>系统设置</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<property name="spacing">
<number>0</number>
</property>
<property name="leftMargin">
<number>1</number>
</property>
<property name="topMargin">
<number>1</number>
</property>
<property name="rightMargin">
<number>1</number>
</property>
<property name="bottomMargin">
<number>1</number>
</property>
<item>
<widget class="QWidget" name="widget_title" native="true">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>100</width>
<height>28</height>
</size>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<property name="spacing">
<number>0</number>
</property>
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QLabel" name="lab_Ico">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>31</width>
<height>0</height>
</size>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="lab_Title">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="styleSheet">
<string notr="true">font: 10pt "微软雅黑";</string>
</property>
<property name="text">
<string>系统设置</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QWidget" name="widget_menu" native="true">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<property name="spacing">
<number>0</number>
</property>
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QPushButton" name="btnMenu_Close">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>40</width>
<height>0</height>
</size>
</property>
<property name="cursor">
<cursorShape>ArrowCursor</cursorShape>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="toolTip">
<string>关闭</string>
</property>
<property name="text">
<string/>
</property>
<property name="flat">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QWidget" name="widget_main" native="true">
<property name="styleSheet">
<string notr="true">font: 11pt "微软雅黑";</string>
</property>
<widget class="QGroupBox" name="groupBox">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>631</width>
<height>311</height>
</rect>
</property>
<property name="title">
<string/>
</property>
<widget class="QLineEdit" name="txtAppTitle">
<property name="geometry">
<rect>
<x>100</x>
<y>20</y>
<width>511</width>
<height>28</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="labAppTitle">
<property name="geometry">
<rect>
<x>20</x>
<y>20</y>
<width>71</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>软件标题</string>
</property>
</widget>
<widget class="QLabel" name="labNVRType">
<property name="geometry">
<rect>
<x>20</x>
<y>60</y>
<width>71</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>NVR厂商</string>
</property>
</widget>
<widget class="QLineEdit" name="txtNVRType">
<property name="geometry">
<rect>
<x>100</x>
<y>60</y>
<width>511</width>
<height>28</height>
</rect>
</property>
</widget>
<widget class="QLineEdit" name="txtIPCType">
<property name="geometry">
<rect>
<x>100</x>
<y>100</y>
<width>511</width>
<height>28</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="labIPCType">
<property name="geometry">
<rect>
<x>20</x>
<y>100</y>
<width>71</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>IPC厂商</string>
</property>
</widget>
<widget class="QComboBox" name="cboxRtspType">
<property name="geometry">
<rect>
<x>290</x>
<y>140</y>
<width>101</width>
<height>28</height>
</rect>
</property>
<item>
<property name="text">
<string>主码流</string>
</property>
</item>
<item>
<property name="text">
<string>子码流</string>
</property>
</item>
</widget>
<widget class="QLabel" name="labRtspType">
<property name="geometry">
<rect>
<x>210</x>
<y>140</y>
<width>71</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>码流类型</string>
</property>
</widget>
<widget class="SwitchButton" name="btnAutoPoll">
<property name="geometry">
<rect>
<x>100</x>
<y>180</y>
<width>87</width>
<height>28</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="labAutoPoll">
<property name="geometry">
<rect>
<x>20</x>
<y>180</y>
<width>71</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>自动轮询</string>
</property>
</widget>
<widget class="QLabel" name="labPollType">
<property name="geometry">
<rect>
<x>210</x>
<y>180</y>
<width>71</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>轮询画面</string>
</property>
</widget>
<widget class="QComboBox" name="cboxPollType">
<property name="geometry">
<rect>
<x>290</x>
<y>180</y>
<width>101</width>
<height>28</height>
</rect>
</property>
<item>
<property name="text">
<string>1画面</string>
</property>
</item>
<item>
<property name="text">
<string>4画面</string>
</property>
</item>
<item>
<property name="text">
<string>9画面</string>
</property>
</item>
<item>
<property name="text">
<string>16画面</string>
</property>
</item>
</widget>
<widget class="QLabel" name="labAutoRun">
<property name="geometry">
<rect>
<x>20</x>
<y>140</y>
<width>71</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>开机启动</string>
</property>
</widget>
<widget class="SwitchButton" name="btnAutoRun">
<property name="geometry">
<rect>
<x>100</x>
<y>140</y>
<width>87</width>
<height>28</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QComboBox" name="cboxPollInterval">
<property name="geometry">
<rect>
<x>490</x>
<y>180</y>
<width>71</width>
<height>28</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="labPollInterval">
<property name="geometry">
<rect>
<x>410</x>
<y>180</y>
<width>71</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>轮询间隔</string>
</property>
</widget>
<widget class="QLabel" name="labMsec">
<property name="geometry">
<rect>
<x>570</x>
<y>220</y>
<width>31</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>毫秒</string>
</property>
</widget>
<widget class="QLabel" name="labUseVideoOffLineCheck">
<property name="geometry">
<rect>
<x>20</x>
<y>220</y>
<width>71</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>离线检测</string>
</property>
</widget>
<widget class="QLabel" name="labVideoOffLineCheckInterval">
<property name="geometry">
<rect>
<x>210</x>
<y>220</y>
<width>71</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>检测间隔</string>
</property>
</widget>
<widget class="SwitchButton" name="btnUseVideoOffLineCheck">
<property name="geometry">
<rect>
<x>100</x>
<y>220</y>
<width>87</width>
<height>28</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="labSec">
<property name="geometry">
<rect>
<x>370</x>
<y>220</y>
<width>21</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>秒</string>
</property>
</widget>
<widget class="QComboBox" name="cboxDelayTime">
<property name="geometry">
<rect>
<x>490</x>
<y>220</y>
<width>71</width>
<height>28</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="labDelayTime">
<property name="geometry">
<rect>
<x>410</x>
<y>220</y>
<width>71</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>缓存时间</string>
</property>
</widget>
<widget class="QComboBox" name="cboxVideoOffLineCheckInterval">
<property name="geometry">
<rect>
<x>290</x>
<y>220</y>
<width>71</width>
<height>28</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="labSec2">
<property name="geometry">
<rect>
<x>570</x>
<y>180</y>
<width>21</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>秒</string>
</property>
</widget>
<widget class="QLabel" name="labSec1">
<property name="geometry">
<rect>
<x>570</x>
<y>140</y>
<width>31</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>毫秒</string>
</property>
</widget>
<widget class="QComboBox" name="cboxPollSleep">
<property name="geometry">
<rect>
<x>490</x>
<y>140</y>
<width>71</width>
<height>28</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="labPollSleep">
<property name="geometry">
<rect>
<x>410</x>
<y>140</y>
<width>71</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>轮询延时</string>
</property>
</widget>
<widget class="QPushButton" name="btnClearNVR">
<property name="geometry">
<rect>
<x>20</x>
<y>260</y>
<width>141</width>
<height>32</height>
</rect>
</property>
<property name="cursor">
<cursorShape>PointingHandCursor</cursorShape>
</property>
<property name="text">
<string>清空NVR信息</string>
</property>
</widget>
<widget class="QPushButton" name="btnClearIPC">
<property name="geometry">
<rect>
<x>170</x>
<y>260</y>
<width>141</width>
<height>32</height>
</rect>
</property>
<property name="cursor">
<cursorShape>PointingHandCursor</cursorShape>
</property>
<property name="text">
<string>清空IPC信息</string>
</property>
</widget>
<widget class="QPushButton" name="btnClearPoll">
<property name="geometry">
<rect>
<x>320</x>
<y>260</y>
<width>141</width>
<height>32</height>
</rect>
</property>
<property name="cursor">
<cursorShape>PointingHandCursor</cursorShape>
</property>
<property name="text">
<string>清空轮询信息</string>
</property>
</widget>
<widget class="QPushButton" name="btnClearAll">
<property name="geometry">
<rect>
<x>470</x>
<y>260</y>
<width>141</width>
<height>32</height>
</rect>
</property>
<property name="cursor">
<cursorShape>PointingHandCursor</cursorShape>
</property>
<property name="text">
<string>恢复出厂值</string>
</property>
</widget>
</widget>
<widget class="QPushButton" name="btnOk">
<property name="geometry">
<rect>
<x>450</x>
<y>330</y>
<width>91</width>
<height>32</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>28</height>
</size>
</property>
<property name="cursor">
<cursorShape>PointingHandCursor</cursorShape>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="text">
<string>确定(&O)</string>
</property>
<property name="icon">
<iconset resource="rc.qrc">
<normaloff>:/image/update.png</normaloff>:/image/update.png</iconset>
</property>
<property name="iconSize">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</widget>
<widget class="QPushButton" name="btnCancel">
<property name="geometry">
<rect>
<x>550</x>
<y>330</y>
<width>91</width>
<height>32</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>28</height>
</size>
</property>
<property name="cursor">
<cursorShape>PointingHandCursor</cursorShape>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="text">
<string>取消(&C)</string>
</property>
<property name="icon">
<iconset resource="rc.qrc">
<normaloff>:/image/close.png</normaloff>:/image/close.png</iconset>
</property>
<property name="iconSize">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</widget>
</widget>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>SwitchButton</class>
<extends>QPushButton</extends>
<header location="global">switchbutton.h</header>
</customwidget>
</customwidgets>
<resources>
<include location="rc.qrc"/>
</resources>
<connections/>
</ui>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。