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

« back to all changes in this revision

Viewing changes to src/qgscontcoldialogbase.uic.h

  • 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
 
/****************************************************************************
2
 
** Form interface generated from reading ui file 'qgscontcoldialogbase.ui'
3
 
**
4
 
** Created: Fri Dec 17 09:40:20 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 QGSCONTCOLDIALOGBASE_H
11
 
#define QGSCONTCOLDIALOGBASE_H
12
 
 
13
 
#include <qvariant.h>
14
 
#include <qdialog.h>
15
 
 
16
 
class QVBoxLayout;
17
 
class QHBoxLayout;
18
 
class QGridLayout;
19
 
class QSpacerItem;
20
 
class QLabel;
21
 
class QSpinBox;
22
 
class QToolButton;
23
 
class QComboBox;
24
 
 
25
 
class QgsContColDialogBase : public QDialog
26
 
{
27
 
    Q_OBJECT
28
 
 
29
 
public:
30
 
    QgsContColDialogBase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
31
 
    ~QgsContColDialogBase();
32
 
 
33
 
    QLabel* classvarlabel;
34
 
    QLabel* mincolorlabel;
35
 
    QLabel* outlinewidthlabel;
36
 
    QSpinBox* outlinewidthspinbox;
37
 
    QLabel* lblMaxValue;
38
 
    QToolButton* btnMaxValue;
39
 
    QLabel* maxcolorlabel;
40
 
    QLabel* lblMinValue;
41
 
    QToolButton* btnMinValue;
42
 
    QComboBox* classificationComboBox;
43
 
 
44
 
protected:
45
 
    QGridLayout* QgsContColDialogBaseLayout;
46
 
    QSpacerItem* spacer1;
47
 
    QSpacerItem* spacer7;
48
 
 
49
 
protected slots:
50
 
    virtual void languageChange();
51
 
 
52
 
};
53
 
 
54
 
#endif // QGSCONTCOLDIALOGBASE_H