jump from one html page to another html page
i want to make some that kind of application in which I can jump to another html page from open html page. To do so I enter the page number on which I want to jump. So how can I do so, Is it spinBox() helpful to me??? Or any other way through which I can do that ??
Re: jump from one html page to another html page
Please be more descriptive about your problem. If you want to load a new page when the spinbox value is changed then yes, it is possible -- QSpinBox has a valueChanged() signal.
Re: jump from one html page to another html page
Thanks for reply, If it is possible then please can you show me any test code which is useful to me in understanding how to use spinbox!!!!!!!!!! and how to read value of that spinbox!!!!!!!!!!
Re: jump from one html page to another html page
Please read the friendly manual, included with every copy of Qt, on QSpinBox.
Re: jump from one html page to another html page
Thank you.... I completed it.... I am very happy.... :)