Merge pull request #1118 from admshao/multiview-click-to-change

UI: Add Click capabilities and Multiple Layouts to Multiview
This commit is contained in:
Jim
2018-01-05 22:52:29 -08:00
committed by GitHub
5 changed files with 315 additions and 25 deletions

View File

@@ -146,7 +146,7 @@
<x>0</x>
<y>0</y>
<width>801</width>
<height>715</height>
<height>1044</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_19">
@@ -549,6 +549,9 @@
<property name="fieldGrowthPolicy">
<enum>QFormLayout::AllNonFixedFieldsGrow</enum>
</property>
<property name="labelAlignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
<property name="topMargin">
<number>2</number>
</property>
@@ -579,6 +582,19 @@
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QComboBox" name="multiviewLayout"/>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_64">
<property name="text">
<string>Basic.Settings.General.MultiviewLayout</string>
</property>
<property name="buddy">
<cstring>multiviewLayout</cstring>
</property>
</widget>
</item>
</layout>
</widget>
</item>