Subversion Repositories Code-Repo

Rev

Rev 346 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 346 Rev 347
Line 35... Line 35...
35
    connect(btnExport, SIGNAL(clicked()), this, SLOT(Macro_WriteToFile()));
35
    connect(btnExport, SIGNAL(clicked()), this, SLOT(Macro_WriteToFile()));
36
    connect(btnImport, SIGNAL(clicked()), this, SLOT(Macro_ReadFromFile()));
36
    connect(btnImport, SIGNAL(clicked()), this, SLOT(Macro_ReadFromFile()));
37
    connect(sigMapper, SIGNAL(mapped(QWidget*)), this, SLOT(Macro_InitTransmit(QWidget*)));
37
    connect(sigMapper, SIGNAL(mapped(QWidget*)), this, SLOT(Macro_InitTransmit(QWidget*)));
38
 
38
 
39
    setWindowTitle("Macro Settings");
39
    setWindowTitle("Macro Settings");
-
 
40
    setWindowIcon(QIcon(":/External/Resources/Icon_16.bmp"));
40
}
41
}
41
 
42
 
42
MacroController::~MacroController()
43
MacroController::~MacroController()
43
{
44
{
44
 
45