Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I don't know Qt's equivalent of gtk_window_present()
What does gtk_window_present() do exactly? I don't know if there are many people here that know gtk and Qt altogether. Maybe I'm wrong.
Anyway if you give us the declaration, description and what you want to do with it, we could base us on that information to help you.
I hava two Qt application ,the application is hide. we have send a dbus message to application. the application show topLevel.
I guess you just need to call QWidget::show function of the desired widget.
If you have more widgets, you could use QApplication::topLevelWidgets and show desired one or all.
I'm very thanks