Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

GUI toolkit for rapid development?

I want to write a front-end to an application written in C/C++.

I use Solaris 10 and plan to port the application to some other architectures (Windows first).

like image 729
Avinash Avatar asked Mar 01 '23 08:03

Avinash


2 Answers

I'd recommend taking a look at wxWidgets to provide some cross platform UI widgets that will work on Solaris and Windows.

like image 147
garethm Avatar answered Mar 05 '23 17:03

garethm


Qt 4 is the best tool for this job. If you want to work with other languages, it also has bindings for Java and Python

like image 24
Imran Avatar answered Mar 05 '23 17:03

Imran