Qt Forum

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

    Unsolved How to assgin to another QLabel?

    General and Desktop
    3
    4
    629
    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.
    • M
      mbnoimi last edited by

      I want to know how can I assign new QLabel to another one created in Qt designer?

      Example

      // I can't see "Hi" label!
          QLabel *lb = new QLabel("Hi");
          ui->label_title = lb;
      
      1 Reply Last reply Reply Quote 0
      • B
        bsomervi last edited by

        Why do you want to do this? You can change everything about the label via the QLabel methods.

        M 1 Reply Last reply Reply Quote 0
        • M
          mbnoimi @bsomervi last edited by

          @bsomervi This is just an example. Actually I use it for out side widget

          1 Reply Last reply Reply Quote 0
          • SGaist
            SGaist Lifetime Qt Champion last edited by

            Hi,

            @bsomervi has a point. Why do you need to "replace" that widget ?

            Interested in AI ? www.idiap.ch
            Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

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