~ubuntu-branches/ubuntu/precise/partitionmanager/precise

« back to all changes in this revision

Viewing changes to src/kcm/partitionmanagerkcmbase.ui

  • Committer: Bazaar Package Importer
  • Author(s): Harald Sitter
  • Date: 2009-05-02 14:50:18 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090502145018-ktgdpdforvzltn86
Tags: 1.0.0~beta2-0ubuntu1
* New upstream release
* Remove debian/patches (icon is now included)
  + drop quilt build-dep
* Bump standards-version to 3.8.1
* Update lintian override with manpage for partitionmanager-bin, the 
  actually binary is now a wrapper around -bin, so we don't need an
  additional manpage
* Use pkg-kde-tools for building instead of CDBS' kde4.mk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<ui version="4.0" >
 
2
 <class>PartitionManagerKCMBase</class>
 
3
 <widget class="QWidget" name="PartitionManagerKCMBase" >
 
4
  <property name="geometry" >
 
5
   <rect>
 
6
    <x>0</x>
 
7
    <y>0</y>
 
8
    <width>684</width>
 
9
    <height>684</height>
 
10
   </rect>
 
11
  </property>
 
12
  <property name="windowTitle" >
 
13
   <string>Form</string>
 
14
  </property>
 
15
  <layout class="QVBoxLayout" name="verticalLayout_2" >
 
16
   <item>
 
17
    <widget class="QSplitter" name="m_SplitterHorizontal" >
 
18
     <property name="orientation" >
 
19
      <enum>Qt::Horizontal</enum>
 
20
     </property>
 
21
     <widget class="QSplitter" name="m_SplitterVertical" >
 
22
      <property name="orientation" >
 
23
       <enum>Qt::Vertical</enum>
 
24
      </property>
 
25
      <widget class="ListDevices" native="1" name="m_ListDevices" >
 
26
       <property name="minimumSize" >
 
27
        <size>
 
28
         <width>170</width>
 
29
         <height>0</height>
 
30
        </size>
 
31
       </property>
 
32
      </widget>
 
33
      <widget class="ListOperations" native="1" name="m_ListOperations" />
 
34
     </widget>
 
35
     <widget class="QWidget" name="layoutWidget" >
 
36
      <layout class="QVBoxLayout" name="verticalLayout" >
 
37
       <item>
 
38
        <widget class="KToolBar" native="1" name="m_ToolBar" />
 
39
       </item>
 
40
       <item>
 
41
        <widget class="PartitionManagerWidget" native="1" name="m_PartitionManagerWidget" />
 
42
       </item>
 
43
      </layout>
 
44
     </widget>
 
45
    </widget>
 
46
   </item>
 
47
  </layout>
 
48
 </widget>
 
49
 <customwidgets>
 
50
  <customwidget>
 
51
   <class>PartitionManagerWidget</class>
 
52
   <extends>QWidget</extends>
 
53
   <header>gui/partitionmanagerwidget.h</header>
 
54
   <container>1</container>
 
55
  </customwidget>
 
56
  <customwidget>
 
57
   <class>ListDevices</class>
 
58
   <extends>QWidget</extends>
 
59
   <header>gui/listdevices.h</header>
 
60
   <container>1</container>
 
61
  </customwidget>
 
62
  <customwidget>
 
63
   <class>ListOperations</class>
 
64
   <extends>QWidget</extends>
 
65
   <header>gui/listoperations.h</header>
 
66
   <container>1</container>
 
67
  </customwidget>
 
68
  <customwidget>
 
69
   <class>KToolBar</class>
 
70
   <extends>QWidget</extends>
 
71
   <header location="global" >ktoolbar.h</header>
 
72
   <container>1</container>
 
73
  </customwidget>
 
74
 </customwidgets>
 
75
 <resources/>
 
76
 <connections/>
 
77
</ui>