[Konsole-devel] [Bug 181006] Konsole won't allow 10% or 20% transparency
Robert Knight
robertknight at gmail.com
Sun Jan 18 00:44:56 UTC 2009
http://bugs.kde.org/show_bug.cgi?id=181006
Robert Knight robertknight gmail com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |robertknight at gmail.com
--- Comment #3 from Robert Knight <robertknight gmail com> 2009-01-18 01:44:55 ---
> why isn't opacity stored as an int? perhaps that would be a better fix.
Qt has two ways of representing alpha - int values from 0 to 255 and floats
from 0 to 1. I thought that 0..1 would be easier to understand when reading
the code and/or config files.
> it can be that <QtGlobal> must be added as an include to make it compile.
<QtGlobal> is included by all other Qt includes so any source files which
include any Qt or KDE headers will have the declarations from <QtGlobal>
available to them.
--
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the konsole-devel
mailing list