~ubuntu-branches/ubuntu/oneiric/kdepim/oneiric-updates

« back to all changes in this revision

Viewing changes to mobile/contacts/editormore_customfieldspage.ui

  • Committer: Package Import Robot
  • Author(s): Philip Muškovac
  • Date: 2011-06-28 19:33:24 UTC
  • mfrom: (0.2.13) (0.1.13 sid)
  • Revision ID: package-import@ubuntu.com-20110628193324-8yvjs8sdv9rdoo6c
Tags: 4:4.7.0-0ubuntu1
* New upstream release
  - update install files
  - add missing kdepim-doc package to control file
  - Fix Vcs lines
  - kontact breaks/replaces korganizer << 4:4.6.80
  - tighten the dependency of kdepim-dev on libkdepim4 to fix lintian error

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>CustomFieldsPage</class>
 
4
 <widget class="QWidget" name="CustomFieldsPage">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>400</width>
 
10
    <height>300</height>
 
11
   </rect>
 
12
  </property>
 
13
  <layout class="QVBoxLayout" name="verticalLayout">
 
14
   <item>
 
15
    <widget class="KWidgetLister" name="customFieldsLister" native="true"/>
 
16
   </item>
 
17
   <item>
 
18
    <layout class="QHBoxLayout" name="horizontalLayout">
 
19
     <item>
 
20
      <widget class="QPushButton" name="addCustomFieldButton">
 
21
       <property name="text">
 
22
        <string>Add new custom field</string>
 
23
       </property>
 
24
      </widget>
 
25
     </item>
 
26
     <item>
 
27
      <spacer name="horizontalSpacer">
 
28
       <property name="orientation">
 
29
        <enum>Qt::Horizontal</enum>
 
30
       </property>
 
31
       <property name="sizeHint" stdset="0">
 
32
        <size>
 
33
         <width>40</width>
 
34
         <height>20</height>
 
35
        </size>
 
36
       </property>
 
37
      </spacer>
 
38
     </item>
 
39
    </layout>
 
40
   </item>
 
41
   <item>
 
42
    <spacer name="verticalSpacer">
 
43
     <property name="orientation">
 
44
      <enum>Qt::Vertical</enum>
 
45
     </property>
 
46
     <property name="sizeHint" stdset="0">
 
47
      <size>
 
48
       <width>20</width>
 
49
       <height>229</height>
 
50
      </size>
 
51
     </property>
 
52
    </spacer>
 
53
   </item>
 
54
  </layout>
 
55
 </widget>
 
56
 <customwidgets>
 
57
  <customwidget>
 
58
   <class>KWidgetLister</class>
 
59
   <extends>QWidget</extends>
 
60
   <header>kwidgetlister.h</header>
 
61
   <container>1</container>
 
62
  </customwidget>
 
63
 </customwidgets>
 
64
 <resources/>
 
65
 <connections/>
 
66
</ui>