git-svn-id: svn://db.shs.com.ru/libs@352 a8b55f48-bf90-11e4-a774-851b48703e85
This commit is contained in:
33
qcd_utils/pult/cdpultwindow.h
Normal file
33
qcd_utils/pult/cdpultwindow.h
Normal file
@@ -0,0 +1,33 @@
|
||||
#ifndef CDPULTWINDOW_H
|
||||
#define CDPULTWINDOW_H
|
||||
|
||||
#include "emainwindow.h"
|
||||
|
||||
|
||||
namespace Ui {
|
||||
class CDPultWindow;
|
||||
}
|
||||
|
||||
class CDPultWindow : public EMainWindow
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit CDPultWindow(QWidget *parent = 0);
|
||||
~CDPultWindow();
|
||||
|
||||
private:
|
||||
void closeEvent(QCloseEvent * );
|
||||
void timerEvent(QTimerEvent *);
|
||||
void reset(bool full = false);
|
||||
bool load(const QString & path);
|
||||
bool save(const QString & path);
|
||||
void loadingSession(QPIConfig & conf);
|
||||
void savingSession(QPIConfig & conf);
|
||||
void addToErrorList(QString msg);
|
||||
QString loadFilter() {return "CD file(*.dat)";}
|
||||
QString saveFilter() {return "CD file(*.dat)";}
|
||||
Ui::CDPultWindow *ui;
|
||||
};
|
||||
|
||||
#endif // CDPULTWINDOW_H
|
||||
Reference in New Issue
Block a user