mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-18 11:25:33 +08:00
Matching settings UI tweak
This commit is contained in:
@@ -37,7 +37,7 @@
|
|||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>296</width>
|
<width>296</width>
|
||||||
<height>600</height>
|
<height>700</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QVBoxLayout" name="vl_ScrollAreaContent">
|
<layout class="QVBoxLayout" name="vl_ScrollAreaContent">
|
||||||
@@ -58,7 +58,7 @@
|
|||||||
<property name="minimumSize">
|
<property name="minimumSize">
|
||||||
<size>
|
<size>
|
||||||
<width>0</width>
|
<width>0</width>
|
||||||
<height>600</height>
|
<height>700</height>
|
||||||
</size>
|
</size>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
|
|||||||
@@ -35,10 +35,16 @@
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QGroupBox" name="gb_Algorithm">
|
<widget class="QGroupBox" name="gb_Algorithm">
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>0</width>
|
||||||
|
<height>60</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="title">
|
<property name="title">
|
||||||
<string>Algorithm</string>
|
<string>Algorithm</string>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QGridLayout" name="gridLayout">
|
<layout class="QGridLayout" name="gl_Algorithm">
|
||||||
<item row="0" column="1">
|
<item row="0" column="1">
|
||||||
<widget class="QRadioButton" name="rb_ScoreOnly">
|
<widget class="QRadioButton" name="rb_ScoreOnly">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -72,10 +78,16 @@
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QGroupBox" name="gb_MatchingScript">
|
<widget class="QGroupBox" name="gb_MatchingScript">
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>0</width>
|
||||||
|
<height>70</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="title">
|
<property name="title">
|
||||||
<string>Matching script</string>
|
<string>Matching script</string>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QGridLayout" name="gl_MatchingSCript" columnstretch="0,1,0,0">
|
<layout class="QGridLayout" name="gl_MatchingScript" columnstretch="0,1,0,0">
|
||||||
<item row="1" column="0">
|
<item row="1" column="0">
|
||||||
<widget class="QLabel" name="lbl_MsMatching">
|
<widget class="QLabel" name="lbl_MsMatching">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -170,7 +182,7 @@
|
|||||||
<property name="minimumSize">
|
<property name="minimumSize">
|
||||||
<size>
|
<size>
|
||||||
<width>0</width>
|
<width>0</width>
|
||||||
<height>145</height>
|
<height>150</height>
|
||||||
</size>
|
</size>
|
||||||
</property>
|
</property>
|
||||||
<property name="title">
|
<property name="title">
|
||||||
@@ -264,7 +276,7 @@
|
|||||||
<property name="title">
|
<property name="title">
|
||||||
<string>Matching by categories</string>
|
<string>Matching by categories</string>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QGridLayout" name="gridLayout_2">
|
<layout class="QGridLayout" name="gl_MacthingCategories">
|
||||||
<item row="0" column="0">
|
<item row="0" column="0">
|
||||||
<widget class="QCheckBox" name="cb_CategoryGlider">
|
<widget class="QCheckBox" name="cb_CategoryGlider">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -284,6 +296,12 @@
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QGroupBox" name="gb_FailureHandling">
|
<widget class="QGroupBox" name="gb_FailureHandling">
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>0</width>
|
||||||
|
<height>70</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="title">
|
<property name="title">
|
||||||
<string>Failure handling and verification</string>
|
<string>Failure handling and verification</string>
|
||||||
</property>
|
</property>
|
||||||
|
|||||||
Reference in New Issue
Block a user