Hello everyone. Is there a way to integrate windows explorer UI to my program? I'm making a custom archive viewer and I need to display the files from it. Currently it uses Tree object to display them, but there is a lack of functionality such as drag and drop or context menu. I'm pretty sure it is possible to recreate it myself, but is there an easier way of doing this?
Windows explorer
Hi Taypexx,
ui
module don't provide a "file browser" widget for now (it's planned though).
For now, you can use a List
widget and populate it with entries from a Directory object and using the loadicon()
method
Samir added the General discussion tag .
Yes I think, but it don't support drag n drop yet