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

« back to all changes in this revision

Viewing changes to src/qgsmapserverexportbase.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 'qgsmapserverexportbase.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 QGSMAPSERVEREXPORTBASE_H
 
11
#define QGSMAPSERVEREXPORTBASE_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 QCheckBox;
 
22
class QGroupBox;
 
23
class QComboBox;
 
24
class QLineEdit;
 
25
class QPushButton;
 
26
 
 
27
class QgsMapserverExportBase : public QDialog
 
28
{
 
29
    Q_OBJECT
 
30
 
 
31
public:
 
32
    QgsMapserverExportBase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
 
33
    ~QgsMapserverExportBase();
 
34
 
 
35
    QLabel* textLabel7;
 
36
    QCheckBox* chkExpLayersOnly;
 
37
    QGroupBox* grpMap;
 
38
    QLabel* textLabel1;
 
39
    QLabel* textLabel2_2;
 
40
    QLabel* textLabel2;
 
41
    QComboBox* cmbMapUnits;
 
42
    QLabel* textLabel3;
 
43
    QLabel* textLabel4;
 
44
    QComboBox* cmbMapImageType;
 
45
    QLabel* textLabel6;
 
46
    QLabel* textLabel6_2;
 
47
    QLineEdit* txtMinScale;
 
48
    QLineEdit* txtMaxScale;
 
49
    QLineEdit* txtMapName;
 
50
    QLineEdit* txtMapWidth;
 
51
    QLineEdit* txtMapHeight;
 
52
    QGroupBox* grpWeb;
 
53
    QLabel* textLabel5;
 
54
    QLabel* textLabel5_3;
 
55
    QLabel* textLabel5_2;
 
56
    QLineEdit* txtWebHeader;
 
57
    QLineEdit* txtWebTemplate;
 
58
    QLineEdit* txtWebFooter;
 
59
    QPushButton* buttonHelp;
 
60
    QPushButton* buttonOk;
 
61
    QPushButton* buttonCancel;
 
62
    QPushButton* btnChooseFile;
 
63
    QLineEdit* txtMapFilePath;
 
64
 
 
65
public slots:
 
66
    virtual void exportLayersOnly();
 
67
    virtual void chooseMapFile();
 
68
    virtual void showHelp();
 
69
 
 
70
protected:
 
71
    QHBoxLayout* Layout1;
 
72
    QSpacerItem* Horizontal_Spacing2;
 
73
 
 
74
protected slots:
 
75
    virtual void languageChange();
 
76
 
 
77
};
 
78
 
 
79
#endif // QGSMAPSERVEREXPORTBASE_H