~ubuntu-branches/ubuntu/oneiric/kdebindings/oneiric

« back to all changes in this revision

Viewing changes to ruby/plasma/examples/applets/analog-clock/calendar.ui

  • Committer: Bazaar Package Importer
  • Author(s): Philip Muskovac
  • Date: 2010-12-07 00:10:46 UTC
  • mfrom: (1.1.42 upstream)
  • Revision ID: james.westby@ubuntu.com-20101207001046-h9gf2h54ym29tgui
Tags: 4:4.5.85-0ubuntu1
* New upstream beta release
* Disable libqwt-ruby1.8 and qwt files in libqt4-ruby1.8.examples
* Add libqtdeclarative-ruby1.8, libsmokeqt3support4-3,
  libsmokeqtdeclarative4-3 and libsmokeqthelp4-3

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<ui version="4.0" >
2
 
 <class>calendar</class>
3
 
 <widget class="QWidget" name="calendar" >
4
 
  <property name="geometry" >
5
 
   <rect>
6
 
    <x>0</x>
7
 
    <y>0</y>
8
 
    <width>276</width>
9
 
    <height>255</height>
10
 
   </rect>
11
 
  </property>
12
 
  <property name="styleSheet" >
13
 
   <string notr="true" />
14
 
  </property>
15
 
  <layout class="QVBoxLayout" >
16
 
   <property name="spacing" >
17
 
    <number>0</number>
18
 
   </property>
19
 
   <property name="margin" >
20
 
    <number>0</number>
21
 
   </property>
22
 
   <item>
23
 
    <widget class="KDatePicker" name="kdatepicker" >
24
 
     <property name="autoFillBackground" >
25
 
      <bool>true</bool>
26
 
     </property>
27
 
    </widget>
28
 
   </item>
29
 
  </layout>
30
 
 </widget>
31
 
 <customwidgets>
32
 
  <customwidget>
33
 
   <class>KDatePicker</class>
34
 
   <extends>QFrame</extends>
35
 
   <header>kdatepicker.h</header>
36
 
  </customwidget>
37
 
 </customwidgets>
38
 
 <resources>
39
 
  <include location="resource.qrc" />
40
 
 </resources>
41
 
 <connections/>
42
 
</ui>