In order to add additional widgets to Designer you will need a
Designer plugin. See if the library provides the source code for one;
if so, you'll need to compile it to match Designer. (Special note:
Designer on Windows is compiled with Visual Studio despite it itself
compiling other code using MinGW by default.)

If the library doesn't provide a Designer plugin they're not too
painful to create, but it's generally easier to just promote a widget.
(Add a plain "Widget" to the form, right-click, "Promote") It'll show
up blank in Designer but when you build your project it'll be the
desired widget type.

/s/ Adam

On Fri, May 6, 2011 at 5:46 AM, john smith <[email protected]> wrote:
> Hello,
>
> I want to create a user interface for medical image proccessing. The
> viewport of the interaface must contain 4 windows (3 slice display windows
> and a 3D volume display window).Also, I want to create 3 buttons (one for
> loading the image, one for saving the image, and one button which will apply
> a .cpp and a .h program on the loaded image).Well, in medical image
> processing there is already MITK, which has been created with the use of the
> Qt framework and the VTK open source library (visualization toolkit), all of
> them in C++. I downloaded the open source files of the MITK (they include
> .xpm .cmake .qrc .cpp and .h files).I have already installed Qt 4.7.2 and I
> am wondering If I could get some already created by the MITK widgets (for
> example the MITK viewport) and add them in a new Qt designer project.If it
> is possible which format files sould I need? Could someone give me some
> instrunctions to do this task? Some examples or tutorials would be very
> usefull.
>
> Thanks in advance
>
> _______________________________________________
> Qt-creator mailing list
> [email protected]
> http://lists.qt.nokia.com/mailman/listinfo/qt-creator
>
>
_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.qt.nokia.com/mailman/listinfo/qt-creator

Reply via email to