Re: [Harbour] QT - ADDON - Alert()

2009-04-16 Thread Xavi
Thanks Vailton, I think it can also be a good example of working with hbqt and I translated to prg. Just as exercise of programming. :) Is this wrong? Xavi #define Qt_PlainText 0 #define QMessageBox_ActionRole 3 #define QMessageBox_Ok 1024 /*

[Harbour] QT - ADDON - Alert()

2009-04-15 Thread Vailton Renato
Hi Pritpal! I have followed their work using hbQt and I think it is great! In my personal tests here, I developed a  ALERT() function ... I would send you in the hope of contributing to the project, I will be grateful if you can consider: #include /*  * ALERT() function basead on QT MessageBox.