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. How to assgin to another QLabel?
Forum Updated to NodeBB v4.3 + New Features

How to assgin to another QLabel?

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 3 Posters 864 Views 2 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.
  • M Offline
    M Offline
    mbnoimi
    wrote on last edited by
    #1

    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
    0
    • B Offline
      B Offline
      bsomervi
      wrote on last edited by
      #2

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

      M 1 Reply Last reply
      0
      • B bsomervi

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

        M Offline
        M Offline
        mbnoimi
        wrote on last edited by
        #3

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

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          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
          0

          • Login

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