Mapping tool settings layout

This commit is contained in:
Klaus Basan
2016-08-26 00:32:42 +02:00
committed by Mathew Sutcliffe
parent f91cf3bbf3
commit 7bb6979b90
2 changed files with 41 additions and 21 deletions

View File

@@ -119,7 +119,27 @@
<number>4</number>
</property>
<item>
<widget class="BlackGui::Components::CSettingsGuiComponent" name="comp_GuiSettings"/>
<widget class="BlackGui::Components::CSettingsGuiComponent" name="comp_GuiSettings">
<property name="minimumSize">
<size>
<width>0</width>
<height>100</height>
</size>
</property>
</widget>
</item>
<item>
<spacer name="vs_GuiSetup">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
@@ -130,6 +150,16 @@
<string>swift DB</string>
</property>
<layout class="QGridLayout" name="gl_SwiftDB">
<item row="0" column="0">
<widget class="BlackGui::Components::CDbLoginComponent" name="comp_LoginComponent">
<property name="minimumSize">
<size>
<width>0</width>
<height>150</height>
</size>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="BlackGui::Components::CDbDebugDatabaseSetup" name="comp_DebugDb">
<property name="minimumSize">
@@ -146,15 +176,18 @@
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="BlackGui::Components::CDbLoginComponent" name="comp_LoginComponent">
<property name="minimumSize">
<item row="2" column="0">
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>0</width>
<height>150</height>
<width>20</width>
<height>40</height>
</size>
</property>
</widget>
</spacer>
</item>
</layout>
</widget>