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

« back to all changes in this revision

Viewing changes to skrooge_report/skgreportpluginwidget_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>skgreportplugin_base</class>
3
 
 <widget class="QWidget" name="skgreportplugin_base" >
4
 
  <property name="geometry" >
 
4
 <widget class="QWidget" name="skgreportplugin_base">
 
5
  <property name="geometry">
5
6
   <rect>
6
7
    <x>0</x>
7
8
    <y>0</y>
9
10
    <height>634</height>
10
11
   </rect>
11
12
  </property>
12
 
  <property name="windowTitle" >
13
 
   <string>Form</string>
14
 
  </property>
15
 
  <layout class="QVBoxLayout" name="verticalLayout_2" >
16
 
   <property name="spacing" >
 
13
  <layout class="QVBoxLayout" name="verticalLayout_2">
 
14
   <property name="spacing">
17
15
    <number>2</number>
18
16
   </property>
19
17
   <item>
20
 
    <widget class="KTitleWidget" name="kTitle" />
 
18
    <widget class="KTitleWidget" name="kTitle"/>
21
19
   </item>
22
20
   <item>
23
 
    <layout class="QHBoxLayout" name="horizontalLayout_2" >
24
 
     <property name="spacing" >
 
21
    <layout class="QHBoxLayout" name="horizontalLayout_2">
 
22
     <property name="spacing">
25
23
      <number>2</number>
26
24
     </property>
27
25
     <item>
28
 
      <widget class="QLabel" name="kLinesLabel" >
29
 
       <property name="text" >
 
26
      <widget class="QLabel" name="kLinesLabel">
 
27
       <property name="text">
30
28
        <string>Lines:</string>
31
29
       </property>
32
 
       <property name="buddy" >
 
30
       <property name="buddy">
33
31
        <cstring>kLines</cstring>
34
32
       </property>
35
33
      </widget>
36
34
     </item>
37
35
     <item>
38
 
      <widget class="SKGComboBox" name="kLines" >
39
 
       <property name="toolTip" >
40
 
        <string>Select what you want to see in lines</string>
 
36
      <widget class="SKGComboBox" name="kLines">
 
37
       <property name="toolTip">
 
38
        <string>Select what you want to see in the rows</string>
41
39
       </property>
42
 
       <property name="statusTip" >
43
 
        <string>Select what you want to see in lines</string>
 
40
       <property name="statusTip">
 
41
        <string>Select what you want to see in the rows</string>
44
42
       </property>
45
43
      </widget>
46
44
     </item>
47
45
     <item>
48
 
      <widget class="QLabel" name="kColumnsLabel" >
49
 
       <property name="text" >
 
46
      <widget class="QLabel" name="kColumnsLabel">
 
47
       <property name="text">
50
48
        <string>Columns:</string>
51
49
       </property>
52
 
       <property name="buddy" >
 
50
       <property name="buddy">
53
51
        <cstring>kColumns</cstring>
54
52
       </property>
55
53
      </widget>
56
54
     </item>
57
55
     <item>
58
 
      <widget class="SKGComboBox" name="kColumns" >
59
 
       <property name="toolTip" >
60
 
        <string>Select what you want to see in columns</string>
 
56
      <widget class="SKGComboBox" name="kColumns">
 
57
       <property name="toolTip">
 
58
        <string>Select what you want to see in the columns</string>
61
59
       </property>
62
 
       <property name="statusTip" >
63
 
        <string>Select what you want to see in columns</string>
 
60
       <property name="statusTip">
 
61
        <string>Select what you want to see in the columns</string>
64
62
       </property>
65
63
      </widget>
66
64
     </item>
67
65
     <item>
68
 
      <widget class="Line" name="line" >
69
 
       <property name="orientation" >
 
66
      <widget class="Line" name="line">
 
67
       <property name="orientation">
70
68
        <enum>Qt::Vertical</enum>
71
69
       </property>
72
70
      </widget>
73
71
     </item>
74
72
     <item>
75
 
      <widget class="QLabel" name="kPeriodLabel" >
76
 
       <property name="text" >
 
73
      <widget class="QLabel" name="kPeriodLabel">
 
74
       <property name="text">
77
75
        <string>Period:</string>
78
76
       </property>
79
 
       <property name="buddy" >
 
77
       <property name="buddy">
80
78
        <cstring>kPeriod</cstring>
81
79
       </property>
82
80
      </widget>
83
81
     </item>
84
82
     <item>
85
 
      <widget class="SKGComboBox" name="kPeriod" >
86
 
       <property name="toolTip" >
87
 
        <string>Select the interesting period</string>
 
83
      <widget class="SKGComboBox" name="kPeriod">
 
84
       <property name="toolTip">
 
85
        <string>Select the period of interest</string>
88
86
       </property>
89
 
       <property name="statusTip" >
90
 
        <string>Select the interesting period</string>
 
87
       <property name="statusTip">
 
88
        <string>Select the period of interest</string>
91
89
       </property>
92
90
      </widget>
93
91
     </item>
94
92
     <item>
95
 
      <widget class="QLabel" name="kTypeLabel" >
96
 
       <property name="text" >
 
93
      <widget class="QLabel" name="kTypeLabel">
 
94
       <property name="text">
97
95
        <string>Type:</string>
98
96
       </property>
99
 
       <property name="buddy" >
 
97
       <property name="buddy">
100
98
        <cstring>kType</cstring>
101
99
       </property>
102
100
      </widget>
103
101
     </item>
104
102
     <item>
105
 
      <widget class="SKGComboBox" name="kType" >
106
 
       <property name="toolTip" >
107
 
        <string>Select the interesting type of operations</string>
108
 
       </property>
109
 
       <property name="statusTip" >
110
 
        <string>Select the interesting type of operations</string>
111
 
       </property>
112
 
      </widget>
113
 
     </item>
114
 
     <item>
115
 
      <spacer name="horizontalSpacer" >
116
 
       <property name="orientation" >
 
103
      <widget class="SKGComboBox" name="kType">
 
104
       <property name="toolTip">
 
105
        <string>Select the operation types of interest</string>
 
106
       </property>
 
107
       <property name="statusTip">
 
108
        <string>Select the operation types of interest</string>
 
109
       </property>
 
110
      </widget>
 
111
     </item>
 
112
     <item>
 
113
      <widget class="QLabel" name="kModeLabel">
 
114
       <property name="text">
 
115
        <string>Mode:</string>
 
116
       </property>
 
117
       <property name="buddy">
 
118
        <cstring>kMode</cstring>
 
119
       </property>
 
120
      </widget>
 
121
     </item>
 
122
     <item>
 
123
      <widget class="SKGComboBox" name="kMode"/>
 
124
     </item>
 
125
     <item>
 
126
      <spacer name="horizontalSpacer">
 
127
       <property name="orientation">
117
128
        <enum>Qt::Horizontal</enum>
118
129
       </property>
119
 
       <property name="sizeHint" stdset="0" >
 
130
       <property name="sizeHint" stdset="0">
120
131
        <size>
121
132
         <width>118</width>
122
133
         <height>24</height>
127
138
    </layout>
128
139
   </item>
129
140
   <item>
130
 
    <widget class="Line" name="line_2" >
131
 
     <property name="orientation" >
 
141
    <widget class="Line" name="line_2">
 
142
     <property name="orientation">
132
143
      <enum>Qt::Horizontal</enum>
133
144
     </property>
134
145
    </widget>
135
146
   </item>
136
147
   <item>
137
 
    <widget class="SKGTableWithGraph" name="kTableWithGraph" >
138
 
     <property name="sizePolicy" >
139
 
      <sizepolicy vsizetype="Expanding" hsizetype="Preferred" >
 
148
    <widget class="SKGTableWithGraph" name="kTableWithGraph">
 
149
     <property name="sizePolicy">
 
150
      <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
140
151
       <horstretch>0</horstretch>
141
152
       <verstretch>0</verstretch>
142
153
      </sizepolicy>
147
158
 </widget>
148
159
 <customwidgets>
149
160
  <customwidget>
 
161
   <class>KTitleWidget</class>
 
162
   <extends>QWidget</extends>
 
163
   <header>ktitlewidget.h</header>
 
164
  </customwidget>
 
165
  <customwidget>
150
166
   <class>SKGComboBox</class>
151
167
   <extends>KComboBox</extends>
152
168
   <header>skgcombobox.h</header>
156
172
   <extends>QWidget</extends>
157
173
   <header>skgtablewithgraph.h</header>
158
174
  </customwidget>
159
 
  <customwidget>
160
 
   <class>KTitleWidget</class>
161
 
   <extends>QWidget</extends>
162
 
   <header>ktitlewidget.h</header>
163
 
  </customwidget>
164
175
 </customwidgets>
165
176
 <tabstops>
166
177
  <tabstop>kLines</tabstop>
176
187
   <receiver>skgreportplugin_base</receiver>
177
188
   <slot>onDoubleClick(int,int)</slot>
178
189
   <hints>
179
 
    <hint type="sourcelabel" >
 
190
    <hint type="sourcelabel">
180
191
     <x>681</x>
181
192
     <y>426</y>
182
193
    </hint>
183
 
    <hint type="destinationlabel" >
 
194
    <hint type="destinationlabel">
184
195
     <x>757</x>
185
196
     <y>16</y>
186
197
    </hint>