~ubuntu-branches/ubuntu/precise/koffice/precise

« back to all changes in this revision

Viewing changes to filters/kivio/imageexport/kivio_imageexportwidget.ui

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2010-09-21 15:36:35 UTC
  • mfrom: (1.4.1 upstream) (60.2.11 maverick)
  • Revision ID: james.westby@ubuntu.com-20100921153635-6tejqkiro2u21ydi
Tags: 1:2.2.2-0ubuntu3
Add kubuntu_03_fix-crash-on-closing-sqlite-connection-2.2.2.diff and
kubuntu_04_support-large-memo-values-for-msaccess-2.2.2.diff as
recommended by upstream http://kexi-
project.org/wiki/wikiview/index.php@Kexi2.2_Patches.html#sqlite_stab
ility

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
 
2
<class>Kivio::ImageExportWidget</class>
 
3
<widget class="QWidget">
 
4
    <property name="name">
 
5
        <cstring>Kivio::ImageExportWidget</cstring>
 
6
    </property>
 
7
    <property name="geometry">
 
8
        <rect>
 
9
            <x>0</x>
 
10
            <y>0</y>
 
11
            <width>342</width>
 
12
            <height>181</height>
 
13
        </rect>
 
14
    </property>
 
15
    <grid>
 
16
        <property name="name">
 
17
            <cstring>unnamed</cstring>
 
18
        </property>
 
19
        <property name="margin">
 
20
            <number>0</number>
 
21
        </property>
 
22
        <widget class="QLabel" row="0" column="0" rowspan="1" colspan="2">
 
23
            <property name="name">
 
24
                <cstring>m_pageLabel</cstring>
 
25
            </property>
 
26
            <property name="text">
 
27
                <string>Page:</string>
 
28
            </property>
 
29
        </widget>
 
30
        <widget class="KComboBox" row="0" column="2" rowspan="1" colspan="2">
 
31
            <property name="name">
 
32
                <cstring>m_pageCombo</cstring>
 
33
            </property>
 
34
        </widget>
 
35
        <widget class="KComboBox" row="1" column="2" rowspan="1" colspan="2">
 
36
            <item>
 
37
                <property name="text">
 
38
                    <string>Complete Page</string>
 
39
                </property>
 
40
            </item>
 
41
            <item>
 
42
                <property name="text">
 
43
                    <string>Area of Objects on Page</string>
 
44
                </property>
 
45
            </item>
 
46
            <property name="name">
 
47
                <cstring>m_exportAreaCombo</cstring>
 
48
            </property>
 
49
        </widget>
 
50
        <widget class="QLabel" row="1" column="0" rowspan="1" colspan="2">
 
51
            <property name="name">
 
52
                <cstring>m_exportAreaLabel</cstring>
 
53
            </property>
 
54
            <property name="text">
 
55
                <string>Area to export:</string>
 
56
            </property>
 
57
        </widget>
 
58
        <widget class="QCheckBox" row="2" column="0" rowspan="1" colspan="4">
 
59
            <property name="name">
 
60
                <cstring>m_customSizeCheckBox</cstring>
 
61
            </property>
 
62
            <property name="text">
 
63
                <string>Custom size (in pixels):</string>
 
64
            </property>
 
65
        </widget>
 
66
        <spacer row="3" column="0">
 
67
            <property name="name">
 
68
                <cstring>spacer1</cstring>
 
69
            </property>
 
70
            <property name="orientation">
 
71
                <enum>Qt::Horizontal</enum>
 
72
            </property>
 
73
            <property name="sizeType">
 
74
                <enum>Fixed</enum>
 
75
            </property>
 
76
            <property name="sizeHint">
 
77
                <size>
 
78
                    <width>16</width>
 
79
                    <height>20</height>
 
80
                </size>
 
81
            </property>
 
82
        </spacer>
 
83
        <spacer row="4" column="0">
 
84
            <property name="name">
 
85
                <cstring>spacer1_2</cstring>
 
86
            </property>
 
87
            <property name="orientation">
 
88
                <enum>Qt::Horizontal</enum>
 
89
            </property>
 
90
            <property name="sizeType">
 
91
                <enum>Fixed</enum>
 
92
            </property>
 
93
            <property name="sizeHint">
 
94
                <size>
 
95
                    <width>16</width>
 
96
                    <height>20</height>
 
97
                </size>
 
98
            </property>
 
99
        </spacer>
 
100
        <widget class="QLabel" row="4" column="1">
 
101
            <property name="name">
 
102
                <cstring>m_heightLabel</cstring>
 
103
            </property>
 
104
            <property name="enabled">
 
105
                <bool>false</bool>
 
106
            </property>
 
107
            <property name="text">
 
108
                <string>Height:</string>
 
109
            </property>
 
110
        </widget>
 
111
        <widget class="QLabel" row="3" column="1">
 
112
            <property name="name">
 
113
                <cstring>m_widthLabel</cstring>
 
114
            </property>
 
115
            <property name="enabled">
 
116
                <bool>false</bool>
 
117
            </property>
 
118
            <property name="text">
 
119
                <string>Width:</string>
 
120
            </property>
 
121
        </widget>
 
122
        <widget class="QSpinBox" row="3" column="2">
 
123
            <property name="name">
 
124
                <cstring>m_widthSpinBox</cstring>
 
125
            </property>
 
126
            <property name="enabled">
 
127
                <bool>false</bool>
 
128
            </property>
 
129
            <property name="maximum">
 
130
                <number>10000</number>
 
131
            </property>
 
132
        </widget>
 
133
        <widget class="QSpinBox" row="4" column="2">
 
134
            <property name="name">
 
135
                <cstring>m_heightSpinBox</cstring>
 
136
            </property>
 
137
            <property name="enabled">
 
138
                <bool>false</bool>
 
139
            </property>
 
140
            <property name="maximum">
 
141
                <number>10000</number>
 
142
            </property>
 
143
        </widget>
 
144
        <spacer row="3" column="3">
 
145
            <property name="name">
 
146
                <cstring>spacer4</cstring>
 
147
            </property>
 
148
            <property name="orientation">
 
149
                <enum>Qt::Horizontal</enum>
 
150
            </property>
 
151
            <property name="sizeType">
 
152
                <enum>Expanding</enum>
 
153
            </property>
 
154
            <property name="sizeHint">
 
155
                <size>
 
156
                    <width>41</width>
 
157
                    <height>20</height>
 
158
                </size>
 
159
            </property>
 
160
        </spacer>
 
161
        <spacer row="4" column="3">
 
162
            <property name="name">
 
163
                <cstring>spacer4_2</cstring>
 
164
            </property>
 
165
            <property name="orientation">
 
166
                <enum>Qt::Horizontal</enum>
 
167
            </property>
 
168
            <property name="sizeType">
 
169
                <enum>Expanding</enum>
 
170
            </property>
 
171
            <property name="sizeHint">
 
172
                <size>
 
173
                    <width>41</width>
 
174
                    <height>20</height>
 
175
                </size>
 
176
            </property>
 
177
        </spacer>
 
178
        <spacer row="6" column="2">
 
179
            <property name="name">
 
180
                <cstring>spacer3</cstring>
 
181
            </property>
 
182
            <property name="orientation">
 
183
                <enum>Qt::Vertical</enum>
 
184
            </property>
 
185
            <property name="sizeType">
 
186
                <enum>Expanding</enum>
 
187
            </property>
 
188
            <property name="sizeHint">
 
189
                <size>
 
190
                    <width>20</width>
 
191
                    <height>40</height>
 
192
                </size>
 
193
            </property>
 
194
        </spacer>
 
195
        <widget class="QLabel" row="5" column="0" rowspan="1" colspan="2">
 
196
            <property name="name">
 
197
                <cstring>m_marginLabel</cstring>
 
198
            </property>
 
199
            <property name="text">
 
200
                <string>Margin:</string>
 
201
            </property>
 
202
        </widget>
 
203
        <widget class="QSpinBox" row="5" column="2">
 
204
            <property name="name">
 
205
                <cstring>m_marginSpinBox</cstring>
 
206
            </property>
 
207
        </widget>
 
208
        <spacer row="5" column="3">
 
209
            <property name="name">
 
210
                <cstring>spacer4_2_2</cstring>
 
211
            </property>
 
212
            <property name="orientation">
 
213
                <enum>Qt::Horizontal</enum>
 
214
            </property>
 
215
            <property name="sizeType">
 
216
                <enum>Expanding</enum>
 
217
            </property>
 
218
            <property name="sizeHint">
 
219
                <size>
 
220
                    <width>165</width>
 
221
                    <height>20</height>
 
222
                </size>
 
223
            </property>
 
224
        </spacer>
 
225
    </grid>
 
226
</widget>
 
227
<customwidgets>
 
228
</customwidgets>
 
229
<connections>
 
230
    <connection>
 
231
        <sender>m_customSizeCheckBox</sender>
 
232
        <signal>toggled(bool)</signal>
 
233
        <receiver>m_widthLabel</receiver>
 
234
        <slot>setEnabled(bool)</slot>
 
235
    </connection>
 
236
    <connection>
 
237
        <sender>m_customSizeCheckBox</sender>
 
238
        <signal>toggled(bool)</signal>
 
239
        <receiver>m_widthSpinBox</receiver>
 
240
        <slot>setEnabled(bool)</slot>
 
241
    </connection>
 
242
    <connection>
 
243
        <sender>m_customSizeCheckBox</sender>
 
244
        <signal>toggled(bool)</signal>
 
245
        <receiver>m_heightLabel</receiver>
 
246
        <slot>setEnabled(bool)</slot>
 
247
    </connection>
 
248
    <connection>
 
249
        <sender>m_customSizeCheckBox</sender>
 
250
        <signal>toggled(bool)</signal>
 
251
        <receiver>m_heightSpinBox</receiver>
 
252
        <slot>setEnabled(bool)</slot>
 
253
    </connection>
 
254
</connections>
 
255
<layoutdefaults spacing="6" margin="11"/>
 
256
<layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/>
 
257
<includehints>
 
258
    <includehint>kcombobox.h</includehint>
 
259
    <includehint>kcombobox.h</includehint>
 
260
</includehints>
 
261
</UI>