View Single Post
Posts: 3,617 | Thanked: 2,412 times | Joined on Nov 2009 @ Cambridge, UK
#7
Originally Posted by ahmadka View Post
Alright thanks, but for the picture I've mentioned above, exactly which form of a Dialog is being used (e.g. QDialog, etc ..), and are those the ordinary Push Buttons that you see all over this Dialog ? ... I'm ask this because the first 3 buttons have a heading mentioned (e.g. 'Local Data Source'), and then a value mentioned next to it too (e.g. 'Built-in') in an orange color .. so this can't be an ordinary push button, can it ?
Assuming that's actually using Qt, it's almost certainly a plain QDialog. The buttons are a combination of QPushButton and QMaemo5ValueButton (see http://doc.qt.nokia.com/qt-maemo-4.6...luebutton.html).