2012-06-29 14:06 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)

* contrib/hbqt/qtgui/hbqtgui.ch
    + Added: remaining QPalette_* constants.
This commit is contained in:
Pritpal Bedi
2012-06-29 21:08:41 +00:00
parent 830b15811b
commit 66c3618793
2 changed files with 8 additions and 0 deletions

View File

@@ -16,6 +16,10 @@
The license applies to all entries newer than 2009-04-28.
*/
2012-06-29 14:06 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
* contrib/hbqt/qtgui/hbqtgui.ch
+ Added: remaining QPalette_* constants.
2012-06-29 19:49 UTC+0200 Viktor Szakats (harbour syenar.net)
* contrib/hbtinymt/tests/test32.prg
* contrib/hbtinymt/tests/test64.prg

View File

@@ -195,6 +195,10 @@
#define QPalette_ToolTipBase 18 // Used as the background color for QToolTip and QWhatsThis. Tool tips use the Inactive color group of QPalette, because tool tips are not active windows.
#define QPalette_ToolTipText 19 // Used as the foreground color for QToolTip and QWhatsThis. Tool tips use the Inactive color group of QPalette, because tool tips are not active windows.
#define QPalette_Disabled 1
#define QPalette_Active 0
#define QPalette_Inactive 2
#define QPalette_Normal QPalette_Active
/*
* There are some color roles used mostly for 3D bevel and shadow effects.
* All of these are normally derived from Window, and used in ways that depend on that