Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. QT-Creator and database on Raspberry3

QT-Creator and database on Raspberry3

Scheduled Pinned Locked Moved Solved Qt Creator and other tools
3 Posts 2 Posters 267 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.
  • K-StrK Offline
    K-StrK Offline
    K-Str
    wrote on last edited by K-Str
    #1

    Hi,
    having just a problem to handle databases using qt-crerator 4.2.0 Based on Qt 5.7.
    I work on a small project which collects data from a WH1080 weatherstation on a raspberry3.
    Thanks to ovrheat for his fantastic tool.
    https://github.com/ovrheat/raspberry_rtl_wh1080
    Up to now I get the data in a csv formatted file.
    I would like to store this data every 15 minutes in any type of database using Qt-Creator and display the actual weather data on a LCD display.
    Now the first question which you may ask:

    • why do I use a raspberry3?
      Because I do not want to do it on bigger computer!
      I do not need a big computer power for creating and running just a small program.
    • why do I use qt creator? It is a fantastic tool to crate GUIs

    Is there any possibillity to install a plugin or something like this?
    I already installed sqlite3 but I can this change!
    Thanks a lot in advance.

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

      Hi,

      Qt Creator is "innocent", it's the Qt version that you use that is important. By default the SQLite plugin is built by default so you should have that one available.

      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
      • K-StrK Offline
        K-StrK Offline
        K-Str
        wrote on last edited by
        #3

        Hi SGaist,
        thanks for your anwer.
        Yes it is. Sorry!

        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