[Gambas-user] Gtk/Qt Differences
Benoit Minisini
gambas at ...1...
Mon Jan 21 17:44:05 CET 2008
On lundi 21 janvier 2008, Gareth Bult wrote:
> Hi,
>
> Using the table widget I'm noticing;
>
> a. Qt has nice shaded headers, GTK has nasty / blank headers
It may depend on the theme, because on my Mandriva the GTK+ headers are nicer
than the QT ones.
> b. Qt headers are left justified, GTK headers are centered
I think the two toolkits do not use the same value. But I can make gb.gtk use
the same default value as gb.qt.
> c. The two tables use different row spacings
I can't do anything, the qt default spacing is computed by qt, and the GTK+
one depends on the font height. But you can specified absolute values if you
need.
>
> Is there any scope for allowing control over header alignment and header
> appearance? (i.e. it would be nice to make the GTK header the same as QT)
Well, the default alignment can be "standardized", and you can force the value
if you need. As for the appearance, it depends on the theme used, so it can't
be the same.
Regards,
--
Benoit Minisini
More information about the User
mailing list