I am working on application which need to develope in both windows and linux. I am going to develop the GUI in MFC on windows. I wanted what GUI available specific to Linux. Any body suggest me API for the linux to develop the GUI.
Asked
Active
Viewed 461 times
1
-
2possible duplicate of [Linux GUI development](http://stackoverflow.com/questions/35762/linux-gui-development) – Aron Rotteveel Mar 15 '11 at 10:46
-
why don't you use a croosplatform gui toolkit like GTK? – Heisenbug Mar 15 '11 at 10:47
-
possible duplicate of http://stackoverflow.com/questions/1065693/gui-development-in-linux – fouronnes Mar 15 '11 at 10:50
4 Answers
2
-
and it's portable, so you can (mostly) use the same code on Windows & Linux (and other OSes). – Mat Mar 15 '11 at 10:47
-
Qt show some time of problem of macro.like QOBJECT doesnot support ifndef(__linux) or #ifndef __WIN32 – Vikram Ranabhatt Mar 15 '11 at 10:59
-
That's not actually true. Qt uses its own macros: http://doc.trolltech.com/4.7/qtglobal.html#Q_WS_X11 – Casey May 06 '11 at 00:26
0
Use Qt, available both on GNU/Linux and Windows. Easy to learn and use, and it have a very good documentation.

canardman
- 3,103
- 6
- 26
- 28