Trolltech Home | Qt-jambi-interest Home | Recent Threads | All Threads | Author | Date
All threads index page 1

Qt-jambi-interest Archive, February 2008
Re: Problem with "Promote to custom widget" using the Designer (Jambi version 4.3.3_01)


Message 1 in thread

Eskil Abrahamsen Blomfeldt wrote:
> Currently, the only work around as far as I can tell is to replace your 
> promoted widgets with proper custom widgets. This might be preferable 
> anyway, as they will appear and act as they are going to in the actual 
> application.
> 
>    
> http://doc.trolltech.com/qtjambi-4.3.3_01/com/trolltech/qt/qtjambi-eclipse.html#adding-custom-widgets 


Thanks for the hint, I am currently reworking my class into a custom 
widget. However, I stumbled upon another problem in the process.
When I try to access the "Qt Designer Plugins" in the properties tab of 
my project a warning pops up stating:

"Could Not Accept Changes"
"The currently displayed page contains invalid values"

After confirming the warning with "ok" and reselecting "Qt Designer 
Plugins" the option pages stays completely empty ,except the caption and 
the two forward and back buttons in the upper right corner.

Though I am not sure if this is somehow related to my promoted widget 
<-> custom widget problem. It works for my other projects but they dont 
have promoted widgets so I cant verify it.

best regards
Florian