📄 testsuitechooser.h
字号:
/****************************************************************************** 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -