I know how to include QSpinBox
in user interface by coding.
QSpinBox *spinbox= new QSpinBox(this);
Now I am looking for such a function by which I can set the QSpinBox
in a particular position in user interface by giving coordinates value of this position.
I tried a couple of functions, but now one is giving me right solution how I would like to have?
Are there any such function in Qt? Thanks in advance.