1 | <ui version="4.0" >
|
---|
2 | <class>VBoxSnapshotsWgt</class>
|
---|
3 | <widget class="QWidget" name="VBoxSnapshotsWgt" >
|
---|
4 | <property name="geometry" >
|
---|
5 | <rect>
|
---|
6 | <x>0</x>
|
---|
7 | <y>0</y>
|
---|
8 | <width>400</width>
|
---|
9 | <height>300</height>
|
---|
10 | </rect>
|
---|
11 | </property>
|
---|
12 | <property name="windowTitle" >
|
---|
13 | <string>VBoxSnapshotsWgt</string>
|
---|
14 | </property>
|
---|
15 | <layout class="QVBoxLayout" >
|
---|
16 | <property name="leftMargin" >
|
---|
17 | <number>0</number>
|
---|
18 | </property>
|
---|
19 | <property name="topMargin" >
|
---|
20 | <number>0</number>
|
---|
21 | </property>
|
---|
22 | <property name="rightMargin" >
|
---|
23 | <number>0</number>
|
---|
24 | </property>
|
---|
25 | <property name="bottomMargin" >
|
---|
26 | <number>0</number>
|
---|
27 | </property>
|
---|
28 | <item>
|
---|
29 | <widget class="QTreeWidget" name="mTreeWidget" >
|
---|
30 | <property name="contextMenuPolicy" >
|
---|
31 | <enum>Qt::CustomContextMenu</enum>
|
---|
32 | </property>
|
---|
33 | <property name="allColumnsShowFocus" >
|
---|
34 | <bool>true</bool>
|
---|
35 | </property>
|
---|
36 | <column>
|
---|
37 | <property name="text" >
|
---|
38 | <string>[snapshot]</string>
|
---|
39 | </property>
|
---|
40 | </column>
|
---|
41 | </widget>
|
---|
42 | </item>
|
---|
43 | </layout>
|
---|
44 | </widget>
|
---|
45 | <resources/>
|
---|
46 | <connections/>
|
---|
47 | </ui>
|
---|