diff --git a/harbour/ChangeLog b/harbour/ChangeLog index b9ae443e7e..ddbe3d91be 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -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 diff --git a/harbour/contrib/hbqt/qtgui/hbqtgui.ch b/harbour/contrib/hbqt/qtgui/hbqtgui.ch index a3db795ec5..9699e87c6e 100644 --- a/harbour/contrib/hbqt/qtgui/hbqtgui.ch +++ b/harbour/contrib/hbqt/qtgui/hbqtgui.ch @@ -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