Sophie

Sophie

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

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

/********************************************************************************
** Form generated from reading ui file 'TulipStats.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 TULIPSTATSDATA_H
#define TULIPSTATSDATA_H

#include <QtCore/QVariant>
#include <QtGui/QAction>
#include <QtGui/QApplication>
#include <QtGui/QButtonGroup>
#include <QtGui/QCheckBox>
#include <QtGui/QComboBox>
#include <QtGui/QFrame>
#include <QtGui/QGridLayout>
#include <QtGui/QGroupBox>
#include <QtGui/QHBoxLayout>
#include <QtGui/QLabel>
#include <QtGui/QLineEdit>
#include <QtGui/QListWidget>
#include <QtGui/QPushButton>
#include <QtGui/QTabWidget>
#include <QtGui/QVBoxLayout>
#include <QtGui/QWidget>

QT_BEGIN_NAMESPACE

class Ui_TulipStatsData
{
public:
    QGridLayout *gridLayout;
    QTabWidget *StatsTab;
    QWidget *tab;
    QCheckBox *ShapeConversionCB;
    QGroupBox *groupBox14;
    QLabel *textLabel3;
    QListWidget *AvaiMetricsList;
    QLabel *textLabel3_2;
    QLabel *Label1;
    QLineEdit *DiscStep2;
    QLineEdit *DiscStep3;
    QLabel *Label2;
    QLabel *Label3;
    QListWidget *UsedMetricsList;
    QPushButton *AddMetricBtn;
    QPushButton *DelMetricBtn;
    QLineEdit *DiscStep1;
    QPushButton *ChangeLayoutBtn;
    QWidget *tab1;
    QHBoxLayout *hboxLayout;
    QGroupBox *StatsResultsFrame;
    QGroupBox *StdDeviationBox;
    QLabel *StdDeviationLbl;
    QCheckBox *StdDeviationDisplayCB;
    QGroupBox *VarianceBox;
    QLabel *VarianceLbl;
    QGroupBox *AverageBox;
    QLabel *AverageLbl;
    QCheckBox *AverageDisplayCB;
    QGroupBox *BoundsBox;
    QLabel *MinLbl;
    QLabel *MaxLbl;
    QGroupBox *LinearRegressionBox;
    QLabel *b0Lbl;
    QLabel *b1Lbl;
    QCheckBox *LinearDisplayCB;
    QCheckBox *AABBDisplayCB;
    QGroupBox *EigenBox;
    QLabel *v1Lbl;
    QLabel *v2Lbl;
    QLabel *v3Lbl;
    QCheckBox *EigenDisplayCB;
    QWidget *tab2;
    QVBoxLayout *vboxLayout;
    QFrame *ClusteringFrame;
    QGroupBox *groupBox9;
    QVBoxLayout *vboxLayout1;
    QLabel *textLabel5;
    QLineEdit *aEdit;
    QLabel *textLabel5_2;
    QLineEdit *bEdit;
    QLabel *textLabel5_3;
    QLineEdit *cEdit;
    QLabel *textLabel5_4;
    QLineEdit *dEdit;
    QCheckBox *DisplayCPCB;
    QPushButton *ClusterizeBtn;
    QLabel *textLabel4;
    QComboBox *ClusteringComboBox;
    QPushButton *ComputeResultBtn;

    void setupUi(QWidget *TulipStatsData)
    {
    if (TulipStatsData->objectName().isEmpty())
        TulipStatsData->setObjectName(QString::fromUtf8("TulipStatsData"));
    TulipStatsData->resize(320, 528);
    gridLayout = new QGridLayout(TulipStatsData);
    gridLayout->setSpacing(6);
    gridLayout->setMargin(11);
    gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
    StatsTab = new QTabWidget(TulipStatsData);
    StatsTab->setObjectName(QString::fromUtf8("StatsTab"));
    tab = new QWidget();
    tab->setObjectName(QString::fromUtf8("tab"));
    ShapeConversionCB = new QCheckBox(tab);
    ShapeConversionCB->setObjectName(QString::fromUtf8("ShapeConversionCB"));
    ShapeConversionCB->setGeometry(QRect(11, 11, 277, 21));
    groupBox14 = new QGroupBox(tab);
    groupBox14->setObjectName(QString::fromUtf8("groupBox14"));
    groupBox14->setGeometry(QRect(11, 38, 270, 360));
    QSizePolicy sizePolicy(QSizePolicy::Fixed, QSizePolicy::Fixed);
    sizePolicy.setHorizontalStretch(0);
    sizePolicy.setVerticalStretch(0);
    sizePolicy.setHeightForWidth(groupBox14->sizePolicy().hasHeightForWidth());
    groupBox14->setSizePolicy(sizePolicy);
    textLabel3 = new QLabel(groupBox14);
    textLabel3->setObjectName(QString::fromUtf8("textLabel3"));
    textLabel3->setGeometry(QRect(11, 22, 109, 16));
    textLabel3->setWordWrap(false);
    AvaiMetricsList = new QListWidget(groupBox14);
    AvaiMetricsList->setObjectName(QString::fromUtf8("AvaiMetricsList"));
    AvaiMetricsList->setGeometry(QRect(10, 40, 250, 110));
    textLabel3_2 = new QLabel(groupBox14);
    textLabel3_2->setObjectName(QString::fromUtf8("textLabel3_2"));
    textLabel3_2->setGeometry(QRect(10, 190, 109, 16));
    textLabel3_2->setWordWrap(false);
    Label1 = new QLabel(groupBox14);
    Label1->setObjectName(QString::fromUtf8("Label1"));
    Label1->setEnabled(true);
    Label1->setGeometry(QRect(10, 290, 138, 20));
    Label1->setWordWrap(false);
    DiscStep2 = new QLineEdit(groupBox14);
    DiscStep2->setObjectName(QString::fromUtf8("DiscStep2"));
    DiscStep2->setEnabled(false);
    DiscStep2->setGeometry(QRect(160, 310, 90, 21));
    DiscStep3 = new QLineEdit(groupBox14);
    DiscStep3->setObjectName(QString::fromUtf8("DiscStep3"));
    DiscStep3->setEnabled(false);
    DiscStep3->setGeometry(QRect(160, 330, 90, 21));
    Label2 = new QLabel(groupBox14);
    Label2->setObjectName(QString::fromUtf8("Label2"));
    Label2->setEnabled(true);
    Label2->setGeometry(QRect(10, 310, 138, 20));
    Label2->setWordWrap(false);
    Label3 = new QLabel(groupBox14);
    Label3->setObjectName(QString::fromUtf8("Label3"));
    Label3->setEnabled(true);
    Label3->setGeometry(QRect(10, 330, 138, 20));
    Label3->setWordWrap(false);
    UsedMetricsList = new QListWidget(groupBox14);
    UsedMetricsList->setObjectName(QString::fromUtf8("UsedMetricsList"));
    UsedMetricsList->setGeometry(QRect(10, 210, 250, 66));
    AddMetricBtn = new QPushButton(groupBox14);
    AddMetricBtn->setObjectName(QString::fromUtf8("AddMetricBtn"));
    AddMetricBtn->setEnabled(false);
    AddMetricBtn->setGeometry(QRect(10, 160, 120, 20));
    DelMetricBtn = new QPushButton(groupBox14);
    DelMetricBtn->setObjectName(QString::fromUtf8("DelMetricBtn"));
    DelMetricBtn->setEnabled(false);
    DelMetricBtn->setGeometry(QRect(140, 160, 120, 20));
    DiscStep1 = new QLineEdit(groupBox14);
    DiscStep1->setObjectName(QString::fromUtf8("DiscStep1"));
    DiscStep1->setEnabled(false);
    DiscStep1->setGeometry(QRect(160, 290, 90, 21));
    ChangeLayoutBtn = new QPushButton(tab);
    ChangeLayoutBtn->setObjectName(QString::fromUtf8("ChangeLayoutBtn"));
    ChangeLayoutBtn->setEnabled(false);
    ChangeLayoutBtn->setGeometry(QRect(10, 410, 277, 28));
    StatsTab->addTab(tab, QString());
    tab1 = new QWidget();
    tab1->setObjectName(QString::fromUtf8("tab1"));
    hboxLayout = new QHBoxLayout(tab1);
    hboxLayout->setSpacing(6);
    hboxLayout->setMargin(11);
    hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
    StatsResultsFrame = new QGroupBox(tab1);
    StatsResultsFrame->setObjectName(QString::fromUtf8("StatsResultsFrame"));
    StatsResultsFrame->setEnabled(false);
    QSizePolicy sizePolicy1(QSizePolicy::Expanding, QSizePolicy::Expanding);
    sizePolicy1.setHorizontalStretch(100);
    sizePolicy1.setVerticalStretch(100);
    sizePolicy1.setHeightForWidth(StatsResultsFrame->sizePolicy().hasHeightForWidth());
    StatsResultsFrame->setSizePolicy(sizePolicy1);
    StatsResultsFrame->setAlignment(Qt::AlignVCenter);
    StatsResultsFrame->setProperty("midLineWidth", QVariant(1));
    StdDeviationBox = new QGroupBox(StatsResultsFrame);
    StdDeviationBox->setObjectName(QString::fromUtf8("StdDeviationBox"));
    StdDeviationBox->setGeometry(QRect(10, 120, 240, 50));
    StdDeviationLbl = new QLabel(StdDeviationBox);
    StdDeviationLbl->setObjectName(QString::fromUtf8("StdDeviationLbl"));
    StdDeviationLbl->setGeometry(QRect(10, 20, 220, 20));
    StdDeviationLbl->setWordWrap(false);
    StdDeviationDisplayCB = new QCheckBox(StatsResultsFrame);
    StdDeviationDisplayCB->setObjectName(QString::fromUtf8("StdDeviationDisplayCB"));
    StdDeviationDisplayCB->setGeometry(QRect(250, 140, 20, 21));
    VarianceBox = new QGroupBox(StatsResultsFrame);
    VarianceBox->setObjectName(QString::fromUtf8("VarianceBox"));
    VarianceBox->setGeometry(QRect(10, 70, 240, 50));
    VarianceLbl = new QLabel(VarianceBox);
    VarianceLbl->setObjectName(QString::fromUtf8("VarianceLbl"));
    VarianceLbl->setGeometry(QRect(10, 20, 210, 20));
    VarianceLbl->setWordWrap(false);
    AverageBox = new QGroupBox(StatsResultsFrame);
    AverageBox->setObjectName(QString::fromUtf8("AverageBox"));
    AverageBox->setGeometry(QRect(10, 20, 240, 50));
    AverageLbl = new QLabel(AverageBox);
    AverageLbl->setObjectName(QString::fromUtf8("AverageLbl"));
    AverageLbl->setGeometry(QRect(10, 20, 220, 20));
    AverageLbl->setWordWrap(false);
    AverageDisplayCB = new QCheckBox(StatsResultsFrame);
    AverageDisplayCB->setObjectName(QString::fromUtf8("AverageDisplayCB"));
    AverageDisplayCB->setGeometry(QRect(250, 40, 20, 21));
    BoundsBox = new QGroupBox(StatsResultsFrame);
    BoundsBox->setObjectName(QString::fromUtf8("BoundsBox"));
    BoundsBox->setGeometry(QRect(10, 170, 240, 70));
    MinLbl = new QLabel(BoundsBox);
    MinLbl->setObjectName(QString::fromUtf8("MinLbl"));
    MinLbl->setGeometry(QRect(10, 20, 220, 20));
    MinLbl->setAlignment(Qt::AlignBottom);
    MinLbl->setWordWrap(false);
    MaxLbl = new QLabel(BoundsBox);
    MaxLbl->setObjectName(QString::fromUtf8("MaxLbl"));
    MaxLbl->setGeometry(QRect(10, 40, 220, 20));
    MaxLbl->setWordWrap(false);
    LinearRegressionBox = new QGroupBox(StatsResultsFrame);
    LinearRegressionBox->setObjectName(QString::fromUtf8("LinearRegressionBox"));
    LinearRegressionBox->setEnabled(false);
    LinearRegressionBox->setGeometry(QRect(10, 240, 240, 70));
    b0Lbl = new QLabel(LinearRegressionBox);
    b0Lbl->setObjectName(QString::fromUtf8("b0Lbl"));
    b0Lbl->setGeometry(QRect(10, 20, 220, 20));
    b0Lbl->setWordWrap(false);
    b1Lbl = new QLabel(LinearRegressionBox);
    b1Lbl->setObjectName(QString::fromUtf8("b1Lbl"));
    b1Lbl->setGeometry(QRect(10, 40, 220, 20));
    b1Lbl->setWordWrap(false);
    LinearDisplayCB = new QCheckBox(StatsResultsFrame);
    LinearDisplayCB->setObjectName(QString::fromUtf8("LinearDisplayCB"));
    LinearDisplayCB->setGeometry(QRect(250, 270, 20, 21));
    AABBDisplayCB = new QCheckBox(StatsResultsFrame);
    AABBDisplayCB->setObjectName(QString::fromUtf8("AABBDisplayCB"));
    AABBDisplayCB->setGeometry(QRect(250, 200, 20, 21));
    EigenBox = new QGroupBox(StatsResultsFrame);
    EigenBox->setObjectName(QString::fromUtf8("EigenBox"));
    EigenBox->setEnabled(false);
    EigenBox->setGeometry(QRect(10, 320, 240, 90));
    v1Lbl = new QLabel(EigenBox);
    v1Lbl->setObjectName(QString::fromUtf8("v1Lbl"));
    v1Lbl->setGeometry(QRect(10, 20, 160, 20));
    v1Lbl->setWordWrap(false);
    v2Lbl = new QLabel(EigenBox);
    v2Lbl->setObjectName(QString::fromUtf8("v2Lbl"));
    v2Lbl->setGeometry(QRect(10, 40, 160, 20));
    v2Lbl->setWordWrap(false);
    v3Lbl = new QLabel(EigenBox);
    v3Lbl->setObjectName(QString::fromUtf8("v3Lbl"));
    v3Lbl->setGeometry(QRect(10, 60, 160, 20));
    v3Lbl->setWordWrap(false);
    EigenDisplayCB = new QCheckBox(StatsResultsFrame);
    EigenDisplayCB->setObjectName(QString::fromUtf8("EigenDisplayCB"));
    EigenDisplayCB->setGeometry(QRect(250, 360, 20, 21));

    hboxLayout->addWidget(StatsResultsFrame);

    StatsTab->addTab(tab1, QString());
    tab2 = new QWidget();
    tab2->setObjectName(QString::fromUtf8("tab2"));
    vboxLayout = new QVBoxLayout(tab2);
    vboxLayout->setSpacing(6);
    vboxLayout->setMargin(11);
    vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
    ClusteringFrame = new QFrame(tab2);
    ClusteringFrame->setObjectName(QString::fromUtf8("ClusteringFrame"));
    ClusteringFrame->setEnabled(false);
    ClusteringFrame->setFrameShape(QFrame::NoFrame);
    ClusteringFrame->setFrameShadow(QFrame::Plain);
    groupBox9 = new QGroupBox(ClusteringFrame);
    groupBox9->setObjectName(QString::fromUtf8("groupBox9"));
    groupBox9->setGeometry(QRect(10, 80, 259, 250));
    vboxLayout1 = new QVBoxLayout(groupBox9);
    vboxLayout1->setSpacing(6);
    vboxLayout1->setMargin(11);
    vboxLayout1->setObjectName(QString::fromUtf8("vboxLayout1"));
    textLabel5 = new QLabel(groupBox9);
    textLabel5->setObjectName(QString::fromUtf8("textLabel5"));
    textLabel5->setWordWrap(false);

    vboxLayout1->addWidget(textLabel5);

    aEdit = new QLineEdit(groupBox9);
    aEdit->setObjectName(QString::fromUtf8("aEdit"));

    vboxLayout1->addWidget(aEdit);

    textLabel5_2 = new QLabel(groupBox9);
    textLabel5_2->setObjectName(QString::fromUtf8("textLabel5_2"));
    textLabel5_2->setWordWrap(false);

    vboxLayout1->addWidget(textLabel5_2);

    bEdit = new QLineEdit(groupBox9);
    bEdit->setObjectName(QString::fromUtf8("bEdit"));

    vboxLayout1->addWidget(bEdit);

    textLabel5_3 = new QLabel(groupBox9);
    textLabel5_3->setObjectName(QString::fromUtf8("textLabel5_3"));
    textLabel5_3->setWordWrap(false);

    vboxLayout1->addWidget(textLabel5_3);

    cEdit = new QLineEdit(groupBox9);
    cEdit->setObjectName(QString::fromUtf8("cEdit"));

    vboxLayout1->addWidget(cEdit);

    textLabel5_4 = new QLabel(groupBox9);
    textLabel5_4->setObjectName(QString::fromUtf8("textLabel5_4"));
    textLabel5_4->setWordWrap(false);

    vboxLayout1->addWidget(textLabel5_4);

    dEdit = new QLineEdit(groupBox9);
    dEdit->setObjectName(QString::fromUtf8("dEdit"));

    vboxLayout1->addWidget(dEdit);

    DisplayCPCB = new QCheckBox(groupBox9);
    DisplayCPCB->setObjectName(QString::fromUtf8("DisplayCPCB"));

    vboxLayout1->addWidget(DisplayCPCB);

    ClusterizeBtn = new QPushButton(ClusteringFrame);
    ClusterizeBtn->setObjectName(QString::fromUtf8("ClusterizeBtn"));
    ClusterizeBtn->setGeometry(QRect(10, 340, 260, 28));
    textLabel4 = new QLabel(ClusteringFrame);
    textLabel4->setObjectName(QString::fromUtf8("textLabel4"));
    textLabel4->setGeometry(QRect(10, 10, 248, 20));
    textLabel4->setWordWrap(false);
    ClusteringComboBox = new QComboBox(ClusteringFrame);
    ClusteringComboBox->setObjectName(QString::fromUtf8("ClusteringComboBox"));
    ClusteringComboBox->setGeometry(QRect(10, 40, 260, 27));

    vboxLayout->addWidget(ClusteringFrame);

    StatsTab->addTab(tab2, QString());

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

    ComputeResultBtn = new QPushButton(TulipStatsData);
    ComputeResultBtn->setObjectName(QString::fromUtf8("ComputeResultBtn"));
    ComputeResultBtn->setEnabled(false);

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


    retranslateUi(TulipStatsData);

    StatsTab->setCurrentIndex(0);


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

    void retranslateUi(QWidget *TulipStatsData)
    {
    TulipStatsData->setWindowTitle(QApplication::translate("TulipStatsData", "Form1", 0, QApplication::UnicodeUTF8));
    ShapeConversionCB->setText(QApplication::translate("TulipStatsData", "Auto Shape Conversion (Cube)", 0, QApplication::UnicodeUTF8));
    groupBox14->setTitle(QApplication::translate("TulipStatsData", "Metrics :", 0, QApplication::UnicodeUTF8));
    textLabel3->setText(QApplication::translate("TulipStatsData", "Available Metrics :", 0, QApplication::UnicodeUTF8));
    textLabel3_2->setText(QApplication::translate("TulipStatsData", "Used Metrics :", 0, QApplication::UnicodeUTF8));
    Label1->setText(QApplication::translate("TulipStatsData", "Discretization Step (x) :", 0, QApplication::UnicodeUTF8));
    DiscStep2->setText(QApplication::translate("TulipStatsData", "1", 0, QApplication::UnicodeUTF8));
    DiscStep3->setText(QApplication::translate("TulipStatsData", "1", 0, QApplication::UnicodeUTF8));
    Label2->setText(QApplication::translate("TulipStatsData", "Discretization Step (y) :", 0, QApplication::UnicodeUTF8));
    Label3->setText(QApplication::translate("TulipStatsData", "Discretization Step (z) :", 0, QApplication::UnicodeUTF8));
    AddMetricBtn->setText(QApplication::translate("TulipStatsData", "Add", 0, QApplication::UnicodeUTF8));
    DelMetricBtn->setText(QApplication::translate("TulipStatsData", "Remove", 0, QApplication::UnicodeUTF8));
    DiscStep1->setText(QApplication::translate("TulipStatsData", "1", 0, QApplication::UnicodeUTF8));
    ChangeLayoutBtn->setText(QApplication::translate("TulipStatsData", "Change to Histogram", 0, QApplication::UnicodeUTF8));
    StatsTab->setTabText(StatsTab->indexOf(tab), QApplication::translate("TulipStatsData", "Computation", 0, QApplication::UnicodeUTF8));
    StatsResultsFrame->setTitle(QApplication::translate("TulipStatsData", "Results :", 0, QApplication::UnicodeUTF8));
    StdDeviationBox->setTitle(QApplication::translate("TulipStatsData", "Standard Deviation :", 0, QApplication::UnicodeUTF8));
    StdDeviationLbl->setText(QApplication::translate("TulipStatsData", "Sigma = ( 0 )", 0, QApplication::UnicodeUTF8));
    StdDeviationDisplayCB->setText(QString());
    VarianceBox->setTitle(QApplication::translate("TulipStatsData", "Variance :", 0, QApplication::UnicodeUTF8));
    VarianceLbl->setText(QApplication::translate("TulipStatsData", "V = ( 0 )", 0, QApplication::UnicodeUTF8));
    AverageBox->setTitle(QApplication::translate("TulipStatsData", "Average :", 0, QApplication::UnicodeUTF8));
    AverageLbl->setText(QApplication::translate("TulipStatsData", "M = ( 0 )", 0, QApplication::UnicodeUTF8));
    AverageDisplayCB->setText(QString());
    BoundsBox->setTitle(QApplication::translate("TulipStatsData", "Bounds : ", 0, QApplication::UnicodeUTF8));
    MinLbl->setText(QApplication::translate("TulipStatsData", "Min = ( 0 )", 0, QApplication::UnicodeUTF8));
    MaxLbl->setText(QApplication::translate("TulipStatsData", "Max = ( 0 )", 0, QApplication::UnicodeUTF8));
    LinearRegressionBox->setTitle(QApplication::translate("TulipStatsData", "Linear Regression Function (2 metrics) :", 0, QApplication::UnicodeUTF8));
    b0Lbl->setText(QApplication::translate("TulipStatsData", "Ordinate in the beginning = 0", 0, QApplication::UnicodeUTF8));
    b1Lbl->setText(QApplication::translate("TulipStatsData", "Slope = 0", 0, QApplication::UnicodeUTF8));
    LinearDisplayCB->setText(QString());
    AABBDisplayCB->setText(QString());
    EigenBox->setTitle(QApplication::translate("TulipStatsData", "Eigen Vectors (3 metrics) :", 0, QApplication::UnicodeUTF8));
    v1Lbl->setText(QApplication::translate("TulipStatsData", "v1 = (0; 0; 0)", 0, QApplication::UnicodeUTF8));
    v2Lbl->setText(QApplication::translate("TulipStatsData", "v2 = (0; 0; 0)", 0, QApplication::UnicodeUTF8));
    v3Lbl->setText(QApplication::translate("TulipStatsData", "v3 = (0; 0; 0)", 0, QApplication::UnicodeUTF8));
    EigenDisplayCB->setText(QString());
    StatsTab->setTabText(StatsTab->indexOf(tab1), QApplication::translate("TulipStatsData", "Display", 0, QApplication::UnicodeUTF8));
    groupBox9->setTitle(QApplication::translate("TulipStatsData", "Clustering Plane (ax + by + cz + d = 0) :", 0, QApplication::UnicodeUTF8));
    textLabel5->setText(QApplication::translate("TulipStatsData", "a :", 0, QApplication::UnicodeUTF8));
    textLabel5_2->setText(QApplication::translate("TulipStatsData", "b :", 0, QApplication::UnicodeUTF8));
    textLabel5_3->setText(QApplication::translate("TulipStatsData", "c :", 0, QApplication::UnicodeUTF8));
    textLabel5_4->setText(QApplication::translate("TulipStatsData", "d :", 0, QApplication::UnicodeUTF8));
    DisplayCPCB->setText(QApplication::translate("TulipStatsData", "Display Clustering Plane", 0, QApplication::UnicodeUTF8));
    ClusterizeBtn->setText(QApplication::translate("TulipStatsData", "Clusterize", 0, QApplication::UnicodeUTF8));
    textLabel4->setText(QApplication::translate("TulipStatsData", "Clustering value :", 0, QApplication::UnicodeUTF8));
    StatsTab->setTabText(StatsTab->indexOf(tab2), QApplication::translate("TulipStatsData", "Clustering", 0, QApplication::UnicodeUTF8));
    ComputeResultBtn->setText(QApplication::translate("TulipStatsData", "Compute Results", 0, QApplication::UnicodeUTF8));
    Q_UNUSED(TulipStatsData);
    } // retranslateUi

};

namespace Ui {
    class TulipStatsData: public Ui_TulipStatsData {};
} // namespace Ui

QT_END_NAMESPACE

#endif // TULIPSTATSDATA_H