← Back to team overview

kicad-developers team mailing list archive

Re: What GUI builder currently used with kicad?

 

Thank you. That will save time.

On Thu, Jan 27, 2011 at 2:35 PM, jean-pierre charras
<jp.charras@xxxxxxxxxx>wrote:

> Le 27/01/2011 06:54, Phinitnan Chanasabaeng a écrit :
>
>  Hello,
>>
>> I'm wondering what GUI buider (such as wxFormBuilder) is being used with
>> kicad. Or is kicad GUIs are all hand-coded?
>>
>> Tony
>>
>>
> Dialogs are built with wxFormBuilder.
> Have a look to eeschema/dialogs or pcbnew/dialogs.
>
> files build by wxFormBuilder are named mydialog_base.xxx:
> mydialog_base.fbp, and automatically created files are mydialog_base.cpp
> and mydialog_base.h
> These files are *never* edited by hand.
>
> files like mydialog.cpp and mydialog.h contains the specific kicad code.
> dialog classes are named something like MY_DIALOG_BASE in wxFormBuilder
> files.
> The actual dialog class is named something MY_DIALOG and is derived from
> MY_DIALOG_BASE
> (This is the usual way of work with wxFormBuilder)
>
> Very few dialogs are built "by hand".
>
>
> --
> Jean-Pierre CHARRAS
>
>
> _______________________________________________
> Mailing list: https://launchpad.net/~kicad-developers<https://launchpad.net/%7Ekicad-developers>
> Post to     : kicad-developers@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~kicad-developers<https://launchpad.net/%7Ekicad-developers>
> More help   : https://help.launchpad.net/ListHelp
>

References