refs #768, adjusted GUI components to previous changes

* such as changed completers
* also minor typo fixes, formatting
* removed outdated qss
This commit is contained in:
Klaus Basan
2016-10-17 03:20:22 +02:00
parent 91167ae2db
commit 2d30b0b8e1
6 changed files with 28 additions and 573 deletions

View File

@@ -166,6 +166,9 @@
</item>
<item row="0" column="5">
<widget class="BlackGui::Components::CSimulatorSelector" name="selector_Simulator">
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
@@ -186,6 +189,9 @@
</item>
<item row="1" column="5">
<widget class="BlackGui::Components::CModelModeSelector" name="selector_ModelMode">
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
@@ -200,18 +206,6 @@
</layout>
</widget>
<customwidgets>
<customwidget>
<class>BlackGui::Components::CSimulatorSelector</class>
<extends>QFrame</extends>
<header>blackgui/components/simulatorselector.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>BlackGui::Components::CModelModeSelector</class>
<extends>QFrame</extends>
<header>blackgui/components/modelmodeselector.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>BlackGui::CLabelAndIcon</class>
<extends>QFrame</extends>
@@ -224,12 +218,29 @@
<header>blackgui/editors/validationindicator.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>BlackGui::Components::CSimulatorSelector</class>
<extends>QFrame</extends>
<header>blackgui/components/simulatorselector.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>BlackGui::Components::CModelModeSelector</class>
<extends>QFrame</extends>
<header>blackgui/components/modelmodeselector.h</header>
<container>1</container>
</customwidget>
</customwidgets>
<tabstops>
<tabstop>le_Id</tabstop>
<tabstop>le_ModelKey</tabstop>
<tabstop>selector_Simulator</tabstop>
<tabstop>le_Name</tabstop>
<tabstop>le_Description</tabstop>
<tabstop>selector_ModelMode</tabstop>
<tabstop>le_LastUpdated</tabstop>
<tabstop>le_FileName</tabstop>
<tabstop>pb_Stash</tabstop>
</tabstops>
<resources/>
<connections/>