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

« back to all changes in this revision

Viewing changes to src/qgsprojectpropertiesbase.uic.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 'qgsprojectpropertiesbase.ui'
 
3
**
 
4
** Created: Fri Dec 17 09:40:21 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 QGSPROJECTPROPERTIESBASE_H
 
11
#define QGSPROJECTPROPERTIESBASE_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 QGroupBox;
 
21
class QLineEdit;
 
22
class QPushButton;
 
23
class QButtonGroup;
 
24
class QRadioButton;
 
25
 
 
26
class QgsProjectPropertiesBase : public QDialog
 
27
{
 
28
    Q_OBJECT
 
29
 
 
30
public:
 
31
    QgsProjectPropertiesBase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
 
32
    ~QgsProjectPropertiesBase();
 
33
 
 
34
    QGroupBox* titleBox;
 
35
    QLineEdit* titleEdit;
 
36
    QPushButton* buttonHelp;
 
37
    QPushButton* buttonOk;
 
38
    QPushButton* buttonCancel;
 
39
    QButtonGroup* btnGrpMapUnits;
 
40
    QRadioButton* radioButton4;
 
41
    QRadioButton* radioButton4_2;
 
42
    QRadioButton* radioButton4_3;
 
43
 
 
44
public slots:
 
45
    virtual void mapUnitChange( int );
 
46
 
 
47
protected:
 
48
    QVBoxLayout* QgsProjectPropertiesBaseLayout;
 
49
    QGridLayout* layout2;
 
50
    QHBoxLayout* layout3;
 
51
    QSpacerItem* Horizontal_Spacing2;
 
52
 
 
53
protected slots:
 
54
    virtual void languageChange();
 
55
 
 
56
};
 
57
 
 
58
#endif // QGSPROJECTPROPERTIESBASE_H