Page 1 of 1

Development question for Pierre

Posted: Sat Mar 28, 2015 12:38 pm
by jharper
Hi Pierre,
I've always liked that XnView is coded using Qt, since I use Qt in my own projects. I'm curious about the folder tree widget. Do you use an embedded INameSpaceTreeControl or your own implementation? If you are using the tree control, how did you go about it? I'm about to begin working on my own implementation and using a QWindow seems the best bet.

Thanks,
Jon

Re: Development question for Pierre

Posted: Mon Mar 30, 2015 8:18 am
by xnview
no it's my own implementation to support OS before Vista

Re: Development question for Pierre

Posted: Mon Mar 30, 2015 8:16 pm
by jharper
Ah, I just realized QWindow wasn't introduced until Qt5.

Thanks for the info,
Jon