Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > f47dd5efd3dc40a2e1c5fcb907706fb9 > files > 13

libtulip-devel-3.1.1-1mdv2009.1.i586.rpm

/********************************************************************************
** Form generated from reading ui file 'AugmentedDisplayDialog.ui'
**
** Created: Fri Jan 23 13:57:11 2009
**      by: Qt User Interface Compiler version 4.4.3
**
** WARNING! All changes made in this file will be lost when recompiling ui file!
********************************************************************************/

#ifndef AUGMENTEDDISPLAYDIALOGDATA_H
#define AUGMENTEDDISPLAYDIALOGDATA_H

#include <QtCore/QVariant>
#include <QtGui/QAction>
#include <QtGui/QApplication>
#include <QtGui/QButtonGroup>
#include <QtGui/QDialog>
#include <QtGui/QDialogButtonBox>
#include <QtGui/QGridLayout>
#include <QtGui/QHBoxLayout>
#include <QtGui/QListWidget>
#include <QtGui/QPushButton>
#include <QtGui/QSpacerItem>
#include <QtGui/QVBoxLayout>

QT_BEGIN_NAMESPACE

class Ui_AugmentedDisplayDialogData
{
public:
    QGridLayout *gridLayout;
    QVBoxLayout *vboxLayout;
    QHBoxLayout *hboxLayout;
    QPushButton *removeButton;
    QSpacerItem *spacerItem;
    QDialogButtonBox *buttonBox;
    QListWidget *listWidget;

    void setupUi(QDialog *AugmentedDisplayDialogData)
    {
    if (AugmentedDisplayDialogData->objectName().isEmpty())
        AugmentedDisplayDialogData->setObjectName(QString::fromUtf8("AugmentedDisplayDialogData"));
    AugmentedDisplayDialogData->resize(168, 282);
    gridLayout = new QGridLayout(AugmentedDisplayDialogData);
    gridLayout->setSpacing(0);
    gridLayout->setMargin(0);
    gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
    vboxLayout = new QVBoxLayout();
    vboxLayout->setSpacing(0);
#ifndef Q_OS_MAC
    vboxLayout->setMargin(0);
#endif
    vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
    hboxLayout = new QHBoxLayout();
    hboxLayout->setSpacing(0);
#ifndef Q_OS_MAC
    hboxLayout->setMargin(0);
#endif
    hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
    removeButton = new QPushButton(AugmentedDisplayDialogData);
    removeButton->setObjectName(QString::fromUtf8("removeButton"));

    hboxLayout->addWidget(removeButton);

    spacerItem = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);

    hboxLayout->addItem(spacerItem);


    vboxLayout->addLayout(hboxLayout);

    buttonBox = new QDialogButtonBox(AugmentedDisplayDialogData);
    buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
    buttonBox->setOrientation(Qt::Horizontal);
    buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok);

    vboxLayout->addWidget(buttonBox);


    gridLayout->addLayout(vboxLayout, 1, 0, 1, 1);

    listWidget = new QListWidget(AugmentedDisplayDialogData);
    listWidget->setObjectName(QString::fromUtf8("listWidget"));

    gridLayout->addWidget(listWidget, 0, 0, 1, 1);


    retranslateUi(AugmentedDisplayDialogData);
    QObject::connect(buttonBox, SIGNAL(accepted()), AugmentedDisplayDialogData, SLOT(accept()));
    QObject::connect(buttonBox, SIGNAL(rejected()), AugmentedDisplayDialogData, SLOT(reject()));

    QMetaObject::connectSlotsByName(AugmentedDisplayDialogData);
    } // setupUi

    void retranslateUi(QDialog *AugmentedDisplayDialogData)
    {
    AugmentedDisplayDialogData->setWindowTitle(QApplication::translate("AugmentedDisplayDialogData", "Augmented Display", 0, QApplication::UnicodeUTF8));
    removeButton->setText(QApplication::translate("AugmentedDisplayDialogData", "Remove", 0, QApplication::UnicodeUTF8));
    Q_UNUSED(AugmentedDisplayDialogData);
    } // retranslateUi

};

namespace Ui {
    class AugmentedDisplayDialogData: public Ui_AugmentedDisplayDialogData {};
} // namespace Ui

QT_END_NAMESPACE

#endif // AUGMENTEDDISPLAYDIALOGDATA_H