Engauge Digitizer 2
|
Class to create icons for MainWindow class. More...
#include <CreateIcons.h>
Public Member Functions | |
CreateIcons () | |
Single constructor. | |
void | create (MainWindow &mw) |
Create QIcon items. |
Class to create icons for MainWindow class.
We derive from QObject and use Q_OBJECT so translations work
Definition at line 16 of file CreateIcons.h.
CreateIcons::CreateIcons | ( | ) |
void CreateIcons::create | ( | MainWindow & | mw | ) |
Create QIcon items.
Definition at line 15 of file CreateIcons.cpp.