On Sunday 07 October 2012 12:20:01 R. Reucher wrote: > Now, to solve this "issue" for my users, I would need to know which key / > key- sequence is used on Mac OS X to activate an item in a view (instead > of Enter/Return)???! My application allows users to remap key-sqeuences, > so if I knew the respective sequence, the user could change it. Never mind, I think I found out myself:
>From http://qt-project.org/doc/qt-4.8/qlistwidget.html#itemActivated: "... (on Windows and X11 this is the Return key, on Mac OS X it is Ctrl+0)." However, that information is missing in the QTreeWidget doc. And (please correct me if I'm wrong), it's apparently not 'Ctrl+0' (zero) but 'Ctrl+O'. Cheers, René _______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest
