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

Qt-interest Archive, March 2007
Layouting warning message for a Custom plugin


Message 1 in thread

Hi,

I have designed a custom plugin which contains two tables arranged 
vertically. The custom plugin is working as designed.The problem here is 
when ever I add this plugin on to a dialog in a designer I keep getting 
this message when I save the dialog.

"No entry for 0x87705d8 (mainLayout, QVBoxLayout) found in MetaDataBase"

and I keep on getting this message when I run the program which uses 
this plugin and the dialog was  designed in the designer using the 
custom plugin.

"QLayout "testdiamondtableLayout" added to QgtDiamondTable 
"testdiamondtable", which already has a layout"

With out a layout in the plugin for the tables the table doesn't get 
displayed  in a dialog.

Should I use the parents layout ?
Let say I am using the parents, then there may be a chance that the 
parent is not yet layouted during desinging.

-- 
 [ signature omitted ]