refs #634, a component allowing to test model matching

* adjusted corresponding components
* new component for matcher
This commit is contained in:
Klaus Basan
2016-04-04 13:02:09 +02:00
parent aa6370c325
commit b567e2e57b
8 changed files with 562 additions and 19 deletions

View File

@@ -164,6 +164,38 @@
</item>
</layout>
</widget>
<widget class="QWidget" name="tab_ModelMatcher">
<attribute name="title">
<string>Model matcher</string>
</attribute>
<layout class="QHBoxLayout" name="hl_ModelMatcher">
<property name="spacing">
<number>4</number>
</property>
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>2</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="BlackGui::Components::CModelMatcherComponent" name="comp_ModelMatcher">
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="tab_VPilot">
<attribute name="title">
<string>vPilot rules</string>
@@ -439,6 +471,12 @@
<header>blackgui/components/dbownmodelscomponent.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>BlackGui::Components::CModelMatcherComponent</class>
<extends>QFrame</extends>
<header>blackgui/components/modelmatchercomponent.h</header>
<container>1</container>
</customwidget>
</customwidgets>
<resources/>
<connections/>