source: BAORadio/libindi/libindi/ui_map.h @ 692

Last change on this file since 692 was 692, checked in by frichard, 12 years ago
File size: 1.8 KB
Line 
1/********************************************************************************
2** Form generated from reading UI file 'map.ui'
3**
4** Created
5**      by: Qt User Interface Compiler version 4.7.4
6**
7** WARNING! All changes made in this file will be lost when recompiling UI file!
8********************************************************************************/
9
10#ifndef UI_MAP_H
11#define UI_MAP_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/QPushButton>
20
21QT_BEGIN_NAMESPACE
22
23class Ui_Map
24{
25public:
26    QPushButton *pushButton;
27    QPushButton *pushButton_2;
28
29    void setupUi(QDialog *Map)
30    {
31        if (Map->objectName().isEmpty())
32            Map->setObjectName(QString::fromUtf8("Map"));
33        Map->resize(952, 820);
34        pushButton = new QPushButton(Map);
35        pushButton->setObjectName(QString::fromUtf8("pushButton"));
36        pushButton->setGeometry(QRect(830, 30, 111, 27));
37        pushButton_2 = new QPushButton(Map);
38        pushButton_2->setObjectName(QString::fromUtf8("pushButton_2"));
39        pushButton_2->setGeometry(QRect(830, 70, 111, 27));
40
41        retranslateUi(Map);
42
43        QMetaObject::connectSlotsByName(Map);
44    } // setupUi
45
46    void retranslateUi(QDialog *Map)
47    {
48        Map->setWindowTitle(QApplication::translate("Map", "Map", 0, QApplication::UnicodeUTF8));
49        pushButton->setText(QApplication::translate("Map", "Alignement", 0, QApplication::UnicodeUTF8));
50        pushButton_2->setText(QApplication::translate("Map", "Form d\303\251clinaison", 0, QApplication::UnicodeUTF8));
51    } // retranslateUi
52
53};
54
55namespace Ui {
56    class Map: public Ui_Map {};
57} // namespace Ui
58
59QT_END_NAMESPACE
60
61#endif // UI_MAP_H
Note: See TracBrowser for help on using the repository browser.