337 lines
8.8 KiB
Plaintext
337 lines
8.8 KiB
Plaintext
|
<?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>
|
||
|
<width>824</width>
|
||
|
<height>601</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="sizePolicy">
|
||
|
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
|
||
|
<horstretch>1</horstretch>
|
||
|
<verstretch>1</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
<property name="windowTitle">
|
||
|
<string>Qtk - MainWindow</string>
|
||
|
</property>
|
||
|
<property name="windowIcon">
|
||
|
<iconset>
|
||
|
<normaloff>../resources/icon.png</normaloff>../resources/icon.png</iconset>
|
||
|
</property>
|
||
|
<property name="unifiedTitleAndToolBarOnMac">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
<widget class="QWidget" name="centralwidget">
|
||
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
||
|
<item>
|
||
|
<widget class="QTabWidget" name="tabWidget">
|
||
|
<property name="sizePolicy">
|
||
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
<property name="currentIndex">
|
||
|
<number>0</number>
|
||
|
</property>
|
||
|
<property name="movable">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
<widget class="QWidget" name="tab">
|
||
|
<attribute name="title">
|
||
|
<string>View 1</string>
|
||
|
</attribute>
|
||
|
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
||
|
<item>
|
||
|
<widget class="Qtk::QtkWidget" name="qtk::QtkWidget">
|
||
|
<property name="toolTip">
|
||
|
<string>A custom widget tool tip.</string>
|
||
|
</property>
|
||
|
<property name="whatsThis">
|
||
|
<string>Custom widget what's this?</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
<widget class="QWidget" name="tab_2">
|
||
|
<attribute name="title">
|
||
|
<string>View 2</string>
|
||
|
</attribute>
|
||
|
</widget>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<layout class="QVBoxLayout" name="verticalLayout">
|
||
|
<item>
|
||
|
<widget class="Qtk::TreeView" name="qtk::TreeView">
|
||
|
<property name="toolTip">
|
||
|
<string>A custom widget tool tip.</string>
|
||
|
</property>
|
||
|
<property name="whatsThis">
|
||
|
<string>Custom widget what's this?</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="Qtk::ToolBox" name="qtk::ToolBox">
|
||
|
<property name="toolTip">
|
||
|
<string>A custom widget tool tip.</string>
|
||
|
</property>
|
||
|
<property name="whatsThis">
|
||
|
<string>Custom widget what's this?</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
<widget class="QMenuBar" name="menubar">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>824</width>
|
||
|
<height>22</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<widget class="QMenu" name="menuTest">
|
||
|
<property name="title">
|
||
|
<string>File</string>
|
||
|
</property>
|
||
|
<addaction name="actionNew"/>
|
||
|
<addaction name="actionOpen"/>
|
||
|
<addaction name="separator"/>
|
||
|
<addaction name="actionSave"/>
|
||
|
<addaction name="actionSave_as"/>
|
||
|
<addaction name="separator"/>
|
||
|
<addaction name="actionExit"/>
|
||
|
</widget>
|
||
|
<widget class="QMenu" name="menuView">
|
||
|
<property name="title">
|
||
|
<string>View</string>
|
||
|
</property>
|
||
|
<widget class="QMenu" name="menuTab_Position">
|
||
|
<property name="title">
|
||
|
<string>Tab Position</string>
|
||
|
</property>
|
||
|
<addaction name="actionTop"/>
|
||
|
<addaction name="actionBottom"/>
|
||
|
<addaction name="actionLeft"/>
|
||
|
<addaction name="actionRight"/>
|
||
|
</widget>
|
||
|
<addaction name="menuTab_Position"/>
|
||
|
</widget>
|
||
|
<widget class="QMenu" name="menuEdit">
|
||
|
<property name="title">
|
||
|
<string>Edit</string>
|
||
|
</property>
|
||
|
<addaction name="actionUndo"/>
|
||
|
<addaction name="actionRedo"/>
|
||
|
</widget>
|
||
|
<widget class="QMenu" name="menuHelp">
|
||
|
<property name="title">
|
||
|
<string>Help</string>
|
||
|
</property>
|
||
|
<addaction name="actionAbout"/>
|
||
|
</widget>
|
||
|
<addaction name="menuTest"/>
|
||
|
<addaction name="menuEdit"/>
|
||
|
<addaction name="menuView"/>
|
||
|
<addaction name="menuHelp"/>
|
||
|
</widget>
|
||
|
<widget class="QToolBar" name="toolBar">
|
||
|
<property name="windowTitle">
|
||
|
<string>toolBar</string>
|
||
|
</property>
|
||
|
<property name="autoFillBackground">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
<property name="movable">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
<property name="iconSize">
|
||
|
<size>
|
||
|
<width>24</width>
|
||
|
<height>24</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
<property name="toolButtonStyle">
|
||
|
<enum>Qt::ToolButtonIconOnly</enum>
|
||
|
</property>
|
||
|
<property name="floatable">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
<attribute name="toolBarArea">
|
||
|
<enum>TopToolBarArea</enum>
|
||
|
</attribute>
|
||
|
<attribute name="toolBarBreak">
|
||
|
<bool>false</bool>
|
||
|
</attribute>
|
||
|
<addaction name="actionLoad_Model"/>
|
||
|
<addaction name="actionDelete_Object"/>
|
||
|
</widget>
|
||
|
<action name="actionOpen">
|
||
|
<property name="text">
|
||
|
<string>Open...</string>
|
||
|
</property>
|
||
|
</action>
|
||
|
<action name="actionSave">
|
||
|
<property name="icon">
|
||
|
<iconset>
|
||
|
<normaloff>:/icons/resources/fontawesome-free-6.2.1-desktop/svgs/regular/floppy-disk.svg</normaloff>:/icons/resources/fontawesome-free-6.2.1-desktop/svgs/regular/floppy-disk.svg</iconset>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Save</string>
|
||
|
</property>
|
||
|
</action>
|
||
|
<action name="actionSave_as">
|
||
|
<property name="text">
|
||
|
<string>Save as...</string>
|
||
|
</property>
|
||
|
</action>
|
||
|
<action name="actionExit">
|
||
|
<property name="text">
|
||
|
<string>Exit</string>
|
||
|
</property>
|
||
|
</action>
|
||
|
<action name="actionShow_Console">
|
||
|
<property name="checkable">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Show Console</string>
|
||
|
</property>
|
||
|
</action>
|
||
|
<action name="actionLoad_Model">
|
||
|
<property name="icon">
|
||
|
<iconset>
|
||
|
<normaloff>:/icons/resources/fontawesome-free-6.2.1-desktop/svgs/solid/cube.svg</normaloff>:/icons/resources/fontawesome-free-6.2.1-desktop/svgs/solid/cube.svg</iconset>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Load Model</string>
|
||
|
</property>
|
||
|
<property name="font">
|
||
|
<font/>
|
||
|
</property>
|
||
|
</action>
|
||
|
<action name="actionDelete_Object">
|
||
|
<property name="icon">
|
||
|
<iconset>
|
||
|
<normaloff>:/icons/resources/fontawesome-free-6.2.1-desktop/svgs/regular/trash-can.svg</normaloff>:/icons/resources/fontawesome-free-6.2.1-desktop/svgs/regular/trash-can.svg</iconset>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Delete Object</string>
|
||
|
</property>
|
||
|
</action>
|
||
|
<action name="actionNew">
|
||
|
<property name="text">
|
||
|
<string>New</string>
|
||
|
</property>
|
||
|
</action>
|
||
|
<action name="actionTop">
|
||
|
<property name="checkable">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Top</string>
|
||
|
</property>
|
||
|
</action>
|
||
|
<action name="actionBottom">
|
||
|
<property name="checkable">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Bottom</string>
|
||
|
</property>
|
||
|
</action>
|
||
|
<action name="actionLeft">
|
||
|
<property name="checkable">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Left</string>
|
||
|
</property>
|
||
|
</action>
|
||
|
<action name="actionRight">
|
||
|
<property name="checkable">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Right</string>
|
||
|
</property>
|
||
|
</action>
|
||
|
<action name="actionAbout">
|
||
|
<property name="text">
|
||
|
<string>About</string>
|
||
|
</property>
|
||
|
</action>
|
||
|
<action name="actionNested_Widgets">
|
||
|
<property name="checkable">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
<property name="checked">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Nested Widgets</string>
|
||
|
</property>
|
||
|
</action>
|
||
|
<action name="actionUndo">
|
||
|
<property name="text">
|
||
|
<string>Undo</string>
|
||
|
</property>
|
||
|
</action>
|
||
|
<action name="actionRedo">
|
||
|
<property name="text">
|
||
|
<string>Redo</string>
|
||
|
</property>
|
||
|
</action>
|
||
|
</widget>
|
||
|
<customwidgets>
|
||
|
<customwidget>
|
||
|
<class>Qtk::QtkWidget</class>
|
||
|
<extends>QOpenGLWidget</extends>
|
||
|
<header>qtkwidget.h</header>
|
||
|
<container>1</container>
|
||
|
</customwidget>
|
||
|
<customwidget>
|
||
|
<class>Qtk::TreeView</class>
|
||
|
<extends>QDockWidget</extends>
|
||
|
<header>treeview.h</header>
|
||
|
<container>1</container>
|
||
|
</customwidget>
|
||
|
<customwidget>
|
||
|
<class>Qtk::ToolBox</class>
|
||
|
<extends>QDockWidget</extends>
|
||
|
<header>toolbox.h</header>
|
||
|
<container>1</container>
|
||
|
</customwidget>
|
||
|
</customwidgets>
|
||
|
<resources/>
|
||
|
<connections>
|
||
|
<connection>
|
||
|
<sender>actionExit</sender>
|
||
|
<signal>triggered()</signal>
|
||
|
<receiver>MainWindow</receiver>
|
||
|
<slot>close()</slot>
|
||
|
<hints>
|
||
|
<hint type="sourcelabel">
|
||
|
<x>-1</x>
|
||
|
<y>-1</y>
|
||
|
</hint>
|
||
|
<hint type="destinationlabel">
|
||
|
<x>411</x>
|
||
|
<y>300</y>
|
||
|
</hint>
|
||
|
</hints>
|
||
|
</connection>
|
||
|
</connections>
|
||
|
</ui>
|