~benoitg/akonadigoogle/master

« back to all changes in this revision

Viewing changes to calendar/ui/settingsdialog.ui

  • Committer: Dan Vrátil
  • Date: 2012-04-29 19:24:42 UTC
  • Revision ID: git-v1:efb32159c283168cc2ab1a39e6fa3c8a30fbc941
Move the Akonadi Resources to kdepim-runtime

The resources have been moved to kdepim-runtime, this repo now only contains
the LibKGoogle library.

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>SettingsDialog</class>
4
 
 <widget class="QWidget" name="SettingsDialog">
5
 
  <property name="geometry">
6
 
   <rect>
7
 
    <x>0</x>
8
 
    <y>0</y>
9
 
    <width>447</width>
10
 
    <height>480</height>
11
 
   </rect>
12
 
  </property>
13
 
  <property name="sizePolicy">
14
 
   <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
15
 
    <horstretch>0</horstretch>
16
 
    <verstretch>0</verstretch>
17
 
   </sizepolicy>
18
 
  </property>
19
 
  <property name="minimumSize">
20
 
   <size>
21
 
    <width>0</width>
22
 
    <height>480</height>
23
 
   </size>
24
 
  </property>
25
 
  <property name="windowTitle">
26
 
   <string>Calendar Resource Settings</string>
27
 
  </property>
28
 
  <layout class="QVBoxLayout" name="verticalLayout">
29
 
   <item>
30
 
    <widget class="QGroupBox" name="accountsBox">
31
 
     <property name="title">
32
 
      <string>Accounts</string>
33
 
     </property>
34
 
     <layout class="QGridLayout" name="gridLayout">
35
 
      <item row="0" column="1">
36
 
       <widget class="QPushButton" name="addAccountBtn">
37
 
        <property name="sizePolicy">
38
 
         <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
39
 
          <horstretch>0</horstretch>
40
 
          <verstretch>0</verstretch>
41
 
         </sizepolicy>
42
 
        </property>
43
 
        <property name="text">
44
 
         <string>Add</string>
45
 
        </property>
46
 
       </widget>
47
 
      </item>
48
 
      <item row="0" column="2">
49
 
       <widget class="QPushButton" name="removeAccountBtn">
50
 
        <property name="sizePolicy">
51
 
         <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
52
 
          <horstretch>0</horstretch>
53
 
          <verstretch>0</verstretch>
54
 
         </sizepolicy>
55
 
        </property>
56
 
        <property name="text">
57
 
         <string>Remove</string>
58
 
        </property>
59
 
       </widget>
60
 
      </item>
61
 
      <item row="2" column="1">
62
 
       <spacer name="verticalSpacer">
63
 
        <property name="orientation">
64
 
         <enum>Qt::Vertical</enum>
65
 
        </property>
66
 
        <property name="sizeHint" stdset="0">
67
 
         <size>
68
 
          <width>20</width>
69
 
          <height>40</height>
70
 
         </size>
71
 
        </property>
72
 
       </spacer>
73
 
      </item>
74
 
      <item row="0" column="0">
75
 
       <widget class="KGoogle::Ui::AccountsCombo" name="accountsCombo">
76
 
        <property name="sizePolicy">
77
 
         <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
78
 
          <horstretch>0</horstretch>
79
 
          <verstretch>0</verstretch>
80
 
         </sizepolicy>
81
 
        </property>
82
 
       </widget>
83
 
      </item>
84
 
     </layout>
85
 
    </widget>
86
 
   </item>
87
 
   <item>
88
 
    <widget class="QGroupBox" name="calendarsBox">
89
 
     <property name="title">
90
 
      <string>Calendars</string>
91
 
     </property>
92
 
     <layout class="QGridLayout" name="gridLayout_2">
93
 
      <item row="6" column="1">
94
 
       <widget class="QPushButton" name="reloadCalendarsBtn">
95
 
        <property name="text">
96
 
         <string>Reload</string>
97
 
        </property>
98
 
       </widget>
99
 
      </item>
100
 
      <item row="3" column="1">
101
 
       <widget class="QPushButton" name="editCalBtn">
102
 
        <property name="text">
103
 
         <string>Edit</string>
104
 
        </property>
105
 
       </widget>
106
 
      </item>
107
 
      <item row="4" column="1">
108
 
       <widget class="QPushButton" name="removeCalBtn">
109
 
        <property name="text">
110
 
         <string>Remove</string>
111
 
        </property>
112
 
       </widget>
113
 
      </item>
114
 
      <item row="2" column="1">
115
 
       <widget class="QPushButton" name="addCalBtn">
116
 
        <property name="text">
117
 
         <string>Add</string>
118
 
        </property>
119
 
       </widget>
120
 
      </item>
121
 
      <item row="5" column="1">
122
 
       <spacer name="verticalSpacer_2">
123
 
        <property name="orientation">
124
 
         <enum>Qt::Vertical</enum>
125
 
        </property>
126
 
        <property name="sizeHint" stdset="0">
127
 
         <size>
128
 
          <width>20</width>
129
 
          <height>40</height>
130
 
         </size>
131
 
        </property>
132
 
       </spacer>
133
 
      </item>
134
 
      <item row="2" column="0" rowspan="5">
135
 
       <widget class="QListWidget" name="calendarsList"/>
136
 
      </item>
137
 
     </layout>
138
 
    </widget>
139
 
   </item>
140
 
   <item>
141
 
    <widget class="QGroupBox" name="tasksBox">
142
 
     <property name="title">
143
 
      <string>Tasks Lists</string>
144
 
     </property>
145
 
     <layout class="QGridLayout" name="gridLayout_3">
146
 
      <item row="0" column="1">
147
 
       <widget class="QPushButton" name="addTasksBtn">
148
 
        <property name="text">
149
 
         <string>Add</string>
150
 
        </property>
151
 
       </widget>
152
 
      </item>
153
 
      <item row="0" column="0" rowspan="5">
154
 
       <widget class="QListWidget" name="tasksList"/>
155
 
      </item>
156
 
      <item row="4" column="1">
157
 
       <widget class="QPushButton" name="reloadTasksBtn">
158
 
        <property name="text">
159
 
         <string>Reload</string>
160
 
        </property>
161
 
       </widget>
162
 
      </item>
163
 
      <item row="2" column="1">
164
 
       <widget class="QPushButton" name="removeTasksBtn">
165
 
        <property name="text">
166
 
         <string>Remove</string>
167
 
        </property>
168
 
       </widget>
169
 
      </item>
170
 
      <item row="1" column="1">
171
 
       <widget class="QPushButton" name="editTasksBtn">
172
 
        <property name="text">
173
 
         <string>Edit</string>
174
 
        </property>
175
 
       </widget>
176
 
      </item>
177
 
      <item row="3" column="1">
178
 
       <spacer name="verticalSpacer_3">
179
 
        <property name="orientation">
180
 
         <enum>Qt::Vertical</enum>
181
 
        </property>
182
 
        <property name="sizeHint" stdset="0">
183
 
         <size>
184
 
          <width>20</width>
185
 
          <height>40</height>
186
 
         </size>
187
 
        </property>
188
 
       </spacer>
189
 
      </item>
190
 
     </layout>
191
 
    </widget>
192
 
   </item>
193
 
  </layout>
194
 
 </widget>
195
 
 <customwidgets>
196
 
  <customwidget>
197
 
   <class>KGoogle::Ui::AccountsCombo</class>
198
 
   <extends>QComboBox</extends>
199
 
   <header location="global">libkgoogle/ui/accountscombo.h</header>
200
 
  </customwidget>
201
 
 </customwidgets>
202
 
 <resources/>
203
 
 <connections/>
204
 
</ui>