Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Received Broadcast Signal and display in Label in UI form.
Qt 6.11 is out! See what's new in the release blog

Received Broadcast Signal and display in Label in UI form.

Scheduled Pinned Locked Moved Mobile and Embedded
4 Posts 2 Posters 2.8k 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.
  • R Offline
    R Offline
    ragfil4ever
    wrote on last edited by
    #1

    any idea how to received broadcast signal and display is UI Form?

    1 Reply Last reply
    0
    • K Offline
      K Offline
      koahnig
      wrote on last edited by
      #2

      welcome to devnet

      I think you need to give more explanations on what you are doing and on what you are trying to achieve. Otherwise we need a crystal ball, which is typically not helpful at all.

      Vote the answer(s) that helped you to solve your issue(s)

      1 Reply Last reply
      0
      • R Offline
        R Offline
        ragfil4ever
        wrote on last edited by
        #3

        Currently i m doing a mobile application. This application can received broadcast signal and display in a Form. i need help to received signal and display in label. I use the sample of C++ coding frm Qt Sample. Its work fine. Now i try design my own GUI and display the signal label in the design. Thanks.

        1 Reply Last reply
        0
        • K Offline
          K Offline
          koahnig
          wrote on last edited by
          #4

          When you are referring to emitted signals from within your application as described in "this section":http://qt-project.org/doc/qt-4.8/signalsandslots.html the only thing you have to do is to use connect to a slot, which is basically a method in your class. The slot method may display whatever you like in a form.

          Vote the answer(s) that helped you to solve your issue(s)

          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