Qt
Subscribe
Qt is used mainly for developing application software with GUI in Linux. The GUI program with Qt has a native looking interface, which is classifies as widget toolkit. Qt uses standard C++ with extensions including signals and slots that simplify handling of events, and this helps in development of both GUI and server applications which receive their own set of event information and should process them accordingly. Qt supports many compilers, including the GCC C++ compiler and the Visual Studio suite.