Set up event browser QTreeWidget and allow browsing through the frame

This commit is contained in:
baldurk
2015-07-10 16:38:22 +02:00
parent a96167a110
commit bb137371e3
8 changed files with 295 additions and 22 deletions
+10 -3
View File
@@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>300</height>
<width>975</width>
<height>622</height>
</rect>
</property>
<property name="windowTitle">
@@ -37,7 +37,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<width>975</width>
<height>18</height>
</rect>
</property>
@@ -367,6 +367,13 @@
</action>
</widget>
<layoutdefault spacing="6" margin="11"/>
<customwidgets>
<customwidget>
<class>ToolWindowManager</class>
<extends>QWidget</extends>
<header>toolwindowmanager.h</header>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>