📄 ui_gobangfrom.h
字号:
/********************************************************************************
** Form generated from reading ui file 'GobangFrom.ui'
**
** Created: Wed Sep 10 21:35:27 2008
** by: Qt User Interface Compiler version 4.3.4
**
** WARNING! All changes made in this file will be lost when recompiling ui file!
********************************************************************************/
#ifndef UI_GOBANGFROM_H
#define UI_GOBANGFROM_H
#include <QtCore/QVariant>
#include <QtGui/QAction>
#include <QtGui/QApplication>
#include <QtGui/QButtonGroup>
#include <QtGui/QFrame>
#include <QtGui/QLabel>
#include <QtGui/QPushButton>
#include <QtGui/QRadioButton>
#include <QtGui/QVBoxLayout>
#include <QtGui/QWidget>
class Ui_From
{
public:
QAction *action_Start;
QAction *action_Undo;
QAction *action_Exit;
QWidget *verticalLayout;
QVBoxLayout *vboxLayout;
QPushButton *StartButton;
QPushButton *UndoButton;
QWidget *verticalLayout_2;
QVBoxLayout *vboxLayout1;
QFrame *line;
QFrame *line_2;
QFrame *line_3;
QWidget *verticalLayout_3;
QVBoxLayout *vboxLayout2;
QPushButton *ExitButton;
QWidget *verticalLayout_4;
QVBoxLayout *vboxLayout3;
QLabel *label_blackfirst;
QRadioButton *radioButton_black;
QRadioButton *radioButton_white;
QFrame *line_4;
QWidget *verticalLayout_5;
QVBoxLayout *vboxLayout4;
QPushButton *helpButton;
QPushButton *aboutButton;
QFrame *line_5;
QLabel *label_name;
QLabel *label_choosechess;
void setupUi(QWidget *From)
{
if (From->objectName().isEmpty())
From->setObjectName(QString::fromUtf8("From"));
From->resize(745, 570);
From->setMinimumSize(QSize(745, 570));
From->setBaseSize(QSize(0, 0));
From->setCursor(QCursor(Qt::ArrowCursor));
action_Start = new QAction(From);
action_Start->setObjectName(QString::fromUtf8("action_Start"));
action_Start->setIcon(QIcon(QString::fromUtf8("images/icons/circle.png")));
action_Undo = new QAction(From);
action_Undo->setObjectName(QString::fromUtf8("action_Undo"));
action_Undo->setIcon(QIcon(QString::fromUtf8("images/icons/undo.png")));
action_Exit = new QAction(From);
action_Exit->setObjectName(QString::fromUtf8("action_Exit"));
action_Exit->setIcon(QIcon(QString::fromUtf8("images/icons/exit.png")));
verticalLayout = new QWidget(From);
verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
verticalLayout->setGeometry(QRect(640, 370, 86, 91));
vboxLayout = new QVBoxLayout(verticalLayout);
vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
vboxLayout->setContentsMargins(0, 0, 0, 0);
StartButton = new QPushButton(verticalLayout);
StartButton->setObjectName(QString::fromUtf8("StartButton"));
StartButton->setIcon(QIcon(QString::fromUtf8("images/icons/circle.png")));
vboxLayout->addWidget(StartButton);
UndoButton = new QPushButton(verticalLayout);
UndoButton->setObjectName(QString::fromUtf8("UndoButton"));
UndoButton->setIcon(QIcon(QString::fromUtf8("images/icons/undo.png")));
vboxLayout->addWidget(UndoButton);
verticalLayout_2 = new QWidget(From);
verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
verticalLayout_2->setGeometry(QRect(0, 0, 611, 551));
vboxLayout1 = new QVBoxLayout(verticalLayout_2);
vboxLayout1->setSpacing(6);
vboxLayout1->setObjectName(QString::fromUtf8("vboxLayout1"));
vboxLayout1->setContentsMargins(0, 0, 0, 0);
line = new QFrame(From);
line->setObjectName(QString::fromUtf8("line"));
line->setGeometry(QRect(610, 0, 20, 581));
line->setFrameShape(QFrame::VLine);
line->setFrameShadow(QFrame::Sunken);
line_2 = new QFrame(From);
line_2->setObjectName(QString::fromUtf8("line_2"));
line_2->setGeometry(QRect(620, 80, 131, 16));
line_2->setFrameShape(QFrame::HLine);
line_2->setFrameShadow(QFrame::Sunken);
line_3 = new QFrame(From);
line_3->setObjectName(QString::fromUtf8("line_3"));
line_3->setGeometry(QRect(620, 200, 131, 16));
line_3->setFrameShape(QFrame::HLine);
line_3->setFrameShadow(QFrame::Sunken);
verticalLayout_3 = new QWidget(From);
verticalLayout_3->setObjectName(QString::fromUtf8("verticalLayout_3"));
verticalLayout_3->setGeometry(QRect(640, 500, 79, 51));
vboxLayout2 = new QVBoxLayout(verticalLayout_3);
vboxLayout2->setObjectName(QString::fromUtf8("vboxLayout2"));
vboxLayout2->setContentsMargins(0, 0, 0, 0);
ExitButton = new QPushButton(verticalLayout_3);
ExitButton->setObjectName(QString::fromUtf8("ExitButton"));
ExitButton->setIcon(QIcon(QString::fromUtf8("images/icons/exit.png")));
vboxLayout2->addWidget(ExitButton);
verticalLayout_4 = new QWidget(From);
verticalLayout_4->setObjectName(QString::fromUtf8("verticalLayout_4"));
verticalLayout_4->setGeometry(QRect(640, 260, 81, 71));
vboxLayout3 = new QVBoxLayout(verticalLayout_4);
vboxLayout3->setObjectName(QString::fromUtf8("vboxLayout3"));
vboxLayout3->setContentsMargins(0, 0, 0, 0);
label_blackfirst = new QLabel(verticalLayout_4);
label_blackfirst->setObjectName(QString::fromUtf8("label_blackfirst"));
vboxLayout3->addWidget(label_blackfirst);
radioButton_black = new QRadioButton(verticalLayout_4);
radioButton_black->setObjectName(QString::fromUtf8("radioButton_black"));
radioButton_black->setEnabled(true);
radioButton_black->setLayoutDirection(Qt::LeftToRight);
radioButton_black->setAutoFillBackground(false);
radioButton_black->setIcon(QIcon(QString::fromUtf8("images/black.png")));
radioButton_black->setChecked(true);
vboxLayout3->addWidget(radioButton_black);
radioButton_white = new QRadioButton(verticalLayout_4);
radioButton_white->setObjectName(QString::fromUtf8("radioButton_white"));
radioButton_white->setIcon(QIcon(QString::fromUtf8("images/white.png")));
vboxLayout3->addWidget(radioButton_white);
line_4 = new QFrame(From);
line_4->setObjectName(QString::fromUtf8("line_4"));
line_4->setGeometry(QRect(620, 340, 131, 16));
line_4->setFrameShape(QFrame::HLine);
line_4->setFrameShadow(QFrame::Sunken);
verticalLayout_5 = new QWidget(From);
verticalLayout_5->setObjectName(QString::fromUtf8("verticalLayout_5"));
verticalLayout_5->setGeometry(QRect(640, 100, 81, 91));
vboxLayout4 = new QVBoxLayout(verticalLayout_5);
vboxLayout4->setObjectName(QString::fromUtf8("vboxLayout4"));
vboxLayout4->setContentsMargins(0, 0, 0, 0);
helpButton = new QPushButton(verticalLayout_5);
helpButton->setObjectName(QString::fromUtf8("helpButton"));
helpButton->setIcon(QIcon(QString::fromUtf8("images/icons/fileopen.png")));
vboxLayout4->addWidget(helpButton);
aboutButton = new QPushButton(verticalLayout_5);
aboutButton->setObjectName(QString::fromUtf8("aboutButton"));
aboutButton->setIcon(QIcon(QString::fromUtf8("images/icons/ok.png")));
vboxLayout4->addWidget(aboutButton);
line_5 = new QFrame(From);
line_5->setObjectName(QString::fromUtf8("line_5"));
line_5->setGeometry(QRect(620, 480, 121, 16));
line_5->setFrameShape(QFrame::HLine);
line_5->setFrameShadow(QFrame::Sunken);
label_name = new QLabel(From);
label_name->setObjectName(QString::fromUtf8("label_name"));
label_name->setGeometry(QRect(630, 30, 108, 31));
label_choosechess = new QLabel(From);
label_choosechess->setObjectName(QString::fromUtf8("label_choosechess"));
label_choosechess->setGeometry(QRect(630, 230, 108, 16));
retranslateUi(From);
QObject::connect(ExitButton, SIGNAL(clicked()), From, SLOT(close()));
QMetaObject::connectSlotsByName(From);
} // setupUi
void retranslateUi(QWidget *From)
{
From->setWindowTitle(QApplication::translate("From", " GoBang =* Crazy Computer *=", 0, QApplication::UnicodeUTF8));
action_Start->setText(QApplication::translate("From", "&Start", 0, QApplication::UnicodeUTF8));
action_Undo->setText(QApplication::translate("From", "&Undo", 0, QApplication::UnicodeUTF8));
action_Exit->setText(QApplication::translate("From", "&Exit", 0, QApplication::UnicodeUTF8));
StartButton->setText(QApplication::translate("From", " Restart", 0, QApplication::UnicodeUTF8));
UndoButton->setText(QApplication::translate("From", " Undo", 0, QApplication::UnicodeUTF8));
ExitButton->setText(QApplication::translate("From", " Exit", 0, QApplication::UnicodeUTF8));
label_blackfirst->setText(QApplication::translate("From", "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
"p, li { white-space: pre-wrap; }\n"
"</style></head><body style=\" font-family:'\345\256\213\344\275\223'; font-size:9pt; font-weight:400; font-style:normal;\">\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-weight:600; color:#4169e1;\">Black First</span></p></body></html>", 0, QApplication::UnicodeUTF8));
radioButton_black->setText(QApplication::translate("From", "Black", 0, QApplication::UnicodeUTF8));
radioButton_white->setText(QApplication::translate("From", "White", 0, QApplication::UnicodeUTF8));
helpButton->setText(QApplication::translate("From", " Help", 0, QApplication::UnicodeUTF8));
aboutButton->setText(QApplication::translate("From", " About", 0, QApplication::UnicodeUTF8));
label_name->setText(QApplication::translate("From", "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
"p, li { white-space: pre-wrap; }\n"
"</style></head><body style=\" font-family:'\345\256\213\344\275\223'; font-size:9pt; font-weight:400; font-style:normal;\">\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:11pt; font-weight:600; color:#4169e1;\">Crazy Gobang</span></p></body></html>", 0, QApplication::UnicodeUTF8));
label_choosechess->setText(QApplication::translate("From", "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
"p, li { white-space: pre-wrap; }\n"
"</style></head><body style=\" font-family:'\345\256\213\344\275\223'; font-size:9pt; font-weight:400; font-style:normal;\">\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:11pt; font-weight:600; color:#4169e1;\">Choose Chess</span></p></body></html>", 0, QApplication::UnicodeUTF8));
Q_UNUSED(From);
} // retranslateUi
};
namespace Ui {
class From: public Ui_From {};
} // namespace Ui
#endif // UI_GOBANGFROM_H
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -