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

« back to all changes in this revision

Viewing changes to korganizer/viewconfigurationwidget.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>ViewConfigurationWidget</class>
 
4
 <widget class="QWidget" name="ViewConfigurationWidget">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>437</width>
 
10
    <height>306</height>
 
11
   </rect>
 
12
  </property>
 
13
  <layout class="QGridLayout" name="gridLayout">
 
14
   <item row="1" column="0">
 
15
    <widget class="QWidget" name="calendarWidget" native="true">
 
16
     <property name="sizePolicy">
 
17
      <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
 
18
       <horstretch>0</horstretch>
 
19
       <verstretch>0</verstretch>
 
20
      </sizepolicy>
 
21
     </property>
 
22
    </widget>
 
23
   </item>
 
24
   <item row="0" column="0">
 
25
    <layout class="QHBoxLayout" name="horizontalLayout">
 
26
     <item>
 
27
      <widget class="QCheckBox" name="useCustomCalendarSelection">
 
28
       <property name="text">
 
29
        <string>Show custom calendars</string>
 
30
       </property>
 
31
      </widget>
 
32
     </item>
 
33
     <item>
 
34
      <spacer name="horizontalSpacer">
 
35
       <property name="orientation">
 
36
        <enum>Qt::Horizontal</enum>
 
37
       </property>
 
38
       <property name="sizeHint" stdset="0">
 
39
        <size>
 
40
         <width>40</width>
 
41
         <height>20</height>
 
42
        </size>
 
43
       </property>
 
44
      </spacer>
 
45
     </item>
 
46
    </layout>
 
47
   </item>
 
48
  </layout>
 
49
 </widget>
 
50
 <resources/>
 
51
 <connections/>
 
52
</ui>