Hi,

As mentioned I'm working on developing a frontend for CLIPS using Qt. I am not inexperienced in designing GUIs but I've only used Swing and wxWidgets(Python). I chose Qt since it's cross platform and I can write in C++. My question is- How do I integrate various CLIPS features into my Qt Application? Should I create one Widget class and then define all the callbacks in it and call it in my main ? Or should I create a separate class for agenda browser, fact browser etc?

Thanks in advance.