~ubuntu-branches/ubuntu/oneiric/kdepim/oneiric-updates

« back to all changes in this revision

Viewing changes to blogilo/src/composer/dialogs/editimagebase.ui

  • Committer: Package Import Robot
  • Author(s): Philip Muškovac
  • Date: 2011-06-28 19:33:24 UTC
  • mfrom: (0.2.13) (0.1.13 sid)
  • Revision ID: package-import@ubuntu.com-20110628193324-8yvjs8sdv9rdoo6c
Tags: 4:4.7.0-0ubuntu1
* New upstream release
  - update install files
  - add missing kdepim-doc package to control file
  - Fix Vcs lines
  - kontact breaks/replaces korganizer << 4:4.6.80
  - tighten the dependency of kdepim-dev on libkdepim4 to fix lintian error

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>EditImageBase</class>
3
 
 <widget class="QWidget" name="EditImageBase" >
4
 
  <property name="geometry" >
 
4
 <widget class="QWidget" name="EditImageBase">
 
5
  <property name="geometry">
5
6
   <rect>
6
7
    <x>0</x>
7
8
    <y>0</y>
8
9
    <width>390</width>
9
 
    <height>141</height>
 
10
    <height>147</height>
10
11
   </rect>
11
12
  </property>
12
 
  <property name="windowTitle" >
13
 
   <string comment="verb, to modify selected image attributes" >Edit Image Properties</string>
 
13
  <property name="windowTitle">
 
14
   <string comment="verb, to modify selected image attributes">Edit Image Properties</string>
14
15
  </property>
15
 
  <layout class="QGridLayout" name="gridLayout" >
16
 
   <item row="0" column="0" >
17
 
    <widget class="QLabel" name="labelWidth" >
18
 
     <property name="text" >
19
 
      <string comment="noun, width of the image in pixels" >Image width:</string>
 
16
  <layout class="QGridLayout" name="gridLayout">
 
17
   <item row="0" column="0">
 
18
    <widget class="QLabel" name="labelWidth">
 
19
     <property name="text">
 
20
      <string comment="noun, width of the image in pixels">Width:</string>
20
21
     </property>
21
 
     <property name="alignment" >
 
22
     <property name="alignment">
22
23
      <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
23
24
     </property>
 
25
     <property name="buddy">
 
26
      <cstring>spinboxWidth</cstring>
 
27
     </property>
24
28
    </widget>
25
29
   </item>
26
 
   <item row="0" column="1" >
27
 
    <widget class="KIntSpinBox" name="spinboxWidth" >
28
 
     <property name="buttonSymbols" >
 
30
   <item row="0" column="1">
 
31
    <widget class="KIntSpinBox" name="spinboxWidth">
 
32
     <property name="buttonSymbols">
29
33
      <enum>QAbstractSpinBox::UpDownArrows</enum>
30
34
     </property>
31
 
     <property name="suffix" >
 
35
     <property name="suffix">
32
36
      <string> pixel</string>
33
37
     </property>
34
 
     <property name="maximum" >
 
38
     <property name="maximum">
35
39
      <number>2000</number>
36
40
     </property>
37
41
    </widget>
38
42
   </item>
39
 
   <item row="0" column="3" >
40
 
    <widget class="KIntSpinBox" name="spinboxHeight" >
41
 
     <property name="suffix" >
 
43
   <item row="0" column="4">
 
44
    <widget class="KIntSpinBox" name="spinboxHeight">
 
45
     <property name="suffix">
42
46
      <string> pixel</string>
43
47
     </property>
44
 
     <property name="prefix" >
 
48
     <property name="prefix">
45
49
      <string/>
46
50
     </property>
47
 
     <property name="maximum" >
 
51
     <property name="maximum">
48
52
      <number>2000</number>
49
53
     </property>
50
 
     <property name="singleStep" >
 
54
     <property name="singleStep">
51
55
      <number>1</number>
52
56
     </property>
53
57
    </widget>
54
58
   </item>
55
 
   <item row="1" column="0" >
56
 
    <widget class="QLabel" name="labelTitle" >
57
 
     <property name="text" >
 
59
   <item row="2" column="0">
 
60
    <widget class="QLabel" name="labelTitle">
 
61
     <property name="text">
58
62
      <string>Image Title:</string>
59
63
     </property>
60
 
     <property name="alignment" >
61
 
      <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
62
 
     </property>
63
 
    </widget>
64
 
   </item>
65
 
   <item row="0" column="2" >
66
 
    <widget class="QLabel" name="labelHeight" >
67
 
     <property name="text" >
68
 
      <string comment="noun, height of the image in pixels" >Image height:</string>
69
 
     </property>
70
 
     <property name="alignment" >
71
 
      <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
72
 
     </property>
73
 
    </widget>
74
 
   </item>
75
 
   <item row="1" column="1" colspan="3" >
76
 
    <widget class="KLineEdit" name="txtTitle" >
77
 
     <property name="showClearButton" stdset="0" >
78
 
      <bool>true</bool>
79
 
     </property>
80
 
    </widget>
81
 
   </item>
82
 
   <item row="3" column="0" >
83
 
    <widget class="QLabel" name="labelAltText" >
84
 
     <property name="text" >
85
 
      <string comment="the alternative text which is displayed to the user, if the image can not be loaded." >Alternative text:</string>
86
 
     </property>
87
 
     <property name="alignment" >
88
 
      <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
89
 
     </property>
90
 
    </widget>
91
 
   </item>
92
 
   <item row="3" column="1" colspan="3" >
93
 
    <widget class="KLineEdit" name="txtAltText" >
94
 
     <property name="showClearButton" stdset="0" >
95
 
      <bool>true</bool>
96
 
     </property>
97
 
    </widget>
98
 
   </item>
99
 
   <item row="5" column="0" >
100
 
    <widget class="QLabel" name="labelLink" >
101
 
     <property name="text" >
 
64
     <property name="alignment">
 
65
      <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 
66
     </property>
 
67
     <property name="buddy">
 
68
      <cstring>txtTitle</cstring>
 
69
     </property>
 
70
    </widget>
 
71
   </item>
 
72
   <item row="0" column="3">
 
73
    <widget class="QLabel" name="labelHeight">
 
74
     <property name="text">
 
75
      <string comment="noun, height of the image in pixels">Height:</string>
 
76
     </property>
 
77
     <property name="alignment">
 
78
      <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 
79
     </property>
 
80
     <property name="buddy">
 
81
      <cstring>spinboxHeight</cstring>
 
82
     </property>
 
83
    </widget>
 
84
   </item>
 
85
   <item row="2" column="1" colspan="4">
 
86
    <widget class="KLineEdit" name="txtTitle">
 
87
     <property name="showClearButton" stdset="0">
 
88
      <bool>true</bool>
 
89
     </property>
 
90
    </widget>
 
91
   </item>
 
92
   <item row="4" column="0">
 
93
    <widget class="QLabel" name="labelAltText">
 
94
     <property name="text">
 
95
      <string comment="the alternative text which is displayed to the user, if the image can not be loaded.">Alternative text:</string>
 
96
     </property>
 
97
     <property name="alignment">
 
98
      <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 
99
     </property>
 
100
     <property name="buddy">
 
101
      <cstring>txtAltText</cstring>
 
102
     </property>
 
103
    </widget>
 
104
   </item>
 
105
   <item row="4" column="1" colspan="4">
 
106
    <widget class="KLineEdit" name="txtAltText">
 
107
     <property name="showClearButton" stdset="0">
 
108
      <bool>true</bool>
 
109
     </property>
 
110
    </widget>
 
111
   </item>
 
112
   <item row="6" column="0">
 
113
    <widget class="QLabel" name="labelLink">
 
114
     <property name="text">
102
115
      <string>Image links to:</string>
103
116
     </property>
104
 
     <property name="alignment" >
105
 
      <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
106
 
     </property>
107
 
    </widget>
108
 
   </item>
109
 
   <item row="5" column="1" colspan="3" >
110
 
    <widget class="KLineEdit" name="txtLink" >
111
 
     <property name="showClearButton" stdset="0" >
112
 
      <bool>true</bool>
113
 
     </property>
114
 
    </widget>
115
 
   </item>
116
 
   <item row="4" column="0" colspan="4" >
117
 
    <widget class="KSeparator" name="kseparator" />
 
117
     <property name="alignment">
 
118
      <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 
119
     </property>
 
120
     <property name="buddy">
 
121
      <cstring>txtLink</cstring>
 
122
     </property>
 
123
    </widget>
 
124
   </item>
 
125
   <item row="6" column="1" colspan="4">
 
126
    <widget class="KLineEdit" name="txtLink">
 
127
     <property name="showClearButton" stdset="0">
 
128
      <bool>true</bool>
 
129
     </property>
 
130
    </widget>
 
131
   </item>
 
132
   <item row="5" column="0" colspan="5">
 
133
    <widget class="KSeparator" name="kseparator"/>
 
134
   </item>
 
135
   <item row="0" column="2">
 
136
    <widget class="KPushButton" name="btnKeepRatio">
 
137
     <property name="maximumSize">
 
138
      <size>
 
139
       <width>25</width>
 
140
       <height>25</height>
 
141
      </size>
 
142
     </property>
 
143
     <property name="toolTip">
 
144
      <string comment="Image aspect ratio">Keep Ratio</string>
 
145
     </property>
 
146
     <property name="checkable">
 
147
      <bool>true</bool>
 
148
     </property>
 
149
     <property name="checked">
 
150
      <bool>true</bool>
 
151
     </property>
 
152
    </widget>
 
153
   </item>
 
154
   <item row="1" column="0">
 
155
    <widget class="QLabel" name="labelTitle_2">
 
156
     <property name="text">
 
157
      <string comment="Image Alignment">Alignment:</string>
 
158
     </property>
 
159
     <property name="alignment">
 
160
      <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 
161
     </property>
 
162
     <property name="buddy">
 
163
      <cstring>txtTitle</cstring>
 
164
     </property>
 
165
    </widget>
 
166
   </item>
 
167
   <item row="1" column="1" colspan="4">
 
168
    <widget class="KComboBox" name="alignment">
 
169
     <property name="currentIndex">
 
170
      <number>0</number>
 
171
     </property>
 
172
     <item>
 
173
      <property name="text">
 
174
       <string comment="Alignment">Not Set</string>
 
175
      </property>
 
176
     </item>
 
177
     <item>
 
178
      <property name="text">
 
179
       <string comment="Alignment">Right</string>
 
180
      </property>
 
181
     </item>
 
182
     <item>
 
183
      <property name="text">
 
184
       <string comment="Alignment">Left</string>
 
185
      </property>
 
186
     </item>
 
187
    </widget>
118
188
   </item>
119
189
  </layout>
120
190
 </widget>
125
195
   <header>knuminput.h</header>
126
196
  </customwidget>
127
197
  <customwidget>
 
198
   <class>KPushButton</class>
 
199
   <extends>QPushButton</extends>
 
200
   <header>kpushbutton.h</header>
 
201
  </customwidget>
 
202
  <customwidget>
128
203
   <class>KLineEdit</class>
129
204
   <extends>QLineEdit</extends>
130
205
   <header>klineedit.h</header>
131
206
  </customwidget>
132
207
  <customwidget>
 
208
   <class>KComboBox</class>
 
209
   <extends>QComboBox</extends>
 
210
   <header>kcombobox.h</header>
 
211
  </customwidget>
 
212
  <customwidget>
133
213
   <class>KSeparator</class>
134
214
   <extends>QFrame</extends>
135
215
   <header>kseparator.h</header>