[Kde-devel-es] Menus en KDE

Xpctro xpctro at ya.com
Sat Aug 23 17:54:12 CEST 2003


El Sábado, 23 de Agosto de 2003 15:38, Alejandro Exojo escribió:

> No me hagas caso al 100%, pero diría que KTMainWindow y KMyWindow, han sido
> declaradas obsoletas, y ahora tan solo se usa KMainWindow. Hechando un
> vistazo, parece que es así:
>
> alex at stewie:~/kde-cvs/kdelibs$ grep -i -r ktmainwindow .
> ./KDE2PORTING.html:<LI><A HREF="#KTMainWindow">KTMainWindow</A></LI>
> ./KDE2PORTING.html:<H3><A NAME="KTMainWindow">KTMainWindow</A></H3>
> ./KDE2PORTING.html:KTMainWindow has been replaced with KMainWindow.<p>
> ./KDE2PORTING.html:KDockWidget inherits form KMainWindow instead of
> KTMainWindow now.
> ./KDE2PORTING.html:See <A HREF="KTMainWindow">KTMainWindow</A> for more
> details.
> [ ... ]
>
> Pues parece que sí, pero no encuentro el link online hacia ese KDE2PORTING.
> Sorry :-(.
>
> Un saludo.

Gracias por la info :)
La verdad es que, aunque he conseguido añadir un elemento de menu a la barra, 
los elementos dentro del menu se me siguen resistiendo.

En setupActions tengo este codigo:

KStdAction::quit(kapp, SLOT(quit()), actionCollection());
(void)new KAction("&First", CTRL+Key_F, this, SLOT(firstActionSlot()), 
actionCollection(), "first_other");
(void)new KAction("Secon&d", CTRL+Key_D, this, SLOT(secondActionSlot()), 
actionCollection(), "second_other");
(void)new KAction("&Third", CTRL+Key_T, this, SLOT(thirdActionSlot()), 
actionCollection(), "third_other");

m_toolbarAction = KStdAction::showToolbar(this, SLOT(optionsShowToolbar()), 
actionCollection());
m_statusbarAction = KStdAction::showStatusbar(this, 
SLOT(optionsShowStatusbar()), actionCollection());

y en el rc:

<Menu name="other"><Text>&amp;Other</text>
	<Action name="first_other"/>
	<Action name="second_other"/>
	<Separator/>
	<Action name="third_other"/>
</Menu>

Y en efecto, el menu Other aparece pero su submenu esta vacio.

Gracias de nuevo, 
Xpctro
-- 
Marge, tell Bart I just want to drink a nice glass of syrup like I do
every morning.

		-- Homer Simpson
		   Lisa the Vegetarian



More information about the Kde-devel-es mailing list