VectorProcessing/polygonToPolyLineDialog/ui_polygontopolylinedialog.h

Go to the documentation of this file.
00001 #ifndef UI_POLYGONTOPOLYLINEDIALOG_H
00002 #define UI_POLYGONTOPOLYLINEDIALOG_H
00003 
00004 #include "Qt3Support/Q3ButtonGroup"
00005 #include <Qt3Support/Q3Header>
00006 #include <QtCore/QVariant>
00007 #include <QtGui/QAction>
00008 #include <QtGui/QApplication>
00009 #include <QtGui/QButtonGroup>
00010 #include <QtGui/QDialog>
00011 #include <QtGui/QPushButton>
00012 #include "Qt3Support/Q3Table"
00013 #include "Qt3Support/Q3TextBrowser"
00014 
00015 class Ui_polygonToPolyLineDialog
00016 {
00017 public:
00018     Q3ButtonGroup *polygonToPolyLineGroup;
00019     Q3Table *inputOutputTable;
00020     QPushButton *cancelButton;
00021     QPushButton *okButton;
00022     QPushButton *helpButton;
00023     Q3TextBrowser *MessageLog;
00024     QPushButton *addFileButton;
00025     QPushButton *removeFileButton;
00026     QPushButton *removeAllButton;
00027 
00028     void setupUi(QDialog *polygonToPolyLineDialog)
00029     {
00030     polygonToPolyLineDialog->setObjectName(QString::fromUtf8("polygonToPolyLineDialog"));
00031     polygonToPolyLineDialog->resize(QSize(600, 390).expandedTo(polygonToPolyLineDialog->minimumSizeHint()));
00032     polygonToPolyLineDialog->setSizeGripEnabled(false);
00033     polygonToPolyLineGroup = new Q3ButtonGroup(polygonToPolyLineDialog);
00034     polygonToPolyLineGroup->setObjectName(QString::fromUtf8("polygonToPolyLineGroup"));
00035     polygonToPolyLineGroup->setGeometry(QRect(10, 10, 580, 370));
00036     QSizePolicy sizePolicy(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(5));
00037     sizePolicy.setHorizontalStretch(0);
00038     sizePolicy.setVerticalStretch(0);
00039     sizePolicy.setHeightForWidth(polygonToPolyLineGroup->sizePolicy().hasHeightForWidth());
00040     polygonToPolyLineGroup->setSizePolicy(sizePolicy);
00041     polygonToPolyLineGroup->setOrientation(Qt::Vertical);
00042     inputOutputTable = new Q3Table(polygonToPolyLineGroup);
00043     inputOutputTable->setNumCols(0);
00044     inputOutputTable->setObjectName(QString::fromUtf8("inputOutputTable"));
00045     inputOutputTable->setGeometry(QRect(10, 20, 500, 180));
00046     inputOutputTable->setLineWidth(2);
00047     inputOutputTable->setMidLineWidth(0);
00048     inputOutputTable->setMargin(0);
00049     inputOutputTable->setResizePolicy(Q3ScrollView::AutoOne);
00050     inputOutputTable->setDragAutoScroll(false);
00051     inputOutputTable->setNumRows(0);
00052     inputOutputTable->setNumCols(2);
00053     inputOutputTable->setShowGrid(true);
00054     inputOutputTable->setRowMovingEnabled(false);
00055     inputOutputTable->setColumnMovingEnabled(false);
00056     inputOutputTable->setFocusStyle(Q3Table::SpreadSheet);
00057     cancelButton = new QPushButton(polygonToPolyLineGroup);
00058     cancelButton->setObjectName(QString::fromUtf8("cancelButton"));
00059     cancelButton->setGeometry(QRect(402, 222, 80, 34));
00060     cancelButton->setAutoDefault(false);
00061     okButton = new QPushButton(polygonToPolyLineGroup);
00062     okButton->setObjectName(QString::fromUtf8("okButton"));
00063     okButton->setGeometry(QRect(488, 222, 80, 34));
00064     okButton->setAutoDefault(false);
00065     helpButton = new QPushButton(polygonToPolyLineGroup);
00066     helpButton->setObjectName(QString::fromUtf8("helpButton"));
00067     helpButton->setGeometry(QRect(12, 222, 80, 34));
00068     helpButton->setAutoDefault(false);
00069     MessageLog = new Q3TextBrowser(polygonToPolyLineGroup);
00070     MessageLog->setObjectName(QString::fromUtf8("MessageLog"));
00071     MessageLog->setGeometry(QRect(11, 271, 560, 92));
00072     addFileButton = new QPushButton(polygonToPolyLineGroup);
00073     addFileButton->setObjectName(QString::fromUtf8("addFileButton"));
00074     addFileButton->setGeometry(QRect(530, 10, 40, 32));
00075     addFileButton->setIcon(QIcon(QString::fromUtf8("./icons/Plus32.png")));
00076     addFileButton->setAutoDefault(false);
00077     removeFileButton = new QPushButton(polygonToPolyLineGroup);
00078     removeFileButton->setObjectName(QString::fromUtf8("removeFileButton"));
00079     removeFileButton->setGeometry(QRect(530, 50, 40, 32));
00080     removeFileButton->setIcon(QIcon(QString::fromUtf8("./icons/Minus32.png")));
00081     removeFileButton->setAutoDefault(false);
00082     removeAllButton = new QPushButton(polygonToPolyLineGroup);
00083     removeAllButton->setObjectName(QString::fromUtf8("removeAllButton"));
00084     removeAllButton->setGeometry(QRect(530, 90, 40, 32));
00085     removeAllButton->setIcon(QIcon(QString::fromUtf8("./icons/Delete32.png")));
00086     removeAllButton->setAutoDefault(false);
00087     retranslateUi(polygonToPolyLineDialog);
00088 
00089     QMetaObject::connectSlotsByName(polygonToPolyLineDialog);
00090     } // setupUi
00091 
00092     void retranslateUi(QDialog *polygonToPolyLineDialog)
00093     {
00094     polygonToPolyLineDialog->setWindowTitle(QApplication::translate("polygonToPolyLineDialog", "Polygon To Polyline", 0, QApplication::UnicodeUTF8));
00095     polygonToPolyLineGroup->setTitle(QApplication::translate("polygonToPolyLineDialog", "", 0, QApplication::UnicodeUTF8));
00096     inputOutputTable->setNumRows(0);
00097     cancelButton->setText(QApplication::translate("polygonToPolyLineDialog", "Close", 0, QApplication::UnicodeUTF8));
00098     okButton->setText(QApplication::translate("polygonToPolyLineDialog", "Run!", 0, QApplication::UnicodeUTF8));
00099     helpButton->setText(QApplication::translate("polygonToPolyLineDialog", "Help", 0, QApplication::UnicodeUTF8));
00100     addFileButton->setToolTip(QApplication::translate("polygonToPolyLineDialog", "addFile", 0, QApplication::UnicodeUTF8));
00101     addFileButton->setText(QApplication::translate("polygonToPolyLineDialog", "", 0, QApplication::UnicodeUTF8));
00102     removeFileButton->setToolTip(QApplication::translate("polygonToPolyLineDialog", "removeFile", 0, QApplication::UnicodeUTF8));
00103     removeFileButton->setText(QApplication::translate("polygonToPolyLineDialog", "", 0, QApplication::UnicodeUTF8));
00104     removeAllButton->setToolTip(QApplication::translate("polygonToPolyLineDialog", "remove All Files", 0, QApplication::UnicodeUTF8));
00105     removeAllButton->setText(QApplication::translate("polygonToPolyLineDialog", "", 0, QApplication::UnicodeUTF8));
00106     Q_UNUSED(polygonToPolyLineDialog);
00107     } // retranslateUi
00108 
00109 };
00110 
00111 namespace Ui {
00112     class polygonToPolyLineDialog: public Ui_polygonToPolyLineDialog {};
00113 } // namespace Ui
00114 
00115 #endif // UI_POLYGONTOPOLYLINEDIALOG_H

Generated on Sun Aug 5 17:34:00 2007 for PIHMgis by  doxygen 1.5.2