blob: 34b66491da752d87d9f33b25d7d918f3fa50145e [file] [log] [blame]
Edric Milaret627500d2015-03-27 16:41:40 -04001<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>PivotViewWidget</class>
4 <widget class="QWidget" name="PivotViewWidget">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>920</width>
10 <height>568</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Form</string>
15 </property>
16 <layout class="QHBoxLayout" name="horizontalLayout">
17 <item>
18 <widget class="PivotControl" name="graphicsView"/>
19 </item>
20 </layout>
21 </widget>
22 <customwidgets>
23 <customwidget>
24 <class>PivotControl</class>
25 <extends>QGraphicsView</extends>
26 <header>pivotcontrol.h</header>
27 </customwidget>
28 </customwidgets>
29 <resources/>
30 <connections/>
31</ui>