Development question for Pierre

Ask for help and post your question on how to use XnView MP.

Moderators: helmut, XnTriq, xnview

jharper
Posts: 13
Joined: Fri Apr 04, 2014 9:26 pm

Development question for Pierre

Post 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
User avatar
xnview
Author of XnView
Posts: 45867
Joined: Mon Oct 13, 2003 7:31 am
Location: France

Re: Development question for Pierre

Post by xnview »

no it's my own implementation to support OS before Vista
Pierre.
jharper
Posts: 13
Joined: Fri Apr 04, 2014 9:26 pm

Re: Development question for Pierre

Post by jharper »

Ah, I just realized QWindow wasn't introduced until Qt5.

Thanks for the info,
Jon