createGUI

Steven Suson suson at TuckerEnergy.com
Sat Sep 15 19:31:19 BST 2001


Hello Bernd,

    Thanks for the response. I think I sort of understand the XML syntax better from the example you
provided. What I am still unclear on is how this ties to the code. For example, in the standard KDE app
template for KDevelop, you get a XML rc file, which even after I provide the full path specification in
the call to createGUI, doesn't seem to change the appearance of the application at all. Only those
entries in the initActions method seem to have any effect on the appearance of the application?

Thanks again,
Steven Suson
"Keep the faith."


Bernd Klein wrote:

> Am Samstag, 15. September 2001 01:50 schrieben Sie:
> > Keeping in mind that I can't get KDevelop to search my docs, can anyone
> > point me to any documentation on the XML used by createGUI ???
> >
> > TIA,
> > Steven Suson
> > "Keep the faith."
> >
> >
> > -
> > to unsubscribe from this list send an email to
> > kdevelop-request at kdevelop.org with the following body: unsubscribe
> > »your-email-address«
>
> Hi Steven,
>
> sorry i haven't any docs but i send you a little example. I hope it will be
> help you.
>
> <!DOCTYPE kpartqui><!DOCTYPE kpartqui>
> <kpartgui name="kairfoil2">
> <MenuBar>
>     <Menu name = "airfoil_menu"><text>&Airfoil</text>
>         <Action name="airfoil_chordlength"/>
>         <Action name="airfoil_chamber"/>
>         <Action name="airfoil_thickness"/>
>         <Separator/>
>         <Action name="airfoil_washout"/>
>         <Action name="airfoil_ramp"/>
>     </Menu>
>     <Menu name = "foambalsa_menu"><text>Foam+&Balsa</text>
>         <Action name="foambalsa_sheet"/>
>         <Action name="foambalsa_foam"/>
>     </Menu>
>     <Menu name = "properties_menu"><text>&Properties</text>
>         <Action name="properties_kairfoil"/>
>     </Menu>
> </MenuBar>
>
> <ToolBar>
>     <Action name="airfoil_chordlength"/>
>     <Action name="airfoil_chamber"/>
>     <Action name="airfoil_thickness"/>
>     <Action name="airfoil_washout"/>
>     <Action name="airfoil_ramp"/>
>     <Action name="foambalsa_sheet"/>
>     <Action name="foambalsa_foam"/>
> </ToolBar>
> </kpartgui>
>
> <kpartgui name="kairfoil2">
> <MenuBar>
>     <Menu name = "airfoil_menu"><text>&Airfoil</text>
>         <Action name="airfoil_chordlength"/>
>         <Action name="airfoil_chamber"/>
>         <Action name="airfoil_thickness"/>
>         <Separator/>
>         <Action name="airfoil_washout"/>
>         <Action name="airfoil_ramp"/>
>     </Menu>
>     <Menu name = "foambalsa_menu"><text>Foam+&Balsa</text>
>         <Action name="foambalsa_sheet"/>
>         <Action name="foambalsa_foam"/>
>     </Menu>
>     <Menu name = "properties_menu"><text>&Properties</text>
>         <Action name="properties_kairfoil"/>
>     </Menu>
> </MenuBar>
>
> <ToolBar>
>     <Action name="airfoil_chordlength"/>
>     <Action name="airfoil_chamber"/>
>     <Action name="airfoil_thickness"/>
>     <Action name="airfoil_washout"/>
>     <Action name="airfoil_ramp"/>
>     <Action name="foambalsa_sheet"/>
>     <Action name="foambalsa_foam"/>
> </ToolBar>
> </kpartgui>
>
> good luck
>
> Bernd
>
> -
> to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
> unsubscribe »your-email-address«


-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«



More information about the KDevelop mailing list