2016-12-24 15:03:37 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>MainWindowClass</class>
|
|
|
|
<widget class="QMainWindow" name="MainWindowClass">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2017-05-30 12:11:39 +00:00
|
|
|
<width>800</width>
|
|
|
|
<height>600</height>
|
2016-12-24 15:03:37 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
2017-01-16 14:41:37 +00:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>600</width>
|
|
|
|
<height>400</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2016-12-24 15:03:37 +00:00
|
|
|
<property name="windowTitle">
|
|
|
|
<string>MainWindow</string>
|
|
|
|
</property>
|
2017-04-30 13:05:21 +00:00
|
|
|
<widget class="QWidget" name="centralWidget">
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout"/>
|
|
|
|
</widget>
|
2016-12-24 15:03:37 +00:00
|
|
|
<widget class="QToolBar" name="mainToolBar">
|
2017-01-16 14:41:37 +00:00
|
|
|
<property name="allowedAreas">
|
|
|
|
<set>Qt::LeftToolBarArea|Qt::RightToolBarArea|Qt::TopToolBarArea</set>
|
|
|
|
</property>
|
2016-12-24 15:03:37 +00:00
|
|
|
<attribute name="toolBarArea">
|
2017-01-09 15:34:54 +00:00
|
|
|
<enum>LeftToolBarArea</enum>
|
2016-12-24 15:03:37 +00:00
|
|
|
</attribute>
|
|
|
|
<attribute name="toolBarBreak">
|
|
|
|
<bool>false</bool>
|
|
|
|
</attribute>
|
|
|
|
</widget>
|
|
|
|
<widget class="QStatusBar" name="statusBar"/>
|
2017-04-30 13:05:21 +00:00
|
|
|
<widget class="QDockWidget" name="dockWidget">
|
|
|
|
<property name="autoFillBackground">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="features">
|
|
|
|
<set>QDockWidget::DockWidgetClosable|QDockWidget::DockWidgetFloatable</set>
|
|
|
|
</property>
|
|
|
|
<property name="allowedAreas">
|
|
|
|
<set>Qt::RightDockWidgetArea</set>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Asset library</string>
|
|
|
|
</property>
|
|
|
|
<attribute name="dockWidgetArea">
|
|
|
|
<number>2</number>
|
|
|
|
</attribute>
|
|
|
|
<widget class="QWidget" name="dockWidgetContents">
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="leftMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
2017-05-30 12:11:39 +00:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
|
<item>
|
|
|
|
<widget class="QComboBox" name="dirDropDownList"/>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QTreeView" name="fileListView"/>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2017-04-30 13:05:21 +00:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
2016-12-24 15:03:37 +00:00
|
|
|
</widget>
|
|
|
|
<layoutdefault spacing="6" margin="11"/>
|
2017-05-30 12:11:39 +00:00
|
|
|
<resources/>
|
2016-12-24 15:03:37 +00:00
|
|
|
<connections/>
|
|
|
|
</ui>
|