testsuitechooser.h

来自「强化学习算法(R-Learning)难得的珍贵资料」· C头文件 代码 · 共 53 行

H
53
字号
/****************************************************************************** Form interface generated from reading ui file 'testsuitechooser.ui'**** Created: Di 5. Okt 11:36:44 2004**      by: The User Interface Compiler ($Id: qt/main.cpp   3.3.1   edited Nov 24 13:47 $)**** WARNING! All changes made in this file will be lost!****************************************************************************/#ifndef TESTSUITECHOOSER_H#define TESTSUITECHOOSER_H#include "cqtconfig.h"

#ifdef RL_TOOLBOX_USE_QT
#include <qvariant.h>#include <qdialog.h>class QVBoxLayout;class QHBoxLayout;class QGridLayout;class QSpacerItem;class QLabel;class QComboBox;class QPushButton;class testSuiteChooser : public QDialog{    Q_OBJECTpublic:    testSuiteChooser( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );    ~testSuiteChooser();    QLabel* textLabel4;    QLabel* textLabel5;    QComboBox* algorithmCombo;    QComboBox* testsuiteCombo;    QPushButton* testSuiteChooserOKButton;protected:protected slots:    virtual void languageChange();};#endif#endif // TESTSUITECHOOSER_H

⌨️ 快捷键说明

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