Antonio
Saludos cordiales
Sera posible linkar esta clase, veo que incorpora valores de Entorno QT, ejemplo: Colores.
http://doc.qt.io/qt-4.8/qt.html
Clase QT
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: Clase QT
Juan,
Lo acabo de intentar pero parece que no está implementada en la capa QT para Harbour.
Habría que comentarlo con Pritpal Bedi. Voy a ver si le localizo.
Lo acabo de intentar pero parece que no está implementada en la capa QT para Harbour.
Habría que comentarlo con Pritpal Bedi. Voy a ver si le localizo.
- Pritpal Bedi
- Posts: 154
- Joined: Thu Jun 03, 2010 6:27 am
- Contact:
Re: Clase QT
Hi
Jumping in...
QT is not a class as other classes and is callable on C++ level only.
This namespace only defines the ENUMS in C++ and #defines in Harbour.
QtContribs contain all the defines in hbqt/qtgui/hbqtgui.ch header file.
Just include it as oyou normally do.
Contstants in hbqtgui.ch are defined like this :
QT Harbour
Qt::white Qt_white
Only "::" has been replaced with "_".
It would be nice if you post your queries ( in English only ) at
https://groups.google.com/forum/?fromgr ... qtcontribs
(a dedicated newsgroup for HbQt related questions)
I am here because Antonio pointed this out to me so it is not
possible for me to reach to this forum anyway.
Pritpal Bedi
a student of software analysis & concepts
Jumping in...
QT is not a class as other classes and is callable on C++ level only.
This namespace only defines the ENUMS in C++ and #defines in Harbour.
QtContribs contain all the defines in hbqt/qtgui/hbqtgui.ch header file.
Just include it as oyou normally do.
Contstants in hbqtgui.ch are defined like this :
QT Harbour
Qt::white Qt_white
Only "::" has been replaced with "_".
It would be nice if you post your queries ( in English only ) at
https://groups.google.com/forum/?fromgr ... qtcontribs
(a dedicated newsgroup for HbQt related questions)
I am here because Antonio pointed this out to me so it is not
possible for me to reach to this forum anyway.
Pritpal Bedi
a student of software analysis & concepts
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: Clase QT
Pritpal,
thanks!
As you all may know, thanks to Pritpal we have QT support in Harbour and he is the best expert about QT and Harbour
thanks!
As you all may know, thanks to Pritpal we have QT support in Harbour and he is the best expert about QT and Harbour
Re: Clase QT
Antonio
Gracias, se que le ha puesto mucho trabajo con este excelente producto.
He visto que son definciiones que posiblemente se puedan remplazar con un #include, ejemplo el tema de los colores.
No he podido implementar los colores en QT.
Gracias, se que le ha puesto mucho trabajo con este excelente producto.
He visto que son definciiones que posiblemente se puedan remplazar con un #include, ejemplo el tema de los colores.
No he podido implementar los colores en QT.