Sophie

Sophie

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

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

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

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

#include <QtCore/QVariant>
#include <QtGui/QAction>
#include <QtGui/QApplication>
#include <QtGui/QButtonGroup>
#include <QtGui/QGridLayout>
#include <QtGui/QHBoxLayout>
#include <QtGui/QLabel>
#include <QtGui/QWidget>
#include "kcombobox.h"

QT_BEGIN_NAMESPACE

class Ui_BlogChooserBase
{
public:
    QGridLayout *gridLayout;
    QHBoxLayout *hboxLayout;
    QLabel *label;
    KComboBox *blogCombo;

    void setupUi(QWidget *BlogChooserBase)
    {
    if (BlogChooserBase->objectName().isEmpty())
        BlogChooserBase->setObjectName(QString::fromUtf8("BlogChooserBase"));
    BlogChooserBase->resize(350, 43);
    gridLayout = new QGridLayout(BlogChooserBase);
    gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
    gridLayout->setHorizontalSpacing(3);
    gridLayout->setVerticalSpacing(3);
    gridLayout->setContentsMargins(0, 0, 0, 0);
    hboxLayout = new QHBoxLayout();
    hboxLayout->setSpacing(3);
    hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
    label = new QLabel(BlogChooserBase);
    label->setObjectName(QString::fromUtf8("label"));

    hboxLayout->addWidget(label);

    blogCombo = new KComboBox(BlogChooserBase);
    blogCombo->setObjectName(QString::fromUtf8("blogCombo"));
    QSizePolicy sizePolicy(QSizePolicy::Expanding, QSizePolicy::Fixed);
    sizePolicy.setHorizontalStretch(0);
    sizePolicy.setVerticalStretch(0);
    sizePolicy.setHeightForWidth(blogCombo->sizePolicy().hasHeightForWidth());
    blogCombo->setSizePolicy(sizePolicy);

    hboxLayout->addWidget(blogCombo);


    gridLayout->addLayout(hboxLayout, 0, 0, 1, 1);


    retranslateUi(BlogChooserBase);

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

    void retranslateUi(QWidget *BlogChooserBase)
    {
    label->setText(tr2i18n("Blog:", 0));
    Q_UNUSED(BlogChooserBase);
    } // retranslateUi

};

namespace Ui {
    class BlogChooserBase: public Ui_BlogChooserBase {};
} // namespace Ui

QT_END_NAMESPACE

#endif // BLOGCHOOSERBASE_H