From 80e36da2bbb4c6ce0e6f04ccff595f61769bb4ab Mon Sep 17 00:00:00 2001 From: Stefan Suhren Date: Mon, 30 Mar 2015 10:33:49 +0200 Subject: Adds comments and uses naming convention for auto connection --- dlgpreferences.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'dlgpreferences.h') diff --git a/dlgpreferences.h b/dlgpreferences.h index 2921959..6848cc6 100644 --- a/dlgpreferences.h +++ b/dlgpreferences.h @@ -8,6 +8,9 @@ namespace Ui { class DlgPreferences; } +/** + * @brief The DlgPreferences class + */ class DlgPreferences : public QDialog { Q_OBJECT @@ -19,11 +22,21 @@ public: explicit DlgPreferences(QWidget *parent = 0); ~DlgPreferences(); + /** + * @brief Height from lineEditHeight + * @return + * The hight entered by the user. + */ int Height() const { return m_Height; } + /** + * @brief Width from lineEditWidth + * @return + * The width entered by the user. + */ int Width() const { return m_Width; -- cgit v1.2.3-70-g09d2