1 2 3 4 5 6 7 8 9 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 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83
|
/********************************************************************************
** Form generated from reading ui file 'diaporamakn7080.ui'
**
** Created: Mon Apr 26 14:25:07 2010
** by: Qt User Interface Compiler version 4.5.0
**
** WARNING! All changes made in this file will be lost when recompiling ui file!
********************************************************************************/
#ifndef DIAPORAMAKN7080_H
#define DIAPORAMAKN7080_H
#include <QtCore/QVariant>
#include <QtGui/QAction>
#include <QtGui/QApplication>
#include <QtGui/QButtonGroup>
#include <QtGui/QDialog>
#include <QtGui/QGraphicsView>
#include <QtGui/QGridLayout>
#include <QtGui/QHeaderView>
#include <QtGui/QLabel>
QT_BEGIN_NAMESPACE
class Ui_Dialog
{
public:
QGridLayout *gridLayout_2;
QGridLayout *gridLayout;
QGraphicsView *screen;
QLabel *zoom_lbl;
QLabel *name_lbl;
QLabel *title_lbl;
QLabel *info_1_lbl;
QLabel *info_2_lbl;
void setupUi(QDialog *Dialog)
{
if (Dialog->objectName().isEmpty())
Dialog->setObjectName(QString::fromUtf8("Dialog"));
Dialog->resize(750, 646);
QIcon icon;
icon.addPixmap(QPixmap(QString::fromUtf8("../ui/media/oqapy_ic_48.png")), QIcon::Normal, QIcon::Off);
Dialog->setWindowIcon(icon);
gridLayout_2 = new QGridLayout(Dialog);
gridLayout_2->setSpacing(0);
gridLayout_2->setMargin(0);
gridLayout_2->setObjectName(QString::fromUtf8("gridLayout_2"));
gridLayout = new QGridLayout();
gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
screen = new QGraphicsView(Dialog);
screen->setObjectName(QString::fromUtf8("screen"));
screen->setFrameShape(QFrame::NoFrame);
screen->setVerticalScrollBarPolicy(Qt::ScrollBarAlwaysOff);
screen->setHorizontalScrollBarPolicy(Qt::ScrollBarAlwaysOff);
screen->setSceneRect(QRectF(0, 0, 300, 200));
screen->setRenderHints(QPainter::Antialiasing|QPainter::HighQualityAntialiasing|QPainter::SmoothPixmapTransform|QPainter::TextAntialiasing);
gridLayout->addWidget(screen, 0, 0, 1, 5);
zoom_lbl = new QLabel(Dialog);
zoom_lbl->setObjectName(QString::fromUtf8("zoom_lbl"));
gridLayout->addWidget(zoom_lbl, 1, 0, 1, 1);
name_lbl = new QLabel(Dialog);
name_lbl->setObjectName(QString::fromUtf8("name_lbl"));
gridLayout->addWidget(name_lbl, 1, 1, 1, 1);
title_lbl = new QLabel(Dialog);
title_lbl->setObjectName(QString::fromUtf8("title_lbl"));
gridLayout->addWidget(title_lbl, 1, 2, 1, 1);
info_1_lbl = new QLabel(Dialog);
info_1_lbl->setObjectName(QString::fromUtf8("info_1_lbl"));
gridLayout->addWidget(info_1_lbl, 1, 3, 1, 1);
info_2_lbl = new QLabel(Dialog);
info_2_lbl->setObjectName(QString::fromUtf8("info_2_lbl")); |
Partager