How to create a form widget in QtCreator for entering personal details
Introduction
This is a program to create a form widget using objects of QLineEdit and QLabel. QLabel objects are used to show text whereas QLineEdit objects are used to take inputs from the users. These objects of QLineEdit and QLabel are arranged ...
codingstars.hashnode.dev2 min read