Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    I don't know Qt's equivalent of gtk_window_present()

    General and Desktop
    3
    5
    1724
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • J
      jjxxjnzy last edited by

      I don't know Qt's equivalent of gtk_window_present()

      1 Reply Last reply Reply Quote 0
      • E
        Eddy last edited by

        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.

        Qt Certified Specialist
        www.edalsolutions.be

        1 Reply Last reply Reply Quote 0
        • J
          jjxxjnzy last edited by

          I hava two Qt application ,the application is hide. we have send a dbus message to application. the application show topLevel.

          1 Reply Last reply Reply Quote 0
          • A
            aamer4yu last edited by

            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.

            1 Reply Last reply Reply Quote 0
            • J
              jjxxjnzy last edited by

              I'm very thanks

              1 Reply Last reply Reply Quote 0
              • First post
                Last post