friction2d / friction

Friction Graphics
https://friction.graphics
GNU General Public License v3.0
233 stars 12 forks source link

Replace "Files" widget #21

Closed rodlie closed 1 year ago

rodlie commented 1 year ago

The current widget is not any good. For some odd reason it does not use existing Qt widgets like QListWidget or QTreeWidget, running it's own paintEvents etc, just for listing some files(!).

Replace with something that uses common Qt widgets (like QListWidget).