[Paraview-developers] pqObjectInspector

Utkarsh Ayachit utkarsh.ayachit at kitware.com
Mon Oct 20 23:07:23 EDT 2014


> My panel has SOURCE_PROPERTIES set, but I get two (of each) greyed out, save
> and default buttons for (presumable) the view properties and display
> properties which I don’t need. Can I make them hidden?

Try using pqProxyWidget directly instead. It'll offer you more finer
control. If you want to use pqProperties panel,
pqPropertiesPanel::setPanelMode() may prove useful to make the panel
no show view/display properties sections.

> There appears to be a bug in the advanced properties gear button thingy,
> because one you type something in there, everything disappears and never
> comes back! (I noticed in the main preferences, lots of options are hidden
> until you enter a space in the search box, then tons appear - as if by magic
> - could there be something wrong with the property search feature?)

Did you try hitting the "Esc" key to clear the text field, or just
deleting all text using backspace or del keys? Check this post out
[1]. It explains how searching/advanced/default widgets work. Hitting
" " results in a search for " " which matches several property labels
and those will get shown.

[1] http://www.kitware.com/blog/home/post/491


More information about the Paraview-developers mailing list