彻底改版2.0
This commit is contained in:
28
control/saveruntime/frmsaveruntime.h
Normal file
28
control/saveruntime/frmsaveruntime.h
Normal file
@@ -0,0 +1,28 @@
|
||||
#ifndef FRMSAVERUNTIME_H
|
||||
#define FRMSAVERUNTIME_H
|
||||
|
||||
#include <QWidget>
|
||||
|
||||
namespace Ui {
|
||||
class frmSaveRunTime;
|
||||
}
|
||||
|
||||
class frmSaveRunTime : public QWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit frmSaveRunTime(QWidget *parent = 0);
|
||||
~frmSaveRunTime();
|
||||
|
||||
private:
|
||||
Ui::frmSaveRunTime *ui;
|
||||
|
||||
private slots:
|
||||
void on_checkBox_stateChanged(int arg1);
|
||||
void on_btnAppend_clicked();
|
||||
void on_btnUpdate_clicked();
|
||||
void on_btnOpen_clicked();
|
||||
};
|
||||
|
||||
#endif // FRMSAVERUNTIME_H
|
||||
Reference in New Issue
Block a user