~ubuntu-branches/ubuntu/wily/qgis/wily

« back to all changes in this revision

Viewing changes to src/plugins/copyright_label/pluginguibase.ui

  • Committer: Bazaar Package Importer
  • Author(s): Johan Van de Wauw
  • Date: 2010-07-11 20:23:24 UTC
  • mfrom: (3.1.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100711202324-5ktghxa7hracohmr
Tags: 1.4.0+12730-3ubuntu1
* Merge from Debian unstable (LP: #540941).
* Fix compilation issues with QT 4.7
* Add build-depends on libqt4-webkit-dev 

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>QgsCopyrightLabelPluginGuiBase</class>
3
 
 <widget class="QDialog" name="QgsCopyrightLabelPluginGuiBase" >
4
 
  <property name="geometry" >
 
4
 <widget class="QDialog" name="QgsCopyrightLabelPluginGuiBase">
 
5
  <property name="geometry">
5
6
   <rect>
6
7
    <x>0</x>
7
8
    <y>0</y>
8
 
    <width>578</width>
9
 
    <height>490</height>
 
9
    <width>397</width>
 
10
    <height>326</height>
10
11
   </rect>
11
12
  </property>
12
 
  <property name="windowTitle" >
 
13
  <property name="windowTitle">
13
14
   <string>Copyright Label Plugin</string>
14
15
  </property>
15
 
  <property name="windowIcon" >
16
 
   <iconset/>
 
16
  <property name="windowIcon">
 
17
   <iconset>
 
18
    <normaloff/>
 
19
   </iconset>
17
20
  </property>
18
 
  <layout class="QGridLayout" >
19
 
   <property name="margin" >
20
 
    <number>9</number>
21
 
   </property>
22
 
   <property name="spacing" >
23
 
    <number>6</number>
24
 
   </property>
25
 
   <item row="0" column="2" >
26
 
    <widget class="QTextEdit" name="textEdit3" >
27
 
     <property name="readOnly" >
28
 
      <bool>true</bool>
29
 
     </property>
30
 
     <property name="html" >
31
 
      <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
32
 
p, li { white-space: pre-wrap; }
33
 
&lt;/style>&lt;/head>&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal; text-decoration:none;">
34
 
&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif'; font-size:9pt;">&lt;span style=" font-size:12pt;">Description&lt;/span>&lt;/p>
35
 
&lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif'; font-size:9pt;">&lt;/p>
36
 
&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif'; font-size:9pt;">Enter your copyright label below. This plugin supports basic html markup tags for formatting the label. For example:&lt;/p>
37
 
&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif'; font-size:9pt;">&lt;span style=" font-weight:600;">&amp;lt;B&amp;gt; Bold text &amp;lt;/B&amp;gt; &lt;/span>&lt;/p>
38
 
&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif'; font-size:9pt; font-weight:600;">&lt;span style=" font-weight:400; font-style:italic;">&amp;lt;I&amp;gt; Italics &amp;lt;/I&amp;gt;&lt;/span>&lt;/p>
39
 
&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif'; font-size:9pt; font-style:italic;">&lt;span style=" font-style:normal;">(note: &amp;amp;copy; gives a copyright symbol)&lt;/span>&lt;/p>&lt;/body>&lt;/html></string>
40
 
     </property>
41
 
    </widget>
42
 
   </item>
43
 
   <item row="1" column="2" >
44
 
    <widget class="QTextEdit" name="txtCopyrightText" >
45
 
     <property name="html" >
46
 
      <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
47
 
p, li { white-space: pre-wrap; }
48
 
&lt;/style>&lt;/head>&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal; text-decoration:none;">
49
 
&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif'; font-size:9pt;">&lt;span style=" font-size:14pt;">© QGIS 2006&lt;/span>&lt;/p>&lt;/body>&lt;/html></string>
50
 
     </property>
51
 
    </widget>
52
 
   </item>
53
 
   <item rowspan="4" row="0" column="1" >
54
 
    <widget class="Line" name="line1" >
55
 
     <property name="maximumSize" >
56
 
      <size>
57
 
       <width>2</width>
58
 
       <height>32767</height>
59
 
      </size>
60
 
     </property>
61
 
     <property name="frameShape" >
62
 
      <enum>QFrame::VLine</enum>
63
 
     </property>
64
 
     <property name="frameShadow" >
65
 
      <enum>QFrame::Sunken</enum>
66
 
     </property>
67
 
     <property name="orientation" >
68
 
      <enum>Qt::Vertical</enum>
69
 
     </property>
70
 
    </widget>
71
 
   </item>
72
 
   <item rowspan="4" row="0" column="0" >
73
 
    <widget class="QLabel" name="pixmapLabel2" >
74
 
     <property name="maximumSize" >
75
 
      <size>
76
 
       <width>150</width>
77
 
       <height>32767</height>
78
 
      </size>
79
 
     </property>
80
 
     <property name="pixmap" >
81
 
      <pixmap resource="copyright_plugin.qrc" >:/copyright.png</pixmap>
82
 
     </property>
83
 
     <property name="scaledContents" >
84
 
      <bool>true</bool>
85
 
     </property>
86
 
    </widget>
87
 
   </item>
88
 
   <item row="2" column="2" >
89
 
    <layout class="QHBoxLayout" >
90
 
     <property name="margin" >
91
 
      <number>0</number>
92
 
     </property>
93
 
     <property name="spacing" >
94
 
      <number>6</number>
95
 
     </property>
96
 
     <item>
97
 
      <widget class="QLabel" name="textLabel16" >
98
 
       <property name="text" >
99
 
        <string>Placement</string>
100
 
       </property>
101
 
      </widget>
102
 
     </item>
103
 
     <item>
104
 
      <widget class="QComboBox" name="cboPlacement" >
105
 
       <item>
106
 
        <property name="text" >
107
 
         <string>Bottom Left</string>
108
 
        </property>
109
 
       </item>
110
 
       <item>
111
 
        <property name="text" >
112
 
         <string>Top Left</string>
113
 
        </property>
114
 
       </item>
115
 
       <item>
116
 
        <property name="text" >
117
 
         <string>Bottom Right</string>
118
 
        </property>
119
 
       </item>
120
 
       <item>
121
 
        <property name="text" >
122
 
         <string>Top Right</string>
123
 
        </property>
124
 
       </item>
125
 
      </widget>
126
 
     </item>
127
 
     <item>
128
 
      <widget class="QLabel" name="textLabel15" >
129
 
       <property name="text" >
130
 
        <string>Orientation</string>
131
 
       </property>
132
 
      </widget>
133
 
     </item>
134
 
     <item>
135
 
      <widget class="QComboBox" name="cboOrientation" >
136
 
       <item>
137
 
        <property name="text" >
138
 
         <string>Horizontal</string>
139
 
        </property>
140
 
       </item>
141
 
       <item>
142
 
        <property name="text" >
143
 
         <string>Vertical</string>
144
 
        </property>
145
 
       </item>
146
 
      </widget>
147
 
     </item>
148
 
    </layout>
149
 
   </item>
150
 
   <item row="3" column="2" >
151
 
    <layout class="QHBoxLayout" >
152
 
     <property name="margin" >
153
 
      <number>0</number>
154
 
     </property>
155
 
     <property name="spacing" >
156
 
      <number>6</number>
157
 
     </property>
158
 
     <item>
159
 
      <spacer>
160
 
       <property name="orientation" >
161
 
        <enum>Qt::Horizontal</enum>
162
 
       </property>
163
 
       <property name="sizeType" >
164
 
        <enum>QSizePolicy::Expanding</enum>
165
 
       </property>
166
 
       <property name="sizeHint" >
167
 
        <size>
168
 
         <width>131</width>
169
 
         <height>20</height>
170
 
        </size>
171
 
       </property>
172
 
      </spacer>
173
 
     </item>
174
 
     <item>
175
 
      <widget class="QCheckBox" name="cboxEnabled" >
176
 
       <property name="text" >
177
 
        <string>Enable Copyright Label</string>
178
 
       </property>
179
 
       <property name="checked" >
180
 
        <bool>true</bool>
181
 
       </property>
182
 
      </widget>
183
 
     </item>
184
 
    </layout>
185
 
   </item>
186
 
   <item row="4" column="0" colspan="3" >
187
 
    <layout class="QHBoxLayout" >
188
 
     <property name="margin" >
189
 
      <number>0</number>
190
 
     </property>
191
 
     <property name="spacing" >
192
 
      <number>6</number>
193
 
     </property>
194
 
     <item>
195
 
      <widget class="QPushButton" name="pbnHelp" >
196
 
       <property name="text" >
197
 
        <string>Help</string>
198
 
       </property>
199
 
       <property name="shortcut" >
200
 
        <string>Alt+O</string>
201
 
       </property>
202
 
      </widget>
203
 
     </item>
204
 
     <item>
205
 
      <spacer>
206
 
       <property name="orientation" >
207
 
        <enum>Qt::Horizontal</enum>
208
 
       </property>
209
 
       <property name="sizeType" >
210
 
        <enum>QSizePolicy::Expanding</enum>
211
 
       </property>
212
 
       <property name="sizeHint" >
213
 
        <size>
214
 
         <width>281</width>
215
 
         <height>26</height>
216
 
        </size>
217
 
       </property>
218
 
      </spacer>
219
 
     </item>
220
 
     <item>
221
 
      <widget class="QPushButton" name="pbnOK" >
222
 
       <property name="text" >
223
 
        <string>&amp;OK</string>
224
 
       </property>
225
 
       <property name="shortcut" >
226
 
        <string>Alt+O</string>
227
 
       </property>
228
 
      </widget>
229
 
     </item>
230
 
     <item>
231
 
      <widget class="QPushButton" name="pbnCancel" >
232
 
       <property name="text" >
233
 
        <string>&amp;Cancel</string>
234
 
       </property>
235
 
       <property name="shortcut" >
236
 
        <string>Alt+C</string>
237
 
       </property>
238
 
      </widget>
239
 
     </item>
240
 
    </layout>
 
21
  <layout class="QGridLayout" name="gridLayout">
 
22
   <item row="0" column="0" colspan="2">
 
23
    <widget class="QCheckBox" name="cboxEnabled">
 
24
     <property name="text">
 
25
      <string>Enable copyright label</string>
 
26
     </property>
 
27
     <property name="checked">
 
28
      <bool>true</bool>
 
29
     </property>
 
30
    </widget>
 
31
   </item>
 
32
   <item row="1" column="0" colspan="2">
 
33
    <widget class="QLabel" name="label_2">
 
34
     <property name="text">
 
35
      <string>&amp;Enter your copyright label here:</string>
 
36
     </property>
 
37
     <property name="buddy">
 
38
      <cstring>txtCopyrightText</cstring>
 
39
     </property>
 
40
    </widget>
 
41
   </item>
 
42
   <item row="2" column="0" colspan="2">
 
43
    <widget class="QTextEdit" name="txtCopyrightText">
 
44
     <property name="html">
 
45
      <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
 
46
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
 
47
p, li { white-space: pre-wrap; }
 
48
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;&quot;&gt;
 
49
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:'Verdana';&quot;&gt;© QGIS 2009&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
 
50
     </property>
 
51
    </widget>
 
52
   </item>
 
53
   <item row="3" column="0">
 
54
    <widget class="QLabel" name="textLabel16">
 
55
     <property name="text">
 
56
      <string>&amp;Placement</string>
 
57
     </property>
 
58
     <property name="buddy">
 
59
      <cstring>cboPlacement</cstring>
 
60
     </property>
 
61
    </widget>
 
62
   </item>
 
63
   <item row="3" column="1">
 
64
    <widget class="QComboBox" name="cboPlacement">
 
65
     <item>
 
66
      <property name="text">
 
67
       <string>Bottom Left</string>
 
68
      </property>
 
69
     </item>
 
70
     <item>
 
71
      <property name="text">
 
72
       <string>Top Left</string>
 
73
      </property>
 
74
     </item>
 
75
     <item>
 
76
      <property name="text">
 
77
       <string>Bottom Right</string>
 
78
      </property>
 
79
     </item>
 
80
     <item>
 
81
      <property name="text">
 
82
       <string>Top Right</string>
 
83
      </property>
 
84
     </item>
 
85
    </widget>
 
86
   </item>
 
87
   <item row="4" column="0">
 
88
    <widget class="QLabel" name="textLabel15">
 
89
     <property name="text">
 
90
      <string>&amp;Orientation</string>
 
91
     </property>
 
92
     <property name="buddy">
 
93
      <cstring>cboOrientation</cstring>
 
94
     </property>
 
95
    </widget>
 
96
   </item>
 
97
   <item row="4" column="1">
 
98
    <widget class="QComboBox" name="cboOrientation">
 
99
     <item>
 
100
      <property name="text">
 
101
       <string>Horizontal</string>
 
102
      </property>
 
103
     </item>
 
104
     <item>
 
105
      <property name="text">
 
106
       <string>Vertical</string>
 
107
      </property>
 
108
     </item>
 
109
    </widget>
 
110
   </item>
 
111
   <item row="5" column="0">
 
112
    <widget class="QLabel" name="label">
 
113
     <property name="text">
 
114
      <string>&amp;Color</string>
 
115
     </property>
 
116
     <property name="buddy">
 
117
      <cstring>pbnColorChooser</cstring>
 
118
     </property>
 
119
    </widget>
 
120
   </item>
 
121
   <item row="5" column="1">
 
122
    <widget class="QgsColorButton" name="pbnColorChooser">
 
123
     <property name="sizePolicy">
 
124
      <sizepolicy hsizetype="Fixed" vsizetype="Expanding">
 
125
       <horstretch>0</horstretch>
 
126
       <verstretch>0</verstretch>
 
127
      </sizepolicy>
 
128
     </property>
 
129
     <property name="minimumSize">
 
130
      <size>
 
131
       <width>100</width>
 
132
       <height>0</height>
 
133
      </size>
 
134
     </property>
 
135
    </widget>
 
136
   </item>
 
137
   <item row="6" column="0" colspan="2">
 
138
    <widget class="QDialogButtonBox" name="buttonBox">
 
139
     <property name="orientation">
 
140
      <enum>Qt::Horizontal</enum>
 
141
     </property>
 
142
     <property name="standardButtons">
 
143
      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Help|QDialogButtonBox::Ok</set>
 
144
     </property>
 
145
    </widget>
241
146
   </item>
242
147
  </layout>
243
148
 </widget>
244
 
 <layoutdefault spacing="6" margin="11" />
 
149
 <layoutdefault spacing="6" margin="11"/>
 
150
 <customwidgets>
 
151
  <customwidget>
 
152
   <class>QgsColorButton</class>
 
153
   <extends>QToolButton</extends>
 
154
   <header>qgscolorbutton.h</header>
 
155
  </customwidget>
 
156
 </customwidgets>
 
157
 <tabstops>
 
158
  <tabstop>cboxEnabled</tabstop>
 
159
  <tabstop>txtCopyrightText</tabstop>
 
160
  <tabstop>cboPlacement</tabstop>
 
161
  <tabstop>cboOrientation</tabstop>
 
162
  <tabstop>pbnColorChooser</tabstop>
 
163
  <tabstop>buttonBox</tabstop>
 
164
 </tabstops>
245
165
 <resources>
246
 
  <include location="copyright_plugin.qrc" />
 
166
  <include location="copyright_plugin.qrc"/>
247
167
 </resources>
248
168
 <connections/>
249
169
</ui>