From a25867296afe7aac19545ac52fdf92036a108e71 Mon Sep 17 00:00:00 2001 From: Pritpal Bedi Date: Mon, 7 Nov 2011 23:24:51 +0000 Subject: [PATCH] 2011-11-07 15:23 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/qtgui/hbqtgui.ch + Added: QAbstractSpinBox_* constants, extracted by Luiqi Ferraris. --- harbour/contrib/hbqt/qtgui/hbqtgui.ch | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/harbour/contrib/hbqt/qtgui/hbqtgui.ch b/harbour/contrib/hbqt/qtgui/hbqtgui.ch index 96c5b2c1d6..1184114b18 100644 --- a/harbour/contrib/hbqt/qtgui/hbqtgui.ch +++ b/harbour/contrib/hbqt/qtgui/hbqtgui.ch @@ -2315,6 +2315,10 @@ #define QImage_Format_RGB444 14 // The image is stored using a 16-bit RGB format (4-4-4). The unused bits are always zero. #define QImage_Format_ARGB4444_Premultiplied 15 // The image is stored using a premultiplied 16-bit ARGB format (4-4-4-4). +#define QAbstractSpinBox_UpDownArrows 0 // Little arrows in the classic style. +#define QAbstractSpinBox_PlusMinus 1 // + and - symbols. +#define QAbstractSpinBox_NoButtons 2 // Don't display buttons. + /*----------------------------------------------------------------------*/ // HBQT Defined Constants /*----------------------------------------------------------------------*/