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. Getting variable value from QDialog to MainWindow works fine, but getting it from another dialog, doesn't work.
Forum Updated to NodeBB v4.3 + New Features

Getting variable value from QDialog to MainWindow works fine, but getting it from another dialog, doesn't work.

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 3 Posters 191 Views 1 Watching
  • 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.
  • S Offline
    S Offline
    Sucharek
    wrote on last edited by
    #1

    Hi, so I've been trying to get a variable from a QDialog to another QDialog, but it doesn't work.
    In MainWindow it works, but in another dialog it doesn't...
    Maybe it's because I'm not running the dialog from the another one, but I run it from MainWindow, set a variable value, try to get it from another dialog, but it's just blank.
    I don't know how to get it now.

    1 Reply Last reply
    0
    • C Offline
      C Offline
      ChrisW67
      wrote on last edited by
      #2

      Could be anything. You give us no information that might allow someone to help.

      Compiler errors or warnings?
      Run time warnings?
      Local variable shadowing the variable you are trying to access?

      In general "accessing variables" in another object is a potential problem in design.

      1 Reply Last reply
      1
      • mrjjM Offline
        mrjjM Offline
        mrjj
        Lifetime Qt Champion
        wrote on last edited by
        #3

        Hi
        Another poster asked the same so you can look at this sample
        https://www.dropbox.com/s/l8go4t71unosl05/CrossTalk.zip?dl=0

        It sends info from one window to the other using signal and slots

        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