Creating a Simple Widget by using spinbox and slider in Qt Creator
Introduction
This is an example of a simple widget using spinbox and slider in a grid layout arranged row-wise. Spinbox and slider are connected through signal and slot mechanism.
Steps for implementation
Follow these steps:
Step 1 : Create widgets o...
codingstars.hashnode.dev2 min read