Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - jlbeck

Pages: [1]
1
Qt/Qtopia / QCheckTableItem in QT 2.x?
« on: July 01, 2004, 04:33:27 pm »
Has anyone implemented QCheckTableItem for QT 2.x? Know where I can download
a copy?

2
Qt/Qtopia / setOverrideCursor
« on: June 15, 2004, 09:50:13 pm »
Thank you. I now have the world of QCopEnvelope to explore!

3
Qt/Qtopia / setOverrideCursor
« on: June 14, 2004, 07:02:09 pm »
I\'m attempting to change the cursor during a long operation. Is this the correct
syntax?

  QApplication::setOverrideCursor( QCursor(waitCursor) );
    ...
  QApplication::restoreOverrideCursor();

It compiles and links clean but the cursor never changes.

4
Qt/Qtopia / Converting Qt 3.x application to Qt 2.x
« on: May 29, 2004, 08:22:35 pm »
I\'m not doing anything fancy. Just QTextStream, QMap, Qtable. Looks like I
have another steep learnig curve ahead of me.

Is there anyplace I can learn about uic, moc ...

5
Qt/Qtopia / Converting Qt 3.x application to Qt 2.x
« on: May 28, 2004, 09:26:31 pm »
I bought my zaurus to do one thing. I was going to write a custom application
to program my handheld radio scanner. I knew I had to use Qt and c++.
I bought the \"C++ GUI Programming  with Qt3\" book and got to work.

I laid out the GUI using designer and have the application working great under
Suse 9.0. I\'ve installed the cross-compilers and now I learn that the zaurus
uses Qt 2.x and that the cross compile environment doesn\'t understand the
files from designer.

Is there an easy way to convert these files to work with the cross-compile
environment?

Pages: [1]