newbie question about the XML interface framework
Pupeno
pupeno at pupeno.com.ar
Fri Feb 9 12:15:39 GMT 2001
I'm new to KDE development, I've just created an application with KDevelop (I
have complete read the Khello and KDE Tutorial). It is a KDE 2 MDI app. I
wanted to configure the menus so I went to the .rc file (komandui.rc) and I
just found:
<!DOCTYPE kpartgui>
<kpartgui name="komand" version="0.1">
<MenuBar>
<Action name="window_menu"/>
</MenuBar>
</kpartgui>
Where are all the definitions about all the menus and buttons on the toolbar
that the application have ?
Should it look like this:
<!DOCTYPE kpartgui>
<kpartgui name="p9">
<MenuBar>
<Menu name="file"><text>&File</text>
<Action name="set_default_page"/>
</Menu>
</MenuBar>
<ToolBar fullWidth="true" name="mainToolBar">
<Action name="add_to_bookmarks"/>
<Action name="back"/>
<Separator/>
<Action name="file_quit"/>
</ToolBar>
</kpartgui>
?
thank you!
--
Pupeno: pupeno at pupeno.com.ar www.pupeno.com.ar
-
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