Sophie

Sophie

distrib > Mandriva > 2011.0 > i586 > media > contrib-release-debug > by-pkgid > a682ed06b7e9c8d5c3b6ae729da2d8d5 > files > 57

freego-debug-4.5-1mdv2011.0.i586.rpm

/********************************************************************************
** Form generated from reading UI file 'UIRooterWidget.ui'
**
** Created: Mon Dec 6 20:51:29 2010
**      by: Qt User Interface Compiler version 4.7.1
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/

#ifndef UI_UIROOTERWIDGET_H
#define UI_UIROOTERWIDGET_H

#include <QtCore/QVariant>
#include <QtGui/QAction>
#include <QtGui/QApplication>
#include <QtGui/QButtonGroup>
#include <QtGui/QHBoxLayout>
#include <QtGui/QHeaderView>
#include <QtGui/QScrollArea>
#include <QtGui/QVBoxLayout>
#include <QtGui/QWidget>

QT_BEGIN_NAMESPACE

class Ui_UIRooterWidget
{
public:
    QVBoxLayout *verticalLayout;
    QHBoxLayout *hlayout;
    QScrollArea *saArea;
    QWidget *wContents;

    void setupUi(QWidget *UIRooterWidget)
    {
        if (UIRooterWidget->objectName().isEmpty())
            UIRooterWidget->setObjectName(QString::fromUtf8("UIRooterWidget"));
        UIRooterWidget->resize(402, 300);
        QPalette palette;
        QBrush brush(QColor(255, 255, 255, 255));
        brush.setStyle(Qt::SolidPattern);
        palette.setBrush(QPalette::Active, QPalette::Base, brush);
        QBrush brush1(QColor(255, 255, 255, 0));
        brush1.setStyle(Qt::SolidPattern);
        palette.setBrush(QPalette::Active, QPalette::Window, brush1);
        palette.setBrush(QPalette::Inactive, QPalette::Base, brush);
        palette.setBrush(QPalette::Inactive, QPalette::Window, brush1);
        palette.setBrush(QPalette::Disabled, QPalette::Base, brush1);
        palette.setBrush(QPalette::Disabled, QPalette::Window, brush1);
        UIRooterWidget->setPalette(palette);
        verticalLayout = new QVBoxLayout(UIRooterWidget);
        verticalLayout->setSpacing(0);
        verticalLayout->setContentsMargins(0, 0, 0, 0);
        verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
        hlayout = new QHBoxLayout();
        hlayout->setObjectName(QString::fromUtf8("hlayout"));

        verticalLayout->addLayout(hlayout);

        saArea = new QScrollArea(UIRooterWidget);
        saArea->setObjectName(QString::fromUtf8("saArea"));
        saArea->setFrameShape(QFrame::NoFrame);
        saArea->setWidgetResizable(true);
        saArea->setAlignment(Qt::AlignHCenter|Qt::AlignTop);
        wContents = new QWidget();
        wContents->setObjectName(QString::fromUtf8("wContents"));
        wContents->setGeometry(QRect(0, 0, 402, 16));
        QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Maximum);
        sizePolicy.setHorizontalStretch(0);
        sizePolicy.setVerticalStretch(0);
        sizePolicy.setHeightForWidth(wContents->sizePolicy().hasHeightForWidth());
        wContents->setSizePolicy(sizePolicy);
        saArea->setWidget(wContents);

        verticalLayout->addWidget(saArea);


        retranslateUi(UIRooterWidget);

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

    void retranslateUi(QWidget *UIRooterWidget)
    {
        Q_UNUSED(UIRooterWidget);
    } // retranslateUi

};

namespace Ui {
    class UIRooterWidget: public Ui_UIRooterWidget {};
} // namespace Ui

QT_END_NAMESPACE

#endif // UI_UIROOTERWIDGET_H