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