kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #06101
Re: What GUI builder currently used with kicad?
-
To:
kicad-developers@xxxxxxxxxxxxxxxxxxx
-
From:
jean-pierre charras <jp.charras@xxxxxxxxxx>
-
Date:
Thu, 27 Jan 2011 08:35:08 +0100
-
In-reply-to:
<AANLkTi=EHkgSReb8zuRhFse2vpi3YW20v6BAhQsMs6Ay@mail.gmail.com>
-
User-agent:
Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9.2.13) Gecko/20101207 Thunderbird/3.1.7
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
Follow ups
References