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

📄 ui_dialog.h

📁 在LINUX平台下
💻 H
字号:
/********************************************************************************** Form generated from reading ui file 'dialog.ui'**** Created: Sun May 11 16:56:02 2008**      by: Qt User Interface Compiler version 4.3.2**** WARNING! All changes made in this file will be lost when recompiling ui file!********************************************************************************/#ifndef UI_DIALOG_H#define UI_DIALOG_H#include <QtCore/QVariant>#include <QtGui/QAction>#include <QtGui/QApplication>#include <QtGui/QButtonGroup>#include <QtGui/QDialog>#include <QtGui/QHBoxLayout>#include <QtGui/QLineEdit>#include <QtGui/QPushButton>#include <QtGui/QVBoxLayout>#include <QtGui/QWidget>class Ui_Dialog{public:    QPushButton *QuitButton;    QWidget *layoutWidget;    QVBoxLayout *vboxLayout;    QLineEdit *ReceiveText;    QHBoxLayout *hboxLayout;    QPushButton *ReceiveButton;    QPushButton *StartServerButton;    void setupUi(QDialog *Dialog)    {    if (Dialog->objectName().isEmpty())        Dialog->setObjectName(QString::fromUtf8("Dialog"));    Dialog->resize(315, 188);    QuitButton = new QPushButton(Dialog);    QuitButton->setObjectName(QString::fromUtf8("QuitButton"));    QuitButton->setGeometry(QRect(220, 150, 75, 27));    layoutWidget = new QWidget(Dialog);    layoutWidget->setObjectName(QString::fromUtf8("layoutWidget"));    layoutWidget->setGeometry(QRect(30, 30, 241, 91));    vboxLayout = new QVBoxLayout(layoutWidget);    vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));    vboxLayout->setContentsMargins(0, 0, 0, 0);    ReceiveText = new QLineEdit(layoutWidget);    ReceiveText->setObjectName(QString::fromUtf8("ReceiveText"));    vboxLayout->addWidget(ReceiveText);    hboxLayout = new QHBoxLayout();    hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));    ReceiveButton = new QPushButton(layoutWidget);    ReceiveButton->setObjectName(QString::fromUtf8("ReceiveButton"));    hboxLayout->addWidget(ReceiveButton);    StartServerButton = new QPushButton(layoutWidget);    StartServerButton->setObjectName(QString::fromUtf8("StartServerButton"));    hboxLayout->addWidget(StartServerButton);    vboxLayout->addLayout(hboxLayout);    retranslateUi(Dialog);    QMetaObject::connectSlotsByName(Dialog);    } // setupUi    void retranslateUi(QDialog *Dialog)    {    Dialog->setWindowTitle(QApplication::translate("Dialog", "\346\216\245\346\224\266\347\253\257", 0, QApplication::UnicodeUTF8));    QuitButton->setText(QApplication::translate("Dialog", "\351\200\200\345\207\272", 0, QApplication::UnicodeUTF8));    ReceiveButton->setText(QApplication::translate("Dialog", "\346\216\245\346\224\266", 0, QApplication::UnicodeUTF8));    StartServerButton->setText(QApplication::translate("Dialog", "\345\220\257\345\212\250", 0, QApplication::UnicodeUTF8));    Q_UNUSED(Dialog);    } // retranslateUi};namespace Ui {    class Dialog: public Ui_Dialog {};} // namespace Ui#endif // UI_DIALOG_H

⌨️ 快捷键说明

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