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

« back to all changes in this revision

Viewing changes to src/qgsgramadialogbase.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 'qgsgramadialogbase.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 QGSGRAMADIALOGBASE_H
11
 
#define QGSGRAMADIALOGBASE_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 QComboBox;
23
 
 
24
 
class QgsGraMaDialogBase : public QDialog
25
 
{
26
 
    Q_OBJECT
27
 
 
28
 
public:
29
 
    QgsGraMaDialogBase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
30
 
    ~QgsGraMaDialogBase();
31
 
 
32
 
    QLabel* mModeLabel;
33
 
    QSpinBox* mNumberOfClassesSpinbox;
34
 
    QComboBox* mClassificationComboBox;
35
 
    QLabel* mClassVarLabel;
36
 
    QLabel* mNumberOfClassesLabel;
37
 
    QComboBox* mModeComboBox;
38
 
 
39
 
protected:
40
 
    QGridLayout* QgsGraMaDialogBaseLayout;
41
 
 
42
 
protected slots:
43
 
    virtual void languageChange();
44
 
 
45
 
};
46
 
 
47
 
#endif // QGSGRAMADIALOGBASE_H