>
> Various dialogs work differently and return different values.  Look at the 
> code: these g.app.gui methods​
>  ​call different Qt dialog methods, as would be expected.
>
Yes, precisely the ones in question are  QInputDialog and QFileDialog. From 
what I've experimented, the others dialogs does not generate new tabs so no 
doesn't need icons.
I first worked with native QinputDialogs and then see that Leo embed those 
functions in Qt-Gui so better to use them.
The mods I've done work well for QinputDialogs, so I've done the same for 
QFileDialog since they both have a setWindowIcon function and child of 
Qdialog class.
But no way to make this work with QFileDialog ! I've googled a lot but not 
found any clue on this very specific issue.
Maybe someone on this forum have an answer.. 

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.

Reply via email to