Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
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
myLineEdit->text().isEmpty()
Have a look at the documentation
Have a good day,