wallpapers/image: port to QtQuick.Dialog for file/folder dialog
- Less code in C++, compile faster, smaller binary
- The backend is easier for maintenance by decoupling this way, as the file dialog does not belong to the backend.
- ImageBackend is also used in the wallpaper itself, and the file dialog is unused there.
Edited by Fushan Wen