Bug 309276 - Color-related properties in Kexi forms do not support transparency
Summary: Color-related properties in Kexi forms do not support transparency
Status: CONFIRMED
Alias: None
Product: KEXI
Classification: Applications
Component: Forms (show other bugs)
Version: 2.6 beta1
Platform: unspecified All
: NOR wishlist
Target Milestone: ---
Assignee: Kexi Bugs
URL: http://forum.kde.org/viewtopic.php?f=...
Keywords:
: 333550 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-10-30 22:28 UTC by Jarosław Staniek
Modified: 2019-11-11 13:59 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jarosław Staniek 2012-10-30 22:28:40 UTC
In form design view color-related properties in Kexi forms do not support transparency.

Originally reported  at http://forum.kde.org/viewtopic.php?f=221&t=108406

Development note: Custom colors can be picked but KColorCombo is limitated as it opens dialog without transparency support:
http://api.kde.org/4.9-api/kdelibs-apidocs/kdeui/html/classKColorCombo.html

Quick solution will be to add transparency properties with values 0..255 but it would be deviation from the .ui format. So better use KColorCells showing palette and transparency slider.
Comment 1 Christoph Feck 2012-10-30 23:22:28 UTC
KColorButton supports alpha channel. I did not add it to KColorCombo, because my impression was that it is used as a quick "pen color" style selector, not something designers need. If you need alpha channel support in KColorButton, please add an entry for kdelibs/kdeui.
Comment 2 Christoph Feck 2012-10-30 23:23:29 UTC
Of course I meant "if you need alpha channel support in KColorCombo..."
Comment 3 Jarosław Staniek 2012-10-31 07:22:08 UTC
@Christoph I'll add the entry even if I need to have support for existing KDE installations and anyway will be migrating to KColorCells-based solution.
Comment 4 Jarosław Staniek 2012-10-31 09:41:43 UTC
@Christoph done https://bugs.kde.org/show_bug.cgi?id=309290
Comment 5 Jarosław Staniek 2019-11-11 13:59:41 UTC
*** Bug 333550 has been marked as a duplicate of this bug. ***