Can I not create softkeys simply with Qt UI designer?
Am I better off not using actual softkeys if I want to use the UI designer?
Can I not create softkeys simply with Qt UI designer?
Am I better off not using actual softkeys if I want to use the UI designer?
I think you're best off by setting soft keys in code, by using a QAction with a softKeyRole set.
http://www.developer.nokia.com/Commu...to_QMainWindow
- Late