~ubuntu-branches/ubuntu/oneiric/kdeplasma-addons/oneiric

« back to all changes in this revision

Viewing changes to runners/events/events_config.ui

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2010-11-26 13:35:18 UTC
  • mto: (0.4.3 experimental)
  • mto: This revision was merged to the branch mainline in revision 84.
  • Revision ID: james.westby@ubuntu.com-20101126133518-remqkgqjafk2a4jc
Tags: upstream-4.5.80
ImportĀ upstreamĀ versionĀ 4.5.80

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
 <class>EventsRunnerConfig</class>
 
4
 <widget class="QWidget" name="EventsRunnerConfig">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>332</width>
 
10
    <height>252</height>
 
11
   </rect>
 
12
  </property>
 
13
  <layout class="QVBoxLayout" name="configLayout">
 
14
   <item>
 
15
    <widget class="QGroupBox" name="akonadiGroup">
 
16
     <property name="title">
 
17
      <string>Akonadi collections</string>
 
18
     </property>
 
19
     <layout class="QGridLayout" name="akonadiGroupLayout">
 
20
      <item row="0" column="1">
 
21
       <widget class="KComboBox" name="eventCollectionCombo">
 
22
        <property name="sizePolicy">
 
23
         <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
 
24
          <horstretch>0</horstretch>
 
25
          <verstretch>0</verstretch>
 
26
         </sizepolicy>
 
27
        </property>
 
28
       </widget>
 
29
      </item>
 
30
      <item row="0" column="0">
 
31
       <widget class="QLabel" name="eventCollectionLabel">
 
32
        <property name="text">
 
33
         <string>Insert events into:</string>
 
34
        </property>
 
35
       </widget>
 
36
      </item>
 
37
      <item row="1" column="1">
 
38
       <widget class="KComboBox" name="todoCollectionCombo"/>
 
39
      </item>
 
40
      <item row="1" column="0">
 
41
       <widget class="QLabel" name="todoCollectionLabel">
 
42
        <property name="text">
 
43
         <string>Insert tasks into:</string>
 
44
        </property>
 
45
       </widget>
 
46
      </item>
 
47
     </layout>
 
48
    </widget>
 
49
   </item>
 
50
   <item>
 
51
    <spacer name="verticalSpacer">
 
52
     <property name="orientation">
 
53
      <enum>Qt::Vertical</enum>
 
54
     </property>
 
55
     <property name="sizeHint" stdset="0">
 
56
      <size>
 
57
       <width>0</width>
 
58
       <height>0</height>
 
59
      </size>
 
60
     </property>
 
61
    </spacer>
 
62
   </item>
 
63
  </layout>
 
64
 </widget>
 
65
 <customwidgets>
 
66
  <customwidget>
 
67
   <class>KComboBox</class>
 
68
   <extends>QComboBox</extends>
 
69
   <header>kcombobox.h</header>
 
70
  </customwidget>
 
71
 </customwidgets>
 
72
 <resources/>
 
73
 <connections/>
 
74
</ui>