|
|
Martin Gebert schrieb:
> Nice hint. However, this becomes ugly because now all Qt classes appear
> in the class tree :-(
>
> Martin
>
Addendum:
1a) Create a folder "QT classes" in your class view
3a) In your class view, mark all QT classes and move them via mouse
drag to your "QT4 classes" folder
But be carefully, your custom class view folders are not part of your
MSVC6 project or workspace files (*.dsp / *.dsw).
As far as I Know, they are stored in the (binary) *.opt files, which
shouldn't be controlled by a versioning system. So maybe you loose these
changes when MSVC decides to delete and recreate the project's *.opt file.
--
To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx with
"unsubscribe" in the subject or the body.
List archive and information: http://lists.trolltech.com/qt-interest/
|
|