Ref T298, exclude models from matching configurable

This commit is contained in:
Klaus Basan
2018-08-23 17:50:12 +02:00
parent 109c1554f9
commit a640343433
6 changed files with 148 additions and 89 deletions

View File

@@ -6,14 +6,14 @@
<rect>
<x>0</x>
<y>0</y>
<width>232</width>
<width>230</width>
<height>197</height>
</rect>
</property>
<property name="windowTitle">
<string>Matching settings</string>
</property>
<layout class="QVBoxLayout" name="vl_MatchingComponent">
<layout class="QVBoxLayout" name="vl_MatchingComponent" stretch="1,0">
<property name="leftMargin">
<number>3</number>
</property>
@@ -27,24 +27,49 @@
<number>3</number>
</property>
<item>
<widget class="BlackGui::Editors::CMatchingForm" name="editor_MatchingForm">
<property name="minimumSize">
<size>
<width>0</width>
<height>150</height>
</size>
<widget class="QScrollArea" name="sa_MatchingForm">
<property name="widgetResizable">
<bool>true</bool>
</property>
<widget class="QWidget" name="qw_MatchingForm">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>211</width>
<height>375</height>
</rect>
</property>
<layout class="QVBoxLayout" name="vl_ScrollAreaContent">
<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="BlackGui::Editors::CMatchingForm" name="editor_MatchingForm">
<property name="minimumSize">
<size>
<width>0</width>
<height>375</height>
</size>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
</item>
<item>
<widget class="QFrame" name="fr_Butoons">
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<layout class="QHBoxLayout" name="hl_">
<layout class="QHBoxLayout" name="hl_Buttons">
<item>
<spacer name="hs_Buttons">
<property name="orientation">