~ubuntu-branches/ubuntu/dapper/qgis/dapper

« back to all changes in this revision

Viewing changes to src/qgsgrasydialogbase.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 'qgsgrasydialogbase.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 QGSGRASYDIALOGBASE_H
11
 
#define QGSGRASYDIALOGBASE_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 QComboBox;
22
 
class QSpinBox;
23
 
class QWidgetStack;
24
 
class QWidget;
25
 
class QListBox;
26
 
class QListBoxItem;
27
 
 
28
 
class QgsGraSyDialogBase : public QDialog
29
 
{
30
 
    Q_OBJECT
31
 
 
32
 
public:
33
 
    QgsGraSyDialogBase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
34
 
    ~QgsGraSyDialogBase();
35
 
 
36
 
    QLabel* classvarlabel;
37
 
    QLabel* modelabel;
38
 
    QLabel* numberofclasseslabel;
39
 
    QComboBox* classificationComboBox;
40
 
    QComboBox* modeComboBox;
41
 
    QSpinBox* numberofclassesspinbox;
42
 
    QWidgetStack* mSymbolWidgetStack;
43
 
    QWidget* WStackPage;
44
 
    QListBox* mClassBreakBox;
45
 
 
46
 
protected:
47
 
    QGridLayout* QgsGraSyDialogBaseLayout;
48
 
    QHBoxLayout* layout30;
49
 
    QVBoxLayout* layout29;
50
 
    QVBoxLayout* layout28;
51
 
 
52
 
protected slots:
53
 
    virtual void languageChange();
54
 
 
55
 
};
56
 
 
57
 
#endif // QGSGRASYDIALOGBASE_H