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. Displaying MainWindow text in a Dialog
Forum Update on Monday, May 27th 2025

Displaying MainWindow text in a Dialog

Scheduled Pinned Locked Moved Solved General and Desktop
3 Posts 2 Posters 199 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.
  • D Offline
    D Offline
    Davide00
    wrote on last edited by
    #1

    Hi, I have a mainwindow with a lineEdit and a pushButton and a Dialog which has a Label.
    When I click the pushButton, I open the Dialog.
    My goal is that, when the pushbutton is clicked, the text contained in the lineEdit is displayed in the Label.
    How can I do that?

    jsulmJ 1 Reply Last reply
    0
    • D Davide00

      Hi, I have a mainwindow with a lineEdit and a pushButton and a Dialog which has a Label.
      When I click the pushButton, I open the Dialog.
      My goal is that, when the pushbutton is clicked, the text contained in the lineEdit is displayed in the Label.
      How can I do that?

      jsulmJ Online
      jsulmJ Online
      jsulm
      Lifetime Qt Champion
      wrote on last edited by jsulm
      #2

      @Davide00 Get the text from the line edit using https://doc.qt.io/qt-6/qlineedit.html#text-prop
      Implement in your dialog either a setting method to set the text and call it and pass text from the line edit. Or add QString parameter to the constructor of your dialog and pass line edit text to it.
      https://doc.qt.io/qt-6/qlabel.html#text-prop

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      3
      • D Offline
        D Offline
        Davide00
        wrote on last edited by
        #3

        Thanks a lot.

        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