Am Mittwoch, den 10.05.2006, 17:29 +0200 schrieb Hans Pfruender:
> I wrote a small application with qte to run on my ipaq with familiar (opie)
> and it used to work fine with the old familiar release.
> When I upgraded to familiar 0.8.4 the application is still running, but
> doesn't show any Texts anymore (but plane buttons, etc.).
> This programm was written with pure qt and without the opie library, so I
> could run it on my desktop, too.
> Is there a known problem with QSrings in the new familiar release or does
> anybody have another hint for me?
Sounds like you are using hardcoded font names. Familiar 0.8.4 will ship
Opie with TrueType fonts instead of QPF. Either install the fonts you
rely on or (better) read the default text font with code like that:
OConfig cfg( "qpe" );
cfg.setGroup( "Appearance" );
QFont textFont = QFont( cfg.readEntry( "FontFamily", "default" ),
cfg.readNumEntry( "FontSize", 10 ) ) );
-- Regards, Mickey. ------------------------------------------------------------------ Dipl.-Inf. Michael 'Mickey' Lauer <mickey_at_tm.cs.uni-frankfurt.de> ------------------------------------------------------------------Received on Thu May 11 2006 - 08:24:22 EDT
This archive was generated by hypermail 2.2.0 : Thu May 11 2006 - 08:24:27 EDT