Files
storyWriter/cstructurewindow.ui
T
2018-04-14 22:13:49 +02:00

50 lines
1.2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>cStructureWindow</class>
<widget class="QMainWindow" name="cStructureWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>600</height>
</rect>
</property>
<property name="windowTitle">
<string>Structure</string>
</property>
<widget class="QWidget" name="centralwidget">
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QTreeView" name="treeView"/>
</item>
</layout>
</widget>
<widget class="QMenuBar" name="m_lpStructureMenu">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>21</height>
</rect>
</property>
<widget class="QMenu" name="menuTest">
<property name="title">
<string>Test</string>
</property>
<addaction name="actionTest"/>
</widget>
<addaction name="menuTest"/>
</widget>
<widget class="QStatusBar" name="m_lpStructureStatusBar"/>
<action name="actionTest">
<property name="text">
<string>Test</string>
</property>
</action>
</widget>
<resources/>
<connections/>
</ui>