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

« back to all changes in this revision

Viewing changes to src/gui/partitionmanagerwidgetbase.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>PartitionManagerWidgetBase</class>
 
3
 <widget class="QWidget" name="PartitionManagerWidgetBase" >
 
4
  <property name="geometry" >
 
5
   <rect>
 
6
    <x>0</x>
 
7
    <y>0</y>
 
8
    <width>634</width>
 
9
    <height>531</height>
 
10
   </rect>
 
11
  </property>
 
12
  <property name="windowTitle" >
 
13
   <string comment="@title:window" >KDE Partition Manager</string>
 
14
  </property>
 
15
  <layout class="QVBoxLayout" name="verticalLayout" >
 
16
   <item>
 
17
    <widget class="PartTableWidget" native="1" name="m_PartTableWidget" >
 
18
     <property name="sizePolicy" >
 
19
      <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
 
20
       <horstretch>0</horstretch>
 
21
       <verstretch>0</verstretch>
 
22
      </sizepolicy>
 
23
     </property>
 
24
     <property name="minimumSize" >
 
25
      <size>
 
26
       <width>0</width>
 
27
       <height>80</height>
 
28
      </size>
 
29
     </property>
 
30
     <property name="maximumSize" >
 
31
      <size>
 
32
       <width>16777215</width>
 
33
       <height>80</height>
 
34
      </size>
 
35
     </property>
 
36
     <property name="contextMenuPolicy" >
 
37
      <enum>Qt::CustomContextMenu</enum>
 
38
     </property>
 
39
    </widget>
 
40
   </item>
 
41
   <item>
 
42
    <widget class="QTreeWidget" name="m_TreePartitions" >
 
43
     <property name="contextMenuPolicy" >
 
44
      <enum>Qt::CustomContextMenu</enum>
 
45
     </property>
 
46
     <property name="alternatingRowColors" >
 
47
      <bool>true</bool>
 
48
     </property>
 
49
     <property name="rootIsDecorated" >
 
50
      <bool>false</bool>
 
51
     </property>
 
52
     <property name="itemsExpandable" >
 
53
      <bool>false</bool>
 
54
     </property>
 
55
     <column>
 
56
      <property name="text" >
 
57
       <string>Partition</string>
 
58
      </property>
 
59
     </column>
 
60
     <column>
 
61
      <property name="text" >
 
62
       <string>Type</string>
 
63
      </property>
 
64
     </column>
 
65
     <column>
 
66
      <property name="text" >
 
67
       <string>Mount Point</string>
 
68
      </property>
 
69
     </column>
 
70
     <column>
 
71
      <property name="text" >
 
72
       <string>Label</string>
 
73
      </property>
 
74
     </column>
 
75
     <column>
 
76
      <property name="text" >
 
77
       <string>Size</string>
 
78
      </property>
 
79
     </column>
 
80
     <column>
 
81
      <property name="text" >
 
82
       <string>Used</string>
 
83
      </property>
 
84
     </column>
 
85
     <column>
 
86
      <property name="text" >
 
87
       <string>Flags</string>
 
88
      </property>
 
89
     </column>
 
90
    </widget>
 
91
   </item>
 
92
  </layout>
 
93
 </widget>
 
94
 <customwidgets>
 
95
  <customwidget>
 
96
   <class>PartTableWidget</class>
 
97
   <extends>QWidget</extends>
 
98
   <header>gui/parttablewidget.h</header>
 
99
   <container>1</container>
 
100
  </customwidget>
 
101
 </customwidgets>
 
102
 <resources/>
 
103
 <connections/>
 
104
</ui>