Skip to content

wallpapers/image: port to QtQuick.Dialog for file/folder dialog

Fushan Wen requested to merge work/fuf/morebindings into master
  1. Less code in C++, compile faster, smaller binary
  2. The backend is easier for maintenance by decoupling this way, as the file dialog does not belong to the backend.
  3. ImageBackend is also used in the wallpaper itself, and the file dialog is unused there.
Edited by Fushan Wen

Merge request reports