5 Star 17 Fork 18

sj0830 / qt_project

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
frmconfig.ui 17.99 KB
一键复制 编辑 原始数据 按行查看 历史
sj0830 提交于 2020-02-18 23:34 . 首次提交,建立基础开发版本;
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698
<?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 &quot;微软雅黑&quot;;</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 &quot;微软雅黑&quot;;</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>确定(&amp;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>取消(&amp;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>
C/C++
1
https://gitee.com/sjsun/qt_project.git
git@gitee.com:sjsun/qt_project.git
sjsun
qt_project
qt_project
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891