开发者

Is this possible in QT that we raise signal for a ui form without it's class

We are developing a UI application wherein we would be giving the users a customised QT designer. The users would then create forms using drag and drop functionality which generates a regular .ui file for the fo开发者_如何学运维rm. The user would link some functionalities with signals, like button press, checkbox select, etc.

There would be a daemon process on the machine which would get some data from somewhere.

Now the question is can the daemon process invoke the appropriate signal in the specified in the UI file, the condition is that no UI file is associated with c++ / header file.

If not how to do it using UIC.

Regards


QUILoader is your friend :

The QUiLoader class enables standalone applications to dynamically create user interfaces at run-time using the information stored in UI files or specified in plugin paths.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜