[kde-edu]: Development questions
Peter Hedlund
peter at peterandlinda.com
Fri Feb 20 02:51:22 CET 2004
On Thursday 19 February 2004 05:13 am, Anne-Marie Mahfouf wrote:
> On February 18, 2004 09:40 pm, Peter Hedlund wrote:
> based-template. Now the code has evolved for the statusbar and toolbar:
> createStandardStatusBarAction();
> setStandardToolBarMenuEnabled(true);
Thanks for pointing this out. It simplified the code considerably. But the
statusbar will still disappear when the toolbar wraps to two lines. KDevelop
has the same problem.
> > 3. KVocTrain (and also KWordQuiz) uses code like this to change the font
> > of the table for vocabulary display and editing. In Qt 3.1 This would
> > only change the font of the cells by resetting the font of the column and
> > row headers, but in the current Qt it's not possible to reset the header
> > fonts. I've asked about this on the qt-interest list, but no response
> > yet.
>
> I don't know exactly about cells. For the font config, KConfig XT will be
> the thing to code next. I can help you with that if you want.
I have solved this problem for both KWordQuiz and KVocTrain by using the
KGlobalSettings::generalFont()
Thanks,
Peter
More information about the kde-edu
mailing list