Skip to content

Commit

Permalink
Added brief comment to lineeditlayout.h class
Browse files Browse the repository at this point in the history
  • Loading branch information
JairajJangle committed Jul 20, 2020
1 parent a4c55f6 commit b653386
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CustomWidgets/lineeditlayout.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@
// Used in included files, do not remove
#include <QValidator>

/**
* @brief The LineEditLayout class Cusotm Layout to show a labelled QLineEdit
* Consists for a Horizontal Layout with QLabel and a QLineEdit
*/
class LineEditLayout: public QHBoxLayout
{
Q_OBJECT
Expand Down

0 comments on commit b653386

Please sign in to comment.