/********************************************************************************
** Form generated from reading ui file 'directorymapper.ui'
**
** Created: Sat Aug 30 15:23:30 2008
**      by: Qt User Interface Compiler version 4.3.1
**
** WARNING! All changes made in this file will be lost when recompiling ui file!
********************************************************************************/

#ifndef UI_DIRECTORYMAPPER_H
#define UI_DIRECTORYMAPPER_H

#include <QtCore/QVariant>
#include <QtGui/QAction>
#include <QtGui/QApplication>
#include <QtGui/QButtonGroup>
#include <QtGui/QCheckBox>
#include <QtGui/QGroupBox>
#include <QtGui/QLabel>
#include <QtGui/QLineEdit>
#include <QtGui/QMainWindow>
#include <QtGui/QMenu>
#include <QtGui/QMenuBar>
#include <QtGui/QPushButton>
#include <QtGui/QRadioButton>
#include <QtGui/QStatusBar>
#include <QtGui/QWidget>

class Ui_DirectoryMapperClass
{
public:
    QAction *actionExit;
    QAction *actionAbout;
    QWidget *centralwidget;
    QLabel *label;
    QLineEdit *rootDirectoryLineEdit;
    QLabel *label_2;
    QLineEdit *outputFileLineEdit;
    QRadioButton *directoryOnlyRadioButton;
    QRadioButton *radioButton_2;
    QPushButton *mapButton;
    QPushButton *exitButton;
    QLabel *label_3;
    QLabel *authorLabel;
    QGroupBox *groupBox;
    QLabel *appProgress1;
    QLabel *appProgress2;
    QLabel *appProgress3;
    QLabel *label_4;
    QCheckBox *openCheckBox;
    QMenuBar *menubar;
    QMenu *menuFile;
    QMenu *menuHelp;
    QStatusBar *statusbar;

    void setupUi(QMainWindow *DirectoryMapperClass)
    {
    if (DirectoryMapperClass->objectName().isEmpty())
        DirectoryMapperClass->setObjectName(QString::fromUtf8("DirectoryMapperClass"));
    DirectoryMapperClass->resize(545, 231);
    actionExit = new QAction(DirectoryMapperClass);
    actionExit->setObjectName(QString::fromUtf8("actionExit"));
    actionAbout = new QAction(DirectoryMapperClass);
    actionAbout->setObjectName(QString::fromUtf8("actionAbout"));
    centralwidget = new QWidget(DirectoryMapperClass);
    centralwidget->setObjectName(QString::fromUtf8("centralwidget"));
    label = new QLabel(centralwidget);
    label->setObjectName(QString::fromUtf8("label"));
    label->setGeometry(QRect(20, 50, 81, 16));
    rootDirectoryLineEdit = new QLineEdit(centralwidget);
    rootDirectoryLineEdit->setObjectName(QString::fromUtf8("rootDirectoryLineEdit"));
    rootDirectoryLineEdit->setGeometry(QRect(100, 50, 191, 20));
    label_2 = new QLabel(centralwidget);
    label_2->setObjectName(QString::fromUtf8("label_2"));
    label_2->setGeometry(QRect(20, 80, 81, 16));
    outputFileLineEdit = new QLineEdit(centralwidget);
    outputFileLineEdit->setObjectName(QString::fromUtf8("outputFileLineEdit"));
    outputFileLineEdit->setGeometry(QRect(100, 80, 191, 20));
    directoryOnlyRadioButton = new QRadioButton(centralwidget);
    directoryOnlyRadioButton->setObjectName(QString::fromUtf8("directoryOnlyRadioButton"));
    directoryOnlyRadioButton->setGeometry(QRect(310, 50, 141, 18));
    radioButton_2 = new QRadioButton(centralwidget);
    radioButton_2->setObjectName(QString::fromUtf8("radioButton_2"));
    radioButton_2->setGeometry(QRect(310, 70, 151, 18));
    mapButton = new QPushButton(centralwidget);
    mapButton->setObjectName(QString::fromUtf8("mapButton"));
    mapButton->setGeometry(QRect(20, 140, 75, 23));
    exitButton = new QPushButton(centralwidget);
    exitButton->setObjectName(QString::fromUtf8("exitButton"));
    exitButton->setGeometry(QRect(100, 140, 75, 23));
    label_3 = new QLabel(centralwidget);
    label_3->setObjectName(QString::fromUtf8("label_3"));
    label_3->setGeometry(QRect(20, 10, 171, 31));
    authorLabel = new QLabel(centralwidget);
    authorLabel->setObjectName(QString::fromUtf8("authorLabel"));
    authorLabel->setGeometry(QRect(20, 170, 281, 20));
    groupBox = new QGroupBox(centralwidget);
    groupBox->setObjectName(QString::fromUtf8("groupBox"));
    groupBox->setGeometry(QRect(310, 90, 231, 80));
    appProgress1 = new QLabel(groupBox);
    appProgress1->setObjectName(QString::fromUtf8("appProgress1"));
    appProgress1->setGeometry(QRect(30, 20, 191, 16));
    appProgress2 = new QLabel(groupBox);
    appProgress2->setObjectName(QString::fromUtf8("appProgress2"));
    appProgress2->setGeometry(QRect(30, 40, 191, 16));
    appProgress3 = new QLabel(groupBox);
    appProgress3->setObjectName(QString::fromUtf8("appProgress3"));
    appProgress3->setGeometry(QRect(30, 60, 191, 16));
    label_4 = new QLabel(centralwidget);
    label_4->setObjectName(QString::fromUtf8("label_4"));
    label_4->setGeometry(QRect(100, 100, 171, 16));
    openCheckBox = new QCheckBox(centralwidget);
    openCheckBox->setObjectName(QString::fromUtf8("openCheckBox"));
    openCheckBox->setGeometry(QRect(20, 120, 271, 18));
    DirectoryMapperClass->setCentralWidget(centralwidget);
    menubar = new QMenuBar(DirectoryMapperClass);
    menubar->setObjectName(QString::fromUtf8("menubar"));
    menubar->setGeometry(QRect(0, 0, 545, 21));
    menuFile = new QMenu(menubar);
    menuFile->setObjectName(QString::fromUtf8("menuFile"));
    menuHelp = new QMenu(menubar);
    menuHelp->setObjectName(QString::fromUtf8("menuHelp"));
    DirectoryMapperClass->setMenuBar(menubar);
    statusbar = new QStatusBar(DirectoryMapperClass);
    statusbar->setObjectName(QString::fromUtf8("statusbar"));
    DirectoryMapperClass->setStatusBar(statusbar);

    menubar->addAction(menuFile->menuAction());
    menubar->addAction(menuHelp->menuAction());
    menuFile->addAction(actionExit);
    menuHelp->addAction(actionAbout);

    retranslateUi(DirectoryMapperClass);

    QMetaObject::connectSlotsByName(DirectoryMapperClass);
    } // setupUi

    void retranslateUi(QMainWindow *DirectoryMapperClass)
    {
    DirectoryMapperClass->setWindowTitle(QApplication::translate("DirectoryMapperClass", "MainWindow", 0, QApplication::UnicodeUTF8));
    actionExit->setText(QApplication::translate("DirectoryMapperClass", "E&xit", 0, QApplication::UnicodeUTF8));
    actionAbout->setText(QApplication::translate("DirectoryMapperClass", "About", 0, QApplication::UnicodeUTF8));
    label->setText(QApplication::translate("DirectoryMapperClass", "Root Directory", 0, QApplication::UnicodeUTF8));
    label_2->setText(QApplication::translate("DirectoryMapperClass", "Output File", 0, QApplication::UnicodeUTF8));
    directoryOnlyRadioButton->setText(QApplication::translate("DirectoryMapperClass", "Map Only Directories", 0, QApplication::UnicodeUTF8));
    radioButton_2->setText(QApplication::translate("DirectoryMapperClass", "Map Files and Directories", 0, QApplication::UnicodeUTF8));
    mapButton->setText(QApplication::translate("DirectoryMapperClass", "Map", 0, QApplication::UnicodeUTF8));
    exitButton->setText(QApplication::translate("DirectoryMapperClass", "Exit", 0, QApplication::UnicodeUTF8));
    label_3->setText(QApplication::translate("DirectoryMapperClass", "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
"p, li { white-space: pre-wrap; }\n"
"</style></head><body style=\" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;\">\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:16pt;\">Directory Mapper</span></p></body></html>", 0, QApplication::UnicodeUTF8));
    authorLabel->setText(QApplication::translate("DirectoryMapperClass", "TextLabel", 0, QApplication::UnicodeUTF8));
    groupBox->setTitle(QApplication::translate("DirectoryMapperClass", "Application Progress", 0, QApplication::UnicodeUTF8));
    appProgress1->setText(QApplication::translate("DirectoryMapperClass", "TextLabel", 0, QApplication::UnicodeUTF8));
    appProgress2->setText(QApplication::translate("DirectoryMapperClass", "TextLabel", 0, QApplication::UnicodeUTF8));
    appProgress3->setText(QApplication::translate("DirectoryMapperClass", "TextLabel", 0, QApplication::UnicodeUTF8));
    label_4->setText(QApplication::translate("DirectoryMapperClass", "Example: c:\\DirectoryMap.html", 0, QApplication::UnicodeUTF8));
    openCheckBox->setText(QApplication::translate("DirectoryMapperClass", "Open Report When Created", 0, QApplication::UnicodeUTF8));
    menuFile->setTitle(QApplication::translate("DirectoryMapperClass", "&File", 0, QApplication::UnicodeUTF8));
    menuHelp->setTitle(QApplication::translate("DirectoryMapperClass", "Help", 0, QApplication::UnicodeUTF8));
    } // retranslateUi

};

namespace Ui {
    class DirectoryMapperClass: public Ui_DirectoryMapperClass {};
} // namespace Ui

#endif // UI_DIRECTORYMAPPER_H

