Hello
I have Kubuntu 24.04 + Shotcut 24.04.01
I am guessing Shotcut is programmed using Qt lib. I also use Qt lib in my projects.
I am guessing that Shotcut uses #include
and also
QFileDialog *aDlg;
aDlg->setOption(QFileDialog::DontUseNativeDialog, TRUE);
Can we get the ability to change that from a Config.ini file?
I would like to set it to FALSE so that the standard KDE dialogbox shows up instead of the Qt dialog boxes. There are small differences between them.