-
Notifications
You must be signed in to change notification settings - Fork 0
/
Format_dlg.h
45 lines (30 loc) · 843 Bytes
/
Format_dlg.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
/**********************************************************************
--- Qt Architect generated file ---
File: Format_dlg.h
Last generated: Tue Mar 9 11:13:05 1999
*********************************************************************/
#ifndef Format_dlg_included
#define Format_dlg_included
#include "Format_dlgData.h"
#include "config_dlg.h"
class Format_dlg : public Format_dlgData
{
Q_OBJECT
public:
Format_dlg
(
QWidget* parent = NULL,
const char* name = NULL,
const char* dev_name_arg = NULL,
const struct fmt_config *fmt_cfg_arg = NULL
);
virtual ~Format_dlg();
private:
char dev_name[50];
struct fmt_config *fmt_cfg;
int system(const char *command);
private slots:
virtual void format_click();
virtual void cancel_click();
};
#endif // Format_dlg_included