I am thinking one question:
How does a QT app register its IPC channel to contentlister? For GTK apps, I can use gtk_window_set_wmclass("sh","sh) to make it have channel 14 that is given to shell. Is it possible to do it in generic QT way? Or should I insert "#include "gtk/gtk.h" and make it a QT & GTK hybrid app?
|