⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ui_ccc.h

📁 Qt4中文化的小例子, C++语言编写。 支持多平台
💻 H
字号:
/********************************************************************************
** Form generated from reading ui file 'ccc.ui'
**
** Created: Mon Mar 9 10:27:27 2009
**      by: Qt User Interface Compiler version 4.5.0
**
** WARNING! All changes made in this file will be lost when recompiling ui file!
********************************************************************************/

#ifndef UI_CCC_H
#define UI_CCC_H

#include <QtCore/QVariant>
#include <QtGui/QAction>
#include <QtGui/QApplication>
#include <QtGui/QButtonGroup>
#include <QtGui/QDialog>
#include <QtGui/QGroupBox>
#include <QtGui/QHBoxLayout>
#include <QtGui/QHeaderView>
#include <QtGui/QLabel>
#include <QtGui/QPushButton>
#include <QtGui/QRadioButton>
#include <QtGui/QSpacerItem>
#include <QtGui/QTextEdit>
#include <QtGui/QVBoxLayout>

QT_BEGIN_NAMESPACE

class Ui_cccClass
{
public:
    QVBoxLayout *vboxLayout;
    QHBoxLayout *hboxLayout;
    QGroupBox *groupBox;
    QVBoxLayout *vboxLayout1;
    QRadioButton *radioButton;
    QLabel *label;
    QRadioButton *radioButton_2;
    QRadioButton *radioButton_3;
    QTextEdit *textEdit;
    QHBoxLayout *hboxLayout1;
    QSpacerItem *spacerItem;
    QPushButton *pushButton;

    void setupUi(QDialog *cccClass)
    {
        if (cccClass->objectName().isEmpty())
            cccClass->setObjectName(QString::fromUtf8("cccClass"));
        cccClass->resize(428, 230);
        vboxLayout = new QVBoxLayout(cccClass);
        vboxLayout->setSpacing(6);
        vboxLayout->setMargin(11);
        vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
        vboxLayout->setContentsMargins(9, 9, 9, 9);
        hboxLayout = new QHBoxLayout();
        hboxLayout->setSpacing(6);
        hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
        hboxLayout->setContentsMargins(0, 0, 0, 0);
        groupBox = new QGroupBox(cccClass);
        groupBox->setObjectName(QString::fromUtf8("groupBox"));
        vboxLayout1 = new QVBoxLayout(groupBox);
        vboxLayout1->setSpacing(6);
        vboxLayout1->setMargin(11);
        vboxLayout1->setObjectName(QString::fromUtf8("vboxLayout1"));
        vboxLayout1->setContentsMargins(9, 9, 9, 9);
        radioButton = new QRadioButton(groupBox);
        radioButton->setObjectName(QString::fromUtf8("radioButton"));

        vboxLayout1->addWidget(radioButton);

        label = new QLabel(groupBox);
        label->setObjectName(QString::fromUtf8("label"));

        vboxLayout1->addWidget(label);

        radioButton_2 = new QRadioButton(groupBox);
        radioButton_2->setObjectName(QString::fromUtf8("radioButton_2"));

        vboxLayout1->addWidget(radioButton_2);

        radioButton_3 = new QRadioButton(groupBox);
        radioButton_3->setObjectName(QString::fromUtf8("radioButton_3"));

        vboxLayout1->addWidget(radioButton_3);


        hboxLayout->addWidget(groupBox);

        textEdit = new QTextEdit(cccClass);
        textEdit->setObjectName(QString::fromUtf8("textEdit"));

        hboxLayout->addWidget(textEdit);


        vboxLayout->addLayout(hboxLayout);

        hboxLayout1 = new QHBoxLayout();
        hboxLayout1->setSpacing(6);
        hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1"));
        hboxLayout1->setContentsMargins(0, 0, 0, 0);
        spacerItem = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);

        hboxLayout1->addItem(spacerItem);

        pushButton = new QPushButton(cccClass);
        pushButton->setObjectName(QString::fromUtf8("pushButton"));

        hboxLayout1->addWidget(pushButton);


        vboxLayout->addLayout(hboxLayout1);


        retranslateUi(cccClass);

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

    void retranslateUi(QDialog *cccClass)
    {
        cccClass->setWindowTitle(QApplication::translate("cccClass", "ccc", 0, QApplication::UnicodeUTF8));
        cccClass->setStyleSheet(QApplication::translate("cccClass", "QPushButton { background-color: yellow};\n"
"QTextEdit {border-color:red};\n"
"", 0, QApplication::UnicodeUTF8));
        groupBox->setTitle(QApplication::translate("cccClass", "GroupBox", 0, QApplication::UnicodeUTF8));
        radioButton->setText(QApplication::translate("cccClass", "I", 0, QApplication::UnicodeUTF8));
        label->setText(QString());
        radioButton_2->setText(QApplication::translate("cccClass", "You", 0, QApplication::UnicodeUTF8));
        radioButton_3->setText(QApplication::translate("cccClass", "He", 0, QApplication::UnicodeUTF8));
        pushButton->setText(QApplication::translate("cccClass", "PushButton", 0, QApplication::UnicodeUTF8));
        Q_UNUSED(cccClass);
    } // retranslateUi

};

namespace Ui {
    class cccClass: public Ui_cccClass {};
} // namespace Ui

QT_END_NAMESPACE

#endif // UI_CCC_H

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -