From c415a53c83e36518851ea169872fefc3774b066d Mon Sep 17 00:00:00 2001 From: Conrad Date: Thu, 19 Dec 2019 18:16:26 +0100 Subject: [PATCH] Documented the gui file --- src/GUI/IntelliPhotoGui.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/GUI/IntelliPhotoGui.h b/src/GUI/IntelliPhotoGui.h index 787978c..220df8c 100644 --- a/src/GUI/IntelliPhotoGui.h +++ b/src/GUI/IntelliPhotoGui.h @@ -16,12 +16,18 @@ class IntelliTool; class IntelliColorPicker; +/*! + * \brief The IntelliPhotoGui class handles the graphical user interface for the intelliPhoto program + */ class IntelliPhotoGui : public QMainWindow{ // Declares our class as a QObject which is the base class // for all Qt objects // QObjects handle events Q_OBJECT public: + /*! + * \brief The IntelliPhotoGui method is the constructor and is used to create a new instance of the main program window + */ IntelliPhotoGui(); protected: