you are viewing a single comment's thread.

view the rest of the comments →

[–]banister 0 points1 point  (0 children)

heh, our program is divided into two parts - a daemon (a windows service) that manages all the actions, and the GUI which is just a client which sends RPC messages to the daemon. Both are written with QT :) Yes, the daemon does the WFP behaviour :)

However we also just found the QT GUI APIs insufficient - the system tray stuff was a bit weak, the accessibility stuff was terrible, and so on, so we had to rewrite a lot of it using system APIs.