<?xml version="1.0" encoding="UTF-8"?>
|
<ui version="4.0">
|
<class>SysSet_Page</class>
|
<widget class="QDialog" name="SysSet_Page">
|
<property name="geometry">
|
<rect>
|
<x>0</x>
|
<y>0</y>
|
<width>1600</width>
|
<height>480</height>
|
</rect>
|
</property>
|
<property name="windowTitle">
|
<string>Dialog</string>
|
</property>
|
<widget class="QLabel" name="label_background">
|
<property name="geometry">
|
<rect>
|
<x>0</x>
|
<y>0</y>
|
<width>800</width>
|
<height>480</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string/>
|
</property>
|
<property name="pixmap">
|
<pixmap resource="../Source/resource.qrc">:/new/prefix1/bg.png</pixmap>
|
</property>
|
</widget>
|
<widget class="Line" name="line_h">
|
<property name="geometry">
|
<rect>
|
<x>0</x>
|
<y>40</y>
|
<width>800</width>
|
<height>4</height>
|
</rect>
|
</property>
|
<property name="orientation">
|
<enum>Qt::Horizontal</enum>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_Time">
|
<property name="geometry">
|
<rect>
|
<x>570</x>
|
<y>10</y>
|
<width>221</width>
|
<height>30</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>18</pointsize>
|
</font>
|
</property>
|
<property name="layoutDirection">
|
<enum>Qt::LeftToRight</enum>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 0);</string>
|
</property>
|
<property name="text">
|
<string>2017-10-09 12:20:09</string>
|
</property>
|
<property name="alignment">
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_Title">
|
<property name="geometry">
|
<rect>
|
<x>20</x>
|
<y>5</y>
|
<width>200</width>
|
<height>35</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>24</pointsize>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 0);</string>
|
</property>
|
<property name="text">
|
<string>系统设置</string>
|
</property>
|
</widget>
|
<widget class="QPushButton" name="pushButton_Exit">
|
<property name="geometry">
|
<rect>
|
<x>640</x>
|
<y>420</y>
|
<width>120</width>
|
<height>50</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 0, 0);
|
background-color:rgb(231,231,231);</string>
|
</property>
|
<property name="text">
|
<string>退 出</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_USB">
|
<property name="geometry">
|
<rect>
|
<x>480</x>
|
<y>10</y>
|
<width>40</width>
|
<height>30</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string/>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_WIFI">
|
<property name="geometry">
|
<rect>
|
<x>520</x>
|
<y>10</y>
|
<width>40</width>
|
<height>30</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string/>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_MON">
|
<property name="geometry">
|
<rect>
|
<x>440</x>
|
<y>10</y>
|
<width>40</width>
|
<height>30</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string/>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_softinfo">
|
<property name="geometry">
|
<rect>
|
<x>10</x>
|
<y>430</y>
|
<width>621</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>18</pointsize>
|
<weight>50</weight>
|
<bold>false</bold>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>软件版本:</string>
|
</property>
|
</widget>
|
<widget class="QWidget" name="widget" native="true">
|
<property name="geometry">
|
<rect>
|
<x>0</x>
|
<y>45</y>
|
<width>1600</width>
|
<height>370</height>
|
</rect>
|
</property>
|
<widget class="QTabWidget" name="SysSet_tab">
|
<property name="geometry">
|
<rect>
|
<x>10</x>
|
<y>0</y>
|
<width>721</width>
|
<height>351</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">QTabBar::tab{
|
color:green;
|
min-width:130px;
|
min-height:50px;
|
}
|
QTabBar::tab:selected{
|
color:blue;
|
}</string>
|
</property>
|
<property name="currentIndex">
|
<number>1</number>
|
</property>
|
<widget class="QWidget" name="tab_datetime">
|
<property name="styleSheet">
|
<string notr="true"/>
|
</property>
|
<attribute name="title">
|
<string>系统时间</string>
|
</attribute>
|
<widget class="QLabel" name="label_tab1_bg">
|
<property name="geometry">
|
<rect>
|
<x>0</x>
|
<y>0</y>
|
<width>760</width>
|
<height>300</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string/>
|
</property>
|
<property name="pixmap">
|
<pixmap resource="../Source/resource.qrc">:/new/prefix1/bg.png</pixmap>
|
</property>
|
</widget>
|
<widget class="Custom_LineEdit" name="ledit_date" native="true">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="geometry">
|
<rect>
|
<x>170</x>
|
<y>30</y>
|
<width>191</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>19</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::ClickFocus</enum>
|
</property>
|
<property name="text" stdset="0">
|
<string>2017-12-08</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_date">
|
<property name="geometry">
|
<rect>
|
<x>60</x>
|
<y>30</y>
|
<width>101</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<family>Ubuntu</family>
|
<pointsize>22</pointsize>
|
<weight>50</weight>
|
<italic>false</italic>
|
<bold>false</bold>
|
<underline>false</underline>
|
<kerning>true</kerning>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>日 期</string>
|
</property>
|
</widget>
|
<widget class="Custom_LineEdit" name="ledit_time" native="true">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="geometry">
|
<rect>
|
<x>170</x>
|
<y>80</y>
|
<width>191</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>19</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::ClickFocus</enum>
|
</property>
|
<property name="text" stdset="0">
|
<string>09:34:56</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_time">
|
<property name="geometry">
|
<rect>
|
<x>60</x>
|
<y>80</y>
|
<width>101</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<family>Ubuntu</family>
|
<pointsize>22</pointsize>
|
<weight>50</weight>
|
<italic>false</italic>
|
<bold>false</bold>
|
<underline>false</underline>
|
<kerning>true</kerning>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>时 间</string>
|
</property>
|
</widget>
|
<widget class="QPushButton" name="btn_set_time">
|
<property name="geometry">
|
<rect>
|
<x>60</x>
|
<y>240</y>
|
<width>110</width>
|
<height>50</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">background-color:rgb(231,231,231);</string>
|
</property>
|
<property name="text">
|
<string>应 用</string>
|
</property>
|
</widget>
|
</widget>
|
<widget class="QWidget" name="tab_sysparam">
|
<attribute name="title">
|
<string>系统参数</string>
|
</attribute>
|
<widget class="QLabel" name="label_tab2_bg">
|
<property name="geometry">
|
<rect>
|
<x>0</x>
|
<y>0</y>
|
<width>760</width>
|
<height>300</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string/>
|
</property>
|
<property name="pixmap">
|
<pixmap resource="../Source/resource.qrc">:/new/prefix1/bg.png</pixmap>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_mlow">
|
<property name="geometry">
|
<rect>
|
<x>40</x>
|
<y>55</y>
|
<width>300</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>22</pointsize>
|
<weight>50</weight>
|
<bold>false</bold>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>单体下限到处理</string>
|
</property>
|
</widget>
|
<widget class="Custom_LineEdit" name="ledit_mlow" native="true">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="geometry">
|
<rect>
|
<x>340</x>
|
<y>55</y>
|
<width>230</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>19</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="text" stdset="0">
|
<string/>
|
</property>
|
</widget>
|
<widget class="Custom_LineEdit" name="ledit_maddr" native="true">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="geometry">
|
<rect>
|
<x>340</x>
|
<y>235</y>
|
<width>230</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>19</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::ClickFocus</enum>
|
</property>
|
<property name="text" stdset="0">
|
<string>1</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_maddr">
|
<property name="geometry">
|
<rect>
|
<x>40</x>
|
<y>235</y>
|
<width>300</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<family>Ubuntu</family>
|
<pointsize>22</pointsize>
|
<weight>50</weight>
|
<italic>false</italic>
|
<bold>false</bold>
|
<underline>false</underline>
|
<kerning>true</kerning>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>备用模块地址配置</string>
|
</property>
|
</widget>
|
<widget class="Custom_LineEdit" name="ledit_morder" native="true">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="geometry">
|
<rect>
|
<x>340</x>
|
<y>100</y>
|
<width>230</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>19</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="text" stdset="0">
|
<string/>
|
</property>
|
</widget>
|
<widget class="QPushButton" name="btn_set_addr">
|
<property name="geometry">
|
<rect>
|
<x>580</x>
|
<y>235</y>
|
<width>110</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">background-color:rgb(231,231,231);</string>
|
</property>
|
<property name="text">
|
<string>配 置</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_morder">
|
<property name="geometry">
|
<rect>
|
<x>40</x>
|
<y>100</y>
|
<width>300</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>22</pointsize>
|
<weight>50</weight>
|
<bold>false</bold>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>单体编号顺序</string>
|
</property>
|
</widget>
|
<widget class="Custom_LineEdit" name="ledit_dsave" native="true">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="geometry">
|
<rect>
|
<x>340</x>
|
<y>10</y>
|
<width>230</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>19</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::ClickFocus</enum>
|
</property>
|
<property name="text" stdset="0">
|
<string/>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_dsave">
|
<property name="geometry">
|
<rect>
|
<x>40</x>
|
<y>10</y>
|
<width>300</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>22</pointsize>
|
<weight>50</weight>
|
<bold>false</bold>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>数据保存间隔(m)</string>
|
</property>
|
</widget>
|
<widget class="Custom_LineEdit" name="ledit_mfreq" native="true">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="geometry">
|
<rect>
|
<x>340</x>
|
<y>190</y>
|
<width>230</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>19</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::ClickFocus</enum>
|
</property>
|
<property name="text" stdset="0">
|
<string/>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_mfreq">
|
<property name="geometry">
|
<rect>
|
<x>40</x>
|
<y>190</y>
|
<width>300</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<family>Ubuntu</family>
|
<pointsize>22</pointsize>
|
<weight>50</weight>
|
<italic>false</italic>
|
<bold>false</bold>
|
<underline>false</underline>
|
<kerning>true</kerning>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>单体频段</string>
|
</property>
|
</widget>
|
<widget class="Custom_LineEdit" name="ledit_loadplus" native="true">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="geometry">
|
<rect>
|
<x>340</x>
|
<y>145</y>
|
<width>230</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>19</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="text" stdset="0">
|
<string/>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_loadplus">
|
<property name="geometry">
|
<rect>
|
<x>40</x>
|
<y>145</y>
|
<width>300</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>22</pointsize>
|
<weight>50</weight>
|
<bold>false</bold>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>并机功能</string>
|
</property>
|
</widget>
|
<zorder>label_tab2_bg</zorder>
|
<zorder>label_mlow</zorder>
|
<zorder>label_maddr</zorder>
|
<zorder>btn_set_addr</zorder>
|
<zorder>label_morder</zorder>
|
<zorder>label_dsave</zorder>
|
<zorder>label_mfreq</zorder>
|
<zorder>ledit_maddr</zorder>
|
<zorder>ledit_mfreq</zorder>
|
<zorder>ledit_mlow</zorder>
|
<zorder>ledit_dsave</zorder>
|
<zorder>ledit_morder</zorder>
|
<zorder>ledit_loadplus</zorder>
|
<zorder>label_loadplus</zorder>
|
</widget>
|
<widget class="QWidget" name="tab">
|
<attribute name="title">
|
<string>网络配置</string>
|
</attribute>
|
<widget class="QFrame" name="frame">
|
<property name="geometry">
|
<rect>
|
<x>0</x>
|
<y>-10</y>
|
<width>731</width>
|
<height>351</height>
|
</rect>
|
</property>
|
<property name="frameShape">
|
<enum>QFrame::Box</enum>
|
</property>
|
<property name="frameShadow">
|
<enum>QFrame::Raised</enum>
|
</property>
|
<widget class="QLabel" name="label_tcp_port">
|
<property name="geometry">
|
<rect>
|
<x>390</x>
|
<y>140</y>
|
<width>141</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
<weight>50</weight>
|
<bold>false</bold>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>端口</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_IP">
|
<property name="geometry">
|
<rect>
|
<x>40</x>
|
<y>130</y>
|
<width>281</width>
|
<height>41</height>
|
</rect>
|
</property>
|
<property name="sizePolicy">
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
<horstretch>0</horstretch>
|
<verstretch>0</verstretch>
|
</sizepolicy>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
<weight>50</weight>
|
<bold>false</bold>
|
</font>
|
</property>
|
<property name="layoutDirection">
|
<enum>Qt::LeftToRight</enum>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>IP地址:</string>
|
</property>
|
<property name="alignment">
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
|
</property>
|
</widget>
|
<widget class="QPushButton" name="btn_tcp_start">
|
<property name="enabled">
|
<bool>false</bool>
|
</property>
|
<property name="geometry">
|
<rect>
|
<x>500</x>
|
<y>250</y>
|
<width>110</width>
|
<height>50</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">background-color:rgb(231,231,231);border-radius:10px;</string>
|
</property>
|
<property name="text">
|
<string>确定</string>
|
</property>
|
</widget>
|
<widget class="Custom_LineEdit" name="ledit_tcp_ip" native="true">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="geometry">
|
<rect>
|
<x>530</x>
|
<y>90</y>
|
<width>171</width>
|
<height>35</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>19</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="text" stdset="0">
|
<string/>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_tcp_status">
|
<property name="geometry">
|
<rect>
|
<x>390</x>
|
<y>190</y>
|
<width>261</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
<weight>50</weight>
|
<bold>false</bold>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>状态:</string>
|
</property>
|
</widget>
|
<widget class="Custom_LineEdit" name="ledit_pwd" native="true">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="geometry">
|
<rect>
|
<x>160</x>
|
<y>70</y>
|
<width>141</width>
|
<height>35</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>19</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="text" stdset="0">
|
<string/>
|
</property>
|
</widget>
|
<widget class="QPushButton" name="btn_connect">
|
<property name="enabled">
|
<bool>false</bool>
|
</property>
|
<property name="geometry">
|
<rect>
|
<x>120</x>
|
<y>250</y>
|
<width>110</width>
|
<height>50</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">background-color:rgb(231,231,231);border-radius:10px;</string>
|
</property>
|
<property name="text">
|
<string>连 接</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_ssid">
|
<property name="geometry">
|
<rect>
|
<x>40</x>
|
<y>20</y>
|
<width>91</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
<weight>50</weight>
|
<bold>false</bold>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>WLAN</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_pwd">
|
<property name="geometry">
|
<rect>
|
<x>40</x>
|
<y>70</y>
|
<width>91</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
<weight>50</weight>
|
<bold>false</bold>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>密钥</string>
|
</property>
|
</widget>
|
<widget class="Custom_LineEdit" name="ledit_tcp_type" native="true">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="geometry">
|
<rect>
|
<x>530</x>
|
<y>40</y>
|
<width>171</width>
|
<height>35</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>19</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="text" stdset="0">
|
<string/>
|
</property>
|
</widget>
|
<widget class="Custom_LineEdit" name="ledit_tcp_port" native="true">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="geometry">
|
<rect>
|
<x>530</x>
|
<y>140</y>
|
<width>171</width>
|
<height>35</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>19</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="text" stdset="0">
|
<string/>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_tcp">
|
<property name="geometry">
|
<rect>
|
<x>390</x>
|
<y>40</y>
|
<width>141</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
<weight>50</weight>
|
<bold>false</bold>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>TCP配置</string>
|
</property>
|
</widget>
|
<widget class="Custom_LineEdit" name="ledit_ssid" native="true">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="geometry">
|
<rect>
|
<x>160</x>
|
<y>20</y>
|
<width>141</width>
|
<height>35</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>19</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="text" stdset="0">
|
<string/>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_tcp_ip">
|
<property name="geometry">
|
<rect>
|
<x>390</x>
|
<y>90</y>
|
<width>141</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
<weight>50</weight>
|
<bold>false</bold>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>主机IP</string>
|
</property>
|
</widget>
|
<widget class="Line" name="line_h2">
|
<property name="windowModality">
|
<enum>Qt::NonModal</enum>
|
</property>
|
<property name="geometry">
|
<rect>
|
<x>342</x>
|
<y>0</y>
|
<width>1</width>
|
<height>331</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<underline>false</underline>
|
<stylestrategy>PreferDefault</stylestrategy>
|
</font>
|
</property>
|
<property name="mouseTracking">
|
<bool>false</bool>
|
</property>
|
<property name="contextMenuPolicy">
|
<enum>Qt::DefaultContextMenu</enum>
|
</property>
|
<property name="acceptDrops">
|
<bool>false</bool>
|
</property>
|
<property name="autoFillBackground">
|
<bool>false</bool>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(210, 210, 210);</string>
|
</property>
|
<property name="frameShadow">
|
<enum>QFrame::Plain</enum>
|
</property>
|
<property name="lineWidth">
|
<number>4</number>
|
</property>
|
<property name="orientation">
|
<enum>Qt::Vertical</enum>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_tab1_bg_2">
|
<property name="geometry">
|
<rect>
|
<x>0</x>
|
<y>10</y>
|
<width>760</width>
|
<height>300</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string/>
|
</property>
|
<property name="pixmap">
|
<pixmap resource="../Source/resource.qrc">:/new/prefix1/bg.png</pixmap>
|
</property>
|
</widget>
|
<zorder>label_tab1_bg_2</zorder>
|
<zorder>label_tcp_port</zorder>
|
<zorder>label_IP</zorder>
|
<zorder>btn_tcp_start</zorder>
|
<zorder>ledit_tcp_ip</zorder>
|
<zorder>label_tcp_status</zorder>
|
<zorder>ledit_pwd</zorder>
|
<zorder>btn_connect</zorder>
|
<zorder>label_ssid</zorder>
|
<zorder>label_pwd</zorder>
|
<zorder>ledit_tcp_type</zorder>
|
<zorder>ledit_tcp_port</zorder>
|
<zorder>label_tcp</zorder>
|
<zorder>ledit_ssid</zorder>
|
<zorder>label_tcp_ip</zorder>
|
<zorder>line_h2</zorder>
|
</widget>
|
</widget>
|
<widget class="QWidget" name="tab_adjust">
|
<attribute name="title">
|
<string>高级设置</string>
|
</attribute>
|
<widget class="QLabel" name="label_tab4_bg">
|
<property name="geometry">
|
<rect>
|
<x>0</x>
|
<y>0</y>
|
<width>760</width>
|
<height>300</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string/>
|
</property>
|
<property name="pixmap">
|
<pixmap resource="../Source/resource.qrc">:/new/prefix1/bg.png</pixmap>
|
</property>
|
</widget>
|
<widget class="Custom_LineEdit" name="ledit_password" native="true">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="geometry">
|
<rect>
|
<x>320</x>
|
<y>122</y>
|
<width>161</width>
|
<height>41</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>19</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::ClickFocus</enum>
|
</property>
|
<property name="text" stdset="0">
|
<string/>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_password">
|
<property name="geometry">
|
<rect>
|
<x>40</x>
|
<y>62</y>
|
<width>661</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>22</pointsize>
|
<weight>50</weight>
|
<bold>false</bold>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>输入密码后显示高级设置:</string>
|
</property>
|
</widget>
|
</widget>
|
</widget>
|
<widget class="QFrame" name="frame_2">
|
<property name="geometry">
|
<rect>
|
<x>840</x>
|
<y>50</y>
|
<width>720</width>
|
<height>300</height>
|
</rect>
|
</property>
|
<property name="frameShape">
|
<enum>QFrame::StyledPanel</enum>
|
</property>
|
<property name="frameShadow">
|
<enum>QFrame::Raised</enum>
|
</property>
|
<layout class="QGridLayout" name="gridLayout" rowstretch="1,1,1,0,0" columnstretch="1,1,1">
|
<property name="leftMargin">
|
<number>50</number>
|
</property>
|
<property name="topMargin">
|
<number>50</number>
|
</property>
|
<property name="rightMargin">
|
<number>50</number>
|
</property>
|
<property name="bottomMargin">
|
<number>0</number>
|
</property>
|
<property name="horizontalSpacing">
|
<number>50</number>
|
</property>
|
<property name="verticalSpacing">
|
<number>10</number>
|
</property>
|
<item row="1" column="1">
|
<widget class="QPushButton" name="btn_to_8kwio">
|
<property name="sizePolicy">
|
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
|
<horstretch>0</horstretch>
|
<verstretch>0</verstretch>
|
</sizepolicy>
|
</property>
|
<property name="minimumSize">
|
<size>
|
<width>0</width>
|
<height>60</height>
|
</size>
|
</property>
|
<property name="maximumSize">
|
<size>
|
<width>16777215</width>
|
<height>60</height>
|
</size>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>17</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="styleSheet">
|
<string notr="true"/>
|
</property>
|
<property name="text">
|
<string>模块软件升级</string>
|
</property>
|
</widget>
|
</item>
|
<item row="1" column="2">
|
<widget class="QPushButton" name="btn_to_module">
|
<property name="sizePolicy">
|
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
|
<horstretch>0</horstretch>
|
<verstretch>0</verstretch>
|
</sizepolicy>
|
</property>
|
<property name="minimumSize">
|
<size>
|
<width>0</width>
|
<height>60</height>
|
</size>
|
</property>
|
<property name="maximumSize">
|
<size>
|
<width>16777215</width>
|
<height>60</height>
|
</size>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>17</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="styleSheet">
|
<string notr="true"/>
|
</property>
|
<property name="text">
|
<string>配置程序升级</string>
|
</property>
|
</widget>
|
</item>
|
<item row="0" column="0">
|
<widget class="QPushButton" name="btn_to_adj">
|
<property name="sizePolicy">
|
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
|
<horstretch>0</horstretch>
|
<verstretch>0</verstretch>
|
</sizepolicy>
|
</property>
|
<property name="minimumSize">
|
<size>
|
<width>0</width>
|
<height>60</height>
|
</size>
|
</property>
|
<property name="maximumSize">
|
<size>
|
<width>16777215</width>
|
<height>60</height>
|
</size>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>17</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="styleSheet">
|
<string notr="true"/>
|
</property>
|
<property name="text">
|
<string>设备校准</string>
|
</property>
|
</widget>
|
</item>
|
<item row="1" column="0">
|
<widget class="QPushButton" name="btn_to_config">
|
<property name="sizePolicy">
|
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
|
<horstretch>0</horstretch>
|
<verstretch>0</verstretch>
|
</sizepolicy>
|
</property>
|
<property name="minimumSize">
|
<size>
|
<width>0</width>
|
<height>60</height>
|
</size>
|
</property>
|
<property name="maximumSize">
|
<size>
|
<width>16777215</width>
|
<height>60</height>
|
</size>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>17</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="styleSheet">
|
<string notr="true"/>
|
</property>
|
<property name="text">
|
<string>本机参数配置</string>
|
</property>
|
</widget>
|
</item>
|
<item row="0" column="1">
|
<widget class="QPushButton" name="btn_to_reboot">
|
<property name="sizePolicy">
|
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
|
<horstretch>0</horstretch>
|
<verstretch>0</verstretch>
|
</sizepolicy>
|
</property>
|
<property name="minimumSize">
|
<size>
|
<width>0</width>
|
<height>60</height>
|
</size>
|
</property>
|
<property name="maximumSize">
|
<size>
|
<width>16777215</width>
|
<height>60</height>
|
</size>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>17</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="styleSheet">
|
<string notr="true"/>
|
</property>
|
<property name="text">
|
<string>本机App升级</string>
|
</property>
|
</widget>
|
</item>
|
<item row="2" column="0">
|
<widget class="QPushButton" name="btn_language">
|
<property name="sizePolicy">
|
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
|
<horstretch>0</horstretch>
|
<verstretch>0</verstretch>
|
</sizepolicy>
|
</property>
|
<property name="minimumSize">
|
<size>
|
<width>0</width>
|
<height>60</height>
|
</size>
|
</property>
|
<property name="maximumSize">
|
<size>
|
<width>16777215</width>
|
<height>60</height>
|
</size>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>17</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="styleSheet">
|
<string notr="true"/>
|
</property>
|
<property name="text">
|
<string>中/英文切换</string>
|
</property>
|
</widget>
|
</item>
|
<item row="4" column="0" colspan="3">
|
<widget class="QLabel" name="label_dz">
|
<property name="minimumSize">
|
<size>
|
<width>0</width>
|
<height>30</height>
|
</size>
|
</property>
|
<property name="maximumSize">
|
<size>
|
<width>16777215</width>
|
<height>30</height>
|
</size>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>18</pointsize>
|
<weight>50</weight>
|
<bold>false</bold>
|
</font>
|
</property>
|
<property name="layoutDirection">
|
<enum>Qt::LeftToRight</enum>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string/>
|
</property>
|
<property name="alignment">
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
</property>
|
</widget>
|
</item>
|
<item row="3" column="0" colspan="3">
|
<spacer name="verticalSpacer_2">
|
<property name="orientation">
|
<enum>Qt::Vertical</enum>
|
</property>
|
<property name="sizeType">
|
<enum>QSizePolicy::Preferred</enum>
|
</property>
|
<property name="sizeHint" stdset="0">
|
<size>
|
<width>20</width>
|
<height>300</height>
|
</size>
|
</property>
|
</spacer>
|
</item>
|
<item row="0" column="2">
|
<widget class="QPushButton" name="btn_to_welcome">
|
<property name="sizePolicy">
|
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
|
<horstretch>0</horstretch>
|
<verstretch>0</verstretch>
|
</sizepolicy>
|
</property>
|
<property name="minimumSize">
|
<size>
|
<width>0</width>
|
<height>60</height>
|
</size>
|
</property>
|
<property name="maximumSize">
|
<size>
|
<width>16777215</width>
|
<height>60</height>
|
</size>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>17</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="styleSheet">
|
<string notr="true"/>
|
</property>
|
<property name="text">
|
<string>开机界面设置</string>
|
</property>
|
</widget>
|
</item>
|
<item row="2" column="1">
|
<widget class="QPushButton" name="btn_to_config_log">
|
<property name="sizePolicy">
|
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
|
<horstretch>0</horstretch>
|
<verstretch>0</verstretch>
|
</sizepolicy>
|
</property>
|
<property name="minimumSize">
|
<size>
|
<width>0</width>
|
<height>60</height>
|
</size>
|
</property>
|
<property name="maximumSize">
|
<size>
|
<width>16777215</width>
|
<height>60</height>
|
</size>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>17</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="styleSheet">
|
<string notr="true"/>
|
</property>
|
<property name="text">
|
<string>配置日志导出</string>
|
</property>
|
</widget>
|
</item>
|
</layout>
|
</widget>
|
</widget>
|
</widget>
|
<customwidgets>
|
<customwidget>
|
<class>Custom_LineEdit</class>
|
<extends>QWidget</extends>
|
<header>custom_lineedit.h</header>
|
</customwidget>
|
</customwidgets>
|
<resources>
|
<include location="../Source/resource.qrc"/>
|
</resources>
|
<connections/>
|
</ui>
|