Dialogs, QPT and Qt5

Àlex Fiestas afiestas at kde.org
Thu Nov 28 18:06:28 UTC 2013


On Thursday 28 November 2013 17:53:14 Aleix Pol wrote:
> Dear frameworkers,
> I've seen that when we ask for a QFileDialog in KF5 we get a generic
> QFileDialog at the moment. The reason is simple, KFileDialog is deprecated
> in KDE4Support and we are not implementing
> QPlatformDialogHelper *QPlatformThemecreatePlatformDialogHelper(DialogType
> dialogType).
> 
> I would like to make it happen, my only question is then what should we do?
> Should we have a framework for KFileDialog, KColorDialog and KFontDialog?
> Should we fork them and get  a copy in PlatformIntegration?

A third option would be making this a not "source compatible" change and force 
applications to switch from K*Dialog to Q*Dialog.

That way, we could move the code directly to platformintegration.

Cheers !


More information about the Kde-frameworks-devel mailing list