PDA

View Full Version : Display QWebView in "Display Widgets"?



Niunzin
9th January 2013, 21:01
Whats I need make to QWebView show in Display Widgets?
Look: 8572

And...
How to resize a widget on resize your form?? (in .NET this call Dock > Fill)


Thanks :D
Hugs.

wysota
9th January 2013, 21:04
Whats I need make to QWebView show in Display Widgets?
Make sure the webkit designer plugin is available.


How to resize a widget on resize your form?? (in .NET this call Dock > Fill)
Apply a layout to your form.

Niunzin
9th January 2013, 21:19
Make sure the webkit designer plugin is available.How? :/


Apply a layout to your form.I'll try this, ty :D

wysota
9th January 2013, 22:05
How? :/

Well... you can start by looking into the folder containing designer plugins and see if it's there.

Niunzin
9th January 2013, 22:08
In QtCreator\5.0.0\msvc2010\plugins\designer folder have only qdeclarativeview.dll :/

wysota
9th January 2013, 22:26
You'll need to build it then. And possibly create the plugin first if its sourcecode is not available.