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 13 Jul 2022, 11:35 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??

    J 1 Reply Last reply 13 Jul 2022, 11:42
    0
    • C Crabnewbula
      13 Jul 2022, 11:35

      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??

      J Offline
      J Offline
      JonB
      wrote on 13 Jul 2022, 11:42 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

      1/2

      13 Jul 2022, 11:35

      • Login

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