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

« back to all changes in this revision

Viewing changes to akonadi/akonadiconsole/dbbrowser.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
 <class>DbBrowser</class>
 
3
 <widget class="QWidget" name="DbBrowser" >
 
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
  <layout class="QVBoxLayout" name="verticalLayout" >
 
13
   <item>
 
14
    <layout class="QHBoxLayout" name="horizontalLayout" >
 
15
     <item>
 
16
      <widget class="KComboBox" name="tableBox" >
 
17
       <property name="sizePolicy" >
 
18
        <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
 
19
         <horstretch>0</horstretch>
 
20
         <verstretch>0</verstretch>
 
21
        </sizepolicy>
 
22
       </property>
 
23
      </widget>
 
24
     </item>
 
25
     <item>
 
26
      <widget class="KPushButton" name="refreshButton" >
 
27
       <property name="text" >
 
28
        <string>Refresh</string>
 
29
       </property>
 
30
      </widget>
 
31
     </item>
 
32
    </layout>
 
33
   </item>
 
34
   <item>
 
35
    <widget class="QTableView" name="tableView" />
 
36
   </item>
 
37
  </layout>
 
38
 </widget>
 
39
 <customwidgets>
 
40
  <customwidget>
 
41
   <class>KComboBox</class>
 
42
   <extends>QComboBox</extends>
 
43
   <header>kcombobox.h</header>
 
44
  </customwidget>
 
45
  <customwidget>
 
46
   <class>KPushButton</class>
 
47
   <extends>QPushButton</extends>
 
48
   <header>kpushbutton.h</header>
 
49
  </customwidget>
 
50
 </customwidgets>
 
51
 <resources/>
 
52
 <connections/>
 
53
</ui>