[Qt-creator] [QtCreator] Go to slot dialog implementation
Daniel Teske
daniel.teske at nokia.com
Mon Jan 26 12:04:22 CET 2009
> Hi!
> I wanted to look at the go to slot (in the designer in QtCreator) dialog
> implementation but it seems it is not in the Git repository (or I can't
> find it...). Moreover, if I compile QtCreator from a git snapshot, I can't
> open .ui files. I mean I can't open them in the form designer in QtCreator
> - they are opened in the text editor.
>
> Could someone point me out what is going on?
The designer plugin needs some private headers from qt's directory. You need
to either copy those manually from your build directory to your install
directory. Or preferable configure qt with -prefix .
You should have gotten a warning if you run qmake -r on qt creators sources,
what it can't find.
daniel
More information about the Qt-creator-old
mailing list