Qt 6.11 is out! See what's new in the release
blog
How to modify the interface name about QtDBus
General and Desktop
1
Posts
1
Posters
671
Views
1
Watching
-
I want to change the the interface name about QtDBus by a function, if I use Q_CLASSINFO( "D-Bus Interface", "com.accurad.images.Client" ),I have to change Q_CLASSINFO( "D-Bus Interface", "com.accurad.images.Client" ) everytime,but I can not change the value "com.accurad.images.Client" by a function.How to resolve the problem?Thanks!