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

« back to all changes in this revision

Viewing changes to skrooge_monthly/skgmonthlypluginwidget_base.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_base</class>
3
 
 <widget class="QWidget" name="skgmonthlyplugin_base" >
4
 
  <property name="geometry" >
 
4
 <widget class="QWidget" name="skgmonthlyplugin_base">
 
5
  <property name="geometry">
5
6
   <rect>
6
7
    <x>0</x>
7
8
    <y>0</y>
9
10
    <height>356</height>
10
11
   </rect>
11
12
  </property>
12
 
  <property name="windowTitle" >
13
 
   <string>Form</string>
14
 
  </property>
15
 
  <layout class="QVBoxLayout" name="verticalLayout" >
 
13
  <layout class="QVBoxLayout" name="verticalLayout">
16
14
   <item>
17
 
    <layout class="QHBoxLayout" name="horizontalLayout" >
18
 
     <property name="spacing" >
 
15
    <layout class="QHBoxLayout" name="horizontalLayout">
 
16
     <property name="spacing">
19
17
      <number>2</number>
20
18
     </property>
21
19
     <item>
22
 
      <widget class="QLabel" name="label" >
23
 
       <property name="text" >
24
 
        <string>Report of :</string>
 
20
      <widget class="QLabel" name="label">
 
21
       <property name="text">
 
22
        <string>Report of:</string>
25
23
       </property>
26
 
       <property name="buddy" >
 
24
       <property name="buddy">
27
25
        <cstring>kMonth</cstring>
28
26
       </property>
29
27
      </widget>
30
28
     </item>
31
29
     <item>
32
 
      <widget class="SKGComboBox" name="kMonth" >
33
 
       <property name="toolTip" >
34
 
        <string>Month of the report</string>
35
 
       </property>
36
 
       <property name="statusTip" >
37
 
        <string>Month of the report</string>
38
 
       </property>
39
 
       <property name="whatsThis" >
 
30
      <widget class="SKGComboBox" name="kMonth">
 
31
       <property name="toolTip">
 
32
        <string>Month of the report</string>
 
33
       </property>
 
34
       <property name="statusTip">
 
35
        <string>Month of the report</string>
 
36
       </property>
 
37
       <property name="whatsThis">
40
38
        <string/>
41
39
       </property>
42
40
      </widget>
43
41
     </item>
44
42
     <item>
45
 
      <widget class="KPushButton" name="kRefresh" >
46
 
       <property name="toolTip" >
 
43
      <widget class="KPushButton" name="kRefresh">
 
44
       <property name="toolTip">
47
45
        <string>Refresh the monthly report</string>
48
46
       </property>
49
 
       <property name="statusTip" >
 
47
       <property name="statusTip">
50
48
        <string>Refresh the monthly report</string>
51
49
       </property>
52
50
      </widget>
53
51
     </item>
54
52
     <item>
55
 
      <spacer name="horizontalSpacer" >
56
 
       <property name="orientation" >
 
53
      <spacer name="horizontalSpacer">
 
54
       <property name="orientation">
57
55
        <enum>Qt::Horizontal</enum>
58
56
       </property>
59
 
       <property name="sizeHint" stdset="0" >
 
57
       <property name="sizeHint" stdset="0">
60
58
        <size>
61
59
         <width>40</width>
62
60
         <height>20</height>
65
63
      </spacer>
66
64
     </item>
67
65
     <item>
68
 
      <widget class="KPushButton" name="kPrint" >
69
 
       <property name="toolTip" >
 
66
      <widget class="KPushButton" name="kPrint">
 
67
       <property name="toolTip">
70
68
        <string>Print the report</string>
71
69
       </property>
72
 
       <property name="statusTip" >
 
70
       <property name="statusTip">
73
71
        <string>Print the report</string>
74
72
       </property>
75
73
      </widget>
77
75
    </layout>
78
76
   </item>
79
77
   <item>
80
 
    <widget class="QWebView" name="kWebView" >
81
 
     <property name="url" >
82
 
      <url>
83
 
       <string>about:blank</string>
84
 
      </url>
85
 
     </property>
 
78
    <widget class="QFrame" name="frame">
 
79
     <property name="frameShape">
 
80
      <enum>QFrame::StyledPanel</enum>
 
81
     </property>
 
82
     <property name="frameShadow">
 
83
      <enum>QFrame::Raised</enum>
 
84
     </property>
 
85
     <layout class="QGridLayout" name="gridLayout">
 
86
      <property name="margin">
 
87
       <number>0</number>
 
88
      </property>
 
89
      <property name="spacing">
 
90
       <number>2</number>
 
91
      </property>
 
92
      <item row="0" column="0">
 
93
       <widget class="QWebView" name="kWebView">
 
94
        <property name="url">
 
95
         <url>
 
96
          <string>about:blank</string>
 
97
         </url>
 
98
        </property>
 
99
       </widget>
 
100
      </item>
 
101
     </layout>
86
102
    </widget>
87
103
   </item>
88
104
  </layout>
89
105
 </widget>
90
106
 <customwidgets>
91
107
  <customwidget>
92
 
   <class>SKGComboBox</class>
93
 
   <extends>KComboBox</extends>
94
 
   <header>skgcombobox.h</header>
95
 
  </customwidget>
96
 
  <customwidget>
97
108
   <class>KPushButton</class>
98
109
   <extends>QPushButton</extends>
99
110
   <header>kpushbutton.h</header>
103
114
   <extends>QWidget</extends>
104
115
   <header>QtWebKit/QWebView</header>
105
116
  </customwidget>
 
117
  <customwidget>
 
118
   <class>SKGComboBox</class>
 
119
   <extends>KComboBox</extends>
 
120
   <header>skgcombobox.h</header>
 
121
  </customwidget>
106
122
 </customwidgets>
107
123
 <tabstops>
108
124
  <tabstop>kMonth</tabstop>
117
133
   <receiver>skgmonthlyplugin_base</receiver>
118
134
   <slot>onReportRefresh()</slot>
119
135
   <hints>
120
 
    <hint type="sourcelabel" >
 
136
    <hint type="sourcelabel">
121
137
     <x>202</x>
122
138
     <y>30</y>
123
139
    </hint>
124
 
    <hint type="destinationlabel" >
 
140
    <hint type="destinationlabel">
125
141
     <x>613</x>
126
142
     <y>56</y>
127
143
    </hint>
133
149
   <receiver>skgmonthlyplugin_base</receiver>
134
150
   <slot>onPrint()</slot>
135
151
   <hints>
136
 
    <hint type="sourcelabel" >
 
152
    <hint type="sourcelabel">
137
153
     <x>581</x>
138
154
     <y>27</y>
139
155
    </hint>
140
 
    <hint type="destinationlabel" >
 
156
    <hint type="destinationlabel">
141
157
     <x>612</x>
142
158
     <y>114</y>
143
159
    </hint>