mirror of
https://github.com/creyD/intelliphoto.git
synced 2026-04-17 05:40:31 +02:00
Documented the gui file
This commit is contained in:
@@ -16,12 +16,18 @@ class IntelliTool;
|
|||||||
|
|
||||||
class IntelliColorPicker;
|
class IntelliColorPicker;
|
||||||
|
|
||||||
|
/*!
|
||||||
|
* \brief The IntelliPhotoGui class handles the graphical user interface for the intelliPhoto program
|
||||||
|
*/
|
||||||
class IntelliPhotoGui : public QMainWindow{
|
class IntelliPhotoGui : public QMainWindow{
|
||||||
// Declares our class as a QObject which is the base class
|
// Declares our class as a QObject which is the base class
|
||||||
// for all Qt objects
|
// for all Qt objects
|
||||||
// QObjects handle events
|
// QObjects handle events
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
public:
|
public:
|
||||||
|
/*!
|
||||||
|
* \brief The IntelliPhotoGui method is the constructor and is used to create a new instance of the main program window
|
||||||
|
*/
|
||||||
IntelliPhotoGui();
|
IntelliPhotoGui();
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
|||||||
Reference in New Issue
Block a user