Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IS there a gui designer for wxwidgets in linux with Eclipse? [closed]

I want to build a GUI application using C++ and wxWidgets. The problem is that I can not find an IDE with GUI (Form Designer) to use. I hope if eclipse has some thing like the QT designer.

any solutions ???

like image 387
M Hassen Avatar asked May 17 '11 13:05

M Hassen


3 Answers

wxFormBuilder is pretty good. It is stable and has support for most of the standard widgets.

like image 82
RobertoP Avatar answered Sep 28 '22 01:09

RobertoP


While I'm not sure of integrating with Eclipse, you can run wxGlade for designing interfaces, then export the code.

like image 41
onteria_ Avatar answered Sep 28 '22 02:09

onteria_


The wxsmith plugin for Code::Blocks is worth checking out. It would mean switching IDEs, but C::B is cross-platform just like Eclipse.

like image 27
jonsca Avatar answered Sep 28 '22 00:09

jonsca