彻底改版2.0
This commit is contained in:
26
third/shortcut/frmshortcut.h
Normal file
26
third/shortcut/frmshortcut.h
Normal file
@@ -0,0 +1,26 @@
|
||||
#ifndef FRMSHORTCUT_H
|
||||
#define FRMSHORTCUT_H
|
||||
|
||||
#include <QWidget>
|
||||
|
||||
namespace Ui {
|
||||
class frmShortCut;
|
||||
}
|
||||
|
||||
class frmShortCut : public QWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit frmShortCut(QWidget *parent = 0);
|
||||
~frmShortCut();
|
||||
|
||||
private:
|
||||
Ui::frmShortCut *ui;
|
||||
|
||||
private slots:
|
||||
void initForm();
|
||||
void shortcut();
|
||||
};
|
||||
|
||||
#endif // FRMSHORTCUT_H
|
||||
Reference in New Issue
Block a user