Mercurial > bellaciao
comparison layout_designer.ui @ 8:c63d67895cbe
layout designer: first draft
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 24 Aug 2011 20:38:55 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
7:017925589d4c | 8:c63d67895cbe |
---|---|
1 <?xml version="1.0" encoding="UTF-8"?> | |
2 <ui version="4.0"> | |
3 <class>LayoutDesignerUI</class> | |
4 <widget class="QWidget" name="LayoutDesignerUI"> | |
5 <property name="geometry"> | |
6 <rect> | |
7 <x>0</x> | |
8 <y>0</y> | |
9 <width>402</width> | |
10 <height>425</height> | |
11 </rect> | |
12 </property> | |
13 <property name="windowTitle"> | |
14 <string>Form</string> | |
15 </property> | |
16 <layout class="QVBoxLayout" name="verticalLayout"> | |
17 <item> | |
18 <widget class="QTabWidget" name="centralTabs"> | |
19 <property name="tabPosition"> | |
20 <enum>QTabWidget::South</enum> | |
21 </property> | |
22 <property name="tabShape"> | |
23 <enum>QTabWidget::Rounded</enum> | |
24 </property> | |
25 <property name="currentIndex"> | |
26 <number>-1</number> | |
27 </property> | |
28 </widget> | |
29 </item> | |
30 <item> | |
31 <widget class="QWidget" name="widget" native="true"> | |
32 <layout class="QHBoxLayout" name="horizontalLayout"> | |
33 <item> | |
34 <widget class="QPushButton" name="buttonNewContactLayout"> | |
35 <property name="text"> | |
36 <string>New contact layout</string> | |
37 </property> | |
38 </widget> | |
39 </item> | |
40 <item> | |
41 <widget class="QPushButton" name="buttonDeleteLayout"> | |
42 <property name="text"> | |
43 <string>Delete layout</string> | |
44 </property> | |
45 </widget> | |
46 </item> | |
47 </layout> | |
48 </widget> | |
49 </item> | |
50 </layout> | |
51 </widget> | |
52 <resources/> | |
53 <connections/> | |
54 </ui> |