Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 9e7967c7d90505f6eaae6a859313fe67 > files > 32

kblogger-debug-1.0-0.alpha2.1mdv2009.0.i586.rpm

#include <kdialog.h>
#include <klocale.h>

/********************************************************************************
** Form generated from reading ui file 'importmediadialogbase.ui'
**
** Created: Fri Jul 18 16:46:54 2008
**      by: Qt User Interface Compiler version 4.4.0
**
** WARNING! All changes made in this file will be lost when recompiling ui file!
********************************************************************************/

#ifndef UI_IMPORTMEDIADIALOGBASE_H
#define UI_IMPORTMEDIADIALOGBASE_H

#include <QtCore/QVariant>
#include <QtGui/QAction>
#include <QtGui/QApplication>
#include <QtGui/QButtonGroup>
#include <QtGui/QGridLayout>
#include <QtGui/QLabel>
#include <QtGui/QTreeWidget>
#include <QtGui/QWidget>

QT_BEGIN_NAMESPACE

class Ui_ImportMediaWidgetBase
{
public:
    QGridLayout *gridLayout;
    QLabel *label;
    QTreeWidget *mediaTreeWidget;
    QLabel *blacklistLabel;

    void setupUi(QWidget *ImportMediaWidgetBase)
    {
    if (ImportMediaWidgetBase->objectName().isEmpty())
        ImportMediaWidgetBase->setObjectName(QString::fromUtf8("ImportMediaWidgetBase"));
    ImportMediaWidgetBase->resize(409, 402);
    gridLayout = new QGridLayout(ImportMediaWidgetBase);
    gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
    label = new QLabel(ImportMediaWidgetBase);
    label->setObjectName(QString::fromUtf8("label"));
    label->setScaledContents(true);
    label->setWordWrap(true);

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

    mediaTreeWidget = new QTreeWidget(ImportMediaWidgetBase);
    mediaTreeWidget->setObjectName(QString::fromUtf8("mediaTreeWidget"));

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

    blacklistLabel = new QLabel(ImportMediaWidgetBase);
    blacklistLabel->setObjectName(QString::fromUtf8("blacklistLabel"));

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


    retranslateUi(ImportMediaWidgetBase);

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

    void retranslateUi(QWidget *ImportMediaWidgetBase)
    {
    ImportMediaWidgetBase->setWindowTitle(tr2i18n("Import Media", 0));
    label->setText(tr2i18n("Click OK to import this media in KBlogger", 0));
    mediaTreeWidget->headerItem()->setText(0, tr2i18n("Url", 0));
    mediaTreeWidget->headerItem()->setText(1, tr2i18n("Blog", 0));
    mediaTreeWidget->headerItem()->setText(2, tr2i18n("Post ID", 0));
    mediaTreeWidget->headerItem()->setText(3, tr2i18n("Size", 0));
    blacklistLabel->setText(tr2i18n("No blacklisted media urls here.", 0));
    Q_UNUSED(ImportMediaWidgetBase);
    } // retranslateUi

};

namespace Ui {
    class ImportMediaWidgetBase: public Ui_ImportMediaWidgetBase {};
} // namespace Ui

QT_END_NAMESPACE

#endif // IMPORTMEDIADIALOGBASE_H