108 lines
		
	
	
		
			2.7 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			108 lines
		
	
	
		
			2.7 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
<?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>800</width>
 | 
						|
    <height>600</height>
 | 
						|
   </rect>
 | 
						|
  </property>
 | 
						|
  <property name="windowTitle">
 | 
						|
   <string>MainWindow</string>
 | 
						|
  </property>
 | 
						|
  <widget class="QWidget" name="centralwidget">
 | 
						|
   <property name="enabled">
 | 
						|
    <bool>true</bool>
 | 
						|
   </property>
 | 
						|
   <property name="sizePolicy">
 | 
						|
    <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
 | 
						|
     <horstretch>0</horstretch>
 | 
						|
     <verstretch>0</verstretch>
 | 
						|
    </sizepolicy>
 | 
						|
   </property>
 | 
						|
   <layout class="QHBoxLayout" name="horizontalLayout_9">
 | 
						|
    <item>
 | 
						|
     <widget class="TextView" name="text-view_4" native="true"/>
 | 
						|
    </item>
 | 
						|
   </layout>
 | 
						|
  </widget>
 | 
						|
  <widget class="QMenuBar" name="menubar">
 | 
						|
   <property name="geometry">
 | 
						|
    <rect>
 | 
						|
     <x>0</x>
 | 
						|
     <y>0</y>
 | 
						|
     <width>800</width>
 | 
						|
     <height>22</height>
 | 
						|
    </rect>
 | 
						|
   </property>
 | 
						|
   <widget class="QMenu" name="menuFile">
 | 
						|
    <property name="title">
 | 
						|
     <string>File</string>
 | 
						|
    </property>
 | 
						|
    <addaction name="actionOption1"/>
 | 
						|
    <addaction name="actionOption2"/>
 | 
						|
    <addaction name="separator"/>
 | 
						|
    <addaction name="actionCategory_2"/>
 | 
						|
   </widget>
 | 
						|
   <widget class="QMenu" name="menuEdit">
 | 
						|
    <property name="title">
 | 
						|
     <string>Edit</string>
 | 
						|
    </property>
 | 
						|
   </widget>
 | 
						|
   <widget class="QMenu" name="menuHelp">
 | 
						|
    <property name="title">
 | 
						|
     <string>Help</string>
 | 
						|
    </property>
 | 
						|
   </widget>
 | 
						|
   <addaction name="menuFile"/>
 | 
						|
   <addaction name="menuEdit"/>
 | 
						|
   <addaction name="menuHelp"/>
 | 
						|
  </widget>
 | 
						|
  <widget class="QStatusBar" name="statusbar"/>
 | 
						|
  <widget class="QDockWidget" name="dockWidget_5">
 | 
						|
   <attribute name="dockWidgetArea">
 | 
						|
    <number>1</number>
 | 
						|
   </attribute>
 | 
						|
   <widget class="QWidget" name="dockWidgetContents_8">
 | 
						|
    <layout class="QHBoxLayout" name="horizontalLayout_10">
 | 
						|
     <item>
 | 
						|
      <widget class="TreeView" name="tree-view"/>
 | 
						|
     </item>
 | 
						|
    </layout>
 | 
						|
   </widget>
 | 
						|
  </widget>
 | 
						|
  <action name="actionOption1">
 | 
						|
   <property name="text">
 | 
						|
    <string>Option1</string>
 | 
						|
   </property>
 | 
						|
  </action>
 | 
						|
  <action name="actionOption2">
 | 
						|
   <property name="text">
 | 
						|
    <string>Option2</string>
 | 
						|
   </property>
 | 
						|
  </action>
 | 
						|
  <action name="actionCategory_2">
 | 
						|
   <property name="text">
 | 
						|
    <string>Section 2</string>
 | 
						|
   </property>
 | 
						|
  </action>
 | 
						|
 </widget>
 | 
						|
 <customwidgets>
 | 
						|
  <customwidget>
 | 
						|
   <class>TreeView</class>
 | 
						|
   <extends>QWidget</extends>
 | 
						|
   <header>treeview.h</header>
 | 
						|
  </customwidget>
 | 
						|
  <customwidget>
 | 
						|
   <class>TextView</class>
 | 
						|
   <extends>QWidget</extends>
 | 
						|
   <header>textview.h</header>
 | 
						|
  </customwidget>
 | 
						|
 </customwidgets>
 | 
						|
 <resources/>
 | 
						|
 <connections/>
 | 
						|
</ui>
 |