Ref T717, model browser

This commit is contained in:
Klaus Basan
2019-09-11 00:27:22 +02:00
committed by Mat Sutcliffe
parent 838e41051c
commit af1b933e5c
6 changed files with 577 additions and 6 deletions

View File

@@ -6,14 +6,32 @@
<rect>
<x>0</x>
<y>0</y>
<width>640</width>
<height>480</height>
<width>675</width>
<height>675</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>600</width>
<height>600</height>
</size>
</property>
<property name="windowTitle">
<string>Model browser</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<layout class="QVBoxLayout" name="vl_ModelBrowser">
<property name="leftMargin">
<number>4</number>
</property>
<property name="topMargin">
<number>4</number>
</property>
<property name="rightMargin">
<number>4</number>
</property>
<property name="bottomMargin">
<number>4</number>
</property>
<item>
<widget class="BlackGui::Components::CModelBrowserComponent" name="comp_ModelBrowser"/>
</item>
@@ -23,7 +41,7 @@
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons">
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
<set>QDialogButtonBox::Close</set>
</property>
</widget>
</item>