PDA

View Full Version : jump from one html page to another html page



RENOLD
6th February 2012, 12:08
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 ??

wysota
6th February 2012, 14:14
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.

RENOLD
8th February 2012, 05:30
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!!!!!!!!!!

ChrisW67
8th February 2012, 07:17
Please read the friendly manual, included with every copy of Qt, on QSpinBox.

RENOLD
10th February 2012, 05:41
Thank you.... I completed it.... I am very happy.... :)