Talk:Development/Tutorials/Using KXmlGuiWindow

Page contents not supported in other languages.
From KDE TechBase
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

I had a couple of problems:

In order to make cmake find my installed header files, I needed to specify -DCMAKE_INSTALL_PREFIX=/home/kde-devel/kde

and still it wouldn't compile. I had to change it to use KXmlGuiWindow instead of KMainWindow as it didn't seem to be able to use setupGUI();

/Sune

Why KXmlGuiWindow???

Hi! I can't understand why KXmlGuiWindow is used. There are no any xml files. And it's used in the tutorial as KMainWindow. Also the title is "How To Use KMainWindow". So, from my point of view it needs to be improved. --Powerfox 00:29, 29 July 2007 (CEST)

Why? This page is the base for the next part, "using KAction". Giving a correct skeleton now can save some work later. -- pino 15:52, 29 November 2007 (CET)