[Qt-interest] Qt VS Addin: Howto generate code for ui file
Oliver Wolff
oliver.wolff at nokia.com
Mon Feb 1 13:30:16 CET 2010
Am 1/29/2010 2:35 PM, schrieb ext Duane Hebert:
>
> "Oliver Wolff"<oliver.wolff at nokia.com> wrote in message news:4B62B9A5.7010403 at nokia.com...
>> The easiest way to achieve this is adding a Qt4Gui class to your
>> project. Simply right-click to the project in the solution explorer and
>> choose Add->Class...->Qt4 Classes->Qt4GuiClass. The following wizard
>> will be what you are looking for :)
>
> So it works similar to the way that the Integration package did? Does it
> also take care of moc'ing etc?
> Does it open designer in the IDE or do you use the standalone one?
>
> I've been hesitant to try this addon as the
> integration pack was such an improvement over the older vs qt addon...
>
> Is there someplace where the behavior of this is documented?
We tried to keep the functionalities of the new AddIn as close as
possible to the ones given in the integration.
The AddIn also handles moc'ing, uic'ing and rcc'ing of files. And you
can also set, which Qt Version shall be used for the current project.
Due to the AddIn approach it is not possible to use an integrated
Designer but the AddIn tries to evaluate which Designer/Linguist to use
and starts the one according to the project's Qt version.
The general AddIn documentation can be found here:
http://doc.qt.nokia.com/vs-add-in-1.0/index.html
Regards
Olli
More information about the Qt-interest-old
mailing list