refs #681, GUI FSD setup

* form base class adjusted
* GUI form UI
This commit is contained in:
Klaus Basan
2016-06-26 19:47:32 +02:00
parent 0939b1f08f
commit 2d00ff42fe
7 changed files with 360 additions and 23 deletions

View File

@@ -6,10 +6,16 @@
<rect>
<x>0</x>
<y>0</y>
<width>282</width>
<height>334</height>
<width>322</width>
<height>310</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>150</height>
</size>
</property>
<property name="windowTitle">
<string>Frame</string>
</property>
@@ -52,11 +58,11 @@
</widget>
</item>
<item>
<widget class="BlackGui::Components::CServerForm" name="frp_ServerForm">
<widget class="BlackGui::Editors::CServerForm" name="form_Server">
<property name="minimumSize">
<size>
<width>0</width>
<height>120</height>
<height>150</height>
</size>
</property>
<property name="frameShape">
@@ -138,12 +144,12 @@
</widget>
</item>
<item>
<spacer name="vs_SettingsTnServersWorkaround">
<spacer name="vs_Buttons">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::MinimumExpanding</enum>
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
@@ -156,17 +162,17 @@
</layout>
</widget>
<customwidgets>
<customwidget>
<class>BlackGui::Components::CServerForm</class>
<extends>QFrame</extends>
<header>blackgui/components/serverform.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>BlackGui::Views::CServerView</class>
<extends>QTableView</extends>
<header>blackgui/views/serverview.h</header>
</customwidget>
<customwidget>
<class>BlackGui::Editors::CServerForm</class>
<extends>QFrame</extends>
<header>blackgui/editors/serverform.h</header>
<container>1</container>
</customwidget>
</customwidgets>
<resources/>
<connections/>