Hi,

since I want to remove the selected dotted line from all QPushButton's, I have my own class MyButton with QPushButton as base. Fine. I also can replace all instances of QPushButton I use by hand. No Problem so long, but how can I even change the button used in file dialogs etc. (generated from Qt) or in QDialogButtonBox? Any simple possibility?

Thanks,

Lykurg