~ubuntu-branches/ubuntu/utopic/kde-workspace/utopic-proposed

« back to all changes in this revision

Viewing changes to libs/plasmaclock/calendarConfig.ui

  • Committer: Bazaar Package Importer
  • Author(s): Michał Zając
  • Date: 2011-07-09 08:31:15 UTC
  • Revision ID: james.westby@ubuntu.com-20110709083115-ohyxn6z93mily9fc
Tags: upstream-4.6.90
Import upstream version 4.6.90

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>calendarConfig</class>
 
4
 <widget class="QWidget" name="calendarConfig">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>242</width>
 
10
    <height>68</height>
 
11
   </rect>
 
12
  </property>
 
13
  <layout class="QGridLayout" name="gridLayout_2">
 
14
   <item row="0" column="0" rowspan="2">
 
15
    <spacer name="horizontalSpacer">
 
16
     <property name="orientation">
 
17
      <enum>Qt::Horizontal</enum>
 
18
     </property>
 
19
     <property name="sizeType">
 
20
      <enum>QSizePolicy::Fixed</enum>
 
21
     </property>
 
22
     <property name="sizeHint" stdset="0">
 
23
      <size>
 
24
       <width>20</width>
 
25
       <height>20</height>
 
26
      </size>
 
27
     </property>
 
28
    </spacer>
 
29
   </item>
 
30
   <item row="0" column="1">
 
31
    <widget class="QLabel" name="label_2">
 
32
     <property name="text">
 
33
      <string>Calendar system:</string>
 
34
     </property>
 
35
     <property name="alignment">
 
36
      <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 
37
     </property>
 
38
     <property name="buddy">
 
39
      <cstring>calendarComboBox</cstring>
 
40
     </property>
 
41
    </widget>
 
42
   </item>
 
43
   <item row="0" column="2">
 
44
    <layout class="QGridLayout" name="gridLayout">
 
45
     <item row="0" column="0">
 
46
      <widget class="KComboBox" name="calendarComboBox">
 
47
       <property name="enabled">
 
48
        <bool>true</bool>
 
49
       </property>
 
50
       <property name="sizePolicy">
 
51
        <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
 
52
         <horstretch>0</horstretch>
 
53
         <verstretch>0</verstretch>
 
54
        </sizepolicy>
 
55
       </property>
 
56
      </widget>
 
57
     </item>
 
58
     <item row="0" column="1">
 
59
      <spacer name="horizontalSpacer_3">
 
60
       <property name="orientation">
 
61
        <enum>Qt::Horizontal</enum>
 
62
       </property>
 
63
       <property name="sizeHint" stdset="0">
 
64
        <size>
 
65
         <width>188</width>
 
66
         <height>17</height>
 
67
        </size>
 
68
       </property>
 
69
      </spacer>
 
70
     </item>
 
71
    </layout>
 
72
   </item>
 
73
   <item row="1" column="1">
 
74
    <widget class="QLabel" name="label">
 
75
     <property name="text">
 
76
      <string>Display events:</string>
 
77
     </property>
 
78
     <property name="alignment">
 
79
      <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 
80
     </property>
 
81
     <property name="buddy">
 
82
      <cstring>displayEvents</cstring>
 
83
     </property>
 
84
    </widget>
 
85
   </item>
 
86
   <item row="1" column="2">
 
87
    <layout class="QHBoxLayout" name="horizontalLayout">
 
88
     <item>
 
89
      <widget class="QCheckBox" name="displayEvents">
 
90
       <property name="text">
 
91
        <string/>
 
92
       </property>
 
93
      </widget>
 
94
     </item>
 
95
     <item>
 
96
      <spacer name="horizontalSpacer_2">
 
97
       <property name="orientation">
 
98
        <enum>Qt::Horizontal</enum>
 
99
       </property>
 
100
       <property name="sizeHint" stdset="0">
 
101
        <size>
 
102
         <width>40</width>
 
103
         <height>20</height>
 
104
        </size>
 
105
       </property>
 
106
      </spacer>
 
107
     </item>
 
108
    </layout>
 
109
   </item>
 
110
   <item row="2" column="2">
 
111
    <spacer name="verticalSpacer">
 
112
     <property name="orientation">
 
113
      <enum>Qt::Vertical</enum>
 
114
     </property>
 
115
     <property name="sizeHint" stdset="0">
 
116
      <size>
 
117
       <width>20</width>
 
118
       <height>40</height>
 
119
      </size>
 
120
     </property>
 
121
    </spacer>
 
122
   </item>
 
123
  </layout>
 
124
 </widget>
 
125
 <customwidgets>
 
126
  <customwidget>
 
127
   <class>KComboBox</class>
 
128
   <extends>QComboBox</extends>
 
129
   <header>kcombobox.h</header>
 
130
  </customwidget>
 
131
 </customwidgets>
 
132
 <resources/>
 
133
 <connections/>
 
134
</ui>