Documented the gui file

This commit is contained in:
2019-12-19 18:16:26 +01:00
parent 8b42603332
commit c415a53c83

View File

@@ -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: