|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
<ui version="4.0">
|
|
|
<class>DialogSetup</class>
|
|
|
<widget class="QDialog" name="DialogSetup">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>0</x>
|
|
|
<y>0</y>
|
|
|
<width>668</width>
|
|
|
<height>734</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="font">
|
|
|
<font>
|
|
|
<family>微软雅黑</family>
|
|
|
<pointsize>14</pointsize>
|
|
|
<weight>75</weight>
|
|
|
<bold>true</bold>
|
|
|
</font>
|
|
|
</property>
|
|
|
<property name="windowTitle">
|
|
|
<string>系统设置</string>
|
|
|
</property>
|
|
|
<property name="styleSheet">
|
|
|
<string notr="true">background-color: rgb(240, 240, 240);</string>
|
|
|
</property>
|
|
|
<widget class="QScrollArea" name="scrollArea">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>0</x>
|
|
|
<y>0</y>
|
|
|
<width>691</width>
|
|
|
<height>768</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="minimumSize">
|
|
|
<size>
|
|
|
<width>0</width>
|
|
|
<height>0</height>
|
|
|
</size>
|
|
|
</property>
|
|
|
<property name="widgetResizable">
|
|
|
<bool>true</bool>
|
|
|
</property>
|
|
|
<widget class="QWidget" name="scrollAreaWidgetContents">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>0</x>
|
|
|
<y>0</y>
|
|
|
<width>689</width>
|
|
|
<height>766</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="minimumSize">
|
|
|
<size>
|
|
|
<width>670</width>
|
|
|
<height>750</height>
|
|
|
</size>
|
|
|
</property>
|
|
|
<widget class="QGroupBox" name="groupBox_4">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>10</x>
|
|
|
<y>60</y>
|
|
|
<width>641</width>
|
|
|
<height>61</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="font">
|
|
|
<font>
|
|
|
<family>微软雅黑</family>
|
|
|
<pointsize>12</pointsize>
|
|
|
<weight>75</weight>
|
|
|
<bold>true</bold>
|
|
|
</font>
|
|
|
</property>
|
|
|
<property name="title">
|
|
|
<string>启动设置</string>
|
|
|
</property>
|
|
|
<widget class="QCheckBox" name="checkBox_auto_open">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>20</x>
|
|
|
<y>30</y>
|
|
|
<width>191</width>
|
|
|
<height>21</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="font">
|
|
|
<font>
|
|
|
<family>微软雅黑</family>
|
|
|
<pointsize>12</pointsize>
|
|
|
<weight>75</weight>
|
|
|
<bold>true</bold>
|
|
|
</font>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string>自动打开所有相机</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
<widget class="QCheckBox" name="checkBox_auto_work">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>220</x>
|
|
|
<y>30</y>
|
|
|
<width>241</width>
|
|
|
<height>21</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="font">
|
|
|
<font>
|
|
|
<family>微软雅黑</family>
|
|
|
<pointsize>12</pointsize>
|
|
|
<weight>75</weight>
|
|
|
<bold>true</bold>
|
|
|
</font>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string>程序启动后自动开始工作</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</widget>
|
|
|
<widget class="QGroupBox" name="groupBox_3">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>10</x>
|
|
|
<y>390</y>
|
|
|
<width>641</width>
|
|
|
<height>91</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="font">
|
|
|
<font>
|
|
|
<family>微软雅黑</family>
|
|
|
<pointsize>12</pointsize>
|
|
|
<weight>75</weight>
|
|
|
<bold>true</bold>
|
|
|
</font>
|
|
|
</property>
|
|
|
<property name="title">
|
|
|
<string>管理员密码修改</string>
|
|
|
</property>
|
|
|
<widget class="QPushButton" name="pushButton_pswd">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>550</x>
|
|
|
<y>30</y>
|
|
|
<width>91</width>
|
|
|
<height>51</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="font">
|
|
|
<font>
|
|
|
<family>微软雅黑</family>
|
|
|
<pointsize>12</pointsize>
|
|
|
<weight>75</weight>
|
|
|
<bold>true</bold>
|
|
|
</font>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string>确定</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
<widget class="QLabel" name="label_5">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>190</x>
|
|
|
<y>40</y>
|
|
|
<width>61</width>
|
|
|
<height>31</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="font">
|
|
|
<font>
|
|
|
<family>微软雅黑</family>
|
|
|
<pointsize>12</pointsize>
|
|
|
<weight>75</weight>
|
|
|
<bold>true</bold>
|
|
|
</font>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string>新密码:</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
<widget class="QLineEdit" name="lineEdit_confirm">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>450</x>
|
|
|
<y>42</y>
|
|
|
<width>91</width>
|
|
|
<height>31</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="font">
|
|
|
<font>
|
|
|
<family>微软雅黑</family>
|
|
|
<pointsize>12</pointsize>
|
|
|
<weight>75</weight>
|
|
|
<bold>true</bold>
|
|
|
</font>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string/>
|
|
|
</property>
|
|
|
<property name="echoMode">
|
|
|
<enum>QLineEdit::Password</enum>
|
|
|
</property>
|
|
|
</widget>
|
|
|
<widget class="QLineEdit" name="lineEdit_new">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>250</x>
|
|
|
<y>40</y>
|
|
|
<width>101</width>
|
|
|
<height>31</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="font">
|
|
|
<font>
|
|
|
<family>微软雅黑</family>
|
|
|
<pointsize>12</pointsize>
|
|
|
<weight>75</weight>
|
|
|
<bold>true</bold>
|
|
|
</font>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string/>
|
|
|
</property>
|
|
|
<property name="echoMode">
|
|
|
<enum>QLineEdit::Password</enum>
|
|
|
</property>
|
|
|
</widget>
|
|
|
<widget class="QLabel" name="label_6">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>370</x>
|
|
|
<y>40</y>
|
|
|
<width>81</width>
|
|
|
<height>31</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="font">
|
|
|
<font>
|
|
|
<family>微软雅黑</family>
|
|
|
<pointsize>12</pointsize>
|
|
|
<weight>75</weight>
|
|
|
<bold>true</bold>
|
|
|
</font>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string>确认密码:</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
<widget class="QLineEdit" name="lineEdit_old">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>80</x>
|
|
|
<y>40</y>
|
|
|
<width>91</width>
|
|
|
<height>31</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="font">
|
|
|
<font>
|
|
|
<family>微软雅黑</family>
|
|
|
<pointsize>12</pointsize>
|
|
|
<weight>75</weight>
|
|
|
<bold>true</bold>
|
|
|
</font>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string/>
|
|
|
</property>
|
|
|
<property name="echoMode">
|
|
|
<enum>QLineEdit::Password</enum>
|
|
|
</property>
|
|
|
</widget>
|
|
|
<widget class="QLabel" name="label_7">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>20</x>
|
|
|
<y>40</y>
|
|
|
<width>61</width>
|
|
|
<height>31</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="font">
|
|
|
<font>
|
|
|
<family>微软雅黑</family>
|
|
|
<pointsize>12</pointsize>
|
|
|
<weight>75</weight>
|
|
|
<bold>true</bold>
|
|
|
</font>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string>原密码:</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
<zorder>pushButton_pswd</zorder>
|
|
|
<zorder>label_5</zorder>
|
|
|
<zorder>lineEdit_new</zorder>
|
|
|
<zorder>label_6</zorder>
|
|
|
<zorder>label_7</zorder>
|
|
|
<zorder>lineEdit_confirm</zorder>
|
|
|
<zorder>lineEdit_old</zorder>
|
|
|
</widget>
|
|
|
<widget class="QGroupBox" name="groupBox_5">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>10</x>
|
|
|
<y>190</y>
|
|
|
<width>641</width>
|
|
|
<height>151</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="font">
|
|
|
<font>
|
|
|
<family>微软雅黑</family>
|
|
|
<pointsize>12</pointsize>
|
|
|
<weight>75</weight>
|
|
|
<bold>true</bold>
|
|
|
</font>
|
|
|
</property>
|
|
|
<property name="title">
|
|
|
<string>相机参数</string>
|
|
|
</property>
|
|
|
<widget class="QLabel" name="label_8">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>20</x>
|
|
|
<y>30</y>
|
|
|
<width>181</width>
|
|
|
<height>31</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="font">
|
|
|
<font>
|
|
|
<family>微软雅黑</family>
|
|
|
<pointsize>12</pointsize>
|
|
|
<weight>75</weight>
|
|
|
<bold>true</bold>
|
|
|
</font>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string>1#相机曝光时间(微秒):</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
<widget class="QLineEdit" name="lineEdit_expo_1">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>210</x>
|
|
|
<y>30</y>
|
|
|
<width>91</width>
|
|
|
<height>31</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="font">
|
|
|
<font>
|
|
|
<family>微软雅黑</family>
|
|
|
<pointsize>12</pointsize>
|
|
|
<weight>75</weight>
|
|
|
<bold>true</bold>
|
|
|
</font>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string/>
|
|
|
</property>
|
|
|
</widget>
|
|
|
<widget class="QLineEdit" name="lineEdit_expo_2">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>210</x>
|
|
|
<y>70</y>
|
|
|
<width>91</width>
|
|
|
<height>31</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="font">
|
|
|
<font>
|
|
|
<family>微软雅黑</family>
|
|
|
<pointsize>12</pointsize>
|
|
|
<weight>75</weight>
|
|
|
<bold>true</bold>
|
|
|
</font>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string/>
|
|
|
</property>
|
|
|
</widget>
|
|
|
<widget class="QLabel" name="label_9">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>20</x>
|
|
|
<y>70</y>
|
|
|
<width>181</width>
|
|
|
<height>31</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="font">
|
|
|
<font>
|
|
|
<family>微软雅黑</family>
|
|
|
<pointsize>12</pointsize>
|
|
|
<weight>75</weight>
|
|
|
<bold>true</bold>
|
|
|
</font>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string>2#相机曝光时间(微秒):</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
<widget class="QLineEdit" name="lineEdit_gain_2">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>510</x>
|
|
|
<y>70</y>
|
|
|
<width>91</width>
|
|
|
<height>31</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="font">
|
|
|
<font>
|
|
|
<family>微软雅黑</family>
|
|
|
<pointsize>12</pointsize>
|
|
|
<weight>75</weight>
|
|
|
<bold>true</bold>
|
|
|
</font>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string/>
|
|
|
</property>
|
|
|
</widget>
|
|
|
<widget class="QLabel" name="label_15">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>320</x>
|
|
|
<y>30</y>
|
|
|
<width>181</width>
|
|
|
<height>31</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="font">
|
|
|
<font>
|
|
|
<family>微软雅黑</family>
|
|
|
<pointsize>12</pointsize>
|
|
|
<weight>75</weight>
|
|
|
<bold>true</bold>
|
|
|
</font>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string>1#相机模拟增益(0~64):</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
<widget class="QLabel" name="label_16">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>320</x>
|
|
|
<y>70</y>
|
|
|
<width>181</width>
|
|
|
<height>31</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="font">
|
|
|
<font>
|
|
|
<family>微软雅黑</family>
|
|
|
<pointsize>12</pointsize>
|
|
|
<weight>75</weight>
|
|
|
<bold>true</bold>
|
|
|
</font>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string>2#相机模拟增益(0~64):</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
<widget class="QLineEdit" name="lineEdit_gain_1">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>510</x>
|
|
|
<y>30</y>
|
|
|
<width>91</width>
|
|
|
<height>31</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="font">
|
|
|
<font>
|
|
|
<family>微软雅黑</family>
|
|
|
<pointsize>12</pointsize>
|
|
|
<weight>75</weight>
|
|
|
<bold>true</bold>
|
|
|
</font>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string/>
|
|
|
</property>
|
|
|
</widget>
|
|
|
<widget class="QLineEdit" name="lineEdit_expo_3">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>210</x>
|
|
|
<y>110</y>
|
|
|
<width>91</width>
|
|
|
<height>31</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="font">
|
|
|
<font>
|
|
|
<family>微软雅黑</family>
|
|
|
<pointsize>12</pointsize>
|
|
|
<weight>75</weight>
|
|
|
<bold>true</bold>
|
|
|
</font>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string/>
|
|
|
</property>
|
|
|
</widget>
|
|
|
<widget class="QLabel" name="label_18">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>20</x>
|
|
|
<y>110</y>
|
|
|
<width>181</width>
|
|
|
<height>31</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="font">
|
|
|
<font>
|
|
|
<family>微软雅黑</family>
|
|
|
<pointsize>12</pointsize>
|
|
|
<weight>75</weight>
|
|
|
<bold>true</bold>
|
|
|
</font>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string>3#相机曝光时间(微秒):</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
<widget class="QLabel" name="label_19">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>320</x>
|
|
|
<y>110</y>
|
|
|
<width>181</width>
|
|
|
<height>31</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="font">
|
|
|
<font>
|
|
|
<family>微软雅黑</family>
|
|
|
<pointsize>12</pointsize>
|
|
|
<weight>75</weight>
|
|
|
<bold>true</bold>
|
|
|
</font>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string>3#相机模拟增益(0~64):</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
<widget class="QLineEdit" name="lineEdit_gain_3">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>510</x>
|
|
|
<y>110</y>
|
|
|
<width>91</width>
|
|
|
<height>31</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="font">
|
|
|
<font>
|
|
|
<family>微软雅黑</family>
|
|
|
<pointsize>12</pointsize>
|
|
|
<weight>75</weight>
|
|
|
<bold>true</bold>
|
|
|
</font>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string/>
|
|
|
</property>
|
|
|
</widget>
|
|
|
<widget class="QPushButton" name="pushButton_expo">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>140</x>
|
|
|
<y>1420</y>
|
|
|
<width>91</width>
|
|
|
<height>51</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="font">
|
|
|
<font>
|
|
|
<family>微软雅黑</family>
|
|
|
<pointsize>12</pointsize>
|
|
|
<weight>75</weight>
|
|
|
<bold>true</bold>
|
|
|
</font>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string>确定</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</widget>
|
|
|
<widget class="QGroupBox" name="groupBox_6">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>10</x>
|
|
|
<y>550</y>
|
|
|
<width>641</width>
|
|
|
<height>111</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="font">
|
|
|
<font>
|
|
|
<family>微软雅黑</family>
|
|
|
<pointsize>12</pointsize>
|
|
|
<weight>75</weight>
|
|
|
<bold>true</bold>
|
|
|
</font>
|
|
|
</property>
|
|
|
<property name="title">
|
|
|
<string>滤波设置</string>
|
|
|
</property>
|
|
|
<widget class="QLabel" name="label_10">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>20</x>
|
|
|
<y>30</y>
|
|
|
<width>181</width>
|
|
|
<height>31</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="font">
|
|
|
<font>
|
|
|
<family>微软雅黑</family>
|
|
|
<pointsize>12</pointsize>
|
|
|
<weight>75</weight>
|
|
|
<bold>true</bold>
|
|
|
</font>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string>1#相机滤波时间(微秒):</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
<widget class="QLineEdit" name="lineEdit_filter_1">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>210</x>
|
|
|
<y>30</y>
|
|
|
<width>91</width>
|
|
|
<height>31</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="font">
|
|
|
<font>
|
|
|
<family>微软雅黑</family>
|
|
|
<pointsize>12</pointsize>
|
|
|
<weight>75</weight>
|
|
|
<bold>true</bold>
|
|
|
</font>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string/>
|
|
|
</property>
|
|
|
</widget>
|
|
|
<widget class="QLineEdit" name="lineEdit_filter_2">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>510</x>
|
|
|
<y>30</y>
|
|
|
<width>91</width>
|
|
|
<height>31</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="font">
|
|
|
<font>
|
|
|
<family>微软雅黑</family>
|
|
|
<pointsize>12</pointsize>
|
|
|
<weight>75</weight>
|
|
|
<bold>true</bold>
|
|
|
</font>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string/>
|
|
|
</property>
|
|
|
</widget>
|
|
|
<widget class="QLabel" name="label_11">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>320</x>
|
|
|
<y>30</y>
|
|
|
<width>181</width>
|
|
|
<height>31</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="font">
|
|
|
<font>
|
|
|
<family>微软雅黑</family>
|
|
|
<pointsize>12</pointsize>
|
|
|
<weight>75</weight>
|
|
|
<bold>true</bold>
|
|
|
</font>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string>2#相机滤波时间(微秒):</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
<widget class="QLabel" name="label_21">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>20</x>
|
|
|
<y>70</y>
|
|
|
<width>181</width>
|
|
|
<height>31</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="font">
|
|
|
<font>
|
|
|
<family>微软雅黑</family>
|
|
|
<pointsize>12</pointsize>
|
|
|
<weight>75</weight>
|
|
|
<bold>true</bold>
|
|
|
</font>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string>3#相机滤波时间(微秒):</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
<widget class="QLineEdit" name="lineEdit_filter_3">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>210</x>
|
|
|
<y>70</y>
|
|
|
<width>91</width>
|
|
|
<height>31</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="font">
|
|
|
<font>
|
|
|
<family>微软雅黑</family>
|
|
|
<pointsize>12</pointsize>
|
|
|
<weight>75</weight>
|
|
|
<bold>true</bold>
|
|
|
</font>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string/>
|
|
|
</property>
|
|
|
</widget>
|
|
|
<widget class="QPushButton" name="pushButton_filter">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>680</x>
|
|
|
<y>50</y>
|
|
|
<width>91</width>
|
|
|
<height>51</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="font">
|
|
|
<font>
|
|
|
<family>微软雅黑</family>
|
|
|
<pointsize>12</pointsize>
|
|
|
<weight>75</weight>
|
|
|
<bold>true</bold>
|
|
|
</font>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string>确定</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</widget>
|
|
|
<widget class="QGroupBox" name="groupBox">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>10</x>
|
|
|
<y>120</y>
|
|
|
<width>641</width>
|
|
|
<height>61</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="font">
|
|
|
<font>
|
|
|
<family>微软雅黑</family>
|
|
|
<pointsize>12</pointsize>
|
|
|
<weight>75</weight>
|
|
|
<bold>true</bold>
|
|
|
</font>
|
|
|
</property>
|
|
|
<property name="title">
|
|
|
<string>存图设置</string>
|
|
|
</property>
|
|
|
<widget class="QRadioButton" name="radioButton_none">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>30</x>
|
|
|
<y>30</y>
|
|
|
<width>91</width>
|
|
|
<height>21</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="font">
|
|
|
<font>
|
|
|
<family>微软雅黑</family>
|
|
|
<pointsize>12</pointsize>
|
|
|
<weight>75</weight>
|
|
|
<bold>true</bold>
|
|
|
</font>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string>不存</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
<widget class="QRadioButton" name="radioButton_ng">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>230</x>
|
|
|
<y>30</y>
|
|
|
<width>91</width>
|
|
|
<height>21</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="font">
|
|
|
<font>
|
|
|
<family>微软雅黑</family>
|
|
|
<pointsize>12</pointsize>
|
|
|
<weight>75</weight>
|
|
|
<bold>true</bold>
|
|
|
</font>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string>存NG</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
<widget class="QRadioButton" name="radioButton_all">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>440</x>
|
|
|
<y>30</y>
|
|
|
<width>91</width>
|
|
|
<height>21</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="font">
|
|
|
<font>
|
|
|
<family>微软雅黑</family>
|
|
|
<pointsize>12</pointsize>
|
|
|
<weight>75</weight>
|
|
|
<bold>true</bold>
|
|
|
</font>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string>全存</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
<widget class="QPushButton" name="pushButton_image">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>540</x>
|
|
|
<y>20</y>
|
|
|
<width>101</width>
|
|
|
<height>31</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="font">
|
|
|
<font>
|
|
|
<family>微软雅黑</family>
|
|
|
<pointsize>12</pointsize>
|
|
|
<weight>75</weight>
|
|
|
<bold>true</bold>
|
|
|
</font>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string>确定</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</widget>
|
|
|
<widget class="QPushButton" name="pushButton_save">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>120</x>
|
|
|
<y>670</y>
|
|
|
<width>131</width>
|
|
|
<height>51</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="font">
|
|
|
<font>
|
|
|
<family>微软雅黑</family>
|
|
|
<pointsize>12</pointsize>
|
|
|
<weight>75</weight>
|
|
|
<bold>true</bold>
|
|
|
</font>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string>保存参数</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
<widget class="QPushButton" name="pushButton_exit">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>490</x>
|
|
|
<y>10</y>
|
|
|
<width>131</width>
|
|
|
<height>51</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="font">
|
|
|
<font>
|
|
|
<family>微软雅黑</family>
|
|
|
<pointsize>12</pointsize>
|
|
|
<weight>75</weight>
|
|
|
<bold>true</bold>
|
|
|
</font>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string>退出系统</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
<widget class="QGroupBox" name="groupBox_7">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>10</x>
|
|
|
<y>470</y>
|
|
|
<width>641</width>
|
|
|
<height>91</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="font">
|
|
|
<font>
|
|
|
<family>微软雅黑</family>
|
|
|
<pointsize>12</pointsize>
|
|
|
<weight>75</weight>
|
|
|
<bold>true</bold>
|
|
|
</font>
|
|
|
</property>
|
|
|
<property name="title">
|
|
|
<string>操作员密码修改</string>
|
|
|
</property>
|
|
|
<widget class="QLabel" name="label_12">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>190</x>
|
|
|
<y>40</y>
|
|
|
<width>61</width>
|
|
|
<height>31</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="font">
|
|
|
<font>
|
|
|
<family>微软雅黑</family>
|
|
|
<pointsize>12</pointsize>
|
|
|
<weight>75</weight>
|
|
|
<bold>true</bold>
|
|
|
</font>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string>新密码:</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
<widget class="QLineEdit" name="lineEdit_confirm_op">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>450</x>
|
|
|
<y>42</y>
|
|
|
<width>91</width>
|
|
|
<height>31</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="font">
|
|
|
<font>
|
|
|
<family>微软雅黑</family>
|
|
|
<pointsize>12</pointsize>
|
|
|
<weight>75</weight>
|
|
|
<bold>true</bold>
|
|
|
</font>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string/>
|
|
|
</property>
|
|
|
<property name="echoMode">
|
|
|
<enum>QLineEdit::Password</enum>
|
|
|
</property>
|
|
|
</widget>
|
|
|
<widget class="QLineEdit" name="lineEdit_new_op">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>250</x>
|
|
|
<y>40</y>
|
|
|
<width>101</width>
|
|
|
<height>31</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="font">
|
|
|
<font>
|
|
|
<family>微软雅黑</family>
|
|
|
<pointsize>12</pointsize>
|
|
|
<weight>75</weight>
|
|
|
<bold>true</bold>
|
|
|
</font>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string/>
|
|
|
</property>
|
|
|
<property name="echoMode">
|
|
|
<enum>QLineEdit::Password</enum>
|
|
|
</property>
|
|
|
</widget>
|
|
|
<widget class="QLabel" name="label_13">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>370</x>
|
|
|
<y>40</y>
|
|
|
<width>81</width>
|
|
|
<height>31</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="font">
|
|
|
<font>
|
|
|
<family>微软雅黑</family>
|
|
|
<pointsize>12</pointsize>
|
|
|
<weight>75</weight>
|
|
|
<bold>true</bold>
|
|
|
</font>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string>确认密码:</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
<widget class="QLineEdit" name="lineEdit_old_op">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>80</x>
|
|
|
<y>40</y>
|
|
|
<width>91</width>
|
|
|
<height>31</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="font">
|
|
|
<font>
|
|
|
<family>微软雅黑</family>
|
|
|
<pointsize>12</pointsize>
|
|
|
<weight>75</weight>
|
|
|
<bold>true</bold>
|
|
|
</font>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string/>
|
|
|
</property>
|
|
|
<property name="echoMode">
|
|
|
<enum>QLineEdit::Password</enum>
|
|
|
</property>
|
|
|
</widget>
|
|
|
<widget class="QLabel" name="label_14">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>20</x>
|
|
|
<y>40</y>
|
|
|
<width>61</width>
|
|
|
<height>31</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="font">
|
|
|
<font>
|
|
|
<family>微软雅黑</family>
|
|
|
<pointsize>12</pointsize>
|
|
|
<weight>75</weight>
|
|
|
<bold>true</bold>
|
|
|
</font>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string>原密码:</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
<widget class="QPushButton" name="pushButton_pswd_op">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>550</x>
|
|
|
<y>30</y>
|
|
|
<width>91</width>
|
|
|
<height>51</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="font">
|
|
|
<font>
|
|
|
<family>微软雅黑</family>
|
|
|
<pointsize>12</pointsize>
|
|
|
<weight>75</weight>
|
|
|
<bold>true</bold>
|
|
|
</font>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string>确定</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
<zorder>label_12</zorder>
|
|
|
<zorder>lineEdit_new_op</zorder>
|
|
|
<zorder>label_13</zorder>
|
|
|
<zorder>label_14</zorder>
|
|
|
<zorder>pushButton_pswd_op</zorder>
|
|
|
<zorder>lineEdit_confirm_op</zorder>
|
|
|
<zorder>lineEdit_old_op</zorder>
|
|
|
</widget>
|
|
|
<widget class="QPushButton" name="pushButton_close">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>380</x>
|
|
|
<y>670</y>
|
|
|
<width>131</width>
|
|
|
<height>51</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="font">
|
|
|
<font>
|
|
|
<family>微软雅黑</family>
|
|
|
<pointsize>12</pointsize>
|
|
|
<weight>75</weight>
|
|
|
<bold>true</bold>
|
|
|
</font>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string>关闭窗口</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
<widget class="QPushButton" name="pushButton_desktop">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>300</x>
|
|
|
<y>10</y>
|
|
|
<width>131</width>
|
|
|
<height>51</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="font">
|
|
|
<font>
|
|
|
<family>微软雅黑</family>
|
|
|
<pointsize>12</pointsize>
|
|
|
<weight>75</weight>
|
|
|
<bold>true</bold>
|
|
|
</font>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string>显示桌面</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
<widget class="QToolButton" name="toolButton_keyboard">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>160</x>
|
|
|
<y>10</y>
|
|
|
<width>91</width>
|
|
|
<height>41</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="font">
|
|
|
<font>
|
|
|
<family>微软雅黑</family>
|
|
|
<pointsize>12</pointsize>
|
|
|
<weight>75</weight>
|
|
|
<bold>true</bold>
|
|
|
</font>
|
|
|
</property>
|
|
|
<property name="styleSheet">
|
|
|
<string notr="true">border-image: url(:/Cigarette/Resources/keyboard.png);</string>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string/>
|
|
|
</property>
|
|
|
</widget>
|
|
|
<widget class="QLabel" name="label">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>10</x>
|
|
|
<y>20</y>
|
|
|
<width>101</width>
|
|
|
<height>21</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="font">
|
|
|
<font>
|
|
|
<family>微软雅黑</family>
|
|
|
<pointsize>12</pointsize>
|
|
|
<weight>75</weight>
|
|
|
<bold>true</bold>
|
|
|
</font>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string>系统设置</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
<widget class="QPushButton" name="pushButton_config">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>20</x>
|
|
|
<y>350</y>
|
|
|
<width>141</width>
|
|
|
<height>41</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="font">
|
|
|
<font>
|
|
|
<family>微软雅黑</family>
|
|
|
<pointsize>12</pointsize>
|
|
|
<weight>75</weight>
|
|
|
<bold>true</bold>
|
|
|
</font>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string>配方设置</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
<widget class="QPushButton" name="pushButton_change">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>280</x>
|
|
|
<y>350</y>
|
|
|
<width>141</width>
|
|
|
<height>41</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="font">
|
|
|
<font>
|
|
|
<family>微软雅黑</family>
|
|
|
<pointsize>12</pointsize>
|
|
|
<weight>75</weight>
|
|
|
<bold>true</bold>
|
|
|
</font>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string>换班设置</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
<widget class="QPushButton" name="pushButton_statistic">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>510</x>
|
|
|
<y>350</y>
|
|
|
<width>141</width>
|
|
|
<height>41</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="font">
|
|
|
<font>
|
|
|
<family>微软雅黑</family>
|
|
|
<pointsize>12</pointsize>
|
|
|
<weight>75</weight>
|
|
|
<bold>true</bold>
|
|
|
</font>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string>产量统计</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
<zorder>groupBox_4</zorder>
|
|
|
<zorder>groupBox_3</zorder>
|
|
|
<zorder>groupBox_5</zorder>
|
|
|
<zorder>groupBox</zorder>
|
|
|
<zorder>pushButton_save</zorder>
|
|
|
<zorder>pushButton_exit</zorder>
|
|
|
<zorder>groupBox_7</zorder>
|
|
|
<zorder>pushButton_close</zorder>
|
|
|
<zorder>pushButton_desktop</zorder>
|
|
|
<zorder>toolButton_keyboard</zorder>
|
|
|
<zorder>label</zorder>
|
|
|
<zorder>pushButton_config</zorder>
|
|
|
<zorder>pushButton_change</zorder>
|
|
|
<zorder>pushButton_statistic</zorder>
|
|
|
<zorder>groupBox_6</zorder>
|
|
|
</widget>
|
|
|
</widget>
|
|
|
<widget class="QLineEdit" name="lineEdit_filter_4">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>430</x>
|
|
|
<y>1630</y>
|
|
|
<width>91</width>
|
|
|
<height>31</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="font">
|
|
|
<font>
|
|
|
<family>微软雅黑</family>
|
|
|
<pointsize>12</pointsize>
|
|
|
<weight>75</weight>
|
|
|
<bold>true</bold>
|
|
|
</font>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string/>
|
|
|
</property>
|
|
|
</widget>
|
|
|
<widget class="QLabel" name="label_22">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>240</x>
|
|
|
<y>1630</y>
|
|
|
<width>181</width>
|
|
|
<height>31</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="font">
|
|
|
<font>
|
|
|
<family>微软雅黑</family>
|
|
|
<pointsize>12</pointsize>
|
|
|
<weight>75</weight>
|
|
|
<bold>true</bold>
|
|
|
</font>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string>4#相机滤波时间(微秒):</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
<widget class="QLineEdit" name="lineEdit_expo_4">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>430</x>
|
|
|
<y>1520</y>
|
|
|
<width>91</width>
|
|
|
<height>31</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="font">
|
|
|
<font>
|
|
|
<family>微软雅黑</family>
|
|
|
<pointsize>12</pointsize>
|
|
|
<weight>75</weight>
|
|
|
<bold>true</bold>
|
|
|
</font>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string/>
|
|
|
</property>
|
|
|
</widget>
|
|
|
<widget class="QLabel" name="label_17">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>240</x>
|
|
|
<y>1520</y>
|
|
|
<width>181</width>
|
|
|
<height>31</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="font">
|
|
|
<font>
|
|
|
<family>微软雅黑</family>
|
|
|
<pointsize>12</pointsize>
|
|
|
<weight>75</weight>
|
|
|
<bold>true</bold>
|
|
|
</font>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string>4#相机曝光时间(微秒):</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
<widget class="QLineEdit" name="lineEdit_gain_4">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>440</x>
|
|
|
<y>1580</y>
|
|
|
<width>91</width>
|
|
|
<height>31</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="font">
|
|
|
<font>
|
|
|
<family>微软雅黑</family>
|
|
|
<pointsize>12</pointsize>
|
|
|
<weight>75</weight>
|
|
|
<bold>true</bold>
|
|
|
</font>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string/>
|
|
|
</property>
|
|
|
</widget>
|
|
|
<widget class="QLabel" name="label_20">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>250</x>
|
|
|
<y>1580</y>
|
|
|
<width>181</width>
|
|
|
<height>31</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="font">
|
|
|
<font>
|
|
|
<family>微软雅黑</family>
|
|
|
<pointsize>12</pointsize>
|
|
|
<weight>75</weight>
|
|
|
<bold>true</bold>
|
|
|
</font>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string>4#相机模拟增益(0~64):</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</widget>
|
|
|
<layoutdefault spacing="6" margin="11"/>
|
|
|
<resources>
|
|
|
<include location="cigarette.qrc"/>
|
|
|
</resources>
|
|
|
<connections/>
|
|
|
</ui>
|