|
@@ -1,1293 +0,0 @@
|
|
|
-<?xml version="1.0" encoding="UTF-8"?>
|
|
|
-<ui version="4.0">
|
|
|
- <class>CompareItemDialog</class>
|
|
|
- <widget class="QDialog" name="CompareItemDialog">
|
|
|
- <property name="geometry">
|
|
|
- <rect>
|
|
|
- <x>0</x>
|
|
|
- <y>0</y>
|
|
|
- <width>1252</width>
|
|
|
- <height>1032</height>
|
|
|
- </rect>
|
|
|
- </property>
|
|
|
- <property name="windowTitle">
|
|
|
- <string>Dialog</string>
|
|
|
- </property>
|
|
|
- <property name="styleSheet">
|
|
|
- <string notr="true">QWidget#widgetBackground
|
|
|
-{
|
|
|
- background: #FFFFFF;
|
|
|
- border-radius: 8px;
|
|
|
-}
|
|
|
-QWidget#widgetTop,#widgetMute,#widgetOverload,#widgetPhase
|
|
|
-{
|
|
|
- border-bottom: 1px solid #E6E9F4;
|
|
|
-}
|
|
|
-
|
|
|
-QLabel
|
|
|
-{
|
|
|
- font-weight: 400;
|
|
|
- font-size: 14px;
|
|
|
- color: #3A3F63;
|
|
|
-}
|
|
|
-QLabel#labelTitle
|
|
|
-{
|
|
|
- font-weight: 500;
|
|
|
- font-size: 18px;
|
|
|
-}
|
|
|
-QLabel#labelBase,#label
|
|
|
-{
|
|
|
- font-weight: 500;
|
|
|
- font-size: 16px;
|
|
|
-}
|
|
|
-QLabel#labelOtherRoad,#labelMute,#labelOverload,#labelPhase
|
|
|
-{
|
|
|
- font-weight: 500;
|
|
|
- font-size: 14px;
|
|
|
-}
|
|
|
-
|
|
|
-QPushButton#btnClose
|
|
|
-{
|
|
|
- border-image: url(:/close.png);
|
|
|
-}
|
|
|
-QPushButton#btnClose:hover
|
|
|
-{
|
|
|
- border-image: url(:/close_hover.png);
|
|
|
-}
|
|
|
-QPushButton#btnCancel
|
|
|
-{
|
|
|
- background: #FFFFFF;
|
|
|
- border-radius: 16px;
|
|
|
- border: 1px solid #E6E9F4;
|
|
|
- font-weight: 500;
|
|
|
- font-size: 14px;
|
|
|
- color: #3A3F63;
|
|
|
-}
|
|
|
-QPushButton#btnCancel:hover
|
|
|
-{
|
|
|
- border: 1px solid #4458FE;
|
|
|
- color: #4458FE;
|
|
|
-}
|
|
|
-QPushButton#btnOK
|
|
|
-{
|
|
|
- background: qlineargradient(spread:pad, x1:0, y1:0, x2:1, y2:0, stop:0 #4F8AFF, stop:1 #4B5EFF);
|
|
|
- border-radius: 16px;
|
|
|
- font-weight: 500;
|
|
|
- font-size: 14px;
|
|
|
- color: #FFFFFF;
|
|
|
-}
|
|
|
-QPushButton#btnOK:hover
|
|
|
-{
|
|
|
- background: qlineargradient(spread:pad, x1:0, y1:0, x2:1, y2:0, stop:0 #4F8AFF, stop:1 #7182ff);
|
|
|
-}
|
|
|
-QPushButton#btnAdd
|
|
|
-{
|
|
|
- border-image: url(:/add.png);
|
|
|
-}
|
|
|
-QPushButton#btnAdd:hover
|
|
|
-{
|
|
|
- border-image: url(:/add_hover.png);
|
|
|
-}
|
|
|
-
|
|
|
-QLineEdit
|
|
|
-{
|
|
|
- background: #FFFFFF;
|
|
|
- border-radius: 4px;
|
|
|
- border: 1px solid #E6E9F4;
|
|
|
- padding-left: 12px;
|
|
|
- font-weight: 400;
|
|
|
- font-size: 14px;
|
|
|
- color: #3A3F63;
|
|
|
-}
|
|
|
-QLineEdit:hover,QLineEdit:focus
|
|
|
-{
|
|
|
- border: 1px solid #4458FE;
|
|
|
-}
|
|
|
-
|
|
|
-QCheckBox#checkBoxItem
|
|
|
-{
|
|
|
- font-weight: 400;
|
|
|
- font-size: 14px;
|
|
|
- color: #3A3F63;
|
|
|
-}
|
|
|
-QCheckBox#checkBoxItem::indicator
|
|
|
-{
|
|
|
- width: 16px;
|
|
|
- height: 16px;
|
|
|
-}
|
|
|
-QCheckBox#checkBoxItem::indicator:unchecked
|
|
|
-{
|
|
|
- image: url(:/unchecked.png);
|
|
|
-}
|
|
|
-QCheckBox#checkBoxItem::indicator:checked
|
|
|
-{
|
|
|
- image: url(:/checked.png);
|
|
|
-}
|
|
|
-
|
|
|
-QCheckBox#checkBoxMute,#checkBoxOverload,#checkBoxPhase
|
|
|
-{
|
|
|
- font-weight: 400;
|
|
|
- font-size: 14px;
|
|
|
- color: #3A3F63;
|
|
|
-}
|
|
|
-QCheckBox#checkBoxMute::indicator,
|
|
|
-#checkBoxOverload::indicator,
|
|
|
-#checkBoxPhase::indicator
|
|
|
-{
|
|
|
- width: 44px;
|
|
|
- height: 22px;
|
|
|
-}
|
|
|
-QCheckBox#checkBoxMute::indicator:unchecked,
|
|
|
-#checkBoxOverload::indicator:unchecked,
|
|
|
-#checkBoxPhase::indicator:unchecked
|
|
|
-{
|
|
|
- image: url(:/offswitch.png);
|
|
|
-}
|
|
|
-QCheckBox#checkBoxMute::indicator:checked,
|
|
|
-#checkBoxOverload::indicator:checked,
|
|
|
-#checkBoxPhase::indicator:checked
|
|
|
-{
|
|
|
- image: url(:/onswitch.png);
|
|
|
-}
|
|
|
-
|
|
|
-QScrollArea,QWidget#scrollAreaWidgetContents
|
|
|
-{
|
|
|
- background: transparent;
|
|
|
- border: none;
|
|
|
-}
|
|
|
-
|
|
|
-QScrollBar:vertical
|
|
|
-{
|
|
|
- width: 6px;
|
|
|
- border:none;
|
|
|
- background: transparent;
|
|
|
- margin-right: 0px;
|
|
|
-}
|
|
|
-QScrollBar::add-line:vertical, QScrollBar::sub-line:vertical
|
|
|
-{
|
|
|
- background: transparent;
|
|
|
- border: none;
|
|
|
-}
|
|
|
-QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical
|
|
|
-{
|
|
|
- background: transparent;
|
|
|
-}
|
|
|
-QScrollBar::handle:vertical
|
|
|
-{
|
|
|
- background: #E2E2E2;
|
|
|
- border-radius: 1px;
|
|
|
- margin-right: 1px;
|
|
|
- margin-left: 1px;
|
|
|
-}
|
|
|
-QScrollBar::handle:vertical:hover
|
|
|
-{
|
|
|
- background: rgb(234, 234, 234);
|
|
|
- margin-right: 0px;
|
|
|
- margin-left: 0px;
|
|
|
- border-radius: 2px;
|
|
|
-}
|
|
|
-QScrollBar::handle:vertical:pressed
|
|
|
-{
|
|
|
- background: rgb(234, 234, 234);
|
|
|
- margin-right: 0px;
|
|
|
- margin-left: 0px;
|
|
|
- border-radius: 2px;
|
|
|
-}</string>
|
|
|
- </property>
|
|
|
- <layout class="QGridLayout" name="gridLayout">
|
|
|
- <property name="leftMargin">
|
|
|
- <number>0</number>
|
|
|
- </property>
|
|
|
- <property name="topMargin">
|
|
|
- <number>0</number>
|
|
|
- </property>
|
|
|
- <property name="rightMargin">
|
|
|
- <number>0</number>
|
|
|
- </property>
|
|
|
- <property name="bottomMargin">
|
|
|
- <number>0</number>
|
|
|
- </property>
|
|
|
- <property name="spacing">
|
|
|
- <number>0</number>
|
|
|
- </property>
|
|
|
- <item row="0" column="0">
|
|
|
- <widget class="QWidget" name="widgetBackground" native="true">
|
|
|
- <layout class="QVBoxLayout" name="verticalLayout">
|
|
|
- <property name="spacing">
|
|
|
- <number>0</number>
|
|
|
- </property>
|
|
|
- <property name="leftMargin">
|
|
|
- <number>0</number>
|
|
|
- </property>
|
|
|
- <property name="topMargin">
|
|
|
- <number>0</number>
|
|
|
- </property>
|
|
|
- <property name="rightMargin">
|
|
|
- <number>0</number>
|
|
|
- </property>
|
|
|
- <property name="bottomMargin">
|
|
|
- <number>0</number>
|
|
|
- </property>
|
|
|
- <item>
|
|
|
- <widget class="QWidget" name="widgetTop" native="true">
|
|
|
- <property name="minimumSize">
|
|
|
- <size>
|
|
|
- <width>0</width>
|
|
|
- <height>57</height>
|
|
|
- </size>
|
|
|
- </property>
|
|
|
- <property name="maximumSize">
|
|
|
- <size>
|
|
|
- <width>16777215</width>
|
|
|
- <height>57</height>
|
|
|
- </size>
|
|
|
- </property>
|
|
|
- <layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
- <property name="spacing">
|
|
|
- <number>0</number>
|
|
|
- </property>
|
|
|
- <property name="leftMargin">
|
|
|
- <number>32</number>
|
|
|
- </property>
|
|
|
- <property name="topMargin">
|
|
|
- <number>0</number>
|
|
|
- </property>
|
|
|
- <property name="rightMargin">
|
|
|
- <number>16</number>
|
|
|
- </property>
|
|
|
- <property name="bottomMargin">
|
|
|
- <number>0</number>
|
|
|
- </property>
|
|
|
- <item>
|
|
|
- <widget class="QLabel" name="labelTitle">
|
|
|
- <property name="text">
|
|
|
- <string>对比项信息</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item>
|
|
|
- <widget class="QPushButton" name="btnClose">
|
|
|
- <property name="minimumSize">
|
|
|
- <size>
|
|
|
- <width>32</width>
|
|
|
- <height>32</height>
|
|
|
- </size>
|
|
|
- </property>
|
|
|
- <property name="maximumSize">
|
|
|
- <size>
|
|
|
- <width>32</width>
|
|
|
- <height>32</height>
|
|
|
- </size>
|
|
|
- </property>
|
|
|
- <property name="text">
|
|
|
- <string/>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- </layout>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item>
|
|
|
- <widget class="QWidget" name="widgetContent" native="true">
|
|
|
- <layout class="QVBoxLayout" name="verticalLayout_4">
|
|
|
- <property name="spacing">
|
|
|
- <number>16</number>
|
|
|
- </property>
|
|
|
- <property name="leftMargin">
|
|
|
- <number>32</number>
|
|
|
- </property>
|
|
|
- <property name="topMargin">
|
|
|
- <number>32</number>
|
|
|
- </property>
|
|
|
- <property name="rightMargin">
|
|
|
- <number>32</number>
|
|
|
- </property>
|
|
|
- <property name="bottomMargin">
|
|
|
- <number>0</number>
|
|
|
- </property>
|
|
|
- <item>
|
|
|
- <widget class="QWidget" name="widget_5" native="true">
|
|
|
- <layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
- <property name="spacing">
|
|
|
- <number>16</number>
|
|
|
- </property>
|
|
|
- <property name="sizeConstraint">
|
|
|
- <enum>QLayout::SetNoConstraint</enum>
|
|
|
- </property>
|
|
|
- <property name="leftMargin">
|
|
|
- <number>0</number>
|
|
|
- </property>
|
|
|
- <property name="topMargin">
|
|
|
- <number>0</number>
|
|
|
- </property>
|
|
|
- <property name="rightMargin">
|
|
|
- <number>0</number>
|
|
|
- </property>
|
|
|
- <property name="bottomMargin">
|
|
|
- <number>16</number>
|
|
|
- </property>
|
|
|
- <item>
|
|
|
- <widget class="QLabel" name="labelBase">
|
|
|
- <property name="text">
|
|
|
- <string>基础信息</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item>
|
|
|
- <widget class="QWidget" name="widget_3" native="true">
|
|
|
- <property name="minimumSize">
|
|
|
- <size>
|
|
|
- <width>1094</width>
|
|
|
- <height>32</height>
|
|
|
- </size>
|
|
|
- </property>
|
|
|
- <property name="maximumSize">
|
|
|
- <size>
|
|
|
- <width>1094</width>
|
|
|
- <height>32</height>
|
|
|
- </size>
|
|
|
- </property>
|
|
|
- <layout class="QHBoxLayout" name="horizontalLayout_3">
|
|
|
- <property name="spacing">
|
|
|
- <number>0</number>
|
|
|
- </property>
|
|
|
- <property name="leftMargin">
|
|
|
- <number>0</number>
|
|
|
- </property>
|
|
|
- <property name="topMargin">
|
|
|
- <number>0</number>
|
|
|
- </property>
|
|
|
- <property name="rightMargin">
|
|
|
- <number>0</number>
|
|
|
- </property>
|
|
|
- <property name="bottomMargin">
|
|
|
- <number>0</number>
|
|
|
- </property>
|
|
|
- <item>
|
|
|
- <widget class="QLabel" name="label_11">
|
|
|
- <property name="minimumSize">
|
|
|
- <size>
|
|
|
- <width>92</width>
|
|
|
- <height>32</height>
|
|
|
- </size>
|
|
|
- </property>
|
|
|
- <property name="maximumSize">
|
|
|
- <size>
|
|
|
- <width>92</width>
|
|
|
- <height>32</height>
|
|
|
- </size>
|
|
|
- </property>
|
|
|
- <property name="text">
|
|
|
- <string><font color = #D21F21 >*</font>对比项名称:</string>
|
|
|
- </property>
|
|
|
- <property name="alignment">
|
|
|
- <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item>
|
|
|
- <widget class="QLineEdit" name="lineEdit_6">
|
|
|
- <property name="minimumSize">
|
|
|
- <size>
|
|
|
- <width>320</width>
|
|
|
- <height>32</height>
|
|
|
- </size>
|
|
|
- </property>
|
|
|
- <property name="maximumSize">
|
|
|
- <size>
|
|
|
- <width>320</width>
|
|
|
- <height>32</height>
|
|
|
- </size>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item>
|
|
|
- <spacer name="horizontalSpacer_3">
|
|
|
- <property name="orientation">
|
|
|
- <enum>Qt::Horizontal</enum>
|
|
|
- </property>
|
|
|
- <property name="sizeType">
|
|
|
- <enum>QSizePolicy::Fixed</enum>
|
|
|
- </property>
|
|
|
- <property name="sizeHint" stdset="0">
|
|
|
- <size>
|
|
|
- <width>24</width>
|
|
|
- <height>20</height>
|
|
|
- </size>
|
|
|
- </property>
|
|
|
- </spacer>
|
|
|
- </item>
|
|
|
- <item>
|
|
|
- <widget class="QCheckBox" name="checkBoxItem">
|
|
|
- <property name="text">
|
|
|
- <string>勾选启用该对比项,否则不做任何检测及对比,同时客户端界面上也不显示</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- </layout>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item>
|
|
|
- <widget class="SingleCompareRoadWidget" name="widget_4" native="true">
|
|
|
- <property name="minimumSize">
|
|
|
- <size>
|
|
|
- <width>1106</width>
|
|
|
- <height>32</height>
|
|
|
- </size>
|
|
|
- </property>
|
|
|
- <property name="maximumSize">
|
|
|
- <size>
|
|
|
- <width>1106</width>
|
|
|
- <height>32</height>
|
|
|
- </size>
|
|
|
- </property>
|
|
|
- <property name="bDelBtnVisible" stdset="0">
|
|
|
- <bool>false</bool>
|
|
|
- </property>
|
|
|
- <property name="nIndex" stdset="0">
|
|
|
- <number>1</number>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item>
|
|
|
- <widget class="SingleCompareRoadWidget" name="widget_2" native="true">
|
|
|
- <property name="minimumSize">
|
|
|
- <size>
|
|
|
- <width>1106</width>
|
|
|
- <height>32</height>
|
|
|
- </size>
|
|
|
- </property>
|
|
|
- <property name="maximumSize">
|
|
|
- <size>
|
|
|
- <width>1106</width>
|
|
|
- <height>32</height>
|
|
|
- </size>
|
|
|
- </property>
|
|
|
- <property name="bDelBtnVisible" stdset="0">
|
|
|
- <bool>false</bool>
|
|
|
- </property>
|
|
|
- <property name="nIndex" stdset="0">
|
|
|
- <number>2</number>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item>
|
|
|
- <widget class="QWidget" name="widget" native="true">
|
|
|
- <property name="minimumSize">
|
|
|
- <size>
|
|
|
- <width>0</width>
|
|
|
- <height>224</height>
|
|
|
- </size>
|
|
|
- </property>
|
|
|
- <property name="maximumSize">
|
|
|
- <size>
|
|
|
- <width>16777215</width>
|
|
|
- <height>224</height>
|
|
|
- </size>
|
|
|
- </property>
|
|
|
- <layout class="QVBoxLayout" name="verticalLayout_3">
|
|
|
- <property name="spacing">
|
|
|
- <number>16</number>
|
|
|
- </property>
|
|
|
- <property name="leftMargin">
|
|
|
- <number>0</number>
|
|
|
- </property>
|
|
|
- <property name="topMargin">
|
|
|
- <number>0</number>
|
|
|
- </property>
|
|
|
- <property name="rightMargin">
|
|
|
- <number>0</number>
|
|
|
- </property>
|
|
|
- <property name="bottomMargin">
|
|
|
- <number>0</number>
|
|
|
- </property>
|
|
|
- <item>
|
|
|
- <widget class="QWidget" name="widget_6" native="true">
|
|
|
- <layout class="QHBoxLayout" name="horizontalLayout_5">
|
|
|
- <property name="spacing">
|
|
|
- <number>8</number>
|
|
|
- </property>
|
|
|
- <property name="leftMargin">
|
|
|
- <number>0</number>
|
|
|
- </property>
|
|
|
- <property name="topMargin">
|
|
|
- <number>0</number>
|
|
|
- </property>
|
|
|
- <property name="rightMargin">
|
|
|
- <number>0</number>
|
|
|
- </property>
|
|
|
- <property name="bottomMargin">
|
|
|
- <number>0</number>
|
|
|
- </property>
|
|
|
- <item>
|
|
|
- <widget class="QLabel" name="labelOtherRoad">
|
|
|
- <property name="text">
|
|
|
- <string>其他通道</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item>
|
|
|
- <widget class="QPushButton" name="pBtn_add">
|
|
|
- <property name="minimumSize">
|
|
|
- <size>
|
|
|
- <width>32</width>
|
|
|
- <height>32</height>
|
|
|
- </size>
|
|
|
- </property>
|
|
|
- <property name="maximumSize">
|
|
|
- <size>
|
|
|
- <width>32</width>
|
|
|
- <height>32</height>
|
|
|
- </size>
|
|
|
- </property>
|
|
|
- <property name="text">
|
|
|
- <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>
|
|
|
- <item>
|
|
|
- <widget class="QScrollArea" name="scrollArea">
|
|
|
- <property name="verticalScrollBarPolicy">
|
|
|
- <enum>Qt::ScrollBarAsNeeded</enum>
|
|
|
- </property>
|
|
|
- <property name="horizontalScrollBarPolicy">
|
|
|
- <enum>Qt::ScrollBarAlwaysOff</enum>
|
|
|
- </property>
|
|
|
- <property name="widgetResizable">
|
|
|
- <bool>true</bool>
|
|
|
- </property>
|
|
|
- <widget class="QWidget" name="scrollAreaWidgetContents">
|
|
|
- <property name="geometry">
|
|
|
- <rect>
|
|
|
- <x>0</x>
|
|
|
- <y>0</y>
|
|
|
- <width>1188</width>
|
|
|
- <height>176</height>
|
|
|
- </rect>
|
|
|
- </property>
|
|
|
- <layout class="QVBoxLayout" name="verticalLayout_6">
|
|
|
- <property name="spacing">
|
|
|
- <number>16</number>
|
|
|
- </property>
|
|
|
- <property name="leftMargin">
|
|
|
- <number>0</number>
|
|
|
- </property>
|
|
|
- <property name="topMargin">
|
|
|
- <number>0</number>
|
|
|
- </property>
|
|
|
- <property name="rightMargin">
|
|
|
- <number>0</number>
|
|
|
- </property>
|
|
|
- <property name="bottomMargin">
|
|
|
- <number>0</number>
|
|
|
- </property>
|
|
|
- <item>
|
|
|
- <spacer name="verticalSpacer">
|
|
|
- <property name="orientation">
|
|
|
- <enum>Qt::Vertical</enum>
|
|
|
- </property>
|
|
|
- <property name="sizeHint" stdset="0">
|
|
|
- <size>
|
|
|
- <width>20</width>
|
|
|
- <height>173</height>
|
|
|
- </size>
|
|
|
- </property>
|
|
|
- </spacer>
|
|
|
- </item>
|
|
|
- </layout>
|
|
|
- </widget>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- </layout>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- </layout>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item>
|
|
|
- <widget class="QWidget" name="widget_7" native="true">
|
|
|
- <layout class="QVBoxLayout" name="verticalLayout_5">
|
|
|
- <property name="spacing">
|
|
|
- <number>16</number>
|
|
|
- </property>
|
|
|
- <property name="leftMargin">
|
|
|
- <number>0</number>
|
|
|
- </property>
|
|
|
- <property name="topMargin">
|
|
|
- <number>0</number>
|
|
|
- </property>
|
|
|
- <property name="rightMargin">
|
|
|
- <number>0</number>
|
|
|
- </property>
|
|
|
- <property name="bottomMargin">
|
|
|
- <number>0</number>
|
|
|
- </property>
|
|
|
- <item>
|
|
|
- <widget class="QLabel" name="label">
|
|
|
- <property name="minimumSize">
|
|
|
- <size>
|
|
|
- <width>0</width>
|
|
|
- <height>16</height>
|
|
|
- </size>
|
|
|
- </property>
|
|
|
- <property name="maximumSize">
|
|
|
- <size>
|
|
|
- <width>16777215</width>
|
|
|
- <height>16</height>
|
|
|
- </size>
|
|
|
- </property>
|
|
|
- <property name="text">
|
|
|
- <string>音频监测配置</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item>
|
|
|
- <widget class="QWidget" name="widgetMute" native="true">
|
|
|
- <property name="minimumSize">
|
|
|
- <size>
|
|
|
- <width>0</width>
|
|
|
- <height>116</height>
|
|
|
- </size>
|
|
|
- </property>
|
|
|
- <property name="maximumSize">
|
|
|
- <size>
|
|
|
- <width>16777215</width>
|
|
|
- <height>116</height>
|
|
|
- </size>
|
|
|
- </property>
|
|
|
- <widget class="QLabel" name="labelMute">
|
|
|
- <property name="geometry">
|
|
|
- <rect>
|
|
|
- <x>0</x>
|
|
|
- <y>0</y>
|
|
|
- <width>41</width>
|
|
|
- <height>14</height>
|
|
|
- </rect>
|
|
|
- </property>
|
|
|
- <property name="text">
|
|
|
- <string>静音</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- <widget class="QLabel" name="label_3">
|
|
|
- <property name="geometry">
|
|
|
- <rect>
|
|
|
- <x>0</x>
|
|
|
- <y>30</y>
|
|
|
- <width>70</width>
|
|
|
- <height>22</height>
|
|
|
- </rect>
|
|
|
- </property>
|
|
|
- <property name="text">
|
|
|
- <string>静音检测:</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- <widget class="QCheckBox" name="checkBoxMute">
|
|
|
- <property name="geometry">
|
|
|
- <rect>
|
|
|
- <x>70</x>
|
|
|
- <y>30</y>
|
|
|
- <width>76</width>
|
|
|
- <height>22</height>
|
|
|
- </rect>
|
|
|
- </property>
|
|
|
- <property name="text">
|
|
|
- <string>开启</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- <widget class="QLabel" name="label_4">
|
|
|
- <property name="geometry">
|
|
|
- <rect>
|
|
|
- <x>0</x>
|
|
|
- <y>68</y>
|
|
|
- <width>70</width>
|
|
|
- <height>32</height>
|
|
|
- </rect>
|
|
|
- </property>
|
|
|
- <property name="text">
|
|
|
- <string>静音阈值:</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- <widget class="QLineEdit" name="lineEditMuteThreshold">
|
|
|
- <property name="geometry">
|
|
|
- <rect>
|
|
|
- <x>82</x>
|
|
|
- <y>68</y>
|
|
|
- <width>78</width>
|
|
|
- <height>32</height>
|
|
|
- </rect>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- <widget class="QLabel" name="label_5">
|
|
|
- <property name="geometry">
|
|
|
- <rect>
|
|
|
- <x>164</x>
|
|
|
- <y>68</y>
|
|
|
- <width>82</width>
|
|
|
- <height>32</height>
|
|
|
- </rect>
|
|
|
- </property>
|
|
|
- <property name="text">
|
|
|
- <string>(40~84)dBFS</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- <widget class="QLabel" name="label_6">
|
|
|
- <property name="geometry">
|
|
|
- <rect>
|
|
|
- <x>70</x>
|
|
|
- <y>68</y>
|
|
|
- <width>5</width>
|
|
|
- <height>32</height>
|
|
|
- </rect>
|
|
|
- </property>
|
|
|
- <property name="text">
|
|
|
- <string>-</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- <widget class="QLabel" name="label_7">
|
|
|
- <property name="geometry">
|
|
|
- <rect>
|
|
|
- <x>270</x>
|
|
|
- <y>68</y>
|
|
|
- <width>70</width>
|
|
|
- <height>32</height>
|
|
|
- </rect>
|
|
|
- </property>
|
|
|
- <property name="text">
|
|
|
- <string>判断时长:</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- <widget class="QLineEdit" name="lineEditMuteLen">
|
|
|
- <property name="geometry">
|
|
|
- <rect>
|
|
|
- <x>340</x>
|
|
|
- <y>68</y>
|
|
|
- <width>90</width>
|
|
|
- <height>32</height>
|
|
|
- </rect>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- <widget class="QLabel" name="label_8">
|
|
|
- <property name="geometry">
|
|
|
- <rect>
|
|
|
- <x>434</x>
|
|
|
- <y>68</y>
|
|
|
- <width>61</width>
|
|
|
- <height>32</height>
|
|
|
- </rect>
|
|
|
- </property>
|
|
|
- <property name="text">
|
|
|
- <string>(2~90)s</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- <widget class="QLabel" name="label_9">
|
|
|
- <property name="geometry">
|
|
|
- <rect>
|
|
|
- <x>684</x>
|
|
|
- <y>68</y>
|
|
|
- <width>81</width>
|
|
|
- <height>32</height>
|
|
|
- </rect>
|
|
|
- </property>
|
|
|
- <property name="text">
|
|
|
- <string>(22~100)%</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- <widget class="QLabel" name="label_10">
|
|
|
- <property name="geometry">
|
|
|
- <rect>
|
|
|
- <x>506</x>
|
|
|
- <y>68</y>
|
|
|
- <width>84</width>
|
|
|
- <height>32</height>
|
|
|
- </rect>
|
|
|
- </property>
|
|
|
- <property name="text">
|
|
|
- <string>静音灵敏度:</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- <widget class="QLineEdit" name="lineEditMuteSensibility">
|
|
|
- <property name="geometry">
|
|
|
- <rect>
|
|
|
- <x>590</x>
|
|
|
- <y>68</y>
|
|
|
- <width>90</width>
|
|
|
- <height>32</height>
|
|
|
- </rect>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item>
|
|
|
- <widget class="QWidget" name="widgetOverload" native="true">
|
|
|
- <property name="minimumSize">
|
|
|
- <size>
|
|
|
- <width>0</width>
|
|
|
- <height>116</height>
|
|
|
- </size>
|
|
|
- </property>
|
|
|
- <property name="maximumSize">
|
|
|
- <size>
|
|
|
- <width>16777215</width>
|
|
|
- <height>116</height>
|
|
|
- </size>
|
|
|
- </property>
|
|
|
- <widget class="QLabel" name="labelOverload">
|
|
|
- <property name="geometry">
|
|
|
- <rect>
|
|
|
- <x>0</x>
|
|
|
- <y>0</y>
|
|
|
- <width>41</width>
|
|
|
- <height>14</height>
|
|
|
- </rect>
|
|
|
- </property>
|
|
|
- <property name="text">
|
|
|
- <string>过载</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- <widget class="QLabel" name="label_13">
|
|
|
- <property name="geometry">
|
|
|
- <rect>
|
|
|
- <x>0</x>
|
|
|
- <y>30</y>
|
|
|
- <width>70</width>
|
|
|
- <height>22</height>
|
|
|
- </rect>
|
|
|
- </property>
|
|
|
- <property name="text">
|
|
|
- <string>过载检测:</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- <widget class="QCheckBox" name="checkBoxOverload">
|
|
|
- <property name="geometry">
|
|
|
- <rect>
|
|
|
- <x>70</x>
|
|
|
- <y>30</y>
|
|
|
- <width>76</width>
|
|
|
- <height>22</height>
|
|
|
- </rect>
|
|
|
- </property>
|
|
|
- <property name="text">
|
|
|
- <string>开启</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- <widget class="QLabel" name="label_14">
|
|
|
- <property name="geometry">
|
|
|
- <rect>
|
|
|
- <x>0</x>
|
|
|
- <y>68</y>
|
|
|
- <width>70</width>
|
|
|
- <height>32</height>
|
|
|
- </rect>
|
|
|
- </property>
|
|
|
- <property name="text">
|
|
|
- <string>过载阈值:</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- <widget class="QLineEdit" name="lineEditOverloadThreshold">
|
|
|
- <property name="geometry">
|
|
|
- <rect>
|
|
|
- <x>82</x>
|
|
|
- <y>68</y>
|
|
|
- <width>78</width>
|
|
|
- <height>32</height>
|
|
|
- </rect>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- <widget class="QLabel" name="label_15">
|
|
|
- <property name="geometry">
|
|
|
- <rect>
|
|
|
- <x>164</x>
|
|
|
- <y>68</y>
|
|
|
- <width>82</width>
|
|
|
- <height>32</height>
|
|
|
- </rect>
|
|
|
- </property>
|
|
|
- <property name="text">
|
|
|
- <string>(0~40)dBFS</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- <widget class="QLabel" name="label_16">
|
|
|
- <property name="geometry">
|
|
|
- <rect>
|
|
|
- <x>70</x>
|
|
|
- <y>68</y>
|
|
|
- <width>5</width>
|
|
|
- <height>32</height>
|
|
|
- </rect>
|
|
|
- </property>
|
|
|
- <property name="text">
|
|
|
- <string>-</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- <widget class="QLabel" name="label_17">
|
|
|
- <property name="geometry">
|
|
|
- <rect>
|
|
|
- <x>270</x>
|
|
|
- <y>68</y>
|
|
|
- <width>70</width>
|
|
|
- <height>32</height>
|
|
|
- </rect>
|
|
|
- </property>
|
|
|
- <property name="text">
|
|
|
- <string>判断时长:</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- <widget class="QLineEdit" name="lineEditOverloadLen">
|
|
|
- <property name="geometry">
|
|
|
- <rect>
|
|
|
- <x>340</x>
|
|
|
- <y>68</y>
|
|
|
- <width>90</width>
|
|
|
- <height>32</height>
|
|
|
- </rect>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- <widget class="QLabel" name="label_18">
|
|
|
- <property name="geometry">
|
|
|
- <rect>
|
|
|
- <x>434</x>
|
|
|
- <y>68</y>
|
|
|
- <width>61</width>
|
|
|
- <height>32</height>
|
|
|
- </rect>
|
|
|
- </property>
|
|
|
- <property name="text">
|
|
|
- <string>(2~90)s</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- <widget class="QLabel" name="label_19">
|
|
|
- <property name="geometry">
|
|
|
- <rect>
|
|
|
- <x>684</x>
|
|
|
- <y>68</y>
|
|
|
- <width>81</width>
|
|
|
- <height>32</height>
|
|
|
- </rect>
|
|
|
- </property>
|
|
|
- <property name="text">
|
|
|
- <string>(22~100)%</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- <widget class="QLabel" name="label_20">
|
|
|
- <property name="geometry">
|
|
|
- <rect>
|
|
|
- <x>506</x>
|
|
|
- <y>68</y>
|
|
|
- <width>84</width>
|
|
|
- <height>32</height>
|
|
|
- </rect>
|
|
|
- </property>
|
|
|
- <property name="text">
|
|
|
- <string>过载灵敏度:</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- <widget class="QLineEdit" name="lineEditOverloadSensibility">
|
|
|
- <property name="geometry">
|
|
|
- <rect>
|
|
|
- <x>590</x>
|
|
|
- <y>68</y>
|
|
|
- <width>90</width>
|
|
|
- <height>32</height>
|
|
|
- </rect>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item>
|
|
|
- <widget class="QWidget" name="widgetPhase" native="true">
|
|
|
- <property name="minimumSize">
|
|
|
- <size>
|
|
|
- <width>0</width>
|
|
|
- <height>116</height>
|
|
|
- </size>
|
|
|
- </property>
|
|
|
- <property name="maximumSize">
|
|
|
- <size>
|
|
|
- <width>16777215</width>
|
|
|
- <height>116</height>
|
|
|
- </size>
|
|
|
- </property>
|
|
|
- <widget class="QLabel" name="labelPhase">
|
|
|
- <property name="geometry">
|
|
|
- <rect>
|
|
|
- <x>0</x>
|
|
|
- <y>0</y>
|
|
|
- <width>41</width>
|
|
|
- <height>14</height>
|
|
|
- </rect>
|
|
|
- </property>
|
|
|
- <property name="text">
|
|
|
- <string>反相</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- <widget class="QLabel" name="label_22">
|
|
|
- <property name="geometry">
|
|
|
- <rect>
|
|
|
- <x>0</x>
|
|
|
- <y>30</y>
|
|
|
- <width>70</width>
|
|
|
- <height>22</height>
|
|
|
- </rect>
|
|
|
- </property>
|
|
|
- <property name="text">
|
|
|
- <string>反相检测:</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- <widget class="QCheckBox" name="checkBoxPhase">
|
|
|
- <property name="geometry">
|
|
|
- <rect>
|
|
|
- <x>70</x>
|
|
|
- <y>30</y>
|
|
|
- <width>76</width>
|
|
|
- <height>22</height>
|
|
|
- </rect>
|
|
|
- </property>
|
|
|
- <property name="text">
|
|
|
- <string>开启</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- <widget class="QLabel" name="label_23">
|
|
|
- <property name="geometry">
|
|
|
- <rect>
|
|
|
- <x>0</x>
|
|
|
- <y>68</y>
|
|
|
- <width>70</width>
|
|
|
- <height>32</height>
|
|
|
- </rect>
|
|
|
- </property>
|
|
|
- <property name="text">
|
|
|
- <string>反相阈值:</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- <widget class="QLineEdit" name="lineEditPhaseThreshold">
|
|
|
- <property name="geometry">
|
|
|
- <rect>
|
|
|
- <x>82</x>
|
|
|
- <y>68</y>
|
|
|
- <width>78</width>
|
|
|
- <height>32</height>
|
|
|
- </rect>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- <widget class="QLabel" name="label_24">
|
|
|
- <property name="geometry">
|
|
|
- <rect>
|
|
|
- <x>164</x>
|
|
|
- <y>68</y>
|
|
|
- <width>82</width>
|
|
|
- <height>32</height>
|
|
|
- </rect>
|
|
|
- </property>
|
|
|
- <property name="text">
|
|
|
- <string>(0~0.99)</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- <widget class="QLabel" name="label_25">
|
|
|
- <property name="geometry">
|
|
|
- <rect>
|
|
|
- <x>70</x>
|
|
|
- <y>68</y>
|
|
|
- <width>5</width>
|
|
|
- <height>32</height>
|
|
|
- </rect>
|
|
|
- </property>
|
|
|
- <property name="text">
|
|
|
- <string>-</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- <widget class="QLabel" name="label_26">
|
|
|
- <property name="geometry">
|
|
|
- <rect>
|
|
|
- <x>270</x>
|
|
|
- <y>68</y>
|
|
|
- <width>70</width>
|
|
|
- <height>32</height>
|
|
|
- </rect>
|
|
|
- </property>
|
|
|
- <property name="text">
|
|
|
- <string>判断时长:</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- <widget class="QLineEdit" name="lineEditPhaseLen">
|
|
|
- <property name="geometry">
|
|
|
- <rect>
|
|
|
- <x>340</x>
|
|
|
- <y>68</y>
|
|
|
- <width>90</width>
|
|
|
- <height>32</height>
|
|
|
- </rect>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- <widget class="QLabel" name="label_27">
|
|
|
- <property name="geometry">
|
|
|
- <rect>
|
|
|
- <x>434</x>
|
|
|
- <y>68</y>
|
|
|
- <width>61</width>
|
|
|
- <height>32</height>
|
|
|
- </rect>
|
|
|
- </property>
|
|
|
- <property name="text">
|
|
|
- <string>(10~90)s</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- <widget class="QLabel" name="label_28">
|
|
|
- <property name="geometry">
|
|
|
- <rect>
|
|
|
- <x>684</x>
|
|
|
- <y>68</y>
|
|
|
- <width>81</width>
|
|
|
- <height>32</height>
|
|
|
- </rect>
|
|
|
- </property>
|
|
|
- <property name="text">
|
|
|
- <string>(22~100)%</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- <widget class="QLabel" name="label_29">
|
|
|
- <property name="geometry">
|
|
|
- <rect>
|
|
|
- <x>506</x>
|
|
|
- <y>68</y>
|
|
|
- <width>84</width>
|
|
|
- <height>32</height>
|
|
|
- </rect>
|
|
|
- </property>
|
|
|
- <property name="text">
|
|
|
- <string>反相灵敏度:</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- <widget class="QLineEdit" name="lineEditPhaseSensibility">
|
|
|
- <property name="geometry">
|
|
|
- <rect>
|
|
|
- <x>590</x>
|
|
|
- <y>68</y>
|
|
|
- <width>90</width>
|
|
|
- <height>32</height>
|
|
|
- </rect>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- </layout>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- </layout>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item>
|
|
|
- <widget class="QWidget" name="widgetBottom" native="true">
|
|
|
- <property name="minimumSize">
|
|
|
- <size>
|
|
|
- <width>0</width>
|
|
|
- <height>96</height>
|
|
|
- </size>
|
|
|
- </property>
|
|
|
- <property name="maximumSize">
|
|
|
- <size>
|
|
|
- <width>16777215</width>
|
|
|
- <height>96</height>
|
|
|
- </size>
|
|
|
- </property>
|
|
|
- <layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
|
- <property name="spacing">
|
|
|
- <number>16</number>
|
|
|
- </property>
|
|
|
- <property name="leftMargin">
|
|
|
- <number>32</number>
|
|
|
- </property>
|
|
|
- <property name="topMargin">
|
|
|
- <number>0</number>
|
|
|
- </property>
|
|
|
- <property name="rightMargin">
|
|
|
- <number>32</number>
|
|
|
- </property>
|
|
|
- <property name="bottomMargin">
|
|
|
- <number>0</number>
|
|
|
- </property>
|
|
|
- <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="btnCancel">
|
|
|
- <property name="minimumSize">
|
|
|
- <size>
|
|
|
- <width>60</width>
|
|
|
- <height>32</height>
|
|
|
- </size>
|
|
|
- </property>
|
|
|
- <property name="maximumSize">
|
|
|
- <size>
|
|
|
- <width>60</width>
|
|
|
- <height>32</height>
|
|
|
- </size>
|
|
|
- </property>
|
|
|
- <property name="text">
|
|
|
- <string>取消</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item>
|
|
|
- <widget class="QPushButton" name="btnOK">
|
|
|
- <property name="minimumSize">
|
|
|
- <size>
|
|
|
- <width>60</width>
|
|
|
- <height>32</height>
|
|
|
- </size>
|
|
|
- </property>
|
|
|
- <property name="maximumSize">
|
|
|
- <size>
|
|
|
- <width>60</width>
|
|
|
- <height>32</height>
|
|
|
- </size>
|
|
|
- </property>
|
|
|
- <property name="text">
|
|
|
- <string>确定</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- </layout>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- </layout>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- </layout>
|
|
|
- </widget>
|
|
|
- <customwidgets>
|
|
|
- <customwidget>
|
|
|
- <class>SingleCompareRoadWidget</class>
|
|
|
- <extends>QWidget</extends>
|
|
|
- <header>Modules/Basic/singlecompareroadwidget.h</header>
|
|
|
- <container>1</container>
|
|
|
- </customwidget>
|
|
|
- </customwidgets>
|
|
|
- <resources/>
|
|
|
- <connections/>
|
|
|
-</ui>
|