Hello all,

I am planning a cross platform application,and going to use Qt library for
GUI.Also going to separate the UI from the actual code.So that in
the future I could change the GUI framework, and also be able to interact
from command line.
Now, this application would have a few threads.So what do you think is
preferrable Qt or boost library?
I understand that choosing Qt would very tight integrate this library into application,
the same about the boost.

Your suggestions?
Thanks.