GUI Programming

hi, i want to get into GUI programming! what do you recommend me?

i have Qt haven't used yet (even start learning) i heard its a low level not really good language!!!! and i want it to be like java applet that u can still do normal code u did like including a library!! but if not possible np

or even you recommend me learn c# ?

i also want to program for Linux if possible!!!
is Qt low level and not good?
If you want to program for linux, you probably don't want to go for C# (Microsoft .NET, though I am sure there are ports). Also, in what way is Qt low level? Its as high a level C++ windowing GUI system that you can get! Personally, I like Qt a lot, but some people have problems with it, such as the way that it seems to modify the core language with its signals and slots mechanisms. Another cross platform library for GUI programming is wxWidgets (which IS low level), though that should be avoided too if you are allergic to macros.

Basically, I recommend that if you want to program for Linux, but also for Windows (I assume), you probably want to go with Qt, or wxWidgets if you prefer the layout of the library.
Thanks :) more i wanted to know if Qt is low level coz i heard some ppl ! thanks i have to put sudo apt-get build-dep qt4-qmake :D
The newest version of Qt Widgets is 5.2, and the newest version of Qt Creator is 3.0.0 (an IDE for Qt).
Topic archived. No new replies allowed.