• Skip to content
  • Skip to link menu
  • KDE API Reference
  • KDE Home
  • Contact Us
 

Nepomuk-Core

  • build
  • tools
  • debugger
ui_main-window.h
Go to the documentation of this file.
1 #include <kdialog.h>
2 #include <klocale.h>
3 
4 /********************************************************************************
5 ** Form generated from reading UI file 'main-window.ui'
6 **
7 ** Created: Sat Mar 9 04:20:32 2013
8 ** by: Qt User Interface Compiler version 4.8.3
9 **
10 ** WARNING! All changes made in this file will be lost when recompiling UI file!
11 ********************************************************************************/
12 
13 #ifndef UI_MAIN_2D_WINDOW_H
14 #define UI_MAIN_2D_WINDOW_H
15 
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>
24 #include "debug-message-view.h"
25 
26 QT_BEGIN_NAMESPACE
27 
28 class Ui_MainWindow
29 {
30 public:
31  QHBoxLayout *horizontalLayout;
32  QTabWidget *tabWidget;
33  QWidget *mcTab;
34  QHBoxLayout *horizontalLayout_2;
35  DebugMessageView *mcLogsView;
36  QWidget *gabbleTab;
37  QHBoxLayout *horizontalLayout_3;
38  DebugMessageView *gabbleLogsView;
39  QWidget *hazeTab;
40  QHBoxLayout *horizontalLayout_4;
41  DebugMessageView *hazeLogsView;
42  QWidget *salutTab;
43  QHBoxLayout *horizontalLayout_5;
44  DebugMessageView *salutLogsView;
45  QWidget *rakiaTab;
46  QHBoxLayout *horizontalLayout_6;
47  DebugMessageView *rakiaLogsView;
48 
49  void setupUi(QWidget *MainWindow)
50  {
51  if (MainWindow->objectName().isEmpty())
52  MainWindow->setObjectName(QString::fromUtf8("MainWindow"));
53  MainWindow->resize(592, 420);
54  horizontalLayout = new QHBoxLayout(MainWindow);
55  horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
56  tabWidget = new QTabWidget(MainWindow);
57  tabWidget->setObjectName(QString::fromUtf8("tabWidget"));
58  mcTab = new QWidget();
59  mcTab->setObjectName(QString::fromUtf8("mcTab"));
60  horizontalLayout_2 = new QHBoxLayout(mcTab);
61  horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
62  mcLogsView = new DebugMessageView(mcTab);
63  mcLogsView->setObjectName(QString::fromUtf8("mcLogsView"));
64 
65  horizontalLayout_2->addWidget(mcLogsView);
66 
67  tabWidget->addTab(mcTab, QString());
68  gabbleTab = new QWidget();
69  gabbleTab->setObjectName(QString::fromUtf8("gabbleTab"));
70  horizontalLayout_3 = new QHBoxLayout(gabbleTab);
71  horizontalLayout_3->setObjectName(QString::fromUtf8("horizontalLayout_3"));
72  gabbleLogsView = new DebugMessageView(gabbleTab);
73  gabbleLogsView->setObjectName(QString::fromUtf8("gabbleLogsView"));
74 
75  horizontalLayout_3->addWidget(gabbleLogsView);
76 
77  tabWidget->addTab(gabbleTab, QString());
78  hazeTab = new QWidget();
79  hazeTab->setObjectName(QString::fromUtf8("hazeTab"));
80  horizontalLayout_4 = new QHBoxLayout(hazeTab);
81  horizontalLayout_4->setObjectName(QString::fromUtf8("horizontalLayout_4"));
82  hazeLogsView = new DebugMessageView(hazeTab);
83  hazeLogsView->setObjectName(QString::fromUtf8("hazeLogsView"));
84 
85  horizontalLayout_4->addWidget(hazeLogsView);
86 
87  tabWidget->addTab(hazeTab, QString());
88  salutTab = new QWidget();
89  salutTab->setObjectName(QString::fromUtf8("salutTab"));
90  horizontalLayout_5 = new QHBoxLayout(salutTab);
91  horizontalLayout_5->setObjectName(QString::fromUtf8("horizontalLayout_5"));
92  salutLogsView = new DebugMessageView(salutTab);
93  salutLogsView->setObjectName(QString::fromUtf8("salutLogsView"));
94 
95  horizontalLayout_5->addWidget(salutLogsView);
96 
97  tabWidget->addTab(salutTab, QString());
98  rakiaTab = new QWidget();
99  rakiaTab->setObjectName(QString::fromUtf8("rakiaTab"));
100  horizontalLayout_6 = new QHBoxLayout(rakiaTab);
101  horizontalLayout_6->setObjectName(QString::fromUtf8("horizontalLayout_6"));
102  rakiaLogsView = new DebugMessageView(rakiaTab);
103  rakiaLogsView->setObjectName(QString::fromUtf8("rakiaLogsView"));
104 
105  horizontalLayout_6->addWidget(rakiaLogsView);
106 
107  tabWidget->addTab(rakiaTab, QString());
108 
109  horizontalLayout->addWidget(tabWidget);
110 
111 
112  retranslateUi(MainWindow);
113 
114  tabWidget->setCurrentIndex(0);
115 
116 
117  QMetaObject::connectSlotsByName(MainWindow);
118  } // setupUi
119 
120  void retranslateUi(QWidget *MainWindow)
121  {
122  tabWidget->setTabText(tabWidget->indexOf(mcTab), tr2i18n("Mission Control", 0));
123  tabWidget->setTabText(tabWidget->indexOf(gabbleTab), tr2i18n("Gabble", 0));
124  tabWidget->setTabText(tabWidget->indexOf(hazeTab), tr2i18n("Haze", 0));
125  tabWidget->setTabText(tabWidget->indexOf(salutTab), tr2i18n("Salut", 0));
126  tabWidget->setTabText(tabWidget->indexOf(rakiaTab), tr2i18n("Rakia", 0));
127  Q_UNUSED(MainWindow);
128  } // retranslateUi
129 
130 };
131 
132 namespace Ui {
133  class MainWindow: public Ui_MainWindow {};
134 } // namespace Ui
135 
136 QT_END_NAMESPACE
137 
138 #endif // MAIN_2D_WINDOW_H
139 
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.

ktp-common-internals API Reference

Skip menu "ktp-common-internals API Reference"
Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal