View Single Post
Posts: 3,617 | Thanked: 2,412 times | Joined on Nov 2009 @ Cambridge, UK
#4
Originally Posted by ahmadka View Post
Alright thanks, so if I had to add a Dialog with some buttons and stuff in it, like in this picture (taken from Erminig) .....



... I would have to have a QDialog, which contains all the controls I need ?
Yes, a QDialog is the most flexible option, but the subclasses (like QMessageBox and QInputDialog) provide simple ways to implement standard dialogs. The Qt documentation provides screenshots of most of these - the Maemo implementation will be slightly different, but you should be able to get the basic idea of what each offers (and be able to match it to where you've seen the equivalent interfaces in Maemo) from there.