View Single Post
w00t's Avatar
Posts: 1,055 | Thanked: 4,107 times | Joined on Oct 2009 @ Norway
#84
Originally Posted by mikhas View Post
Use them. I talked about feel. Not look. There are subtle surprises everywhere.
Actually, after looking into this further, Qt directly *instantiates* the Gtk filechooser dialog when running under Gnome. It doesn't reimplement it at all.

Take a look at QGtkStylePrivate:penFilename(). QGtkStylePrivate::gtk_file_chooser_dialog_new is retrieved from Gtk itself (see QGtkStylePrivate::resolveGtk())

So I think this might have been a case of severe misinformation on your part.
__________________
i'm a Qt expert and former Jolla sailor (forever sailing, in spirit).
if you like, read more about me.
if you find me entertaining, or useful, thank me. if you don't, then tell me why.
 

The Following User Says Thank You to w00t For This Useful Post: