Check QLineEdit empty
General and Desktop
3
Posts
3
Posters
25.0k
Views
2
Watching
-
wrote on 1 Sept 2015, 18:04 last edited by
Hi i am developing an application which has form with lot of QLineEdit widgets. I need to check is these field empty before submit. is there any way to achieve it
-
Hi,
myLineEdit->text().isEmpty()
should to the job -
wrote on 1 Sept 2015, 19:58 last edited by
1/3