Added views to dialog

This commit is contained in:
0xFEEDC0DE64
2017-12-18 20:54:40 +01:00
parent 27b3a5d7af
commit 36cf079403

View File

@@ -1,38 +1,40 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0"> <ui version="4.0">
<author/>
<comment/>
<exportmacro/>
<class>AdvanvedViewDialog</class> <class>AdvanvedViewDialog</class>
<widget class="QDialog" name="AdvanvedViewDialog"> <widget class="QDialog" name="AdvanvedViewDialog">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>400</width> <width>640</width>
<height>300</height> <height>480</height>
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
<string>Dialog</string> <string>Advanced view</string>
</property> </property>
<widget class="QDialogButtonBox" name="buttonBox"> <layout class="QVBoxLayout" name="verticalLayout" stretch="1,0">
<property name="geometry"> <item>
<rect> <widget class="QSplitter" name="splitter">
<x>30</x> <property name="orientation">
<y>240</y> <enum>Qt::Vertical</enum>
<width>341</width> </property>
<height>32</height> <widget class="QTreeView" name="bookingsView"/>
</rect> <widget class="QTreeView" name="timeAssignmentsView"/>
</property> </widget>
<property name="orientation"> </item>
<enum>Qt::Horizontal</enum> <item>
</property> <widget class="QDialogButtonBox" name="buttonBox">
<property name="standardButtons"> <property name="orientation">
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> <enum>Qt::Horizontal</enum>
</property> </property>
</widget> <property name="standardButtons">
<set>QDialogButtonBox::Close</set>
</property>
</widget>
</item>
</layout>
</widget> </widget>
<pixmapfunction/>
<resources/> <resources/>
<connections> <connections>
<connection> <connection>