Tkd - Cross platform GUI toolkit based on Tcl/Tk

Rémy Mouëza via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Tue May 6 15:18:19 PDT 2014


tile-qt with Qt 4.8+ uses invalid pixmaps.

My fix: adding in generic/tileQt_QApp.cpp line 60, 1st line of 
TileQt_CreateQApp() :
     QApplication::setGraphicsSystem("native");

The native theme is not used on the scrollbars nor on the menus (and a 
few other widgets).


On 05/05/2014 12:03 AM, "Théo Bueno" <munrek at gmx.com>" wrote:
> On Sunday, 4 May 2014 at 18:39:19 UTC, Gary Willoughby wrote:
>> Strange, works fine here.
>
> Works perfectly fine for me.
>
> ArchLinux x86_64
> DMD 2.065
> tk 8.6
> tcl 8.6
>
> Switching TkTheme to "clam" makes the design much more better than the
> default one. I quickly tried tile-qt ( and tile-gtk ) but both have some
> problems, I will try again as this binding seems very cool and
> lightweight and easy-to-use.



More information about the Digitalmars-d-announce mailing list