NeuralNetwork
 Tudo Estruturas de dados Funções Páginas
ui_logwindow.h
1 /********************************************************************************
2 ** Form generated from reading UI file 'logwindow.ui'
3 **
4 ** Created: Mon Nov 19 08:37:31 2012
5 ** by: Qt User Interface Compiler version 4.8.1
6 **
7 ** WARNING! All changes made in this file will be lost when recompiling UI file!
8 ********************************************************************************/
9 
10 #ifndef UI_LOGWINDOW_H
11 #define UI_LOGWINDOW_H
12 
13 #include <QtCore/QVariant>
14 #include <QtGui/QAction>
15 #include <QtGui/QApplication>
16 #include <QtGui/QButtonGroup>
17 #include <QtGui/QDialog>
18 #include <QtGui/QHeaderView>
19 #include <QtGui/QTabWidget>
20 
21 QT_BEGIN_NAMESPACE
22 
24 {
25 public:
26  QTabWidget *tabWidget;
27 
28  void setupUi(QDialog *LogWindow)
29  {
30  if (LogWindow->objectName().isEmpty())
31  LogWindow->setObjectName(QString::fromUtf8("LogWindow"));
32  LogWindow->resize(333, 388);
33  tabWidget = new QTabWidget(LogWindow);
34  tabWidget->setObjectName(QString::fromUtf8("tabWidget"));
35  tabWidget->setGeometry(QRect(60, 40, 127, 80));
36 
37  retranslateUi(LogWindow);
38 
39  tabWidget->setCurrentIndex(-1);
40 
41 
42  QMetaObject::connectSlotsByName(LogWindow);
43  } // setupUi
44 
45  void retranslateUi(QDialog *LogWindow)
46  {
47  LogWindow->setWindowTitle(QApplication::translate("LogWindow", "Dialog", 0, QApplication::UnicodeUTF8));
48  } // retranslateUi
49 
50 };
51 
52 namespace Ui {
53  class LogWindow: public Ui_LogWindow {};
54 } // namespace Ui
55 
56 QT_END_NAMESPACE
57 
58 #endif // UI_LOGWINDOW_H