|
From: George P. <pe...@ii...> - 2004-11-03 17:12:10
|
Hi all, As some of you already know, I have written a prototype of a tk-tile-qt theme, named 'tileqt'. Its a C/C++ Tcl package that adds a new theme in tile (named again 'tileqt') which draws widgets with the current KDE/Qt theme the KDE desktop uses. This is not done through pixmaps as some tile themes do, but by using the Qt style engine directly. Currently, supported widgets are all buttons, scrollbar, combobox, notebook, entry & label frame widgets. Sliders aren't (and probably will never work due to the bad Qt implementation of this widget). Progressbars are also supported, but the visuals depend on the theme in use (not all themes support vertical progressbars :-)) I saw the announcement about the pixmap (or image) themes on the list, but I am not sure if my code qualifies for that space, as it is announced to contain "tcl" packages. Does this mean tcl-only? Also, if my package should be placed there, who is responsible for adding it? (I assume a user with cvs write permissions is needed, isn't it?) Regards, George |