~ubuntu-branches/ubuntu/lucid/skrooge/lucid

« back to all changes in this revision

Viewing changes to skrooge_monthly/skgmonthlypluginwidget_pref.ui

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Mercatante
  • Date: 2009-07-28 15:38:43 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20090728153843-91b74m0vcam50krt
Tags: 0.2.9-0ubuntu1
* New upstream release
* Added kubuntu_01_cmake_fix.patch:
  Fix FTBFS

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<ui version="4.0" >
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<ui version="4.0">
2
3
 <class>skgmonthlyplugin_pref</class>
3
 
 <widget class="QWidget" name="skgmonthlyplugin_pref" >
4
 
  <property name="geometry" >
 
4
 <widget class="QWidget" name="skgmonthlyplugin_pref">
 
5
  <property name="geometry">
5
6
   <rect>
6
7
    <x>0</x>
7
8
    <y>0</y>
9
10
    <height>184</height>
10
11
   </rect>
11
12
  </property>
12
 
  <property name="windowTitle" >
13
 
   <string>Form</string>
14
 
  </property>
15
 
  <layout class="QVBoxLayout" name="verticalLayout" >
16
 
   <item>
17
 
    <layout class="QHBoxLayout" name="horizontalLayout" >
18
 
     <item>
19
 
      <widget class="QLabel" name="label" >
20
 
       <property name="text" >
21
 
        <string>monthlySetting :</string>
22
 
       </property>
23
 
       <property name="buddy" >
24
 
        <cstring>kcfg_monthlySetting</cstring>
25
 
       </property>
26
 
      </widget>
27
 
     </item>
28
 
     <item>
29
 
      <widget class="KLineEdit" name="kcfg_monthlySetting" />
30
 
     </item>
31
 
    </layout>
32
 
   </item>
33
 
   <item>
34
 
    <spacer name="verticalSpacer" >
35
 
     <property name="orientation" >
 
13
  <layout class="QVBoxLayout" name="verticalLayout">
 
14
   <item>
 
15
    <spacer name="verticalSpacer">
 
16
     <property name="orientation">
36
17
      <enum>Qt::Vertical</enum>
37
18
     </property>
38
 
     <property name="sizeHint" stdset="0" >
 
19
     <property name="sizeHint" stdset="0">
39
20
      <size>
40
21
       <width>20</width>
41
22
       <height>126</height>
45
26
   </item>
46
27
  </layout>
47
28
 </widget>
48
 
 <customwidgets>
49
 
  <customwidget>
50
 
   <class>KLineEdit</class>
51
 
   <extends>QLineEdit</extends>
52
 
   <header>klineedit.h</header>
53
 
  </customwidget>
54
 
 </customwidgets>
55
29
 <resources/>
56
30
 <connections/>
57
31
</ui>