I am converting some GUI code I originally wrote using the win32 API, to use QT.
I have come accross some items for which I cant find any direct equivalents. They are:
- GetRValue
- GetGValue
- GetBValue
- PS_SOLID PS_DASH
- PS_DOT
- PS_DASH_DOT
- PS_NULL
- MulDiv
- HBITMAP
Any help?
[Edit]
I am building on Ubuntu 9.10