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

« back to all changes in this revision

Viewing changes to plugins/copyright_label/pluginguibase.h

  • Committer: Bazaar Package Importer
  • Author(s): Steve Halasz
  • Date: 2004-12-21 09:46:27 UTC
  • Revision ID: james.westby@ubuntu.com-20041221094627-r9lb6mlz2o3yp8gn
Tags: upstream-0.6.0
ImportĀ upstreamĀ versionĀ 0.6.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/****************************************************************************
 
2
** Form interface generated from reading ui file 'pluginguibase.ui'
 
3
**
 
4
** Created: Tue Nov 30 19:35:19 2004
 
5
**      by: The User Interface Compiler ($Id: qt/main.cpp   3.3.3   edited Nov 24 2003 $)
 
6
**
 
7
** WARNING! All changes made in this file will be lost!
 
8
****************************************************************************/
 
9
 
 
10
#ifndef PLUGINGUIBASE_H
 
11
#define PLUGINGUIBASE_H
 
12
 
 
13
#include <qvariant.h>
 
14
#include <qpixmap.h>
 
15
#include <qdialog.h>
 
16
 
 
17
class QVBoxLayout;
 
18
class QHBoxLayout;
 
19
class QGridLayout;
 
20
class QSpacerItem;
 
21
class QFrame;
 
22
class QLabel;
 
23
class QTextEdit;
 
24
class QComboBox;
 
25
class QCheckBox;
 
26
class QPushButton;
 
27
 
 
28
class PluginGuiBase : public QDialog
 
29
{
 
30
    Q_OBJECT
 
31
 
 
32
public:
 
33
    PluginGuiBase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
 
34
    ~PluginGuiBase();
 
35
 
 
36
    QFrame* line1;
 
37
    QLabel* pixmapLabel2;
 
38
    QTextEdit* textEdit2;
 
39
    QTextEdit* txtCopyrightText;
 
40
    QLabel* textLabel16;
 
41
    QComboBox* cboPlacement;
 
42
    QLabel* textLabel15;
 
43
    QComboBox* cboOrientation;
 
44
    QCheckBox* cboxEnabled;
 
45
    QPushButton* pbnOK;
 
46
    QPushButton* pbnCancel;
 
47
 
 
48
public slots:
 
49
    virtual void pbnOK_clicked();
 
50
    virtual void pbnCancel_clicked();
 
51
    virtual void btnFontColour_clicked();
 
52
    virtual void btnFontFace_clicked();
 
53
    virtual void cboxEnabled_toggled( bool );
 
54
    virtual void cboOrientation_textChanged( const QString & );
 
55
    virtual void cboPlacement_highlighted( const QString & );
 
56
 
 
57
protected:
 
58
    QGridLayout* PluginGuiBaseLayout;
 
59
    QHBoxLayout* layout6;
 
60
    QHBoxLayout* layout7;
 
61
    QSpacerItem* spacer3;
 
62
    QHBoxLayout* layout83;
 
63
    QSpacerItem* spacer2;
 
64
 
 
65
protected slots:
 
66
    virtual void languageChange();
 
67
 
 
68
private:
 
69
    QPixmap image0;
 
70
    QPixmap image1;
 
71
    QPixmap image2;
 
72
 
 
73
};
 
74
 
 
75
#endif // PLUGINGUIBASE_H