Results 1 to 3 of 3

Thread: Requesting Guidance on my project.

  1. #1
    Join Date
    Oct 2015
    Posts
    35
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11
    Thanks
    11

    Default Requesting Guidance on my project.

    Hello All, I'm new to Qt/C++/programming. I am assigned a task to build a GUI to display readings from an already built code. This existing code generates readings of certain parameters. My job is to create a UI to display all those readings that will be generated from that existing code and incorporate few features like (start, stop) buttons, provision to log data to a file etc. I earnestly request for guidance on where to start from and how to proceed. I'm using Qt4.x on raspberry pi. Thanks in advance.

  2. #2
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Wiki edits
    17

    Default Re: Requesting Guidance on my project.

    If you are new to C++ programming then you should complete at least some tutorials on this topic, without Qt libraries involved, before proceeding. If you intend compiling for the RPi on a desktop machine (cross-compiling) then try to avoid this until you can get simple prgrams going in the native desktop environment.

    Then you could work through the Qt titorials to understand the basics of Qt. These should give you idea what is possible and how Qt GUIs function so you can make an informed choice of how to proceed.
    http://doc.qt.io/qt-4.8/tutorials.html

  3. #3
    Join Date
    Oct 2015
    Posts
    35
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11
    Thanks
    11

    Default Re: Requesting Guidance on my project.

    Thanks for your quick reply ChrisW67. I really appreciate it.

Similar Threads

  1. Replies: 0
    Last Post: 7th September 2013, 10:27
  2. hey i need some in guidance to complete my project
    By saranyabahala in forum Newbie
    Replies: 3
    Last Post: 15th March 2010, 13:06
  3. Replies: 7
    Last Post: 23rd March 2009, 22:01
  4. Guidance for displaying "updating" data!
    By Humble in forum Qt Programming
    Replies: 1
    Last Post: 3rd July 2007, 14:35
  5. Replies: 3
    Last Post: 4th July 2006, 11:15

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.