[PyKDE] Text in a QGLWidget

2003-04-03 Thread Stuart Bronk
Hi, I'm currently working with a QGL widget and would like to draw some text. qtgl doesn't support the GLUT function to draw Bitmap Characters, I was wondering if anyone had a good alternative, I really need the characters to be bitmap so they can be scaled etc later. I've found a various text

[PyKDE] sipqtQDateTimeEdit

2003-04-03 Thread Heberto del Rio
I've tryed to compile the PyQt-x11-gpl-3.5.tar.gz file but I had only one problem: in the sipqtQDateTimeEdit.cpp file there is a method: void sipQDateTimeEdit::sipProtect_layoutEditors() { QDateTimeEdit::layoutEditors(); } unfortunately in Qt 3.1.1 the class QDateTimeEdit does not contain

Re: [PyKDE] sipqtQDateTimeEdit

2003-04-03 Thread Phil Thompson
On Friday 04 April 2003 3:01 am, Heberto del Rio wrote: I've tryed to compile the PyQt-x11-gpl-3.5.tar.gz file but I had only one problem: in the sipqtQDateTimeEdit.cpp file there is a method: void sipQDateTimeEdit::sipProtect_layoutEditors() { QDateTimeEdit::layoutEditors(); }