Jump to content

Any one using Qt?

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
3 replies to this topic

#1
ahmed

ahmed

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 304 posts
I wanted to know bit about this Qt platform from anyone using it , so any user of it here?

#2
marwex89

marwex89

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 10,720 posts
Not me, but it is very popular, free and open source. Probably not a bad choice.
Hey! Check out my new Toyota keyboaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

#3
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
KDE is built using Qt. It is quite popular in the Linux world.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#4
outsid3r

outsid3r

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 623 posts
I have Qt installed on my system and it's really a great alternative to Visual Studio. You can build easily a great looking GUI and develop professional applications with it, and the best of it is that Qt is free, unlike Visual Studio. Qt also have it's own libraries with built-in classes that makes more easy to handle many jobs such as threading, sockets, xml parsing, gui tools, opengl, and many more. Everything is very well documented in Qt website and the built-in help document. Another great thing about Qt is it's own GUI interface to create applications, it's simple, accessible and beauty, you will enjoy it for sure. It's worth to try, really, and don't forget that it's multi-platform, unlike VS again. In my opinion a good programmer is the one that programs for efficiency, simplicity and portability.