Sophie

Sophie

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

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

/********************************************************************************
** Form generated from reading ui file 'SpreadInsertColumnDialog.ui'
**
** Created: Fri Jan 23 14:05:59 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 SPREADINSERTCOLUMNDIALOGDATA_H
#define SPREADINSERTCOLUMNDIALOGDATA_H

#include <QtCore/QVariant>
#include <QtGui/QAction>
#include <QtGui/QApplication>
#include <QtGui/QButtonGroup>
#include <QtGui/QComboBox>
#include <QtGui/QDialog>
#include <QtGui/QDialogButtonBox>
#include <QtGui/QLabel>
#include <QtGui/QLineEdit>
#include <QtGui/QVBoxLayout>
#include <QtGui/QWidget>

QT_BEGIN_NAMESPACE

class Ui_InsertColumnDialogData
{
public:
    QWidget *verticalLayout;
    QVBoxLayout *vboxLayout;
    QLabel *label;
    QLineEdit *lineEdit;
    QLabel *label_2;
    QComboBox *comboBox;
    QDialogButtonBox *buttonBox;

    void setupUi(QDialog *InsertColumnDialogData)
    {
    if (InsertColumnDialogData->objectName().isEmpty())
        InsertColumnDialogData->setObjectName(QString::fromUtf8("InsertColumnDialogData"));
    InsertColumnDialogData->resize(169, 160);
    verticalLayout = new QWidget(InsertColumnDialogData);
    verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
    verticalLayout->setGeometry(QRect(0, 10, 168, 148));
    vboxLayout = new QVBoxLayout(verticalLayout);
    vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
    vboxLayout->setContentsMargins(0, 0, 0, 0);
    label = new QLabel(verticalLayout);
    label->setObjectName(QString::fromUtf8("label"));
    label->setAlignment(Qt::AlignCenter);

    vboxLayout->addWidget(label);

    lineEdit = new QLineEdit(verticalLayout);
    lineEdit->setObjectName(QString::fromUtf8("lineEdit"));

    vboxLayout->addWidget(lineEdit);

    label_2 = new QLabel(verticalLayout);
    label_2->setObjectName(QString::fromUtf8("label_2"));
    label_2->setAlignment(Qt::AlignCenter);

    vboxLayout->addWidget(label_2);

    comboBox = new QComboBox(verticalLayout);
    comboBox->setObjectName(QString::fromUtf8("comboBox"));

    vboxLayout->addWidget(comboBox);

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

    vboxLayout->addWidget(buttonBox);


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

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

    void retranslateUi(QDialog *InsertColumnDialogData)
    {
    InsertColumnDialogData->setWindowTitle(QApplication::translate("InsertColumnDialogData", "Dialog", 0, QApplication::UnicodeUTF8));
    label->setText(QApplication::translate("InsertColumnDialogData", "Enter property name :", 0, QApplication::UnicodeUTF8));
    label_2->setText(QApplication::translate("InsertColumnDialogData", "Property Type :", 0, QApplication::UnicodeUTF8));
    comboBox->clear();
    comboBox->insertItems(0, QStringList()
     << QApplication::translate("InsertColumnDialogData", "boolean", 0, QApplication::UnicodeUTF8)
     << QApplication::translate("InsertColumnDialogData", "integer", 0, QApplication::UnicodeUTF8)
     << QApplication::translate("InsertColumnDialogData", "double", 0, QApplication::UnicodeUTF8)
     << QApplication::translate("InsertColumnDialogData", "string", 0, QApplication::UnicodeUTF8)
     << QApplication::translate("InsertColumnDialogData", "layout", 0, QApplication::UnicodeUTF8)
     << QApplication::translate("InsertColumnDialogData", "color", 0, QApplication::UnicodeUTF8)
    );
    Q_UNUSED(InsertColumnDialogData);
    } // retranslateUi

};

namespace Ui {
    class InsertColumnDialogData: public Ui_InsertColumnDialogData {};
} // namespace Ui

QT_END_NAMESPACE

#endif // SPREADINSERTCOLUMNDIALOGDATA_H