Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt for Python
  4. Raspberry data and QT 5 GUI.
Forum Updated to NodeBB v4.3 + New Features

Raspberry data and QT 5 GUI.

Scheduled Pinned Locked Moved Unsolved Qt for Python
2 Posts 2 Posters 184 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.
  • C Offline
    C Offline
    Crabnewbula
    wrote on last edited by
    #1

    Hey guys how I can show my data of raspberry Pi4 (temperature readings) on my Plane Text Edit box in QT 5 designer. Any tutorial for that??

    JonBJ 1 Reply Last reply
    0
    • C Crabnewbula

      Hey guys how I can show my data of raspberry Pi4 (temperature readings) on my Plane Text Edit box in QT 5 designer. Any tutorial for that??

      JonBJ Offline
      JonBJ Offline
      JonB
      wrote on last edited by
      #2

      @Crabnewbula
      There really isn't going to be a "tutorial" for this. You get your temperature readings, by whatever external method you use, and just use e.g. void QPlainTextEdit::appendPlainText(const QString &text) to add text into the widget.

      1 Reply Last reply
      1

      • Login

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