~ubuntu-branches/ubuntu/hardy/qgis/hardy

« back to all changes in this revision

Viewing changes to src/plugins/georeferencer/ui_qgsgeorefwarpoptionsdialogbase.h

  • Committer: Bazaar Package Importer
  • Author(s): William Grant
  • Date: 2007-05-06 13:42:32 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20070506134232-pyli6t388w5asd8x
Tags: 0.8.0-3ubuntu1
* Merge from Debian unstable. Remaining Ubuntu changes:
  - debian/rules, debian/qgis.install, debian/qgis.dirs debian/qgis.desktop:
    Add and install .desktop.
* debian/qgis.desktop: Remove Applications category; it's not real.
* Modify Maintainer value to match Debian-Maintainer-Field Spec

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/********************************************************************************
 
2
** Form generated from reading ui file 'qgsgeorefwarpoptionsdialogbase.ui'
 
3
**
 
4
** Created: Sat Dec 30 02:05:38 2006
 
5
**      by: Qt User Interface Compiler version 4.2.2
 
6
**
 
7
** WARNING! All changes made in this file will be lost when recompiling ui file!
 
8
********************************************************************************/
 
9
 
 
10
#ifndef UI_QGSGEOREFWARPOPTIONSDIALOGBASE_H
 
11
#define UI_QGSGEOREFWARPOPTIONSDIALOGBASE_H
 
12
 
 
13
#include <QtCore/QVariant>
 
14
#include <QtGui/QAction>
 
15
#include <QtGui/QApplication>
 
16
#include <QtGui/QButtonGroup>
 
17
#include <QtGui/QCheckBox>
 
18
#include <QtGui/QComboBox>
 
19
#include <QtGui/QDialog>
 
20
#include <QtGui/QGridLayout>
 
21
#include <QtGui/QLabel>
 
22
#include <QtGui/QPushButton>
 
23
#include <Qt3Support/Q3MimeSourceFactory>
 
24
 
 
25
class Ui_QgsGeorefWarpOptionsDialogBase
 
26
{
 
27
public:
 
28
    QGridLayout *gridLayout;
 
29
    QLabel *textLabel1;
 
30
    QComboBox *cmbResampling;
 
31
    QPushButton *pbnOK;
 
32
    QCheckBox *cbxZeroAsTrans;
 
33
 
 
34
    void setupUi(QDialog *QgsGeorefWarpOptionsDialogBase)
 
35
    {
 
36
    QgsGeorefWarpOptionsDialogBase->setObjectName(QString::fromUtf8("QgsGeorefWarpOptionsDialogBase"));
 
37
    gridLayout = new QGridLayout(QgsGeorefWarpOptionsDialogBase);
 
38
    gridLayout->setSpacing(6);
 
39
    gridLayout->setMargin(10);
 
40
    gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
 
41
    textLabel1 = new QLabel(QgsGeorefWarpOptionsDialogBase);
 
42
    textLabel1->setObjectName(QString::fromUtf8("textLabel1"));
 
43
 
 
44
    gridLayout->addWidget(textLabel1, 0, 0, 1, 1);
 
45
 
 
46
    cmbResampling = new QComboBox(QgsGeorefWarpOptionsDialogBase);
 
47
    cmbResampling->setObjectName(QString::fromUtf8("cmbResampling"));
 
48
 
 
49
    gridLayout->addWidget(cmbResampling, 0, 1, 1, 2);
 
50
 
 
51
    pbnOK = new QPushButton(QgsGeorefWarpOptionsDialogBase);
 
52
    pbnOK->setObjectName(QString::fromUtf8("pbnOK"));
 
53
    pbnOK->setDefault(true);
 
54
 
 
55
    gridLayout->addWidget(pbnOK, 2, 2, 1, 1);
 
56
 
 
57
    cbxZeroAsTrans = new QCheckBox(QgsGeorefWarpOptionsDialogBase);
 
58
    cbxZeroAsTrans->setObjectName(QString::fromUtf8("cbxZeroAsTrans"));
 
59
    cbxZeroAsTrans->setChecked(true);
 
60
 
 
61
    gridLayout->addWidget(cbxZeroAsTrans, 1, 0, 1, 2);
 
62
 
 
63
 
 
64
    retranslateUi(QgsGeorefWarpOptionsDialogBase);
 
65
 
 
66
    QSize size(282, 100);
 
67
    size = size.expandedTo(QgsGeorefWarpOptionsDialogBase->minimumSizeHint());
 
68
    QgsGeorefWarpOptionsDialogBase->resize(size);
 
69
 
 
70
 
 
71
    cmbResampling->setCurrentIndex(0);
 
72
 
 
73
 
 
74
    QMetaObject::connectSlotsByName(QgsGeorefWarpOptionsDialogBase);
 
75
    } // setupUi
 
76
 
 
77
    void retranslateUi(QDialog *QgsGeorefWarpOptionsDialogBase)
 
78
    {
 
79
    QgsGeorefWarpOptionsDialogBase->setWindowTitle(QApplication::translate("QgsGeorefWarpOptionsDialogBase", "Warp options", 0, QApplication::UnicodeUTF8));
 
80
    textLabel1->setText(QApplication::translate("QgsGeorefWarpOptionsDialogBase", "Resampling method:", 0, QApplication::UnicodeUTF8));
 
81
    cmbResampling->clear();
 
82
    cmbResampling->addItem(QApplication::translate("QgsGeorefWarpOptionsDialogBase", "Nearest neighbour", 0, QApplication::UnicodeUTF8));
 
83
    cmbResampling->addItem(QApplication::translate("QgsGeorefWarpOptionsDialogBase", "Linear", 0, QApplication::UnicodeUTF8));
 
84
    cmbResampling->addItem(QApplication::translate("QgsGeorefWarpOptionsDialogBase", "Cubic", 0, QApplication::UnicodeUTF8));
 
85
    pbnOK->setText(QApplication::translate("QgsGeorefWarpOptionsDialogBase", "OK", 0, QApplication::UnicodeUTF8));
 
86
    cbxZeroAsTrans->setText(QApplication::translate("QgsGeorefWarpOptionsDialogBase", "Use 0 for transparency when needed", 0, QApplication::UnicodeUTF8));
 
87
    Q_UNUSED(QgsGeorefWarpOptionsDialogBase);
 
88
    } // retranslateUi
 
89
 
 
90
};
 
91
 
 
92
namespace Ui {
 
93
    class QgsGeorefWarpOptionsDialogBase: public Ui_QgsGeorefWarpOptionsDialogBase {};
 
94
} // namespace Ui
 
95
 
 
96
#endif // UI_QGSGEOREFWARPOPTIONSDIALOGBASE_H