Re: [osg-users] implement filedialog without using qt

2016-11-03 Thread Trajce Nikolov NICK
Hi Sebasstian, have you considered MyGUI? It has that implementation and it is ported to osg by Rui (in his receipts) On Thu, Nov 3, 2016 at 10:32 AM, Sebastian Schmidt wrote: > Hi, > > I want to implement a functionality similar to the QFileDialog in osg > (currently

[osg-users] implement filedialog without using qt

2016-11-03 Thread Sebastian Schmidt
Hi, I want to implement a functionality similar to the QFileDialog in osg (currently 3.0.1). A window shows up, where the user can navigate through the filesystem and load/save files. I haven*t used qt in my application yet and i don't want to use it at all. Is there already a class f.e in the