- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35
- 36
- 37
- 38
- 39
- 40
- 41
- 42
- 43
- 44
- 45
- 46
- 47
- 48
- 49
- 50
- 51
- 52
- 53
- 54
- 55
- 56
/********************************************************************************
** Form generated from reading UI file 'qrselector.ui'
**
** Created: Thu 6. Jan 14:25:49 2011
** by: Qt User Interface Compiler version 4.7.0
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef UI_QRSELECTOR_H
#define UI_QRSELECTOR_H
#include <QtCore/QVariant>
#include <QtGui/QAction>
#include <QtGui/QApplication>
#include <QtGui/QButtonGroup>
#include <QtGui/QHeaderView>
#include <QtGui/QLabel>
#include <QtGui/QWidget>
QT_BEGIN_NAMESPACE
class Ui_QRSelector
{
public:
QLabel *label;
void setupUi(QWidget *QRSelector)
{
if (QRSelector->objectName().isEmpty())
QRSelector->setObjectName(QString::fromUtf8("QRSelector"));
QRSelector->resize(400, 300);
label = new QLabel(QRSelector);
label->setObjectName(QString::fromUtf8("label"));
label->setGeometry(QRect(10, 10, 371, 16));
retranslateUi(QRSelector);
QMetaObject::connectSlotsByName(QRSelector);
} // setupUi
void retranslateUi(QWidget *QRSelector)
{
QRSelector->setWindowTitle(QApplication::translate("QRSelector", "QRSelector", 0, QApplication::UnicodeUTF8));
label->setText(QString());
} // retranslateUi
};
namespace Ui {
class QRSelector: public Ui_QRSelector {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_QRSELECTOR_H