2024-11-25 21:20:39 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>MainWindow</class>
|
|
|
|
<widget class="QMainWindow" name="MainWindow">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2025-01-17 23:13:42 +00:00
|
|
|
<width>1027</width>
|
2024-11-25 21:20:39 +00:00
|
|
|
<height>600</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>MainWindow</string>
|
|
|
|
</property>
|
2024-12-01 11:26:14 +00:00
|
|
|
<widget class="QWidget" name="centralwidget">
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
2024-12-01 23:14:42 +00:00
|
|
|
<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>
|
2024-12-01 11:26:14 +00:00
|
|
|
<item>
|
2024-12-01 12:08:45 +00:00
|
|
|
<widget class="MainGLWidget" name="mainWidget"/>
|
2024-12-01 11:26:14 +00:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2024-11-25 21:20:39 +00:00
|
|
|
<widget class="QMenuBar" name="menubar">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2025-01-17 23:13:42 +00:00
|
|
|
<width>1027</width>
|
2024-12-01 23:14:42 +00:00
|
|
|
<height>29</height>
|
2024-11-25 21:20:39 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
2025-01-23 10:25:07 +00:00
|
|
|
<widget class="QMenu" name="menuFile">
|
|
|
|
<property name="title">
|
|
|
|
<string>File</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QMenu" name="menuEdit">
|
|
|
|
<property name="title">
|
|
|
|
<string>Edit</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<addaction name="menuFile"/>
|
|
|
|
<addaction name="menuEdit"/>
|
2024-11-25 21:20:39 +00:00
|
|
|
</widget>
|
|
|
|
<widget class="QStatusBar" name="statusbar"/>
|
2025-01-17 23:13:42 +00:00
|
|
|
<widget class="QDockWidget" name="explorerWidget">
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Explorer</string>
|
|
|
|
</property>
|
|
|
|
<attribute name="dockWidgetArea">
|
|
|
|
<number>2</number>
|
|
|
|
</attribute>
|
|
|
|
<widget class="QWidget" name="dockWidgetContents">
|
2025-01-28 20:27:33 +00:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
2025-01-17 23:13:42 +00:00
|
|
|
<item>
|
2025-01-23 10:25:07 +00:00
|
|
|
<widget class="ExplorerView" name="explorerView"/>
|
2025-01-17 23:13:42 +00:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
2025-01-28 20:27:33 +00:00
|
|
|
<widget class="QDockWidget" name="propertiesWidget">
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Properties</string>
|
|
|
|
</property>
|
|
|
|
<attribute name="dockWidgetArea">
|
|
|
|
<number>2</number>
|
|
|
|
</attribute>
|
|
|
|
<widget class="QWidget" name="dockWidgetContents_2">
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
|
<item>
|
|
|
|
<widget class="PropertiesView" name="propertiesView"/>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
2024-11-25 21:20:39 +00:00
|
|
|
</widget>
|
2024-12-01 11:26:14 +00:00
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
|
|
|
<class>MainGLWidget</class>
|
|
|
|
<extends>QOpenGLWidget</extends>
|
|
|
|
<header>mainglwidget.h</header>
|
|
|
|
</customwidget>
|
2025-01-23 10:25:07 +00:00
|
|
|
<customwidget>
|
|
|
|
<class>ExplorerView</class>
|
|
|
|
<extends>QTreeView</extends>
|
|
|
|
<header>panes/explorerview.h</header>
|
|
|
|
</customwidget>
|
2025-01-28 20:27:33 +00:00
|
|
|
<customwidget>
|
|
|
|
<class>PropertiesView</class>
|
|
|
|
<extends>QTreeView</extends>
|
|
|
|
<header>panes/propertiesview.h</header>
|
|
|
|
</customwidget>
|
2024-12-01 11:26:14 +00:00
|
|
|
</customwidgets>
|
2024-11-25 21:20:39 +00:00
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|