67 lines
2.2 KiB
C++
67 lines
2.2 KiB
C++
/********************************************************************************
|
|
** Form generated from reading ui file 'qstringdebug.ui'
|
|
**
|
|
** Created: Fri May 30 00:05:11 2008
|
|
** by: Qt User Interface Compiler version 4.3.3
|
|
**
|
|
** WARNING! All changes made in this file will be lost when recompiling ui file!
|
|
********************************************************************************/
|
|
|
|
#ifndef UI_QSTRINGDEBUG_H
|
|
#define UI_QSTRINGDEBUG_H
|
|
|
|
#include <QtCore/QVariant>
|
|
#include <QtGui/QAction>
|
|
#include <QtGui/QApplication>
|
|
#include <QtGui/QButtonGroup>
|
|
#include <QtGui/QMainWindow>
|
|
#include <QtGui/QMenuBar>
|
|
#include <QtGui/QStatusBar>
|
|
#include <QtGui/QToolBar>
|
|
#include <QtGui/QWidget>
|
|
|
|
class Ui_qstringDebugClass
|
|
{
|
|
public:
|
|
QMenuBar *menuBar;
|
|
QToolBar *mainToolBar;
|
|
QWidget *centralWidget;
|
|
QStatusBar *statusBar;
|
|
|
|
void setupUi(QMainWindow *qstringDebugClass)
|
|
{
|
|
if (qstringDebugClass->objectName().isEmpty())
|
|
qstringDebugClass->setObjectName(QString::fromUtf8("qstringDebugClass"));
|
|
qstringDebugClass->resize(600, 400);
|
|
menuBar = new QMenuBar(qstringDebugClass);
|
|
menuBar->setObjectName(QString::fromUtf8("menuBar"));
|
|
qstringDebugClass->setMenuBar(menuBar);
|
|
mainToolBar = new QToolBar(qstringDebugClass);
|
|
mainToolBar->setObjectName(QString::fromUtf8("mainToolBar"));
|
|
qstringDebugClass->addToolBar(mainToolBar);
|
|
centralWidget = new QWidget(qstringDebugClass);
|
|
centralWidget->setObjectName(QString::fromUtf8("centralWidget"));
|
|
qstringDebugClass->setCentralWidget(centralWidget);
|
|
statusBar = new QStatusBar(qstringDebugClass);
|
|
statusBar->setObjectName(QString::fromUtf8("statusBar"));
|
|
qstringDebugClass->setStatusBar(statusBar);
|
|
|
|
retranslateUi(qstringDebugClass);
|
|
|
|
QMetaObject::connectSlotsByName(qstringDebugClass);
|
|
} // setupUi
|
|
|
|
void retranslateUi(QMainWindow *qstringDebugClass)
|
|
{
|
|
qstringDebugClass->setWindowTitle(QApplication::translate("qstringDebugClass", "qstringDebug", 0, QApplication::UnicodeUTF8));
|
|
Q_UNUSED(qstringDebugClass);
|
|
} // retranslateUi
|
|
|
|
};
|
|
|
|
namespace Ui {
|
|
class qstringDebugClass: public Ui_qstringDebugClass {};
|
|
} // namespace Ui
|
|
|
|
#endif // UI_QSTRINGDEBUG_H
|