Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. I don't know Qt's equivalent of gtk_window_present()

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

Scheduled Pinned Locked Moved General and Desktop
5 Posts 3 Posters 2.0k Views
  • 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 Offline
    J Offline
    jjxxjnzy
    wrote on last edited by
    #1

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

    1 Reply Last reply
    0
    • EddyE Offline
      EddyE Offline
      Eddy
      wrote on last edited by
      #2

      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
      0
      • J Offline
        J Offline
        jjxxjnzy
        wrote on last edited by
        #3

        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
        0
        • A Offline
          A Offline
          aamer4yu
          wrote on last edited by
          #4

          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
          0
          • J Offline
            J Offline
            jjxxjnzy
            wrote on last edited by
            #5

            I'm very thanks

            1 Reply Last reply
            0

            • Login

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • Users
            • Groups
            • Search
            • Get Qt Extensions
            • Unsolved