Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
How to change Linux OpenFileDialog to custom QDialog ?
-
I want to change default OpenFileDialog to self-design QDialog in Linux.
-
- why?
- will not work, you have to write your own class and call it by your own.
-
@sonichy
You are presumably already aware that you have a choice of two different dialogs according as you do or do not specifyDontUseNativeDialog
? Neither of these is what you want?