1388 lines
46 KiB
Plaintext
1388 lines
46 KiB
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
|||
|
<ui version="4.0">
|
|||
|
<class>frmCameraSetUpClass</class>
|
|||
|
<widget class="QDialog" name="frmCameraSetUpClass">
|
|||
|
<property name="geometry">
|
|||
|
<rect>
|
|||
|
<x>0</x>
|
|||
|
<y>0</y>
|
|||
|
<width>850</width>
|
|||
|
<height>530</height>
|
|||
|
</rect>
|
|||
|
</property>
|
|||
|
<property name="sizePolicy">
|
|||
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|||
|
<horstretch>0</horstretch>
|
|||
|
<verstretch>0</verstretch>
|
|||
|
</sizepolicy>
|
|||
|
</property>
|
|||
|
<property name="minimumSize">
|
|||
|
<size>
|
|||
|
<width>850</width>
|
|||
|
<height>530</height>
|
|||
|
</size>
|
|||
|
</property>
|
|||
|
<property name="maximumSize">
|
|||
|
<size>
|
|||
|
<width>850</width>
|
|||
|
<height>530</height>
|
|||
|
</size>
|
|||
|
</property>
|
|||
|
<property name="windowTitle">
|
|||
|
<string>相机设置</string>
|
|||
|
</property>
|
|||
|
<property name="styleSheet">
|
|||
|
<string notr="true">background-color: #bcc2bc;</string>
|
|||
|
</property>
|
|||
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|||
|
<property name="leftMargin">
|
|||
|
<number>1</number>
|
|||
|
</property>
|
|||
|
<property name="topMargin">
|
|||
|
<number>1</number>
|
|||
|
</property>
|
|||
|
<property name="rightMargin">
|
|||
|
<number>3</number>
|
|||
|
</property>
|
|||
|
<property name="bottomMargin">
|
|||
|
<number>3</number>
|
|||
|
</property>
|
|||
|
<item>
|
|||
|
<spacer name="verticalSpacer">
|
|||
|
<property name="orientation">
|
|||
|
<enum>Qt::Vertical</enum>
|
|||
|
</property>
|
|||
|
<property name="sizeType">
|
|||
|
<enum>QSizePolicy::Fixed</enum>
|
|||
|
</property>
|
|||
|
<property name="sizeHint" stdset="0">
|
|||
|
<size>
|
|||
|
<width>20</width>
|
|||
|
<height>50</height>
|
|||
|
</size>
|
|||
|
</property>
|
|||
|
</spacer>
|
|||
|
</item>
|
|||
|
<item>
|
|||
|
<layout class="QHBoxLayout" name="horizontalLayout" stretch="0,0">
|
|||
|
<property name="spacing">
|
|||
|
<number>15</number>
|
|||
|
</property>
|
|||
|
<item>
|
|||
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|||
|
<item>
|
|||
|
<widget class="QTableWidget" name="tableWidget">
|
|||
|
<property name="sizePolicy">
|
|||
|
<sizepolicy hsizetype="Fixed" vsizetype="Expanding">
|
|||
|
<horstretch>0</horstretch>
|
|||
|
<verstretch>0</verstretch>
|
|||
|
</sizepolicy>
|
|||
|
</property>
|
|||
|
<property name="styleSheet">
|
|||
|
<string notr="true">QTableWidget
|
|||
|
{
|
|||
|
background-color: #b7c7a7;
|
|||
|
border:none;
|
|||
|
gridline-color: rgba(220, 220, 255,255);
|
|||
|
color: rgba(20, 20, 20,200);
|
|||
|
}
|
|||
|
QTableWidget::item::selected
|
|||
|
{
|
|||
|
background-color: rgba(180, 180, 215,255);
|
|||
|
}
|
|||
|
QScrollBar:vertical{
|
|||
|
background:#FFFFF2;
|
|||
|
padding-top:20px;
|
|||
|
padding-bottom:20px;
|
|||
|
padding-left:2px;
|
|||
|
padding-right:2px;
|
|||
|
border-left:1px solid #d7d7d7;}
|
|||
|
QScrollBar::handle:vertical{
|
|||
|
background:#dbdbdb;
|
|||
|
border-radius:6px;
|
|||
|
min-height:20px;}
|
|||
|
QScrollBar::handle:vertical:hover{
|
|||
|
background:#d0d0d0;}
|
|||
|
QScrollBar::add-line:vertical{
|
|||
|
background:url(:/res/ico/down.png) center no-repeat;}
|
|||
|
QScrollBar::sub-line:vertical{
|
|||
|
background:url(:/res/ico/up.png) center no-repeat;}
|
|||
|
QScrollBar:horizontal{
|
|||
|
background:#FFFFF2;
|
|||
|
padding-top:20px;
|
|||
|
padding-bottom:20px;
|
|||
|
padding-left:2px;
|
|||
|
padding-right:2px;
|
|||
|
border-left:1px solid #d7d7d7;}
|
|||
|
QScrollBar::handle:horizontal{
|
|||
|
background:#dbdbdb;
|
|||
|
border-radius:6px;
|
|||
|
min-height:20px;}
|
|||
|
QScrollBar::handle:horizontal:hover{
|
|||
|
background:#d0d0d0;}
|
|||
|
QScrollBar::add-line:horizontal{
|
|||
|
background:url(:/res/ico/right.png) center no-repeat;}
|
|||
|
QScrollBar::sub-line:horizontal{
|
|||
|
background:url(:/res/ico/left.png) center no-repeat;}</string>
|
|||
|
</property>
|
|||
|
<property name="horizontalScrollBarPolicy">
|
|||
|
<enum>Qt::ScrollBarAsNeeded</enum>
|
|||
|
</property>
|
|||
|
<property name="gridStyle">
|
|||
|
<enum>Qt::DashLine</enum>
|
|||
|
</property>
|
|||
|
<property name="rowCount">
|
|||
|
<number>0</number>
|
|||
|
</property>
|
|||
|
<property name="columnCount">
|
|||
|
<number>1</number>
|
|||
|
</property>
|
|||
|
<attribute name="horizontalHeaderDefaultSectionSize">
|
|||
|
<number>256</number>
|
|||
|
</attribute>
|
|||
|
<column>
|
|||
|
<property name="text">
|
|||
|
<string>相机列表</string>
|
|||
|
</property>
|
|||
|
<property name="font">
|
|||
|
<font>
|
|||
|
<family>微软雅黑</family>
|
|||
|
</font>
|
|||
|
</property>
|
|||
|
</column>
|
|||
|
</widget>
|
|||
|
</item>
|
|||
|
</layout>
|
|||
|
</item>
|
|||
|
<item>
|
|||
|
<layout class="QGridLayout" name="gridLayout" rowstretch="0,0,0" rowminimumheight="0,0,0">
|
|||
|
<property name="spacing">
|
|||
|
<number>2</number>
|
|||
|
</property>
|
|||
|
<item row="1" column="0">
|
|||
|
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
|||
|
<item>
|
|||
|
<widget class="QFrame" name="frame_2">
|
|||
|
<property name="sizePolicy">
|
|||
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|||
|
<horstretch>0</horstretch>
|
|||
|
<verstretch>0</verstretch>
|
|||
|
</sizepolicy>
|
|||
|
</property>
|
|||
|
<property name="minimumSize">
|
|||
|
<size>
|
|||
|
<width>0</width>
|
|||
|
<height>0</height>
|
|||
|
</size>
|
|||
|
</property>
|
|||
|
<property name="styleSheet">
|
|||
|
<string notr="true">border: 1px solid gray;</string>
|
|||
|
</property>
|
|||
|
<property name="frameShape">
|
|||
|
<enum>QFrame::StyledPanel</enum>
|
|||
|
</property>
|
|||
|
<property name="frameShadow">
|
|||
|
<enum>QFrame::Raised</enum>
|
|||
|
</property>
|
|||
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
|||
|
<property name="spacing">
|
|||
|
<number>7</number>
|
|||
|
</property>
|
|||
|
<property name="leftMargin">
|
|||
|
<number>7</number>
|
|||
|
</property>
|
|||
|
<property name="topMargin">
|
|||
|
<number>7</number>
|
|||
|
</property>
|
|||
|
<property name="rightMargin">
|
|||
|
<number>7</number>
|
|||
|
</property>
|
|||
|
<property name="bottomMargin">
|
|||
|
<number>7</number>
|
|||
|
</property>
|
|||
|
<item>
|
|||
|
<layout class="QHBoxLayout" name="horizontalLayout_7">
|
|||
|
<property name="spacing">
|
|||
|
<number>0</number>
|
|||
|
</property>
|
|||
|
<property name="leftMargin">
|
|||
|
<number>5</number>
|
|||
|
</property>
|
|||
|
<property name="rightMargin">
|
|||
|
<number>4</number>
|
|||
|
</property>
|
|||
|
<item>
|
|||
|
<widget class="QLabel" name="label_2">
|
|||
|
<property name="sizePolicy">
|
|||
|
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
|
|||
|
<horstretch>0</horstretch>
|
|||
|
<verstretch>0</verstretch>
|
|||
|
</sizepolicy>
|
|||
|
</property>
|
|||
|
<property name="font">
|
|||
|
<font>
|
|||
|
<family>微软雅黑</family>
|
|||
|
<pointsize>10</pointsize>
|
|||
|
</font>
|
|||
|
</property>
|
|||
|
<property name="styleSheet">
|
|||
|
<string notr="true">color: rgb(0, 0, 0);
|
|||
|
border:none;</string>
|
|||
|
</property>
|
|||
|
<property name="text">
|
|||
|
<string>相机名称:</string>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
</item>
|
|||
|
<item>
|
|||
|
<widget class="QComboBox" name="comboCameraName">
|
|||
|
<property name="sizePolicy">
|
|||
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|||
|
<horstretch>0</horstretch>
|
|||
|
<verstretch>0</verstretch>
|
|||
|
</sizepolicy>
|
|||
|
</property>
|
|||
|
<property name="minimumSize">
|
|||
|
<size>
|
|||
|
<width>0</width>
|
|||
|
<height>33</height>
|
|||
|
</size>
|
|||
|
</property>
|
|||
|
<property name="maximumSize">
|
|||
|
<size>
|
|||
|
<width>16777215</width>
|
|||
|
<height>33</height>
|
|||
|
</size>
|
|||
|
</property>
|
|||
|
<property name="font">
|
|||
|
<font>
|
|||
|
<family>微软雅黑</family>
|
|||
|
<pointsize>10</pointsize>
|
|||
|
</font>
|
|||
|
</property>
|
|||
|
<property name="styleSheet">
|
|||
|
<string notr="true">QComboBox {
|
|||
|
border: 1px solid gray;
|
|||
|
border-radius: 3px;
|
|||
|
color: rgb(0, 0, 200);
|
|||
|
background-color: rgba(170, 170, 127,100);
|
|||
|
}
|
|||
|
QComboBox::drop-down {
|
|||
|
subcontrol-origin: padding;
|
|||
|
subcontrol-position: top right;
|
|||
|
width: 15px;
|
|||
|
border-left-width: 1px;
|
|||
|
border-left-color: darkgray;
|
|||
|
border-left-style: solid;
|
|||
|
border-top-right-radius: 3px;
|
|||
|
border-bottom-right-radius: 3px;
|
|||
|
}
|
|||
|
|
|||
|
QComboBox::down-arrow {
|
|||
|
image: url(:/res/ico/down.png);
|
|||
|
}
|
|||
|
QComboBox::down-arrow:on {
|
|||
|
top: 1px;
|
|||
|
left: 1px;
|
|||
|
}</string>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
</item>
|
|||
|
<item>
|
|||
|
<spacer name="horizontalSpacer_8">
|
|||
|
<property name="orientation">
|
|||
|
<enum>Qt::Horizontal</enum>
|
|||
|
</property>
|
|||
|
<property name="sizeType">
|
|||
|
<enum>QSizePolicy::Fixed</enum>
|
|||
|
</property>
|
|||
|
<property name="sizeHint" stdset="0">
|
|||
|
<size>
|
|||
|
<width>15</width>
|
|||
|
<height>20</height>
|
|||
|
</size>
|
|||
|
</property>
|
|||
|
</spacer>
|
|||
|
</item>
|
|||
|
<item>
|
|||
|
<widget class="QPushButton" name="btnSearchCamera">
|
|||
|
<property name="sizePolicy">
|
|||
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|||
|
<horstretch>0</horstretch>
|
|||
|
<verstretch>0</verstretch>
|
|||
|
</sizepolicy>
|
|||
|
</property>
|
|||
|
<property name="minimumSize">
|
|||
|
<size>
|
|||
|
<width>90</width>
|
|||
|
<height>37</height>
|
|||
|
</size>
|
|||
|
</property>
|
|||
|
<property name="font">
|
|||
|
<font>
|
|||
|
<family>微软雅黑</family>
|
|||
|
<pointsize>10</pointsize>
|
|||
|
</font>
|
|||
|
</property>
|
|||
|
<property name="styleSheet">
|
|||
|
<string notr="true">QWidget{ background-color: rgba(29, 42, 47, 200);}
|
|||
|
QWidget{ color: rgb(235, 235, 235);}
|
|||
|
QWidget{ border: 2px groove gray;border-radius: 5px;padding: 2px 4px;}
|
|||
|
QPushButton:hover{ background-color: rgb(29, 62, 52);}
|
|||
|
QPushButton:pressed{background-color: rgb(29, 82, 72);}</string>
|
|||
|
</property>
|
|||
|
<property name="text">
|
|||
|
<string>搜索相机</string>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
</item>
|
|||
|
</layout>
|
|||
|
</item>
|
|||
|
<item>
|
|||
|
<spacer name="verticalSpacer_3">
|
|||
|
<property name="orientation">
|
|||
|
<enum>Qt::Vertical</enum>
|
|||
|
</property>
|
|||
|
<property name="sizeType">
|
|||
|
<enum>QSizePolicy::Fixed</enum>
|
|||
|
</property>
|
|||
|
<property name="sizeHint" stdset="0">
|
|||
|
<size>
|
|||
|
<width>20</width>
|
|||
|
<height>5</height>
|
|||
|
</size>
|
|||
|
</property>
|
|||
|
</spacer>
|
|||
|
</item>
|
|||
|
<item>
|
|||
|
<widget class="QFrame" name="frame_4">
|
|||
|
<property name="sizePolicy">
|
|||
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|||
|
<horstretch>0</horstretch>
|
|||
|
<verstretch>0</verstretch>
|
|||
|
</sizepolicy>
|
|||
|
</property>
|
|||
|
<property name="minimumSize">
|
|||
|
<size>
|
|||
|
<width>0</width>
|
|||
|
<height>295</height>
|
|||
|
</size>
|
|||
|
</property>
|
|||
|
<property name="styleSheet">
|
|||
|
<string notr="true">border:none;
|
|||
|
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #dfd5cf, stop: 0.15 #acbbac, stop: 0.85 #acbbac,stop:1 #dfd5cf);</string>
|
|||
|
</property>
|
|||
|
<property name="frameShape">
|
|||
|
<enum>QFrame::StyledPanel</enum>
|
|||
|
</property>
|
|||
|
<property name="frameShadow">
|
|||
|
<enum>QFrame::Raised</enum>
|
|||
|
</property>
|
|||
|
<layout class="QGridLayout" name="gridLayout_2">
|
|||
|
<property name="leftMargin">
|
|||
|
<number>5</number>
|
|||
|
</property>
|
|||
|
<property name="topMargin">
|
|||
|
<number>7</number>
|
|||
|
</property>
|
|||
|
<property name="rightMargin">
|
|||
|
<number>5</number>
|
|||
|
</property>
|
|||
|
<property name="bottomMargin">
|
|||
|
<number>9</number>
|
|||
|
</property>
|
|||
|
<property name="horizontalSpacing">
|
|||
|
<number>7</number>
|
|||
|
</property>
|
|||
|
<property name="verticalSpacing">
|
|||
|
<number>23</number>
|
|||
|
</property>
|
|||
|
<item row="5" column="6">
|
|||
|
<widget class="QSpinBox" name="spinTimeOut">
|
|||
|
<property name="sizePolicy">
|
|||
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|||
|
<horstretch>0</horstretch>
|
|||
|
<verstretch>0</verstretch>
|
|||
|
</sizepolicy>
|
|||
|
</property>
|
|||
|
<property name="minimumSize">
|
|||
|
<size>
|
|||
|
<width>106</width>
|
|||
|
<height>28</height>
|
|||
|
</size>
|
|||
|
</property>
|
|||
|
<property name="maximumSize">
|
|||
|
<size>
|
|||
|
<width>106</width>
|
|||
|
<height>28</height>
|
|||
|
</size>
|
|||
|
</property>
|
|||
|
<property name="font">
|
|||
|
<font>
|
|||
|
<family>微软雅黑</family>
|
|||
|
<pointsize>11</pointsize>
|
|||
|
</font>
|
|||
|
</property>
|
|||
|
<property name="styleSheet">
|
|||
|
<string notr="true">QWidget{color: rgb(0, 0, 200);background-color: rgb(239, 239, 239);}
|
|||
|
QSpinBox::up-button{
|
|||
|
border:transparent;
|
|||
|
}
|
|||
|
QSpinBox::down-button{
|
|||
|
border:transparent;
|
|||
|
}
|
|||
|
QSpinBox::up-arrow{
|
|||
|
image:url(:/res/ico/up.png);
|
|||
|
}
|
|||
|
QSpinBox::down-arrow{
|
|||
|
image:url(:/res/ico/down.png);
|
|||
|
}</string>
|
|||
|
</property>
|
|||
|
<property name="alignment">
|
|||
|
<set>Qt::AlignCenter</set>
|
|||
|
</property>
|
|||
|
<property name="minimum">
|
|||
|
<number>1</number>
|
|||
|
</property>
|
|||
|
<property name="maximum">
|
|||
|
<number>10000</number>
|
|||
|
</property>
|
|||
|
<property name="value">
|
|||
|
<number>500</number>
|
|||
|
</property>
|
|||
|
<property name="displayIntegerBase">
|
|||
|
<number>10</number>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
</item>
|
|||
|
<item row="7" column="0">
|
|||
|
<spacer name="verticalSpacer_2">
|
|||
|
<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="4">
|
|||
|
<widget class="QLabel" name="label_4">
|
|||
|
<property name="font">
|
|||
|
<font>
|
|||
|
<family>微软雅黑</family>
|
|||
|
<pointsize>10</pointsize>
|
|||
|
</font>
|
|||
|
</property>
|
|||
|
<property name="styleSheet">
|
|||
|
<string notr="true">background-color: rgba(0, 0, 0, 0);
|
|||
|
color: rgb(0, 0, 0);
|
|||
|
border:none;</string>
|
|||
|
</property>
|
|||
|
<property name="text">
|
|||
|
<string>增益:</string>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
</item>
|
|||
|
<item row="5" column="0">
|
|||
|
<widget class="QLabel" name="label_5">
|
|||
|
<property name="font">
|
|||
|
<font>
|
|||
|
<family>微软雅黑</family>
|
|||
|
<pointsize>10</pointsize>
|
|||
|
</font>
|
|||
|
</property>
|
|||
|
<property name="styleSheet">
|
|||
|
<string notr="true">background-color: rgba(0, 0, 0, 0);
|
|||
|
color: rgb(0, 0, 0);
|
|||
|
border:none;</string>
|
|||
|
</property>
|
|||
|
<property name="text">
|
|||
|
<string>触发模式:</string>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
</item>
|
|||
|
<item row="3" column="2">
|
|||
|
<widget class="QSpinBox" name="spinExposure">
|
|||
|
<property name="sizePolicy">
|
|||
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|||
|
<horstretch>0</horstretch>
|
|||
|
<verstretch>0</verstretch>
|
|||
|
</sizepolicy>
|
|||
|
</property>
|
|||
|
<property name="minimumSize">
|
|||
|
<size>
|
|||
|
<width>106</width>
|
|||
|
<height>28</height>
|
|||
|
</size>
|
|||
|
</property>
|
|||
|
<property name="maximumSize">
|
|||
|
<size>
|
|||
|
<width>106</width>
|
|||
|
<height>28</height>
|
|||
|
</size>
|
|||
|
</property>
|
|||
|
<property name="font">
|
|||
|
<font>
|
|||
|
<family>微软雅黑</family>
|
|||
|
<pointsize>11</pointsize>
|
|||
|
</font>
|
|||
|
</property>
|
|||
|
<property name="styleSheet">
|
|||
|
<string notr="true">QWidget{color: rgb(0, 0, 200);background-color: rgb(239, 239, 239);}
|
|||
|
QSpinBox::up-button{
|
|||
|
border:transparent;
|
|||
|
}
|
|||
|
QSpinBox::down-button{
|
|||
|
border:transparent;
|
|||
|
}
|
|||
|
QSpinBox::up-arrow{
|
|||
|
image:url(:/res/ico/up.png);
|
|||
|
}
|
|||
|
QSpinBox::down-arrow{
|
|||
|
image:url(:/res/ico/down.png);
|
|||
|
}</string>
|
|||
|
</property>
|
|||
|
<property name="alignment">
|
|||
|
<set>Qt::AlignCenter</set>
|
|||
|
</property>
|
|||
|
<property name="minimum">
|
|||
|
<number>1</number>
|
|||
|
</property>
|
|||
|
<property name="maximum">
|
|||
|
<number>1728000</number>
|
|||
|
</property>
|
|||
|
<property name="value">
|
|||
|
<number>10000</number>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
</item>
|
|||
|
<item row="1" column="0" colspan="7">
|
|||
|
<layout class="QHBoxLayout" name="horizontalLayout_8">
|
|||
|
<property name="spacing">
|
|||
|
<number>0</number>
|
|||
|
</property>
|
|||
|
<item>
|
|||
|
<widget class="QLabel" name="label_6">
|
|||
|
<property name="sizePolicy">
|
|||
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|||
|
<horstretch>0</horstretch>
|
|||
|
<verstretch>0</verstretch>
|
|||
|
</sizepolicy>
|
|||
|
</property>
|
|||
|
<property name="minimumSize">
|
|||
|
<size>
|
|||
|
<width>0</width>
|
|||
|
<height>28</height>
|
|||
|
</size>
|
|||
|
</property>
|
|||
|
<property name="maximumSize">
|
|||
|
<size>
|
|||
|
<width>16777215</width>
|
|||
|
<height>28</height>
|
|||
|
</size>
|
|||
|
</property>
|
|||
|
<property name="font">
|
|||
|
<font>
|
|||
|
<family>微软雅黑</family>
|
|||
|
<pointsize>10</pointsize>
|
|||
|
</font>
|
|||
|
</property>
|
|||
|
<property name="styleSheet">
|
|||
|
<string notr="true">color: rgb(0, 0, 0);
|
|||
|
background-color: rgba(255, 254, 237,0);
|
|||
|
border:none;</string>
|
|||
|
</property>
|
|||
|
<property name="text">
|
|||
|
<string>选择相机名称:</string>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
</item>
|
|||
|
<item>
|
|||
|
<widget class="QLabel" name="lblType">
|
|||
|
<property name="font">
|
|||
|
<font>
|
|||
|
<family>微软雅黑</family>
|
|||
|
<pointsize>10</pointsize>
|
|||
|
<weight>75</weight>
|
|||
|
<bold>true</bold>
|
|||
|
</font>
|
|||
|
</property>
|
|||
|
<property name="styleSheet">
|
|||
|
<string notr="true">background-color: rgba(255, 254, 237,130);
|
|||
|
color: rgb(129, 0, 193);</string>
|
|||
|
</property>
|
|||
|
<property name="text">
|
|||
|
<string/>
|
|||
|
</property>
|
|||
|
<property name="alignment">
|
|||
|
<set>Qt::AlignCenter</set>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
</item>
|
|||
|
</layout>
|
|||
|
</item>
|
|||
|
<item row="6" column="0">
|
|||
|
<widget class="QLabel" name="label_11">
|
|||
|
<property name="font">
|
|||
|
<font>
|
|||
|
<family>微软雅黑</family>
|
|||
|
<pointsize>10</pointsize>
|
|||
|
</font>
|
|||
|
</property>
|
|||
|
<property name="styleSheet">
|
|||
|
<string notr="true">background-color: rgba(0, 0, 0, 0);
|
|||
|
color: rgb(0, 0, 0);
|
|||
|
border:none;</string>
|
|||
|
</property>
|
|||
|
<property name="text">
|
|||
|
<string>备注:</string>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
</item>
|
|||
|
<item row="5" column="2">
|
|||
|
<widget class="QComboBox" name="comboTriggerMode">
|
|||
|
<property name="sizePolicy">
|
|||
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|||
|
<horstretch>0</horstretch>
|
|||
|
<verstretch>0</verstretch>
|
|||
|
</sizepolicy>
|
|||
|
</property>
|
|||
|
<property name="minimumSize">
|
|||
|
<size>
|
|||
|
<width>100</width>
|
|||
|
<height>30</height>
|
|||
|
</size>
|
|||
|
</property>
|
|||
|
<property name="maximumSize">
|
|||
|
<size>
|
|||
|
<width>106</width>
|
|||
|
<height>28</height>
|
|||
|
</size>
|
|||
|
</property>
|
|||
|
<property name="font">
|
|||
|
<font>
|
|||
|
<family>微软雅黑</family>
|
|||
|
<pointsize>10</pointsize>
|
|||
|
</font>
|
|||
|
</property>
|
|||
|
<property name="styleSheet">
|
|||
|
<string notr="true">QComboBox {
|
|||
|
border: 1px solid gray;
|
|||
|
border-radius: 3px;
|
|||
|
min-width: 6.5em;
|
|||
|
color: rgb(0, 0, 200);
|
|||
|
background-color: rgb(239, 239, 239);
|
|||
|
}
|
|||
|
QComboBox::drop-down {
|
|||
|
subcontrol-origin: padding;
|
|||
|
subcontrol-position: top right;
|
|||
|
width: 15px;
|
|||
|
border-left-width: 1px;
|
|||
|
border-left-color: darkgray;
|
|||
|
border-left-style: solid;
|
|||
|
border-top-right-radius: 3px;
|
|||
|
border-bottom-right-radius: 3px;
|
|||
|
}
|
|||
|
|
|||
|
QComboBox::down-arrow {
|
|||
|
image: url(:/res/ico/down.png);
|
|||
|
}
|
|||
|
QComboBox::down-arrow:on {
|
|||
|
top: 1px;
|
|||
|
left: 1px;
|
|||
|
}</string>
|
|||
|
</property>
|
|||
|
<item>
|
|||
|
<property name="text">
|
|||
|
<string>连续采集</string>
|
|||
|
</property>
|
|||
|
</item>
|
|||
|
<item>
|
|||
|
<property name="text">
|
|||
|
<string>软件触发</string>
|
|||
|
</property>
|
|||
|
</item>
|
|||
|
<item>
|
|||
|
<property name="text">
|
|||
|
<string>硬件触发</string>
|
|||
|
</property>
|
|||
|
</item>
|
|||
|
</widget>
|
|||
|
</item>
|
|||
|
<item row="5" column="4">
|
|||
|
<widget class="QLabel" name="label_10">
|
|||
|
<property name="font">
|
|||
|
<font>
|
|||
|
<family>微软雅黑</family>
|
|||
|
<pointsize>10</pointsize>
|
|||
|
</font>
|
|||
|
</property>
|
|||
|
<property name="styleSheet">
|
|||
|
<string notr="true">background-color: rgba(0, 0, 0, 0);
|
|||
|
color: rgb(0, 0, 0);
|
|||
|
border:none;</string>
|
|||
|
</property>
|
|||
|
<property name="text">
|
|||
|
<string>超时(ms):</string>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
</item>
|
|||
|
<item row="6" column="2" colspan="5">
|
|||
|
<widget class="QLineEdit" name="txtRemark">
|
|||
|
<property name="minimumSize">
|
|||
|
<size>
|
|||
|
<width>0</width>
|
|||
|
<height>28</height>
|
|||
|
</size>
|
|||
|
</property>
|
|||
|
<property name="font">
|
|||
|
<font>
|
|||
|
<family>微软雅黑</family>
|
|||
|
<pointsize>10</pointsize>
|
|||
|
</font>
|
|||
|
</property>
|
|||
|
<property name="styleSheet">
|
|||
|
<string notr="true">border: 1px solid white ;
|
|||
|
background-color: rgb(239, 239, 239);
|
|||
|
color: rgb(0, 0, 200);</string>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
</item>
|
|||
|
<item row="3" column="0">
|
|||
|
<widget class="QLabel" name="label_3">
|
|||
|
<property name="font">
|
|||
|
<font>
|
|||
|
<family>微软雅黑</family>
|
|||
|
<pointsize>10</pointsize>
|
|||
|
</font>
|
|||
|
</property>
|
|||
|
<property name="styleSheet">
|
|||
|
<string notr="true">background-color: rgba(0, 0, 0, 0);
|
|||
|
color: rgb(0, 0, 0);
|
|||
|
border:none;</string>
|
|||
|
</property>
|
|||
|
<property name="text">
|
|||
|
<string>曝光(us):</string>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
</item>
|
|||
|
<item row="3" column="6">
|
|||
|
<widget class="QDoubleSpinBox" name="spinGain">
|
|||
|
<property name="sizePolicy">
|
|||
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|||
|
<horstretch>0</horstretch>
|
|||
|
<verstretch>0</verstretch>
|
|||
|
</sizepolicy>
|
|||
|
</property>
|
|||
|
<property name="minimumSize">
|
|||
|
<size>
|
|||
|
<width>106</width>
|
|||
|
<height>28</height>
|
|||
|
</size>
|
|||
|
</property>
|
|||
|
<property name="maximumSize">
|
|||
|
<size>
|
|||
|
<width>106</width>
|
|||
|
<height>28</height>
|
|||
|
</size>
|
|||
|
</property>
|
|||
|
<property name="font">
|
|||
|
<font>
|
|||
|
<family>微软雅黑</family>
|
|||
|
<pointsize>11</pointsize>
|
|||
|
</font>
|
|||
|
</property>
|
|||
|
<property name="styleSheet">
|
|||
|
<string notr="true">QWidget{color: rgb(0, 0, 200);background-color: rgb(239, 239, 239);}
|
|||
|
QDoubleSpinBox::up-button{
|
|||
|
border:transparent;
|
|||
|
}
|
|||
|
QDoubleSpinBox::down-button{
|
|||
|
border:transparent;
|
|||
|
}
|
|||
|
QDoubleSpinBox::up-arrow{
|
|||
|
image:url(:/res/ico/up.png);
|
|||
|
}
|
|||
|
QDoubleSpinBox::down-arrow{
|
|||
|
image:url(:/res/ico/down.png);
|
|||
|
}</string>
|
|||
|
</property>
|
|||
|
<property name="alignment">
|
|||
|
<set>Qt::AlignCenter</set>
|
|||
|
</property>
|
|||
|
<property name="decimals">
|
|||
|
<number>1</number>
|
|||
|
</property>
|
|||
|
<property name="minimum">
|
|||
|
<double>1.000000000000000</double>
|
|||
|
</property>
|
|||
|
<property name="maximum">
|
|||
|
<double>32.000000000000000</double>
|
|||
|
</property>
|
|||
|
<property name="singleStep">
|
|||
|
<double>0.100000000000000</double>
|
|||
|
</property>
|
|||
|
<property name="value">
|
|||
|
<double>1.000000000000000</double>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
</item>
|
|||
|
<item row="3" column="3">
|
|||
|
<spacer name="horizontalSpacer_10">
|
|||
|
<property name="orientation">
|
|||
|
<enum>Qt::Horizontal</enum>
|
|||
|
</property>
|
|||
|
<property name="sizeType">
|
|||
|
<enum>QSizePolicy::Expanding</enum>
|
|||
|
</property>
|
|||
|
<property name="sizeHint" stdset="0">
|
|||
|
<size>
|
|||
|
<width>250</width>
|
|||
|
<height>20</height>
|
|||
|
</size>
|
|||
|
</property>
|
|||
|
</spacer>
|
|||
|
</item>
|
|||
|
<item row="4" column="0">
|
|||
|
<widget class="QLabel" name="label_7">
|
|||
|
<property name="font">
|
|||
|
<font>
|
|||
|
<family>微软雅黑</family>
|
|||
|
<pointsize>10</pointsize>
|
|||
|
</font>
|
|||
|
</property>
|
|||
|
<property name="styleSheet">
|
|||
|
<string notr="true">background-color: rgba(0, 0, 0, 0);
|
|||
|
color: rgb(0, 0, 0);
|
|||
|
border:none;</string>
|
|||
|
</property>
|
|||
|
<property name="text">
|
|||
|
<string>伽马:</string>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
</item>
|
|||
|
<item row="4" column="2">
|
|||
|
<widget class="QDoubleSpinBox" name="spinGamma">
|
|||
|
<property name="sizePolicy">
|
|||
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|||
|
<horstretch>0</horstretch>
|
|||
|
<verstretch>0</verstretch>
|
|||
|
</sizepolicy>
|
|||
|
</property>
|
|||
|
<property name="minimumSize">
|
|||
|
<size>
|
|||
|
<width>106</width>
|
|||
|
<height>28</height>
|
|||
|
</size>
|
|||
|
</property>
|
|||
|
<property name="maximumSize">
|
|||
|
<size>
|
|||
|
<width>106</width>
|
|||
|
<height>28</height>
|
|||
|
</size>
|
|||
|
</property>
|
|||
|
<property name="font">
|
|||
|
<font>
|
|||
|
<family>微软雅黑</family>
|
|||
|
<pointsize>11</pointsize>
|
|||
|
</font>
|
|||
|
</property>
|
|||
|
<property name="styleSheet">
|
|||
|
<string notr="true">QWidget{color: rgb(0, 0, 200);background-color: rgb(239, 239, 239);}
|
|||
|
QDoubleSpinBox::up-button{
|
|||
|
border:transparent;
|
|||
|
}
|
|||
|
QDoubleSpinBox::down-button{
|
|||
|
border:transparent;
|
|||
|
}
|
|||
|
QDoubleSpinBox::up-arrow{
|
|||
|
image:url(:/res/ico/up.png);
|
|||
|
}
|
|||
|
QDoubleSpinBox::down-arrow{
|
|||
|
image:url(:/res/ico/down.png);
|
|||
|
}</string>
|
|||
|
</property>
|
|||
|
<property name="alignment">
|
|||
|
<set>Qt::AlignCenter</set>
|
|||
|
</property>
|
|||
|
<property name="maximum">
|
|||
|
<double>2.500000000000000</double>
|
|||
|
</property>
|
|||
|
<property name="singleStep">
|
|||
|
<double>0.100000000000000</double>
|
|||
|
</property>
|
|||
|
<property name="value">
|
|||
|
<double>1.000000000000000</double>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
</item>
|
|||
|
<item row="4" column="4">
|
|||
|
<widget class="QLabel" name="label_8">
|
|||
|
<property name="font">
|
|||
|
<font>
|
|||
|
<family>微软雅黑</family>
|
|||
|
<pointsize>10</pointsize>
|
|||
|
</font>
|
|||
|
</property>
|
|||
|
<property name="styleSheet">
|
|||
|
<string notr="true">background-color: rgba(0, 0, 0, 0);
|
|||
|
color: rgb(0, 0, 0);
|
|||
|
border:none;</string>
|
|||
|
</property>
|
|||
|
<property name="text">
|
|||
|
<string>对比度:</string>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
</item>
|
|||
|
<item row="4" column="6">
|
|||
|
<widget class="QSpinBox" name="spinContrast">
|
|||
|
<property name="sizePolicy">
|
|||
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|||
|
<horstretch>0</horstretch>
|
|||
|
<verstretch>0</verstretch>
|
|||
|
</sizepolicy>
|
|||
|
</property>
|
|||
|
<property name="minimumSize">
|
|||
|
<size>
|
|||
|
<width>106</width>
|
|||
|
<height>28</height>
|
|||
|
</size>
|
|||
|
</property>
|
|||
|
<property name="maximumSize">
|
|||
|
<size>
|
|||
|
<width>106</width>
|
|||
|
<height>28</height>
|
|||
|
</size>
|
|||
|
</property>
|
|||
|
<property name="font">
|
|||
|
<font>
|
|||
|
<family>微软雅黑</family>
|
|||
|
<pointsize>11</pointsize>
|
|||
|
</font>
|
|||
|
</property>
|
|||
|
<property name="styleSheet">
|
|||
|
<string notr="true">QWidget{color: rgb(0, 0, 200);background-color: rgb(239, 239, 239);}
|
|||
|
QSpinBox::up-button{
|
|||
|
border:transparent;
|
|||
|
}
|
|||
|
QSpinBox::down-button{
|
|||
|
border:transparent;
|
|||
|
}
|
|||
|
QSpinBox::up-arrow{
|
|||
|
image:url(:/res/ico/up.png);
|
|||
|
}
|
|||
|
QSpinBox::down-arrow{
|
|||
|
image:url(:/res/ico/down.png);
|
|||
|
}</string>
|
|||
|
</property>
|
|||
|
<property name="alignment">
|
|||
|
<set>Qt::AlignCenter</set>
|
|||
|
</property>
|
|||
|
<property name="maximum">
|
|||
|
<number>200</number>
|
|||
|
</property>
|
|||
|
<property name="value">
|
|||
|
<number>100</number>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
</item>
|
|||
|
</layout>
|
|||
|
</widget>
|
|||
|
</item>
|
|||
|
</layout>
|
|||
|
</widget>
|
|||
|
</item>
|
|||
|
</layout>
|
|||
|
</item>
|
|||
|
<item row="2" column="0">
|
|||
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|||
|
<item>
|
|||
|
<widget class="QFrame" name="frame_3">
|
|||
|
<property name="styleSheet">
|
|||
|
<string notr="true">border: 1px solid gray;</string>
|
|||
|
</property>
|
|||
|
<property name="frameShape">
|
|||
|
<enum>QFrame::StyledPanel</enum>
|
|||
|
</property>
|
|||
|
<property name="frameShadow">
|
|||
|
<enum>QFrame::Raised</enum>
|
|||
|
</property>
|
|||
|
<layout class="QHBoxLayout" name="horizontalLayout_6">
|
|||
|
<property name="spacing">
|
|||
|
<number>0</number>
|
|||
|
</property>
|
|||
|
<property name="leftMargin">
|
|||
|
<number>3</number>
|
|||
|
</property>
|
|||
|
<property name="topMargin">
|
|||
|
<number>3</number>
|
|||
|
</property>
|
|||
|
<property name="rightMargin">
|
|||
|
<number>3</number>
|
|||
|
</property>
|
|||
|
<property name="bottomMargin">
|
|||
|
<number>3</number>
|
|||
|
</property>
|
|||
|
<item>
|
|||
|
<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>
|
|||
|
<widget class="QPushButton" name="btnConnect">
|
|||
|
<property name="minimumSize">
|
|||
|
<size>
|
|||
|
<width>90</width>
|
|||
|
<height>37</height>
|
|||
|
</size>
|
|||
|
</property>
|
|||
|
<property name="font">
|
|||
|
<font>
|
|||
|
<family>微软雅黑</family>
|
|||
|
<pointsize>10</pointsize>
|
|||
|
</font>
|
|||
|
</property>
|
|||
|
<property name="styleSheet">
|
|||
|
<string notr="true">QWidget{ background-color: rgba(9, 42, 47, 200);}
|
|||
|
QWidget{ color: rgb(235, 235, 235);}
|
|||
|
QWidget{ border: 2px groove gray;border-radius: 5px;padding: 2px 4px;}
|
|||
|
QPushButton:hover{ background-color: rgb(9, 62, 52);}
|
|||
|
QPushButton:pressed{background-color: rgb(9, 82, 72);}</string>
|
|||
|
</property>
|
|||
|
<property name="text">
|
|||
|
<string>连接相机</string>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
</item>
|
|||
|
<item>
|
|||
|
<spacer name="horizontalSpacer_5">
|
|||
|
<property name="orientation">
|
|||
|
<enum>Qt::Horizontal</enum>
|
|||
|
</property>
|
|||
|
<property name="sizeType">
|
|||
|
<enum>QSizePolicy::Fixed</enum>
|
|||
|
</property>
|
|||
|
<property name="sizeHint" stdset="0">
|
|||
|
<size>
|
|||
|
<width>65</width>
|
|||
|
<height>20</height>
|
|||
|
</size>
|
|||
|
</property>
|
|||
|
</spacer>
|
|||
|
</item>
|
|||
|
<item>
|
|||
|
<widget class="QPushButton" name="btnDisconnect">
|
|||
|
<property name="minimumSize">
|
|||
|
<size>
|
|||
|
<width>90</width>
|
|||
|
<height>37</height>
|
|||
|
</size>
|
|||
|
</property>
|
|||
|
<property name="font">
|
|||
|
<font>
|
|||
|
<family>微软雅黑</family>
|
|||
|
<pointsize>10</pointsize>
|
|||
|
</font>
|
|||
|
</property>
|
|||
|
<property name="styleSheet">
|
|||
|
<string notr="true">QWidget{ background-color: rgba(97, 63, 56, 200);}
|
|||
|
QWidget{ color: rgb(235, 235, 235);}
|
|||
|
QWidget{ border: 2px groove gray;border-radius: 5px;padding: 2px 4px;}
|
|||
|
QPushButton:hover{ background-color: rgb(97, 83, 76);}
|
|||
|
QPushButton:pressed{background-color: rgb(117, 103, 96);}</string>
|
|||
|
</property>
|
|||
|
<property name="text">
|
|||
|
<string>断开相机</string>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
</item>
|
|||
|
<item>
|
|||
|
<spacer name="horizontalSpacer_11">
|
|||
|
<property name="orientation">
|
|||
|
<enum>Qt::Horizontal</enum>
|
|||
|
</property>
|
|||
|
<property name="sizeType">
|
|||
|
<enum>QSizePolicy::Fixed</enum>
|
|||
|
</property>
|
|||
|
<property name="sizeHint" stdset="0">
|
|||
|
<size>
|
|||
|
<width>65</width>
|
|||
|
<height>20</height>
|
|||
|
</size>
|
|||
|
</property>
|
|||
|
</spacer>
|
|||
|
</item>
|
|||
|
<item>
|
|||
|
<widget class="QPushButton" name="btnSave">
|
|||
|
<property name="sizePolicy">
|
|||
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|||
|
<horstretch>0</horstretch>
|
|||
|
<verstretch>0</verstretch>
|
|||
|
</sizepolicy>
|
|||
|
</property>
|
|||
|
<property name="minimumSize">
|
|||
|
<size>
|
|||
|
<width>90</width>
|
|||
|
<height>37</height>
|
|||
|
</size>
|
|||
|
</property>
|
|||
|
<property name="font">
|
|||
|
<font>
|
|||
|
<family>微软雅黑</family>
|
|||
|
<pointsize>10</pointsize>
|
|||
|
</font>
|
|||
|
</property>
|
|||
|
<property name="styleSheet">
|
|||
|
<string notr="true">QWidget{ background-color: rgba(19, 22, 47, 200);}
|
|||
|
QWidget{ color: rgb(235, 235, 235);}
|
|||
|
QWidget{ border: 2px groove gray;border-radius: 5px;padding: 2px 4px;}
|
|||
|
QPushButton:hover{ background-color: rgb(19, 22, 67);}
|
|||
|
QPushButton:pressed{background-color: rgb(19, 22, 87);}</string>
|
|||
|
</property>
|
|||
|
<property name="text">
|
|||
|
<string>保存参数</string>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
</item>
|
|||
|
<item>
|
|||
|
<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>
|
|||
|
</layout>
|
|||
|
</widget>
|
|||
|
</item>
|
|||
|
</layout>
|
|||
|
</item>
|
|||
|
<item row="0" column="0">
|
|||
|
<layout class="QHBoxLayout" name="horizontalLayout_4">
|
|||
|
<property name="spacing">
|
|||
|
<number>0</number>
|
|||
|
</property>
|
|||
|
<item>
|
|||
|
<widget class="QFrame" name="frame">
|
|||
|
<property name="sizePolicy">
|
|||
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|||
|
<horstretch>0</horstretch>
|
|||
|
<verstretch>0</verstretch>
|
|||
|
</sizepolicy>
|
|||
|
</property>
|
|||
|
<property name="maximumSize">
|
|||
|
<size>
|
|||
|
<width>16777215</width>
|
|||
|
<height>16777215</height>
|
|||
|
</size>
|
|||
|
</property>
|
|||
|
<property name="styleSheet">
|
|||
|
<string notr="true">border: 1px solid gray;</string>
|
|||
|
</property>
|
|||
|
<property name="frameShape">
|
|||
|
<enum>QFrame::StyledPanel</enum>
|
|||
|
</property>
|
|||
|
<property name="frameShadow">
|
|||
|
<enum>QFrame::Raised</enum>
|
|||
|
</property>
|
|||
|
<layout class="QHBoxLayout" name="horizontalLayout_5">
|
|||
|
<property name="spacing">
|
|||
|
<number>0</number>
|
|||
|
</property>
|
|||
|
<property name="leftMargin">
|
|||
|
<number>3</number>
|
|||
|
</property>
|
|||
|
<property name="topMargin">
|
|||
|
<number>3</number>
|
|||
|
</property>
|
|||
|
<property name="rightMargin">
|
|||
|
<number>3</number>
|
|||
|
</property>
|
|||
|
<property name="bottomMargin">
|
|||
|
<number>3</number>
|
|||
|
</property>
|
|||
|
<item>
|
|||
|
<spacer name="horizontalSpacer">
|
|||
|
<property name="orientation">
|
|||
|
<enum>Qt::Horizontal</enum>
|
|||
|
</property>
|
|||
|
<property name="sizeHint" stdset="0">
|
|||
|
<size>
|
|||
|
<width>40</width>
|
|||
|
<height>10</height>
|
|||
|
</size>
|
|||
|
</property>
|
|||
|
</spacer>
|
|||
|
</item>
|
|||
|
<item>
|
|||
|
<widget class="QLabel" name="label">
|
|||
|
<property name="font">
|
|||
|
<font>
|
|||
|
<family>微软雅黑</family>
|
|||
|
<pointsize>10</pointsize>
|
|||
|
</font>
|
|||
|
</property>
|
|||
|
<property name="styleSheet">
|
|||
|
<string notr="true">color: rgba(0, 0, 200,180);
|
|||
|
border:none;</string>
|
|||
|
</property>
|
|||
|
<property name="text">
|
|||
|
<string>相机品牌:</string>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
</item>
|
|||
|
<item>
|
|||
|
<widget class="QComboBox" name="comboCamera">
|
|||
|
<property name="sizePolicy">
|
|||
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|||
|
<horstretch>0</horstretch>
|
|||
|
<verstretch>0</verstretch>
|
|||
|
</sizepolicy>
|
|||
|
</property>
|
|||
|
<property name="minimumSize">
|
|||
|
<size>
|
|||
|
<width>115</width>
|
|||
|
<height>33</height>
|
|||
|
</size>
|
|||
|
</property>
|
|||
|
<property name="maximumSize">
|
|||
|
<size>
|
|||
|
<width>16777215</width>
|
|||
|
<height>33</height>
|
|||
|
</size>
|
|||
|
</property>
|
|||
|
<property name="font">
|
|||
|
<font>
|
|||
|
<family>微软雅黑</family>
|
|||
|
<pointsize>10</pointsize>
|
|||
|
</font>
|
|||
|
</property>
|
|||
|
<property name="styleSheet">
|
|||
|
<string notr="true">QComboBox {
|
|||
|
border: 1px solid gray;
|
|||
|
border-radius: 3px;
|
|||
|
min-width: 7.5em;
|
|||
|
color: rgb(249, 245, 241);
|
|||
|
background-color: rgba(170, 170, 127,100);
|
|||
|
}
|
|||
|
QComboBox::drop-down {
|
|||
|
subcontrol-origin: padding;
|
|||
|
subcontrol-position: top right;
|
|||
|
width: 15px;
|
|||
|
border-left-width: 1px;
|
|||
|
border-left-color: darkgray;
|
|||
|
border-left-style: solid;
|
|||
|
border-top-right-radius: 3px;
|
|||
|
border-bottom-right-radius: 3px;
|
|||
|
}
|
|||
|
|
|||
|
QComboBox::down-arrow {
|
|||
|
image: url(:/res/ico/down_2.png);
|
|||
|
}
|
|||
|
QComboBox::down-arrow:on {
|
|||
|
top: 1px;
|
|||
|
left: 1px;
|
|||
|
}</string>
|
|||
|
</property>
|
|||
|
<item>
|
|||
|
<property name="text">
|
|||
|
<string>MindVision</string>
|
|||
|
</property>
|
|||
|
</item>
|
|||
|
<item>
|
|||
|
<property name="text">
|
|||
|
<string>HIKVision</string>
|
|||
|
</property>
|
|||
|
</item>
|
|||
|
</widget>
|
|||
|
</item>
|
|||
|
<item>
|
|||
|
<spacer name="horizontalSpacer_7">
|
|||
|
<property name="orientation">
|
|||
|
<enum>Qt::Horizontal</enum>
|
|||
|
</property>
|
|||
|
<property name="sizeType">
|
|||
|
<enum>QSizePolicy::Fixed</enum>
|
|||
|
</property>
|
|||
|
<property name="sizeHint" stdset="0">
|
|||
|
<size>
|
|||
|
<width>45</width>
|
|||
|
<height>20</height>
|
|||
|
</size>
|
|||
|
</property>
|
|||
|
</spacer>
|
|||
|
</item>
|
|||
|
<item>
|
|||
|
<widget class="QPushButton" name="btnAddCamera">
|
|||
|
<property name="minimumSize">
|
|||
|
<size>
|
|||
|
<width>90</width>
|
|||
|
<height>37</height>
|
|||
|
</size>
|
|||
|
</property>
|
|||
|
<property name="font">
|
|||
|
<font>
|
|||
|
<family>微软雅黑</family>
|
|||
|
<pointsize>10</pointsize>
|
|||
|
</font>
|
|||
|
</property>
|
|||
|
<property name="styleSheet">
|
|||
|
<string notr="true">QWidget{ background-color: rgba(29, 42, 47, 200);}
|
|||
|
QWidget{ color: rgb(235, 235, 235);}
|
|||
|
QWidget{ border: 2px groove gray;border-radius: 5px;padding: 2px 4px;}
|
|||
|
QPushButton:hover{ background-color: rgb(29, 62, 52);}
|
|||
|
QPushButton:pressed{background-color: rgb(29, 82, 72);}</string>
|
|||
|
</property>
|
|||
|
<property name="text">
|
|||
|
<string>添加相机</string>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
</item>
|
|||
|
<item>
|
|||
|
<spacer name="horizontalSpacer_2">
|
|||
|
<property name="orientation">
|
|||
|
<enum>Qt::Horizontal</enum>
|
|||
|
</property>
|
|||
|
<property name="sizeHint" stdset="0">
|
|||
|
<size>
|
|||
|
<width>40</width>
|
|||
|
<height>10</height>
|
|||
|
</size>
|
|||
|
</property>
|
|||
|
</spacer>
|
|||
|
</item>
|
|||
|
</layout>
|
|||
|
</widget>
|
|||
|
</item>
|
|||
|
</layout>
|
|||
|
</item>
|
|||
|
</layout>
|
|||
|
</item>
|
|||
|
</layout>
|
|||
|
</item>
|
|||
|
</layout>
|
|||
|
</widget>
|
|||
|
<layoutdefault spacing="6" margin="11"/>
|
|||
|
<resources>
|
|||
|
<include location="res.qrc"/>
|
|||
|
<include location="../../QPlugins/ImageProcess/ImageMorphology/sub_res.qrc"/>
|
|||
|
</resources>
|
|||
|
<connections/>
|
|||
|
</ui>
|