VectorProcessing/splitLineDialog/ui_splitlinedialog.h

Go to the documentation of this file.
00001 #ifndef UI_SPLITLINEDIALOG_H
00002 #define UI_SPLITLINEDIALOG_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_splitLineDialog
00016 {
00017 public:
00018     Q3ButtonGroup *polygonToPolyLineGroup;
00019     Q3TextBrowser *MessageLog;
00020     QPushButton *helpButton;
00021     QPushButton *okButton;
00022     QPushButton *cancelButton;
00023     Q3Table *inputOutputTable;
00024     QPushButton *addFileButton;
00025     QPushButton *removeFileButton;
00026     QPushButton *removeAllButton;
00027 
00028     void setupUi(QDialog *splitLineDialog)
00029     {
00030     splitLineDialog->setObjectName(QString::fromUtf8("splitLineDialog"));
00031     splitLineDialog->resize(QSize(600, 390).expandedTo(splitLineDialog->minimumSizeHint()));
00032     splitLineDialog->setSizeGripEnabled(false);
00033     polygonToPolyLineGroup = new Q3ButtonGroup(splitLineDialog);
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     MessageLog = new Q3TextBrowser(polygonToPolyLineGroup);
00043     MessageLog->setObjectName(QString::fromUtf8("MessageLog"));
00044     MessageLog->setGeometry(QRect(11, 271, 560, 92));
00045     helpButton = new QPushButton(polygonToPolyLineGroup);
00046     helpButton->setObjectName(QString::fromUtf8("helpButton"));
00047     helpButton->setGeometry(QRect(12, 222, 80, 34));
00048     helpButton->setAutoDefault(false);
00049     okButton = new QPushButton(polygonToPolyLineGroup);
00050     okButton->setObjectName(QString::fromUtf8("okButton"));
00051     okButton->setGeometry(QRect(488, 222, 80, 34));
00052     okButton->setAutoDefault(false);
00053     cancelButton = new QPushButton(polygonToPolyLineGroup);
00054     cancelButton->setObjectName(QString::fromUtf8("cancelButton"));
00055     cancelButton->setGeometry(QRect(402, 222, 80, 34));
00056     cancelButton->setAutoDefault(false);
00057     inputOutputTable = new Q3Table(polygonToPolyLineGroup);
00058     inputOutputTable->setNumCols(0);
00059     inputOutputTable->setObjectName(QString::fromUtf8("inputOutputTable"));
00060     inputOutputTable->setGeometry(QRect(10, 10, 510, 200));
00061     inputOutputTable->setLineWidth(2);
00062     inputOutputTable->setMidLineWidth(0);
00063     inputOutputTable->setMargin(0);
00064     inputOutputTable->setResizePolicy(Q3ScrollView::Default);
00065     inputOutputTable->setDragAutoScroll(false);
00066     inputOutputTable->setNumRows(0);
00067     inputOutputTable->setNumCols(2);
00068     inputOutputTable->setShowGrid(true);
00069     inputOutputTable->setRowMovingEnabled(false);
00070     inputOutputTable->setColumnMovingEnabled(false);
00071     inputOutputTable->setFocusStyle(Q3Table::SpreadSheet);
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(splitLineDialog);
00088 
00089     QMetaObject::connectSlotsByName(splitLineDialog);
00090     } // setupUi
00091 
00092     void retranslateUi(QDialog *splitLineDialog)
00093     {
00094     splitLineDialog->setWindowTitle(QApplication::translate("splitLineDialog", "Split Lines", 0, QApplication::UnicodeUTF8));
00095     polygonToPolyLineGroup->setTitle(QApplication::translate("splitLineDialog", "", 0, QApplication::UnicodeUTF8));
00096     helpButton->setText(QApplication::translate("splitLineDialog", "Help", 0, QApplication::UnicodeUTF8));
00097     okButton->setText(QApplication::translate("splitLineDialog", "Run!", 0, QApplication::UnicodeUTF8));
00098     cancelButton->setText(QApplication::translate("splitLineDialog", "Close", 0, QApplication::UnicodeUTF8));
00099     inputOutputTable->setNumRows(0);
00100     addFileButton->setToolTip(QApplication::translate("splitLineDialog", "addFile", 0, QApplication::UnicodeUTF8));
00101     addFileButton->setText(QApplication::translate("splitLineDialog", "", 0, QApplication::UnicodeUTF8));
00102     removeFileButton->setToolTip(QApplication::translate("splitLineDialog", "removeFile", 0, QApplication::UnicodeUTF8));
00103     removeFileButton->setText(QApplication::translate("splitLineDialog", "", 0, QApplication::UnicodeUTF8));
00104     removeAllButton->setToolTip(QApplication::translate("splitLineDialog", "remove All Files", 0, QApplication::UnicodeUTF8));
00105     removeAllButton->setText(QApplication::translate("splitLineDialog", "", 0, QApplication::UnicodeUTF8));
00106     Q_UNUSED(splitLineDialog);
00107     } // retranslateUi
00108 
00109 };
00110 
00111 namespace Ui {
00112     class splitLineDialog: public Ui_splitLineDialog {};
00113 } // namespace Ui
00114 
00115 #endif // UI_SPLITLINEDIALOG_H

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