design tool

If you are using the main C++ distribution of wxWidgets, Feel free to ask any question related to wxWidgets development here. This means questions regarding to C++ and wxWidgets, not compile problems.
Post Reply
giuseppe500
In need of some credit
In need of some credit
Posts: 8
Joined: Sun Aug 03, 2008 9:26 am

design tool

Post by giuseppe500 »

Hy.
There are some free visual time design tool(simil to visual studio designer) for wxwidget?
That can be drag and drop and create nice form?
Thanks.
Alexis
Earned a small fee
Earned a small fee
Posts: 11
Joined: Wed Jul 02, 2008 12:24 pm

Re: design tool

Post by Alexis »

giuseppe500 wrote:Hy.
There are some free visual time design tool(simil to visual studio designer) for wxwidget?
That can be drag and drop and create nice form?
Thanks.
Code::Blocks. http://www.codeblocks.org/
It features a plug-in that permits to design MMI: wxSmith.
Don't be mistaken by the date of last release ; the project is still actively maintained.
jacmoe
Experienced Solver
Experienced Solver
Posts: 64
Joined: Sun Feb 22, 2009 3:34 pm
Location: Denmark
Contact:

Post by jacmoe »

If you want an excellent stand-alone tool, choose wxFormBuilder. :)
NinjaNL
Moderator
Moderator
Posts: 899
Joined: Sun Oct 03, 2004 10:33 am
Location: Oosterwolde, Netherlands

Post by NinjaNL »

There is also wxDev-Cpp

An excellent free ide with gui designer.
Follow the development of my screenplay authoring program at http://wxscreenplaywriter.blogspot.com/
computerquip
Experienced Solver
Experienced Solver
Posts: 72
Joined: Fri Feb 20, 2009 7:13 pm
Location: $(#wx)\src

Post by computerquip »

>.> I didn't know FormBuilder was a stand-alone app. I HATED wxSmith inside of Code::Blocks but I think I'll try and give FormBuilder a try when I get home.
upCASE
Moderator
Moderator
Posts: 3176
Joined: Mon Aug 30, 2004 6:55 am
Location: Germany, Cologne

Post by upCASE »

Hi!
I completely missed that wxFormBuilder now has a Linux and Mac version... In the beginning there only was a Windows version, I think...

Anyway, although it may be old: wxGlade. I really like it.
OS: OpenSuSE, Ubuntu, Win XP Pro
wx: svn
Compiler: gcc 4.5.1, VC 2008, eVC 4

"If it was hard to write it should be hard to read..." - the unknown coder
"Try not! Do. Or do not. There is no try." - Yoda
Post Reply