example/DemoGUI/ui_mainwindow.h
author cgandhi
Thu, 23 Sep 2010 17:15:03 +0530
changeset 23 574948b60dab
parent 16 b78fa4cdbf2b
child 26 83d6a149c755
permissions -rw-r--r--
updating the lastfm music plugins and adding the smfhelp.chm
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
16
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
     1
/********************************************************************************
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
     2
** Form generated from reading UI file 'mainwindow.ui'
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
     3
**
23
574948b60dab updating the lastfm music plugins and adding the smfhelp.chm
cgandhi
parents: 16
diff changeset
     4
** Created: Wed Sep 22 18:28:37 2010
16
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
     5
**      by: Qt User Interface Compiler version 4.6.2
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
     6
**
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
     7
** WARNING! All changes made in this file will be lost when recompiling UI file!
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
     8
********************************************************************************/
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
     9
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    10
#ifndef UI_MAINWINDOW_H
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    11
#define UI_MAINWINDOW_H
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    12
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    13
#include <QtCore/QVariant>
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    14
#include <QtGui/QAction>
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    15
#include <QtGui/QApplication>
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    16
#include <QtGui/QButtonGroup>
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    17
#include <QtGui/QHeaderView>
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    18
#include <QtGui/QMainWindow>
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    19
#include <QtGui/QMenuBar>
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    20
#include <QtGui/QStatusBar>
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    21
#include <QtGui/QTextEdit>
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    22
#include <QtGui/QToolBar>
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    23
#include <QtGui/QWidget>
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    24
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    25
QT_BEGIN_NAMESPACE
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    26
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    27
class Ui_MainWindow
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    28
{
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    29
public:
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    30
    QWidget *centralWidget;
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    31
    QTextEdit *textEdit;
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    32
    QMenuBar *menuBar;
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    33
    QToolBar *mainToolBar;
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    34
    QStatusBar *statusBar;
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    35
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    36
    void setupUi(QMainWindow *MainWindow)
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    37
    {
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    38
        if (MainWindow->objectName().isEmpty())
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    39
            MainWindow->setObjectName(QString::fromUtf8("MainWindow"));
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    40
        MainWindow->resize(600, 400);
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    41
        centralWidget = new QWidget(MainWindow);
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    42
        centralWidget->setObjectName(QString::fromUtf8("centralWidget"));
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    43
        textEdit = new QTextEdit(centralWidget);
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    44
        textEdit->setObjectName(QString::fromUtf8("textEdit"));
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    45
        textEdit->setGeometry(QRect(40, 50, 104, 64));
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    46
        MainWindow->setCentralWidget(centralWidget);
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    47
        menuBar = new QMenuBar(MainWindow);
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    48
        menuBar->setObjectName(QString::fromUtf8("menuBar"));
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    49
        menuBar->setGeometry(QRect(0, 0, 600, 21));
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    50
        MainWindow->setMenuBar(menuBar);
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    51
        mainToolBar = new QToolBar(MainWindow);
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    52
        mainToolBar->setObjectName(QString::fromUtf8("mainToolBar"));
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    53
        MainWindow->addToolBar(Qt::TopToolBarArea, mainToolBar);
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    54
        statusBar = new QStatusBar(MainWindow);
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    55
        statusBar->setObjectName(QString::fromUtf8("statusBar"));
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    56
        MainWindow->setStatusBar(statusBar);
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    57
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    58
        retranslateUi(MainWindow);
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    59
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    60
        QMetaObject::connectSlotsByName(MainWindow);
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    61
    } // setupUi
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    62
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    63
    void retranslateUi(QMainWindow *MainWindow)
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    64
    {
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    65
        MainWindow->setWindowTitle(QApplication::translate("MainWindow", "MainWindow", 0, QApplication::UnicodeUTF8));
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    66
    } // retranslateUi
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    67
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    68
};
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    69
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    70
namespace Ui {
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    71
    class MainWindow: public Ui_MainWindow {};
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    72
} // namespace Ui
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    73
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    74
QT_END_NAMESPACE
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    75
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    76
#endif // UI_MAINWINDOW_H