Quote:
Originally Posted by jimadamthwaite
Lotsa questions. Downloading QT4 killed every thing QT-related. Nothing compiles.
Maybe you uninstalled Qt3? Qt4 doesn't replace Qt3.
Quote:
Q1: Which QT web page is being referred to above?
Qt reference about designer.
Quote:
Q2: What happened to Form1.h, .moc/xx, .obj/xx, .ui/xx etc?
Nothing happened. What do you mean?
Quote:
Q3: What is now responsible for creating these, if they are still needed?
The mechanism is still the same -- moc and uic create those.
Quote:
Q4: How do we get from .ui XML files to whatever is now used?
UI files are still used. As I said before, the mechanism didn't change between Qt3 and Qt4.
Quote:
Q5: Or is QT4 to be used in conjunction with KDevelop or something else? If so, how?
Yes, you have to use a 3rd party editors to write code.
How? Well, it depends on the editor/IDE you use. For KDevelop it is enough to assure qmake from Qt4 is earlier in the path than qmake from Qt3 and use KDevelop like you would work with Qt3 projects. Most features will still work.
Quote:
Q6: Is there a simple step-by step example <!!!using the V4 GUI builder!!!>?
See the link in the second post of this thread. I'm sure there is something there. Additionally there is a video tutorial available for download from Trolltech site.
Quote:
The (old) examples I have found so far rely on construction of the application UI "manually" by code, rather than drag & drop designer construction. Drag & drop is the reason I wanted to use Qt. It is often the only way I can force the layout I want.
I don't quite understand what you mean, but good for you! :cool:
Quote:
Q7: When do we get a drag & droppable QCanvasView (or similar)?
In Qt4.2. It'll be called QGraphicalView.
Quote:
Is there any reason this cannot be done?
The class is not ready yet. It'll be released with Qt4.2. As for Qt3 there was little use of QCanvasView put directly on a form as for most uses it had to be subclassed. But if you insist on using QCanvasView from Designer in Qt3, you might find wwWidgets interesting.
BTW. It's "Qt" and not QT.