~benoitg/akonadigoogle/master

« back to all changes in this revision

Viewing changes to contacts/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>470</width>
10
 
    <height>68</height>
11
 
   </rect>
12
 
  </property>
13
 
  <property name="windowTitle">
14
 
   <string>Contacts Resource Settings</string>
15
 
  </property>
16
 
  <layout class="QVBoxLayout" name="verticalLayout">
17
 
   <item>
18
 
    <widget class="QGroupBox" name="accountsBox">
19
 
     <property name="title">
20
 
      <string>Account</string>
21
 
     </property>
22
 
     <layout class="QHBoxLayout" name="horizontalLayout">
23
 
      <item>
24
 
       <widget class="KGoogle::Ui::AccountsCombo" name="accountsCombo">
25
 
        <property name="sizePolicy">
26
 
         <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
27
 
          <horstretch>0</horstretch>
28
 
          <verstretch>0</verstretch>
29
 
         </sizepolicy>
30
 
        </property>
31
 
       </widget>
32
 
      </item>
33
 
      <item>
34
 
       <widget class="QPushButton" name="addAccountBtn">
35
 
        <property name="text">
36
 
         <string>Add</string>
37
 
        </property>
38
 
       </widget>
39
 
      </item>
40
 
      <item>
41
 
       <widget class="QPushButton" name="removeAccountBtn">
42
 
        <property name="text">
43
 
         <string>Remove</string>
44
 
        </property>
45
 
       </widget>
46
 
      </item>
47
 
     </layout>
48
 
    </widget>
49
 
   </item>
50
 
  </layout>
51
 
 </widget>
52
 
 <customwidgets>
53
 
  <customwidget>
54
 
   <class>KGoogle::Ui::AccountsCombo</class>
55
 
   <extends>QComboBox</extends>
56
 
   <header location="global">libkgoogle/ui/accountscombo.h</header>
57
 
  </customwidget>
58
 
 </customwidgets>
59
 
 <resources/>
60
 
 <connections/>
61
 
</ui>