Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct

    Solved QT-Creator and database on Raspberry3

    Tools
    2
    3
    103
    Loading More Posts
    • 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-Str
      K-Str last edited by K-Str

      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 Reply Quote 0
      • SGaist
        SGaist Lifetime Qt Champion last edited by

        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 Reply Quote 0
        • SGaist
          SGaist Lifetime Qt Champion last edited by

          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 Reply Quote 0
          • K-Str
            K-Str last edited by

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

            1 Reply Last reply Reply Quote 0
            • First post
              Last post