~ubuntu-branches/ubuntu/quantal/qgis/quantal

« back to all changes in this revision

Viewing changes to plugins/copyright_label/pluginguibase.ui

  • Committer: Bazaar Package Importer
  • Author(s): Steve Halasz
  • Date: 2005-11-05 16:04:45 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20051105160445-l0g4isz5bc9yehet
Tags: 0.7.4-1
* New upstream release
* Build GRASS support in qgis-plugin-grass package (Closes: #248649)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
2
 
<class>PluginGuiBase</class>
 
1
<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
 
2
<class>QgsCopyrightLabelPluginGuiBase</class>
3
3
<widget class="QDialog">
4
4
    <property name="name">
5
 
        <cstring>PluginGuiBase</cstring>
 
5
        <cstring>QgsCopyrightLabelPluginGuiBase</cstring>
6
6
    </property>
7
7
    <property name="geometry">
8
8
        <rect>
9
9
            <x>0</x>
10
10
            <y>0</y>
11
11
            <width>578</width>
12
 
            <height>484</height>
 
12
            <height>490</height>
13
13
        </rect>
14
14
    </property>
15
15
    <property name="paletteBackgroundColor">
294
294
    <connection>
295
295
        <sender>pbnOK</sender>
296
296
        <signal>clicked()</signal>
297
 
        <receiver>PluginGuiBase</receiver>
 
297
        <receiver>QgsCopyrightLabelPluginGuiBase</receiver>
298
298
        <slot>pbnOK_clicked()</slot>
299
299
    </connection>
300
300
    <connection>
301
301
        <sender>pbnCancel</sender>
302
302
        <signal>clicked()</signal>
303
 
        <receiver>PluginGuiBase</receiver>
 
303
        <receiver>QgsCopyrightLabelPluginGuiBase</receiver>
304
304
        <slot>pbnCancel_clicked()</slot>
305
305
    </connection>
306
306
    <connection>
307
307
        <sender>cboxEnabled</sender>
308
308
        <signal>toggled(bool)</signal>
309
 
        <receiver>PluginGuiBase</receiver>
 
309
        <receiver>QgsCopyrightLabelPluginGuiBase</receiver>
310
310
        <slot>cboxEnabled_toggled(bool)</slot>
311
311
    </connection>
312
312
    <connection>
313
313
        <sender>cboOrientation</sender>
314
314
        <signal>textChanged(const QString&amp;)</signal>
315
 
        <receiver>PluginGuiBase</receiver>
 
315
        <receiver>QgsCopyrightLabelPluginGuiBase</receiver>
316
316
        <slot>cboOrientation_textChanged(const QString&amp;)</slot>
317
317
    </connection>
318
318
    <connection>
319
319
        <sender>cboPlacement</sender>
320
320
        <signal>highlighted(const QString&amp;)</signal>
321
 
        <receiver>PluginGuiBase</receiver>
 
321
        <receiver>QgsCopyrightLabelPluginGuiBase</receiver>
322
322
        <slot>cboPlacement_highlighted(const QString&amp;)</slot>
323
323
    </connection>
324
324
</connections>