Sophie

Sophie

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

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

/********************************************************************************
** Form generated from reading ui file 'ParallelCoordinatesConfigDialog.ui'
**
** Created: Fri Jan 23 14:06:26 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 PARALLELCOORDINATESCONFIGDIALOGDATA_H
#define PARALLELCOORDINATESCONFIGDIALOGDATA_H

#include <QtCore/QVariant>
#include <QtGui/QAction>
#include <QtGui/QApplication>
#include <QtGui/QButtonGroup>
#include <QtGui/QDialog>
#include <QtGui/QDialogButtonBox>
#include <QtGui/QGridLayout>
#include <QtGui/QGroupBox>
#include <QtGui/QHBoxLayout>
#include <QtGui/QLabel>
#include <QtGui/QLineEdit>
#include <QtGui/QPushButton>
#include <QtGui/QRadioButton>
#include <QtGui/QSpinBox>
#include <QtGui/QTabWidget>
#include <QtGui/QVBoxLayout>
#include <QtGui/QWidget>
#include "ItemsDialogList.h"

QT_BEGIN_NAMESPACE

class Ui_Dialog
{
public:
    QVBoxLayout *verticalLayout;
    QTabWidget *tabWidget;
    QWidget *dataConfTab;
    QVBoxLayout *verticalLayout_2;
    QGroupBox *groupBox;
    QHBoxLayout *horizontalLayout_3;
    QHBoxLayout *horizontalLayout_2;
    QRadioButton *nodesButton;
    QRadioButton *edgesButton;
    QGroupBox *groupBox_2;
    QHBoxLayout *horizontalLayout_4;
    QVBoxLayout *verticalLayout_5;
    QLabel *label;
    ItemsDialogList *items;
    QVBoxLayout *verticalLayout_3;
    QPushButton *addButton;
    QPushButton *removeButton;
    QVBoxLayout *verticalLayout_6;
    QLabel *label_2;
    ItemsDialogList *choices;
    QVBoxLayout *verticalLayout_4;
    QPushButton *upButton;
    QPushButton *downButton;
    QWidget *drawConfTab;
    QVBoxLayout *verticalLayout_10;
    QGroupBox *groupBox_3;
    QGridLayout *gridLayout;
    QLabel *label_3;
    QPushButton *bgColorButton;
    QLabel *label_4;
    QSpinBox *axisHeight;
    QLabel *label_5;
    QSpinBox *spaceBetweenAxis;
    QLabel *label_6;
    QSpinBox *linesColorAlphaValue;
    QGroupBox *gBoxAxisPoints;
    QGridLayout *gridLayout_2;
    QLabel *label_7;
    QSpinBox *minAxisPointSize;
    QLabel *label_8;
    QSpinBox *maxAxisPointSize;
    QGroupBox *gBoxLineTexture;
    QVBoxLayout *verticalLayout_9;
    QRadioButton *defaultTexture;
    QRadioButton *userTexture;
    QHBoxLayout *horizontalLayout;
    QLineEdit *userTextureFile;
    QPushButton *browseButton;
    QDialogButtonBox *buttonBox;

    void setupUi(QDialog *Dialog)
    {
    if (Dialog->objectName().isEmpty())
        Dialog->setObjectName(QString::fromUtf8("Dialog"));
    Dialog->setWindowModality(Qt::NonModal);
    Dialog->resize(436, 393);
    QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Preferred);
    sizePolicy.setHorizontalStretch(0);
    sizePolicy.setVerticalStretch(0);
    sizePolicy.setHeightForWidth(Dialog->sizePolicy().hasHeightForWidth());
    Dialog->setSizePolicy(sizePolicy);
    Dialog->setSizeGripEnabled(false);
    Dialog->setModal(true);
    verticalLayout = new QVBoxLayout(Dialog);
    verticalLayout->setSpacing(2);
    verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
    verticalLayout->setContentsMargins(-1, 2, -1, 2);
    tabWidget = new QTabWidget(Dialog);
    tabWidget->setObjectName(QString::fromUtf8("tabWidget"));
    QSizePolicy sizePolicy1(QSizePolicy::Expanding, QSizePolicy::Expanding);
    sizePolicy1.setHorizontalStretch(0);
    sizePolicy1.setVerticalStretch(0);
    sizePolicy1.setHeightForWidth(tabWidget->sizePolicy().hasHeightForWidth());
    tabWidget->setSizePolicy(sizePolicy1);
    dataConfTab = new QWidget();
    dataConfTab->setObjectName(QString::fromUtf8("dataConfTab"));
    verticalLayout_2 = new QVBoxLayout(dataConfTab);
    verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
    groupBox = new QGroupBox(dataConfTab);
    groupBox->setObjectName(QString::fromUtf8("groupBox"));
    QSizePolicy sizePolicy2(QSizePolicy::Expanding, QSizePolicy::Fixed);
    sizePolicy2.setHorizontalStretch(0);
    sizePolicy2.setVerticalStretch(0);
    sizePolicy2.setHeightForWidth(groupBox->sizePolicy().hasHeightForWidth());
    groupBox->setSizePolicy(sizePolicy2);
    groupBox->setMinimumSize(QSize(24, 55));
    groupBox->setAlignment(Qt::AlignCenter);
    horizontalLayout_3 = new QHBoxLayout(groupBox);
    horizontalLayout_3->setObjectName(QString::fromUtf8("horizontalLayout_3"));
    horizontalLayout_2 = new QHBoxLayout();
    horizontalLayout_2->setSpacing(120);
    horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
    nodesButton = new QRadioButton(groupBox);
    nodesButton->setObjectName(QString::fromUtf8("nodesButton"));
    sizePolicy2.setHeightForWidth(nodesButton->sizePolicy().hasHeightForWidth());
    nodesButton->setSizePolicy(sizePolicy2);
    nodesButton->setChecked(true);

    horizontalLayout_2->addWidget(nodesButton);

    edgesButton = new QRadioButton(groupBox);
    edgesButton->setObjectName(QString::fromUtf8("edgesButton"));
    sizePolicy2.setHeightForWidth(edgesButton->sizePolicy().hasHeightForWidth());
    edgesButton->setSizePolicy(sizePolicy2);

    horizontalLayout_2->addWidget(edgesButton);


    horizontalLayout_3->addLayout(horizontalLayout_2);


    verticalLayout_2->addWidget(groupBox);

    groupBox_2 = new QGroupBox(dataConfTab);
    groupBox_2->setObjectName(QString::fromUtf8("groupBox_2"));
    sizePolicy1.setHeightForWidth(groupBox_2->sizePolicy().hasHeightForWidth());
    groupBox_2->setSizePolicy(sizePolicy1);
    groupBox_2->setAlignment(Qt::AlignCenter);
    horizontalLayout_4 = new QHBoxLayout(groupBox_2);
    horizontalLayout_4->setObjectName(QString::fromUtf8("horizontalLayout_4"));
    verticalLayout_5 = new QVBoxLayout();
    verticalLayout_5->setObjectName(QString::fromUtf8("verticalLayout_5"));
    label = new QLabel(groupBox_2);
    label->setObjectName(QString::fromUtf8("label"));
    label->setAlignment(Qt::AlignCenter);

    verticalLayout_5->addWidget(label);

    items = new ItemsDialogList(groupBox_2);
    items->setObjectName(QString::fromUtf8("items"));

    verticalLayout_5->addWidget(items);


    horizontalLayout_4->addLayout(verticalLayout_5);

    verticalLayout_3 = new QVBoxLayout();
    verticalLayout_3->setObjectName(QString::fromUtf8("verticalLayout_3"));
    addButton = new QPushButton(groupBox_2);
    addButton->setObjectName(QString::fromUtf8("addButton"));
    const QIcon icon = QIcon(QString::fromUtf8(":/right.png"));
    addButton->setIcon(icon);

    verticalLayout_3->addWidget(addButton);

    removeButton = new QPushButton(groupBox_2);
    removeButton->setObjectName(QString::fromUtf8("removeButton"));
    const QIcon icon1 = QIcon(QString::fromUtf8(":/left.png"));
    removeButton->setIcon(icon1);

    verticalLayout_3->addWidget(removeButton);


    horizontalLayout_4->addLayout(verticalLayout_3);

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

    verticalLayout_6->addWidget(label_2);

    choices = new ItemsDialogList(groupBox_2);
    choices->setObjectName(QString::fromUtf8("choices"));

    verticalLayout_6->addWidget(choices);


    horizontalLayout_4->addLayout(verticalLayout_6);

    verticalLayout_4 = new QVBoxLayout();
    verticalLayout_4->setObjectName(QString::fromUtf8("verticalLayout_4"));
    upButton = new QPushButton(groupBox_2);
    upButton->setObjectName(QString::fromUtf8("upButton"));
    const QIcon icon2 = QIcon(QString::fromUtf8(":/up.png"));
    upButton->setIcon(icon2);

    verticalLayout_4->addWidget(upButton);

    downButton = new QPushButton(groupBox_2);
    downButton->setObjectName(QString::fromUtf8("downButton"));
    const QIcon icon3 = QIcon(QString::fromUtf8(":/down.png"));
    downButton->setIcon(icon3);

    verticalLayout_4->addWidget(downButton);


    horizontalLayout_4->addLayout(verticalLayout_4);


    verticalLayout_2->addWidget(groupBox_2);

    tabWidget->addTab(dataConfTab, QString());
    groupBox_2->raise();
    groupBox->raise();
    drawConfTab = new QWidget();
    drawConfTab->setObjectName(QString::fromUtf8("drawConfTab"));
    verticalLayout_10 = new QVBoxLayout(drawConfTab);
    verticalLayout_10->setObjectName(QString::fromUtf8("verticalLayout_10"));
    groupBox_3 = new QGroupBox(drawConfTab);
    groupBox_3->setObjectName(QString::fromUtf8("groupBox_3"));
    gridLayout = new QGridLayout(groupBox_3);
    gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
    gridLayout->setVerticalSpacing(0);
    gridLayout->setContentsMargins(-1, 0, -1, 0);
    label_3 = new QLabel(groupBox_3);
    label_3->setObjectName(QString::fromUtf8("label_3"));
    QSizePolicy sizePolicy3(QSizePolicy::Expanding, QSizePolicy::Preferred);
    sizePolicy3.setHorizontalStretch(0);
    sizePolicy3.setVerticalStretch(0);
    sizePolicy3.setHeightForWidth(label_3->sizePolicy().hasHeightForWidth());
    label_3->setSizePolicy(sizePolicy3);

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

    bgColorButton = new QPushButton(groupBox_3);
    bgColorButton->setObjectName(QString::fromUtf8("bgColorButton"));
    QSizePolicy sizePolicy4(QSizePolicy::Preferred, QSizePolicy::Fixed);
    sizePolicy4.setHorizontalStretch(0);
    sizePolicy4.setVerticalStretch(0);
    sizePolicy4.setHeightForWidth(bgColorButton->sizePolicy().hasHeightForWidth());
    bgColorButton->setSizePolicy(sizePolicy4);
    QPalette palette;
    QBrush brush(QColor(255, 255, 255, 255));
    brush.setStyle(Qt::SolidPattern);
    palette.setBrush(QPalette::Active, QPalette::Button, brush);
    palette.setBrush(QPalette::Inactive, QPalette::Button, brush);
    palette.setBrush(QPalette::Disabled, QPalette::Button, brush);
    bgColorButton->setPalette(palette);

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

    label_4 = new QLabel(groupBox_3);
    label_4->setObjectName(QString::fromUtf8("label_4"));
    sizePolicy3.setHeightForWidth(label_4->sizePolicy().hasHeightForWidth());
    label_4->setSizePolicy(sizePolicy3);

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

    axisHeight = new QSpinBox(groupBox_3);
    axisHeight->setObjectName(QString::fromUtf8("axisHeight"));
    sizePolicy4.setHeightForWidth(axisHeight->sizePolicy().hasHeightForWidth());
    axisHeight->setSizePolicy(sizePolicy4);
    axisHeight->setMinimum(100);
    axisHeight->setMaximum(10000);
    axisHeight->setValue(400);

    gridLayout->addWidget(axisHeight, 1, 1, 1, 1);

    label_5 = new QLabel(groupBox_3);
    label_5->setObjectName(QString::fromUtf8("label_5"));
    sizePolicy3.setHeightForWidth(label_5->sizePolicy().hasHeightForWidth());
    label_5->setSizePolicy(sizePolicy3);

    gridLayout->addWidget(label_5, 2, 0, 1, 1);

    spaceBetweenAxis = new QSpinBox(groupBox_3);
    spaceBetweenAxis->setObjectName(QString::fromUtf8("spaceBetweenAxis"));
    sizePolicy4.setHeightForWidth(spaceBetweenAxis->sizePolicy().hasHeightForWidth());
    spaceBetweenAxis->setSizePolicy(sizePolicy4);
    spaceBetweenAxis->setMinimum(10);
    spaceBetweenAxis->setMaximum(10000);
    spaceBetweenAxis->setValue(200);

    gridLayout->addWidget(spaceBetweenAxis, 2, 1, 1, 1);

    label_6 = new QLabel(groupBox_3);
    label_6->setObjectName(QString::fromUtf8("label_6"));
    sizePolicy3.setHeightForWidth(label_6->sizePolicy().hasHeightForWidth());
    label_6->setSizePolicy(sizePolicy3);

    gridLayout->addWidget(label_6, 3, 0, 1, 1);

    linesColorAlphaValue = new QSpinBox(groupBox_3);
    linesColorAlphaValue->setObjectName(QString::fromUtf8("linesColorAlphaValue"));
    sizePolicy4.setHeightForWidth(linesColorAlphaValue->sizePolicy().hasHeightForWidth());
    linesColorAlphaValue->setSizePolicy(sizePolicy4);
    linesColorAlphaValue->setMaximum(255);
    linesColorAlphaValue->setValue(20);

    gridLayout->addWidget(linesColorAlphaValue, 3, 1, 1, 1);


    verticalLayout_10->addWidget(groupBox_3);

    gBoxAxisPoints = new QGroupBox(drawConfTab);
    gBoxAxisPoints->setObjectName(QString::fromUtf8("gBoxAxisPoints"));
    sizePolicy.setHeightForWidth(gBoxAxisPoints->sizePolicy().hasHeightForWidth());
    gBoxAxisPoints->setSizePolicy(sizePolicy);
    gBoxAxisPoints->setCheckable(true);
    gridLayout_2 = new QGridLayout(gBoxAxisPoints);
    gridLayout_2->setObjectName(QString::fromUtf8("gridLayout_2"));
    gridLayout_2->setVerticalSpacing(0);
    gridLayout_2->setContentsMargins(-1, 0, -1, 0);
    label_7 = new QLabel(gBoxAxisPoints);
    label_7->setObjectName(QString::fromUtf8("label_7"));
    sizePolicy3.setHeightForWidth(label_7->sizePolicy().hasHeightForWidth());
    label_7->setSizePolicy(sizePolicy3);

    gridLayout_2->addWidget(label_7, 0, 0, 1, 1);

    minAxisPointSize = new QSpinBox(gBoxAxisPoints);
    minAxisPointSize->setObjectName(QString::fromUtf8("minAxisPointSize"));
    QSizePolicy sizePolicy5(QSizePolicy::Minimum, QSizePolicy::Fixed);
    sizePolicy5.setHorizontalStretch(0);
    sizePolicy5.setVerticalStretch(0);
    sizePolicy5.setHeightForWidth(minAxisPointSize->sizePolicy().hasHeightForWidth());
    minAxisPointSize->setSizePolicy(sizePolicy5);
    minAxisPointSize->setMinimumSize(QSize(66, 0));
    minAxisPointSize->setMinimum(1);
    minAxisPointSize->setMaximum(100);
    minAxisPointSize->setValue(5);

    gridLayout_2->addWidget(minAxisPointSize, 0, 1, 1, 1);

    label_8 = new QLabel(gBoxAxisPoints);
    label_8->setObjectName(QString::fromUtf8("label_8"));
    sizePolicy.setHeightForWidth(label_8->sizePolicy().hasHeightForWidth());
    label_8->setSizePolicy(sizePolicy);

    gridLayout_2->addWidget(label_8, 1, 0, 1, 1);

    maxAxisPointSize = new QSpinBox(gBoxAxisPoints);
    maxAxisPointSize->setObjectName(QString::fromUtf8("maxAxisPointSize"));
    sizePolicy4.setHeightForWidth(maxAxisPointSize->sizePolicy().hasHeightForWidth());
    maxAxisPointSize->setSizePolicy(sizePolicy4);
    maxAxisPointSize->setMinimum(1);
    maxAxisPointSize->setMaximum(100);
    maxAxisPointSize->setValue(15);

    gridLayout_2->addWidget(maxAxisPointSize, 1, 1, 1, 1);


    verticalLayout_10->addWidget(gBoxAxisPoints);

    gBoxLineTexture = new QGroupBox(drawConfTab);
    gBoxLineTexture->setObjectName(QString::fromUtf8("gBoxLineTexture"));
    gBoxLineTexture->setCheckable(true);
    verticalLayout_9 = new QVBoxLayout(gBoxLineTexture);
    verticalLayout_9->setSpacing(0);
    verticalLayout_9->setObjectName(QString::fromUtf8("verticalLayout_9"));
    verticalLayout_9->setContentsMargins(-1, 0, -1, 0);
    defaultTexture = new QRadioButton(gBoxLineTexture);
    defaultTexture->setObjectName(QString::fromUtf8("defaultTexture"));
    defaultTexture->setChecked(true);

    verticalLayout_9->addWidget(defaultTexture);

    userTexture = new QRadioButton(gBoxLineTexture);
    userTexture->setObjectName(QString::fromUtf8("userTexture"));

    verticalLayout_9->addWidget(userTexture);

    horizontalLayout = new QHBoxLayout();
    horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
    userTextureFile = new QLineEdit(gBoxLineTexture);
    userTextureFile->setObjectName(QString::fromUtf8("userTextureFile"));

    horizontalLayout->addWidget(userTextureFile);

    browseButton = new QPushButton(gBoxLineTexture);
    browseButton->setObjectName(QString::fromUtf8("browseButton"));
    sizePolicy4.setHeightForWidth(browseButton->sizePolicy().hasHeightForWidth());
    browseButton->setSizePolicy(sizePolicy4);
    QIcon icon4;
    icon4.addPixmap(QPixmap(QString::fromUtf8(":/i_open.png")), QIcon::Normal, QIcon::On);
    browseButton->setIcon(icon4);
    browseButton->setIconSize(QSize(24, 24));

    horizontalLayout->addWidget(browseButton);


    verticalLayout_9->addLayout(horizontalLayout);


    verticalLayout_10->addWidget(gBoxLineTexture);

    tabWidget->addTab(drawConfTab, QString());

    verticalLayout->addWidget(tabWidget);

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

    verticalLayout->addWidget(buttonBox);


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

    tabWidget->setCurrentIndex(0);


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

    void retranslateUi(QDialog *Dialog)
    {
    Dialog->setWindowTitle(QApplication::translate("Dialog", "Parallel Coordinates View Configuration", 0, QApplication::UnicodeUTF8));
    groupBox->setTitle(QApplication::translate("Dialog", "Pick data location from graph : ", 0, QApplication::UnicodeUTF8));
    nodesButton->setText(QApplication::translate("Dialog", "nodes", 0, QApplication::UnicodeUTF8));
    edgesButton->setText(QApplication::translate("Dialog", "edges", 0, QApplication::UnicodeUTF8));
    groupBox_2->setTitle(QApplication::translate("Dialog", "Select properties to plot : ", 0, QApplication::UnicodeUTF8));
    label->setText(QApplication::translate("Dialog", "  Properties to hide :  ", 0, QApplication::UnicodeUTF8));
    addButton->setText(QString());
    removeButton->setText(QString());
    label_2->setText(QApplication::translate("Dialog", "Properties to display :", 0, QApplication::UnicodeUTF8));
    upButton->setText(QString());
    downButton->setText(QString());
    tabWidget->setTabText(tabWidget->indexOf(dataConfTab), QApplication::translate("Dialog", "Data Configuration", 0, QApplication::UnicodeUTF8));
    groupBox_3->setTitle(QApplication::translate("Dialog", "General draw parameters : ", 0, QApplication::UnicodeUTF8));
    label_3->setText(QApplication::translate("Dialog", "Background Color :                                    ", 0, QApplication::UnicodeUTF8));
    bgColorButton->setText(QString());
    label_4->setText(QApplication::translate("Dialog", "Axis height : ", 0, QApplication::UnicodeUTF8));
    label_5->setText(QApplication::translate("Dialog", "Space between axis : ", 0, QApplication::UnicodeUTF8));
    label_6->setText(QApplication::translate("Dialog", "Lines colors alpha value : ", 0, QApplication::UnicodeUTF8));
    gBoxAxisPoints->setTitle(QApplication::translate("Dialog", "Draw points on axis : ", 0, QApplication::UnicodeUTF8));
    label_7->setText(QApplication::translate("Dialog", "Minimum axis point size : ", 0, QApplication::UnicodeUTF8));
    label_8->setText(QApplication::translate("Dialog", "Maximum axis point size : ", 0, QApplication::UnicodeUTF8));
    gBoxLineTexture->setTitle(QApplication::translate("Dialog", "Apply texture on lines : ", 0, QApplication::UnicodeUTF8));
    defaultTexture->setText(QApplication::translate("Dialog", "Use tulip default texture", 0, QApplication::UnicodeUTF8));
    userTexture->setText(QApplication::translate("Dialog", "Use texture from file :", 0, QApplication::UnicodeUTF8));
    browseButton->setText(QString());
    tabWidget->setTabText(tabWidget->indexOf(drawConfTab), QApplication::translate("Dialog", "Draw Configuration", 0, QApplication::UnicodeUTF8));
    Q_UNUSED(Dialog);
    } // retranslateUi

};

namespace Ui {
    class Dialog: public Ui_Dialog {};
} // namespace Ui

QT_END_NAMESPACE

#endif // PARALLELCOORDINATESCONFIGDIALOGDATA_H