Improve documentation for UI classes
This commit is contained in:
@@ -3,8 +3,9 @@
|
||||
|
||||
#include <QLineEdit>
|
||||
|
||||
// Line edit that can be marked as "invalid". When marked as invalid,
|
||||
// it will get a red background until it is focused.
|
||||
/** Line edit that can be marked as "invalid" to show input validation feedback. When marked as invalid,
|
||||
it will get a red background until it is focused.
|
||||
*/
|
||||
class QValidatedLineEdit : public QLineEdit
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
Reference in New Issue
Block a user