Nepomuk-Core
Go to the documentation of this file.
13 #ifndef UI_MAIN_2D_WINDOW_H
14 #define UI_MAIN_2D_WINDOW_H
16 #include <QtCore/QVariant>
17 #include <QtGui/QAction>
18 #include <QtGui/QApplication>
19 #include <QtGui/QButtonGroup>
20 #include <QtGui/QHBoxLayout>
21 #include <QtGui/QHeaderView>
22 #include <QtGui/QTabWidget>
23 #include <QtGui/QWidget>
51 if (MainWindow->objectName().isEmpty())
52 MainWindow->setObjectName(QString::fromUtf8(
"MainWindow"));
53 MainWindow->resize(592, 420);
57 tabWidget->setObjectName(QString::fromUtf8(
"tabWidget"));
59 mcTab->setObjectName(QString::fromUtf8(
"mcTab"));
63 mcLogsView->setObjectName(QString::fromUtf8(
"mcLogsView"));
69 gabbleTab->setObjectName(QString::fromUtf8(
"gabbleTab"));
73 gabbleLogsView->setObjectName(QString::fromUtf8(
"gabbleLogsView"));
79 hazeTab->setObjectName(QString::fromUtf8(
"hazeTab"));
83 hazeLogsView->setObjectName(QString::fromUtf8(
"hazeLogsView"));
89 salutTab->setObjectName(QString::fromUtf8(
"salutTab"));
93 salutLogsView->setObjectName(QString::fromUtf8(
"salutLogsView"));
99 rakiaTab->setObjectName(QString::fromUtf8(
"rakiaTab"));
103 rakiaLogsView->setObjectName(QString::fromUtf8(
"rakiaLogsView"));
117 QMetaObject::connectSlotsByName(MainWindow);
127 Q_UNUSED(MainWindow);
138 #endif // MAIN_2D_WINDOW_H
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Fri Mar 22 2013 10:58:52 by
doxygen 1.8.1.2 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.