~ubuntu-branches/ubuntu/lucid/kdepim-runtime/lucid

« back to all changes in this revision

Viewing changes to resources/mailtransport_dummy/settings.ui

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Thomas
  • Date: 2009-12-03 15:38:40 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20091203153840-x5fxfsfby0czyqu6
Tags: 4:4.3.80-0ubuntu1
* New upstream beta release:
  - Refresh all patches
  - Bump build-depend versions
  - Remove build-depend on libknotificationitem-dev, it's part of
    kdelibs5-dev now
  - Add build-depend on shared-desktop-ontologies for nepomuk support
  - Add build-depend on libstreamanalyzer-dev for strigi support
  - Add build-depend on libx11-dev to prevent FTBFS
  - Update various .install files

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<ui version="4.0">
 
3
 <author>Till Adam &lt;adam@kde.org&gt;</author>
 
4
 <class>ConfigDialog</class>
 
5
 <widget class="QWidget" name="ConfigDialog">
 
6
  <property name="geometry">
 
7
   <rect>
 
8
    <x>0</x>
 
9
    <y>0</y>
 
10
    <width>400</width>
 
11
    <height>250</height>
 
12
   </rect>
 
13
  </property>
 
14
  <property name="windowTitle">
 
15
   <string>Mail Dispatcher Agent Settings</string>
 
16
  </property>
 
17
  <layout class="QVBoxLayout" name="verticalLayout">
 
18
   <item>
 
19
    <widget class="QLabel" name="label">
 
20
     <property name="text">
 
21
      <string>Select the collection to dump sent messages to:</string>
 
22
     </property>
 
23
    </widget>
 
24
   </item>
 
25
   <item>
 
26
    <widget class="Akonadi::CollectionRequester" name="sink">
 
27
     <property name="frameShape">
 
28
      <enum>QFrame::NoFrame</enum>
 
29
     </property>
 
30
     <property name="frameShadow">
 
31
      <enum>QFrame::Plain</enum>
 
32
     </property>
 
33
    </widget>
 
34
   </item>
 
35
   <item>
 
36
    <spacer name="verticalSpacer">
 
37
     <property name="orientation">
 
38
      <enum>Qt::Vertical</enum>
 
39
     </property>
 
40
     <property name="sizeHint" stdset="0">
 
41
      <size>
 
42
       <width>20</width>
 
43
       <height>13</height>
 
44
      </size>
 
45
     </property>
 
46
    </spacer>
 
47
   </item>
 
48
  </layout>
 
49
 </widget>
 
50
 <customwidgets>
 
51
  <customwidget>
 
52
   <class>Akonadi::CollectionRequester</class>
 
53
   <extends>QFrame</extends>
 
54
   <header>akonadi/collectionrequester.h</header>
 
55
   <container>1</container>
 
56
  </customwidget>
 
57
 </customwidgets>
 
58
 <resources/>
 
59
 <connections/>
 
60
</ui>