~ubuntu-branches/ubuntu/karmic/kdepim/karmic-backports

« back to all changes in this revision

Viewing changes to akonadi/akonadiconsole/browserwidget_itemview.ui

  • Committer: Bazaar Package Importer
  • Author(s): Alessandro Ghersi, Alessandro Ghersi, Harald Sitter
  • Date: 2009-06-27 04:40:05 UTC
  • mfrom: (1.1.39 upstream)
  • Revision ID: james.westby@ubuntu.com-20090627044005-4y2vm9xz7rvmzi4p
Tags: 4:4.2.95svn20090701-0ubuntu1
[ Alessandro Ghersi ]
* New upstream release
  - Bump build-deps
* Remove akonadi-kde and libmaildir4 packages
  - remove akonadi-kde.install and libmaildir4.install
  - remove libmaildir4 from debian/rules
  - remove akonadi-kde and libmaildir4 from depends
  - remove akonadi-kde and libmaildir4 from installgen
* Update kdepim-dev.install
* Update kpilot.install
* Add akonadi-kde and libmaildir4 transitional packages

[ Harald Sitter ]
* KAddressbook replaces Kontact << 4.2.85 (LP: #378373)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<ui version="4.0" >
 
2
 <author>Volker Krause &lt;vkrause@kde.org></author>
 
3
 <class>ItemViewWidget</class>
 
4
 <widget class="QWidget" name="ItemViewWidget" >
 
5
  <property name="geometry" >
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>481</width>
 
10
    <height>322</height>
 
11
   </rect>
 
12
  </property>
 
13
  <layout class="QGridLayout" >
 
14
   <item row="0" column="0" >
 
15
    <spacer>
 
16
     <property name="orientation" >
 
17
      <enum>Qt::Horizontal</enum>
 
18
     </property>
 
19
     <property name="sizeHint" stdset="0" >
 
20
      <size>
 
21
       <width>40</width>
 
22
       <height>20</height>
 
23
      </size>
 
24
     </property>
 
25
    </spacer>
 
26
   </item>
 
27
   <item row="0" column="1" >
 
28
    <widget class="QLabel" name="label" >
 
29
     <property name="text" >
 
30
      <string>Model:</string>
 
31
     </property>
 
32
     <property name="buddy" >
 
33
      <cstring>modelBox</cstring>
 
34
     </property>
 
35
    </widget>
 
36
   </item>
 
37
   <item row="0" column="2" >
 
38
    <widget class="QComboBox" name="modelBox" />
 
39
   </item>
 
40
   <item row="1" column="0" colspan="3" >
 
41
    <widget class="Akonadi::ItemView" name="itemView" >
 
42
     <property name="dragEnabled" >
 
43
      <bool>true</bool>
 
44
     </property>
 
45
     <property name="alternatingRowColors" >
 
46
      <bool>true</bool>
 
47
     </property>
 
48
     <property name="rootIsDecorated" >
 
49
      <bool>false</bool>
 
50
     </property>
 
51
    </widget>
 
52
   </item>
 
53
  </layout>
 
54
 </widget>
 
55
 <customwidgets>
 
56
  <customwidget>
 
57
   <class>Akonadi::ItemView</class>
 
58
   <extends>QTreeView</extends>
 
59
   <header location="global" >akonadi/itemview.h</header>
 
60
  </customwidget>
 
61
 </customwidgets>
 
62
 <resources/>
 
63
 <connections/>
 
64
</ui>