|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
<ui version="4.0">
|
|
|
<class>lpSystemConfigUI</class>
|
|
|
<widget class="QWidget" name="lpSystemConfigUI">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>0</x>
|
|
|
<y>0</y>
|
|
|
<width>597</width>
|
|
|
<height>500</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="windowTitle">
|
|
|
<string>lpSystemConfigUI</string>
|
|
|
</property>
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
<item row="0" column="0">
|
|
|
<widget class="QScrollArea" name="scrollArea">
|
|
|
<property name="font">
|
|
|
<font>
|
|
|
<pointsize>12</pointsize>
|
|
|
</font>
|
|
|
</property>
|
|
|
<property name="widgetResizable">
|
|
|
<bool>true</bool>
|
|
|
</property>
|
|
|
<widget class="QWidget" name="scrollAreaWidgetContents">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>0</x>
|
|
|
<y>0</y>
|
|
|
<width>577</width>
|
|
|
<height>448</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<layout class="QGridLayout" name="gridLayout_4">
|
|
|
<item row="0" column="0">
|
|
|
<widget class="QGroupBox" name="groupBox">
|
|
|
<property name="title">
|
|
|
<string>系统语言设置:</string>
|
|
|
</property>
|
|
|
<layout class="QGridLayout" name="gridLayout_2">
|
|
|
<item row="0" column="0">
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
|
<item>
|
|
|
<widget class="QLabel" name="label">
|
|
|
<property name="text">
|
|
|
<string>语言</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item>
|
|
|
<widget class="QComboBox" name="comboBox"/>
|
|
|
</item>
|
|
|
</layout>
|
|
|
</item>
|
|
|
<item row="0" column="1">
|
|
|
<spacer name="horizontalSpacer_2">
|
|
|
<property name="orientation">
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
</property>
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
<size>
|
|
|
<width>40</width>
|
|
|
<height>20</height>
|
|
|
</size>
|
|
|
</property>
|
|
|
</spacer>
|
|
|
</item>
|
|
|
</layout>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item row="1" column="0">
|
|
|
<widget class="QGroupBox" name="groupBox_2">
|
|
|
<property name="title">
|
|
|
<string>图像保存相关:</string>
|
|
|
</property>
|
|
|
<layout class="QGridLayout" name="gridLayout_3">
|
|
|
<item row="0" column="0">
|
|
|
<widget class="QCheckBox" name="checkBox_saveNGCutImg">
|
|
|
<property name="text">
|
|
|
<string>是否保存识别NG抠图</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item row="0" column="1">
|
|
|
<widget class="QCheckBox" name="checkBox_saveOKCutImg">
|
|
|
<property name="text">
|
|
|
<string>是否保存识别OK抠图</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item row="1" column="0">
|
|
|
<widget class="QCheckBox" name="checkBox_saveNGSrcImg">
|
|
|
<property name="text">
|
|
|
<string>是否保存识别NG原始图</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item row="1" column="1">
|
|
|
<widget class="QCheckBox" name="checkBox_saveOKSrcImg">
|
|
|
<property name="text">
|
|
|
<string>是否保存识别OK原始图</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item row="2" column="0">
|
|
|
<widget class="QCheckBox" name="checkBox_saveValue_OKSrcImg">
|
|
|
<property name="text">
|
|
|
<string>是否保存定位NG原始图</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item row="2" column="1">
|
|
|
<widget class="QCheckBox" name="checkBox_saveValue_NGSrcImg">
|
|
|
<property name="text">
|
|
|
<string>是否保存定位OK原始图</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item row="3" column="0" colspan="2">
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
|
|
<item>
|
|
|
<widget class="QLabel" name="label_2">
|
|
|
<property name="text">
|
|
|
<string>图像存储路径:</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item>
|
|
|
<widget class="QLineEdit" name="lineEdit"/>
|
|
|
</item>
|
|
|
<item>
|
|
|
<widget class="QPushButton" name="m_pbSetPath">
|
|
|
<property name="text">
|
|
|
<string>设置</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
</layout>
|
|
|
</item>
|
|
|
</layout>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item row="2" column="0">
|
|
|
<widget class="QGroupBox" name="groupBox_3">
|
|
|
<property name="title">
|
|
|
<string>通讯配置:</string>
|
|
|
</property>
|
|
|
<layout class="QGridLayout" name="gridLayout_5">
|
|
|
<item row="0" column="0">
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_4">
|
|
|
<item>
|
|
|
<widget class="QLabel" name="label_3">
|
|
|
<property name="text">
|
|
|
<string>TCP服务端口:</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item>
|
|
|
<widget class="QLineEdit" name="lineEdit_2"/>
|
|
|
</item>
|
|
|
</layout>
|
|
|
</item>
|
|
|
<item row="0" column="1" colspan="2">
|
|
|
<spacer name="horizontalSpacer_3">
|
|
|
<property name="orientation">
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
</property>
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
<size>
|
|
|
<width>40</width>
|
|
|
<height>20</height>
|
|
|
</size>
|
|
|
</property>
|
|
|
</spacer>
|
|
|
</item>
|
|
|
<item row="1" column="0" colspan="2">
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_5">
|
|
|
<item>
|
|
|
<widget class="QLabel" name="label_4">
|
|
|
<property name="text">
|
|
|
<string>webSocket端口:</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item>
|
|
|
<widget class="QLineEdit" name="lineEdit_3"/>
|
|
|
</item>
|
|
|
</layout>
|
|
|
</item>
|
|
|
<item row="1" column="2">
|
|
|
<spacer name="horizontalSpacer_4">
|
|
|
<property name="orientation">
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
</property>
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
<size>
|
|
|
<width>235</width>
|
|
|
<height>20</height>
|
|
|
</size>
|
|
|
</property>
|
|
|
</spacer>
|
|
|
</item>
|
|
|
</layout>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item row="4" column="0">
|
|
|
<spacer name="verticalSpacer">
|
|
|
<property name="orientation">
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
</property>
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
<size>
|
|
|
<width>20</width>
|
|
|
<height>40</height>
|
|
|
</size>
|
|
|
</property>
|
|
|
</spacer>
|
|
|
</item>
|
|
|
<item row="3" column="0">
|
|
|
<widget class="QGroupBox" name="groupBox_4">
|
|
|
<property name="title">
|
|
|
<string>其他:</string>
|
|
|
</property>
|
|
|
<layout class="QGridLayout" name="gridLayout_6">
|
|
|
<item row="0" column="0">
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_7">
|
|
|
<item>
|
|
|
<widget class="QLabel" name="label_5">
|
|
|
<property name="text">
|
|
|
<string>本系统标题:</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item>
|
|
|
<widget class="QLineEdit" name="lineEdit_4"/>
|
|
|
</item>
|
|
|
</layout>
|
|
|
</item>
|
|
|
<item row="1" column="0">
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_6">
|
|
|
<item>
|
|
|
<widget class="QCheckBox" name="checkBox_runBackRunning">
|
|
|
<property name="text">
|
|
|
<string>启动时默认后台运行</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item>
|
|
|
<widget class="QCheckBox" name="checkBox_runBackClosing">
|
|
|
<property name="text">
|
|
|
<string>关闭主窗口时在后台运行</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
</layout>
|
|
|
</item>
|
|
|
</layout>
|
|
|
</widget>
|
|
|
</item>
|
|
|
</layout>
|
|
|
</widget>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item row="1" column="0">
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
<item>
|
|
|
<widget class="QLabel" name="m_label_SaveInfo">
|
|
|
<property name="text">
|
|
|
<string>系统参数已保存且生效!!!</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item>
|
|
|
<spacer name="horizontalSpacer">
|
|
|
<property name="orientation">
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
</property>
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
<size>
|
|
|
<width>40</width>
|
|
|
<height>20</height>
|
|
|
</size>
|
|
|
</property>
|
|
|
</spacer>
|
|
|
</item>
|
|
|
<item>
|
|
|
<widget class="QPushButton" name="m_pbApply">
|
|
|
<property name="font">
|
|
|
<font>
|
|
|
<pointsize>12</pointsize>
|
|
|
</font>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string>应用</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item>
|
|
|
<widget class="QPushButton" name="m_pbExit">
|
|
|
<property name="font">
|
|
|
<font>
|
|
|
<pointsize>12</pointsize>
|
|
|
</font>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string>退出</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
</layout>
|
|
|
</item>
|
|
|
</layout>
|
|
|
</widget>
|
|
|
<layoutdefault spacing="6" margin="11"/>
|
|
|
<resources/>
|
|
|
<connections/>
|
|
|
</ui>
|