It doesn't use widgets, QtGui is enough
Description
Description
Status | Assigned | Task | ||
---|---|---|---|---|
Open | None | T12089 KIO for KF6 | ||
Open | None | T12090 Move previewjob to KioGui |
Comment Actions
PreviewJob uses ThumbCreator, which uses QWidgets to do the plugin specific configuration. Currently, it opens a dialog on a configuration request and expects the same dialog passed in again (as QWidget*) to apply/save a configuration change.
This has several drawbacks:
- All plugins link to QWidgets, even when having no configuration options
- All previewjob users link to QWidgets, even when not exposing any means to invoke the configuration dialog
Comment Actions
PreviewJob uses ThumbCreator, which uses QWidgets to do the plugin specific configuration.
That is solved in T14695