919 lines
26 KiB
XML
919 lines
26 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
||
<ui version="4.0">
|
||
<class>frmLogicJudgeEndClass</class>
|
||
<widget class="QDialog" name="frmLogicJudgeEndClass">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>0</x>
|
||
<y>0</y>
|
||
<width>600</width>
|
||
<height>380</height>
|
||
</rect>
|
||
</property>
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>600</width>
|
||
<height>380</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>600</width>
|
||
<height>380</height>
|
||
</size>
|
||
</property>
|
||
<property name="windowTitle">
|
||
<string>结束语句</string>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">background-color: rgb(220, 220, 220);</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>1</number>
|
||
</property>
|
||
<item row="3" column="0" colspan="2">
|
||
<layout class="QHBoxLayout" name="horizontalLayout">
|
||
<property name="spacing">
|
||
<number>0</number>
|
||
</property>
|
||
<property name="bottomMargin">
|
||
<number>6</number>
|
||
</property>
|
||
<item>
|
||
<spacer name="horizontalSpacer">
|
||
<property name="orientation">
|
||
<enum>Qt::Horizontal</enum>
|
||
</property>
|
||
<property name="sizeType">
|
||
<enum>QSizePolicy::Fixed</enum>
|
||
</property>
|
||
<property name="sizeHint" stdset="0">
|
||
<size>
|
||
<width>10</width>
|
||
<height>20</height>
|
||
</size>
|
||
</property>
|
||
</spacer>
|
||
</item>
|
||
<item>
|
||
<widget class="QLabel" name="label_3">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>83</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>微软雅黑</family>
|
||
<pointsize>10</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">background-color: rgba(255, 255, 255, 0);</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>单元描述:</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QLineEdit" name="txtDescribe">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>357</width>
|
||
<height>30</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>16777215</width>
|
||
<height>30</height>
|
||
</size>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>微软雅黑</family>
|
||
<pointsize>10</pointsize>
|
||
</font>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<spacer name="horizontalSpacer_8">
|
||
<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="btnExecute">
|
||
<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: rgb(85, 135, 127);}
|
||
QWidget{ color: rgb(235, 235, 235);}
|
||
QWidget{ border: 2px groove gray;border-radius: 8px;padding: 2px 4px;}
|
||
QPushButton:hover{ background-color: rgb(85, 155, 127);}
|
||
QPushButton:pressed{background-color: rgb(85, 175, 127);}</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="sizeType">
|
||
<enum>QSizePolicy::Fixed</enum>
|
||
</property>
|
||
<property name="sizeHint" stdset="0">
|
||
<size>
|
||
<width>6</width>
|
||
<height>20</height>
|
||
</size>
|
||
</property>
|
||
</spacer>
|
||
</item>
|
||
</layout>
|
||
</item>
|
||
<item row="0" column="0">
|
||
<spacer name="verticalSpacer_2">
|
||
<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>42</height>
|
||
</size>
|
||
</property>
|
||
</spacer>
|
||
</item>
|
||
<item row="2" column="0">
|
||
<spacer name="verticalSpacer_4">
|
||
<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 row="1" column="0" colspan="2">
|
||
<widget class="QTabWidget" name="tabWidget">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>0</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>16777215</width>
|
||
<height>16777215</height>
|
||
</size>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>微软雅黑</family>
|
||
<pointsize>10</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">background-color: #bcc2bc;</string>
|
||
</property>
|
||
<property name="currentIndex">
|
||
<number>0</number>
|
||
</property>
|
||
<widget class="QWidget" name="tab">
|
||
<attribute name="title">
|
||
<string>基本设置</string>
|
||
</attribute>
|
||
<widget class="QGroupBox" name="groupC">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>9</x>
|
||
<y>14</y>
|
||
<width>576</width>
|
||
<height>229</height>
|
||
</rect>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>微软雅黑</family>
|
||
<pointsize>10</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">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);
|
||
color: rgb(85, 0, 255);</string>
|
||
</property>
|
||
<property name="title">
|
||
<string>条件设置</string>
|
||
</property>
|
||
<widget class="QComboBox" name="comboType">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>96</x>
|
||
<y>32</y>
|
||
<width>120</width>
|
||
<height>30</height>
|
||
</rect>
|
||
</property>
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>120</width>
|
||
<height>30</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>120</width>
|
||
<height>16777215</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: 2px;
|
||
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(:/resource/down.png);
|
||
}
|
||
QComboBox::down-arrow:on {
|
||
top: 1px;
|
||
left: 1px;
|
||
}</string>
|
||
</property>
|
||
<property name="sizeAdjustPolicy">
|
||
<enum>QComboBox::AdjustToContents</enum>
|
||
</property>
|
||
<item>
|
||
<property name="text">
|
||
<string>Bool链接</string>
|
||
</property>
|
||
</item>
|
||
<item>
|
||
<property name="text">
|
||
<string>计算表达式</string>
|
||
</property>
|
||
</item>
|
||
</widget>
|
||
<widget class="QLabel" name="label_30">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>17</x>
|
||
<y>37</y>
|
||
<width>81</width>
|
||
<height>19</height>
|
||
</rect>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>微软雅黑</family>
|
||
<pointsize>10</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">color: rgb(30, 30, 30);
|
||
background-color: rgba(0, 0, 0, 0);</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>判断方式:</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QGroupBox" name="groupC2">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>6</x>
|
||
<y>80</y>
|
||
<width>565</width>
|
||
<height>72</height>
|
||
</rect>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>微软雅黑</family>
|
||
<pointsize>10</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">background-color: #b7c7af;
|
||
color: rgb(0, 0, 127);</string>
|
||
</property>
|
||
<property name="title">
|
||
<string>Bool链接</string>
|
||
</property>
|
||
<widget class="QPushButton" name="btnDelLinkBool">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>534</x>
|
||
<y>28</y>
|
||
<width>27</width>
|
||
<height>27</height>
|
||
</rect>
|
||
</property>
|
||
<property name="toolTip">
|
||
<string>删除Bool数据链接</string>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">QWidget{ border:none;background-color: rgba(0, 0, 0, 0);border-radius: 8px;padding: 2px 4px;}
|
||
QPushButton:hover{ background-color: rgba(226, 142, 162, 100);}
|
||
QPushButton:pressed{background-color: rgba(226, 172, 162, 200);}</string>
|
||
</property>
|
||
<property name="text">
|
||
<string/>
|
||
</property>
|
||
<property name="icon">
|
||
<iconset resource="sub_res.qrc">
|
||
<normaloff>:/resource/del_link.png</normaloff>:/resource/del_link.png</iconset>
|
||
</property>
|
||
<property name="iconSize">
|
||
<size>
|
||
<width>27</width>
|
||
<height>27</height>
|
||
</size>
|
||
</property>
|
||
</widget>
|
||
<widget class="QPushButton" name="btnLinkBool">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>502</x>
|
||
<y>28</y>
|
||
<width>27</width>
|
||
<height>27</height>
|
||
</rect>
|
||
</property>
|
||
<property name="toolTip">
|
||
<string>链接Bool数据</string>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">QWidget{ border:none;background-color: rgba(0, 0, 0, 0);border-radius: 8px;padding: 2px 4px;}
|
||
QPushButton:hover{ background-color: rgba(85, 150, 127, 100);}
|
||
QPushButton:pressed{background-color: rgba(85, 180, 127, 160);}</string>
|
||
</property>
|
||
<property name="text">
|
||
<string/>
|
||
</property>
|
||
<property name="icon">
|
||
<iconset resource="sub_res.qrc">
|
||
<normaloff>:/resource/link.png</normaloff>:/resource/link.png</iconset>
|
||
</property>
|
||
<property name="iconSize">
|
||
<size>
|
||
<width>27</width>
|
||
<height>27</height>
|
||
</size>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="label_5">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>405</x>
|
||
<y>30</y>
|
||
<width>16</width>
|
||
<height>19</height>
|
||
</rect>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>微软雅黑</family>
|
||
<pointsize>11</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">color: rgb(30, 30, 30);
|
||
background-color: rgba(0, 0, 0, 0);</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>=</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="label_4">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>4</x>
|
||
<y>32</y>
|
||
<width>119</width>
|
||
<height>19</height>
|
||
</rect>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>微软雅黑</family>
|
||
<pointsize>10</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">color: rgb(30, 30, 30);
|
||
background-color: rgba(0, 0, 0, 0);</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>Bool数据链接:</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLineEdit" name="txtLinkBool">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>121</x>
|
||
<y>28</y>
|
||
<width>280</width>
|
||
<height>28</height>
|
||
</rect>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>微软雅黑</family>
|
||
<pointsize>10</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="toolTip">
|
||
<string>Bool类型</string>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">color: rgb(0, 0, 200);
|
||
background-color: rgba(170, 170, 127,50);</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
<property name="readOnly">
|
||
<bool>true</bool>
|
||
</property>
|
||
</widget>
|
||
<widget class="QComboBox" name="comboBool">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>423</x>
|
||
<y>28</y>
|
||
<width>70</width>
|
||
<height>28</height>
|
||
</rect>
|
||
</property>
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>70</width>
|
||
<height>28</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>70</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: 2px;
|
||
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(:/resource/down.png);
|
||
}
|
||
QComboBox::down-arrow:on {
|
||
top: 1px;
|
||
left: 1px;
|
||
}</string>
|
||
</property>
|
||
<property name="sizeAdjustPolicy">
|
||
<enum>QComboBox::AdjustToContents</enum>
|
||
</property>
|
||
<item>
|
||
<property name="text">
|
||
<string>true</string>
|
||
</property>
|
||
</item>
|
||
</widget>
|
||
</widget>
|
||
<widget class="QGroupBox" name="groupC3">
|
||
<property name="enabled">
|
||
<bool>false</bool>
|
||
</property>
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>6</x>
|
||
<y>154</y>
|
||
<width>565</width>
|
||
<height>72</height>
|
||
</rect>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>微软雅黑</family>
|
||
<pointsize>10</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">background-color: #b7c7af;
|
||
color: rgb(0, 0, 127);</string>
|
||
</property>
|
||
<property name="title">
|
||
<string>计算表达式</string>
|
||
</property>
|
||
<widget class="QPushButton" name="btnDelLinkRegex">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>534</x>
|
||
<y>28</y>
|
||
<width>27</width>
|
||
<height>27</height>
|
||
</rect>
|
||
</property>
|
||
<property name="toolTip">
|
||
<string>删除计算表达式链接</string>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">QWidget{ border:none;background-color: rgba(0, 0, 0, 0);border-radius: 8px;padding: 2px 4px;}
|
||
QPushButton:hover{ background-color: rgba(226, 142, 162, 100);}
|
||
QPushButton:pressed{background-color: rgba(226, 172, 162, 200);}</string>
|
||
</property>
|
||
<property name="text">
|
||
<string/>
|
||
</property>
|
||
<property name="icon">
|
||
<iconset resource="sub_res.qrc">
|
||
<normaloff>:/resource/del_link.png</normaloff>:/resource/del_link.png</iconset>
|
||
</property>
|
||
<property name="iconSize">
|
||
<size>
|
||
<width>27</width>
|
||
<height>27</height>
|
||
</size>
|
||
</property>
|
||
</widget>
|
||
<widget class="QPushButton" name="btnLinkRegex">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>502</x>
|
||
<y>28</y>
|
||
<width>27</width>
|
||
<height>27</height>
|
||
</rect>
|
||
</property>
|
||
<property name="toolTip">
|
||
<string>链接计算表达式</string>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">QWidget{ border:none;background-color: rgba(0, 0, 0, 0);border-radius: 8px;padding: 2px 4px;}
|
||
QPushButton:hover{ background-color: rgba(85, 150, 127, 100);}
|
||
QPushButton:pressed{background-color: rgba(85, 180, 127, 160);}</string>
|
||
</property>
|
||
<property name="text">
|
||
<string/>
|
||
</property>
|
||
<property name="icon">
|
||
<iconset resource="sub_res.qrc">
|
||
<normaloff>:/resource/link.png</normaloff>:/resource/link.png</iconset>
|
||
</property>
|
||
<property name="iconSize">
|
||
<size>
|
||
<width>27</width>
|
||
<height>27</height>
|
||
</size>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="label_7">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>4</x>
|
||
<y>32</y>
|
||
<width>97</width>
|
||
<height>19</height>
|
||
</rect>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>微软雅黑</family>
|
||
<pointsize>10</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">color: rgb(30, 30, 30);
|
||
background-color: rgba(0, 0, 0, 0);</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>表达式链接:</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLineEdit" name="txtLinkRegex">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>100</x>
|
||
<y>28</y>
|
||
<width>237</width>
|
||
<height>28</height>
|
||
</rect>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>微软雅黑</family>
|
||
<pointsize>10</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="toolTip">
|
||
<string>Int类型</string>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">color: rgb(0, 0, 200);
|
||
background-color: rgba(170, 170, 127,50);</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
<property name="readOnly">
|
||
<bool>true</bool>
|
||
</property>
|
||
</widget>
|
||
<widget class="QComboBox" name="comboRegex">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>344</x>
|
||
<y>28</y>
|
||
<width>55</width>
|
||
<height>28</height>
|
||
</rect>
|
||
</property>
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>55</width>
|
||
<height>28</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>55</width>
|
||
<height>28</height>
|
||
</size>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>微软雅黑</family>
|
||
<pointsize>10</pointsize>
|
||
<weight>75</weight>
|
||
<bold>true</bold>
|
||
</font>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">QComboBox {
|
||
border: 1px solid gray;
|
||
border-radius: 2px;
|
||
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(:/resource/down.png);
|
||
}
|
||
QComboBox::down-arrow:on {
|
||
top: 1px;
|
||
left: 1px;
|
||
}</string>
|
||
</property>
|
||
<property name="sizeAdjustPolicy">
|
||
<enum>QComboBox::AdjustToContents</enum>
|
||
</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>
|
||
<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>
|
||
<widget class="QSpinBox" name="spinRegex">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>407</x>
|
||
<y>28</y>
|
||
<width>87</width>
|
||
<height>28</height>
|
||
</rect>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>微软雅黑</family>
|
||
<pointsize>10</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">QWidget{color: rgb(85, 0, 155);background-color: rgb(180, 180, 210);}
|
||
QSpinBox::up-button{
|
||
border:transparent;
|
||
}
|
||
QSpinBox::down-button{
|
||
border:transparent;
|
||
}
|
||
QSpinBox::up-arrow{
|
||
image:url(:/resource/up.png);
|
||
}
|
||
QSpinBox::down-arrow{
|
||
image:url(:/resource/down.png);
|
||
}</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
<property name="minimum">
|
||
<number>-32768</number>
|
||
</property>
|
||
<property name="maximum">
|
||
<number>32767</number>
|
||
</property>
|
||
<property name="value">
|
||
<number>100</number>
|
||
</property>
|
||
</widget>
|
||
</widget>
|
||
<widget class="QLabel" name="lblMsg">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>268</x>
|
||
<y>37</y>
|
||
<width>299</width>
|
||
<height>19</height>
|
||
</rect>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>微软雅黑</family>
|
||
<pointsize>10</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">color: rgb(85, 85, 127);
|
||
background-color: rgba(0, 0, 0, 0);</string>
|
||
</property>
|
||
<property name="text">
|
||
<string/>
|
||
</property>
|
||
</widget>
|
||
</widget>
|
||
</widget>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
<layoutdefault spacing="6" margin="11"/>
|
||
<resources>
|
||
<include location="sub_res.qrc"/>
|
||
<include location="../../DetectIdentify/SelectShape/sub_res.qrc"/>
|
||
<include location="../../GeometryTools/FitCircle/sub_res.qrc"/>
|
||
</resources>
|
||
<connections/>
|
||
</ui>
|