You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
valvedetect/runner17/ui/StationSetting.ui

630 lines
21 KiB
XML

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>StationSettingDlg</class>
<widget class="QDialog" name="StationSettingDlg">
<property name="windowModality">
<enum>Qt::ApplicationModal</enum>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>724</width>
<height>557</height>
</rect>
</property>
<property name="contextMenuPolicy">
<enum>Qt::DefaultContextMenu</enum>
</property>
<property name="windowTitle">
<string>工位配置</string>
</property>
<property name="styleSheet">
<string notr="true">font: 11pt &quot;Consolas&quot;;</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="5">
<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>
<item row="0" column="1" colspan="2">
<widget class="QPushButton" name="Station_PB_Select2">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>使用双工位</string>
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QPushButton" name="Station_PB_Select1">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>使用单工位</string>
</property>
</widget>
</item>
<item row="2" column="5">
<widget class="QPushButton" name="Station_saveParas_pb">
<property name="text">
<string>确定并保存</string>
</property>
</widget>
</item>
<item row="2" column="3">
<spacer name="horizontalSpacer_6">
<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="2" column="0" colspan="3">
<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 row="1" column="0" colspan="6">
<widget class="QScrollArea" name="station_scrollArea">
<property name="widgetResizable">
<bool>true</bool>
</property>
<widget class="QWidget" name="station_scrollAreaWidgetContents">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>687</width>
<height>742</height>
</rect>
</property>
<layout class="QGridLayout" name="gridLayout_2">
<item row="1" column="0">
<widget class="QGroupBox" name="StationCompare_gb_2">
<property name="title">
<string>工位2</string>
</property>
<layout class="QGridLayout" name="gridLayout_9">
<item row="1" column="3">
<widget class="QGroupBox" name="groupBox_6">
<property name="title">
<string>相机参数</string>
</property>
<layout class="QGridLayout" name="gridLayout_8">
<item row="0" column="1">
<widget class="QLineEdit" name="Station_camera_gain_2"/>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="Station_camera_exposure_2"/>
</item>
<item row="3" column="1">
<widget class="QComboBox" name="Station_camera_format_2">
<item>
<property name="text">
<string>GRAY8</string>
</property>
</item>
</widget>
</item>
<item row="0" column="0">
<widget class="QLabel" name="label_15">
<property name="text">
<string>增益:</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_24">
<property name="text">
<string>曝光:</string>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QLabel" name="label_26">
<property name="text">
<string>格式:</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item row="2" column="0" colspan="4">
<widget class="QGroupBox" name="groupBox_5">
<property name="title">
<string>保存参数</string>
</property>
<layout class="QGridLayout" name="gridLayout_7">
<item row="3" column="1" colspan="2">
<widget class="QLineEdit" name="Station_camera_savefile_path_2"/>
</item>
<item row="3" column="0">
<widget class="QLabel" name="label_2">
<property name="text">
<string>保存图像的路径:</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QComboBox" name="Station_camera_savefile_suffix_2">
<item>
<property name="text">
<string>.PNG</string>
</property>
</item>
<item>
<property name="text">
<string>.BMP</string>
</property>
</item>
<item>
<property name="text">
<string>.JPG</string>
</property>
</item>
<item>
<property name="text">
<string>.JPEG</string>
</property>
</item>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_11">
<property name="text">
<string>保存图片后缀:</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_14">
<property name="text">
<string>是否保存:</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QCheckBox" name="Station_camera_save_2">
<property name="text">
<string>启用保存</string>
</property>
</widget>
</item>
<item row="2" column="2">
<spacer name="horizontalSpacer_4">
<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="3" column="3">
<widget class="QPushButton" name="Station_camera_edit_pb_2">
<property name="text">
<string>修改</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item row="1" column="0" colspan="3">
<widget class="QGroupBox" name="groupBox_4">
<property name="title">
<string>显示</string>
</property>
<layout class="QGridLayout" name="gridLayout_6">
<item row="0" column="1">
<widget class="QLineEdit" name="Station_camera_sn2">
<property name="font">
<font>
<family>Consolas</family>
<pointsize>11</pointsize>
<weight>50</weight>
<italic>false</italic>
<bold>false</bold>
</font>
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QLabel" name="label_5">
<property name="text">
<string>相机ID(*):</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="Station_showname_2">
<property name="text">
<string>工位2</string>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_17">
<property name="text">
<string>相机类型(*)</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QComboBox" name="Station_camera_type_2">
<item>
<property name="text">
<string>Virtual Camera(100)</string>
</property>
</item>
<item>
<property name="text">
<string>Gige(120)</string>
</property>
</item>
<item>
<property name="text">
<string>HIK(140)</string>
</property>
</item>
<item>
<property name="text">
<string>Baumer(160)</string>
</property>
</item>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_9">
<property name="text">
<string>显示名称(*)</string>
</property>
</widget>
</item>
<item row="0" column="2">
<widget class="QLabel" name="label_21">
<property name="text">
<string>唯一</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
</item>
<item row="3" 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="2" column="0">
<widget class="QGroupBox" name="groupBox">
<property name="title">
<string>通讯设备配置:</string>
</property>
<layout class="QGridLayout" name="gridLayout_11">
<item row="1" column="0" rowspan="2">
<widget class="QGroupBox" name="groupBox_7">
<property name="title">
<string>在使用的设备(串口:</string>
</property>
<layout class="QGridLayout" name="gridLayout_12">
<item row="0" column="0">
<widget class="QLabel" name="label_10">
<property name="text">
<string>设备名):</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="Station_DeviceName_lineEdit"/>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_18">
<property name="text">
<string>波特率:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="Station_DeviceBaute_lineEdit"/>
</item>
</layout>
</widget>
</item>
<item row="1" column="1">
<spacer name="horizontalSpacer_5">
<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="0" column="0">
<widget class="QGroupBox" name="StationCompare_gb_1">
<property name="title">
<string>工位1</string>
</property>
<layout class="QGridLayout" name="gridLayout_10">
<item row="2" column="0" colspan="4">
<widget class="QGroupBox" name="groupBox_3">
<property name="title">
<string>保存参数</string>
</property>
<layout class="QGridLayout" name="gridLayout_5">
<item row="0" column="1">
<widget class="QCheckBox" name="Station_camera_save_1">
<property name="text">
<string>启用保存</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_8">
<property name="text">
<string>保存图片后缀:</string>
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QLabel" name="label_7">
<property name="text">
<string>是否保存:</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QComboBox" name="Station_camera_savefile_suffix_1">
<item>
<property name="text">
<string>.PNG</string>
</property>
</item>
<item>
<property name="text">
<string>.BMP</string>
</property>
</item>
<item>
<property name="text">
<string>.JPG</string>
</property>
</item>
<item>
<property name="text">
<string>.JPEG</string>
</property>
</item>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_6">
<property name="text">
<string>保存图像的路径:</string>
</property>
</widget>
</item>
<item row="2" column="1" colspan="2">
<widget class="QLineEdit" name="Station_camera_savefile_path_1"/>
</item>
<item row="0" column="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="2" column="3">
<widget class="QPushButton" name="Station_camera_edit_pb_1">
<property name="text">
<string>修改</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item row="1" column="3">
<widget class="QGroupBox" name="groupBox_2">
<property name="title">
<string>相机参数</string>
</property>
<layout class="QGridLayout" name="gridLayout_4">
<item row="0" column="1">
<widget class="QLineEdit" name="Station_camera_gain_1"/>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="Station_camera_exposure_1"/>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_12">
<property name="text">
<string>曝光:</string>
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QLabel" name="label_13">
<property name="text">
<string>增益:</string>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QLabel" name="label_4">
<property name="text">
<string>格式:</string>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QComboBox" name="Station_camera_format_1">
<item>
<property name="text">
<string>GRAY8</string>
</property>
</item>
</widget>
</item>
</layout>
</widget>
</item>
<item row="1" column="0" colspan="3">
<widget class="QGroupBox" name="station_groupBox">
<property name="title">
<string>显示</string>
</property>
<layout class="QGridLayout" name="gridLayout_3">
<item row="0" column="0">
<widget class="QLabel" name="label">
<property name="text">
<string>相机ID(*):</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="Station_camera_sn1">
<property name="font">
<font>
<family>Consolas</family>
<pointsize>11</pointsize>
<weight>50</weight>
<italic>false</italic>
<bold>false</bold>
</font>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="Station_showname_1">
<property name="text">
<string>工位1</string>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_16">
<property name="text">
<string>相机类型(*)</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QComboBox" name="Station_camera_type_1">
<item>
<property name="text">
<string>Virtual Camera(100)</string>
</property>
</item>
<item>
<property name="text">
<string>Gige(120)</string>
</property>
</item>
<item>
<property name="text">
<string>HIK(140)</string>
</property>
</item>
<item>
<property name="text">
<string>Baumer(160)</string>
</property>
</item>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_3">
<property name="text">
<string>显示名称(*)</string>
</property>
</widget>
</item>
<item row="0" column="2">
<widget class="QLabel" name="label_19">
<property name="text">
<string>唯一</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>