playersdialog.hh

来自「Dick Board Games是一个为QT, GTK和控制台提供的棋类游戏集(」· HH 代码 · 共 61 行

HH
61
字号
/****************************************************************************** Form interface generated from reading ui file 'playersdialog.ui'**** Created: Wed Feb 7 00:20:56 2001**      by:  The User Interface Compiler (uic)**** WARNING! All changes made in this file will be lost!****************************************************************************/#ifndef QPLAYERSDIALOG_H#define QPLAYERSDIALOG_H#include <qvariant.h>#include <qdialog.h>class QVBoxLayout; class QHBoxLayout; class QGridLayout; class QCheckBox;class QGroupBox;class QLabel;class QLineEdit;class QPushButton;class QSlider;class QPlayersDialog : public QDialog{     Q_OBJECTpublic:    QPlayersDialog( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );    ~QPlayersDialog();    QGroupBox* GroupBox2;    QLabel* TextLabel1;    QLineEdit* name1;    QCheckBox* human1;    QLabel* TextLabel1_2;    QSlider* skill1;    QGroupBox* GroupBox2_2;    QLabel* TextLabel1_4;    QLineEdit* name2;    QCheckBox* human2;    QLabel* TextLabel1_2_3;    QSlider* skill2;    QPushButton* b_OK;    QPushButton* b_Cancel;public slots:    virtual void applyChanges();protected:    QVBoxLayout* Layout14;    QHBoxLayout* Layout11;    QHBoxLayout* Layout5;    QHBoxLayout* Layout11_2;    QHBoxLayout* Layout5_3;    QHBoxLayout* Layout15;    bool event( QEvent* );};#endif // QPLAYERSDIALOG_H

⌨️ 快捷键说明

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