Qt Forum

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

    Unsolved Map widget to variable?

    General and Desktop
    2
    3
    119
    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.
    • D
      Dan203 last edited by

      I'm working on porting an MFC app to Qt. One of the features of MFC is that you can map a dialog control to a member variable so that if the control changes the variable is updated automatically, and if the variable is set when the dialog is displayed the control automatically displays that value. Is there a similar mechanism in Qt? Or do you have to use signals/slots to do this manually?

      1 Reply Last reply Reply Quote 0
      • Kent-Dorfman
        Kent-Dorfman last edited by

        differnt IO models..use the signals to alert if something is updated.

        D 1 Reply Last reply Reply Quote 2
        • D
          Dan203 @Kent-Dorfman last edited by

          @Kent-Dorfman said in Map widget to variable?:

          differnt IO models..use the signals to alert if something is updated.

          I figured as much, just wanted to make sure I wasn’t missing something obvious

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