HI All,
I want to remove/hide the default "Exit" softkey from my application in certain widgets.I am waiting for your suggestions.
Regards
vsh.rules
HI All,
I want to remove/hide the default "Exit" softkey from my application in certain widgets.I am waiting for your suggestions.
Regards
vsh.rules
have you tried QWidget::ShowFullScreen, i guess that will surely help you.
Gargi Das- http://gargidas.blogsot.com
Forum Nokia Python Wiki
Learn Python at http://mobapps.org/PyS60
hmmm i guess then you need to make you custom widget using a single QPushButton as a positive Softkey.
Gargi Das- http://gargidas.blogsot.com
Forum Nokia Python Wiki
Learn Python at http://mobapps.org/PyS60
its simple make class derived from QWidget, make it occupy full screen than place a QPushButton on any place you want, thats all. If you have tried this let us know what problem you are facing in this.
Gargi Das- http://gargidas.blogsot.com
Forum Nokia Python Wiki
Learn Python at http://mobapps.org/PyS60
I want to remove/hide the default "Exit" softkey in QML from my application in certain widgets.Without using showFullScreen() I am waiting for your suggestions.