Piccola correzione
[qmemory] / ui_mainwindow.h
1 /********************************************************************************
2 ** Form generated from reading UI file 'mainwindow.ui'
3 **
4 ** Created: Fri Feb 26 16:31:30 2010
5 **      by: Qt User Interface Compiler version 4.6.1
6 **
7 ** WARNING! All changes made in this file will be lost when recompiling UI file!
8 ********************************************************************************/
9
10 #ifndef UI_MAINWINDOW_H
11 #define UI_MAINWINDOW_H
12
13 #include <QtCore/QVariant>
14 #include <QtGui/QAction>
15 #include <QtGui/QApplication>
16 #include <QtGui/QButtonGroup>
17 #include <QtGui/QHeaderView>
18 #include <QtGui/QMainWindow>
19 #include <QtGui/QWidget>
20 #include "crazybutton.h"
21
22 QT_BEGIN_NAMESPACE
23
24 class Ui_MainWindow
25 {
26 public:
27     QWidget *centralWidget;
28     CrazyButton *pushButton_2;
29     CrazyButton *pushButton_3;
30     CrazyButton *pushButton_4;
31     CrazyButton *pushButton_5;
32     CrazyButton *pushButton_6;
33     CrazyButton *pushButton_7;
34     CrazyButton *pushButton_8;
35     CrazyButton *pushButton_9;
36     CrazyButton *pushButton;
37
38     void setupUi(QMainWindow *MainWindow)
39     {
40         if (MainWindow->objectName().isEmpty())
41             MainWindow->setObjectName(QString::fromUtf8("MainWindow"));
42         MainWindow->resize(800, 480);
43         MainWindow->setAutoFillBackground(true);
44         centralWidget = new QWidget(MainWindow);
45         centralWidget->setObjectName(QString::fromUtf8("centralWidget"));
46         pushButton_2 = new CrazyButton(centralWidget);
47         pushButton_2->setObjectName(QString::fromUtf8("pushButton_2"));
48         pushButton_2->setGeometry(QRect(330, 40, 100, 100));
49         pushButton_2->setMaximumSize(QSize(16777215, 16777215));
50         pushButton_3 = new CrazyButton(centralWidget);
51         pushButton_3->setObjectName(QString::fromUtf8("pushButton_3"));
52         pushButton_3->setGeometry(QRect(510, 40, 100, 100));
53         pushButton_4 = new CrazyButton(centralWidget);
54         pushButton_4->setObjectName(QString::fromUtf8("pushButton_4"));
55         pushButton_4->setGeometry(QRect(150, 180, 100, 100));
56         pushButton_5 = new CrazyButton(centralWidget);
57         pushButton_5->setObjectName(QString::fromUtf8("pushButton_5"));
58         pushButton_5->setGeometry(QRect(330, 180, 100, 100));
59         pushButton_6 = new CrazyButton(centralWidget);
60         pushButton_6->setObjectName(QString::fromUtf8("pushButton_6"));
61         pushButton_6->setGeometry(QRect(510, 180, 100, 100));
62         pushButton_7 = new CrazyButton(centralWidget);
63         pushButton_7->setObjectName(QString::fromUtf8("pushButton_7"));
64         pushButton_7->setGeometry(QRect(150, 320, 100, 100));
65         pushButton_8 = new CrazyButton(centralWidget);
66         pushButton_8->setObjectName(QString::fromUtf8("pushButton_8"));
67         pushButton_8->setGeometry(QRect(330, 320, 100, 100));
68         pushButton_9 = new CrazyButton(centralWidget);
69         pushButton_9->setObjectName(QString::fromUtf8("pushButton_9"));
70         pushButton_9->setGeometry(QRect(510, 320, 100, 100));
71         pushButton = new CrazyButton(centralWidget);
72         pushButton->setObjectName(QString::fromUtf8("pushButton"));
73         pushButton->setGeometry(QRect(150, 40, 101, 100));
74         pushButton->setMinimumSize(QSize(0, 100));
75 #ifndef QT_NO_TOOLTIP
76         pushButton->setToolTip(QString::fromUtf8(""));
77 #endif // QT_NO_TOOLTIP
78         MainWindow->setCentralWidget(centralWidget);
79
80         retranslateUi(MainWindow);
81
82         QMetaObject::connectSlotsByName(MainWindow);
83     } // setupUi
84
85     void retranslateUi(QMainWindow *MainWindow)
86     {
87         MainWindow->setWindowTitle(QApplication::translate("MainWindow", "MainWindow", 0, QApplication::UnicodeUTF8));
88         pushButton_2->setText(QApplication::translate("MainWindow", "2", 0, QApplication::UnicodeUTF8));
89         pushButton_3->setText(QApplication::translate("MainWindow", "3", 0, QApplication::UnicodeUTF8));
90         pushButton_4->setText(QApplication::translate("MainWindow", "4", 0, QApplication::UnicodeUTF8));
91         pushButton_5->setText(QApplication::translate("MainWindow", "5", 0, QApplication::UnicodeUTF8));
92         pushButton_6->setText(QApplication::translate("MainWindow", "6", 0, QApplication::UnicodeUTF8));
93         pushButton_7->setText(QApplication::translate("MainWindow", "7", 0, QApplication::UnicodeUTF8));
94         pushButton_8->setText(QApplication::translate("MainWindow", "8", 0, QApplication::UnicodeUTF8));
95         pushButton_9->setText(QApplication::translate("MainWindow", "9", 0, QApplication::UnicodeUTF8));
96         pushButton->setText(QApplication::translate("MainWindow", "1", 0, QApplication::UnicodeUTF8));
97     } // retranslateUi
98
99 };
100
101 namespace Ui {
102     class MainWindow: public Ui_MainWindow {};
103 } // namespace Ui
104
105 QT_END_NAMESPACE
106
107 #endif // UI_MAINWINDOW_H