Results 1 to 6 of 6

Thread: What is Qt?

  1. #1
    Join Date
    Jan 2011
    Posts
    3

    Default What is Qt?

    Hello there people.

    I'm new here and I was looking for some C++ tutorials when I came across with the Qt website.

    Can someone explain to me what is Qt? From what I've search, this is some kind of programming plataforn? What language it uses? Which differences exists to the C++? Or Visual C++?

    Best regards,
    Charles

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

    Default Re: What is Qt?

    Qt is a cross-platform application and GUI framework. See http://qt.nokia.com/products

    Qt programming is done in primarily in C++ but there are Python bindings also.

  3. #3
    Join Date
    Jan 2011
    Posts
    3

    Default Re: What is Qt?

    But the language that is used to write the code is C++?

    Be the way, can I build some apps that can read data sent by a multimeter through a RS232 port?

    Best regards

  4. #4
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,017 Times in 4,793 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: What is Qt?

    If you know the device's protocol then yes.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  5. #5
    Join Date
    Jan 2011
    Posts
    3

    Default Re: What is Qt?

    The idea that I've is to get some readings from a multimeter through the RS232. The multimeter is a FLUKE45.

    Besides that part, what else do I need? I need to make an application right?

  6. #6
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,017 Times in 4,793 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: What is Qt?

    Quote Originally Posted by AMSA View Post
    I need to make an application right?
    Yes, you definitely need to make an application. But before you do I suggest you learn some C++.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


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.