helloSystem / Filer

A file manager that can also render the desktop
GNU General Public License v2.0
31 stars 9 forks source link

Animate changes in icon placement #143

Open probonopd opened 2 years ago

probonopd commented 2 years ago

Animate changes in icon placement on the desktop and in windows using QPropertyAnimation.

https://stackoverflow.com/a/25765997

Needs QAbstractItemModel which we luckily have:

% grep -r QAbstractItemModel ./src | cut -d ":" -f 1 | sort | uniq
./src/dirtreemodel.cpp
./src/dirtreemodel.h
./src/dirtreeview.cpp
./src/dirtreeview.h
./src/foldermodel.cpp
./src/folderview_p.h
./src/folderview.cpp
./src/proxyfoldermodel.cpp
./src/proxyfoldermodel.h
probonopd commented 1 year ago

https://felgo.com/doc/qt/qpropertyanimation/