Package schrodinger :: Package ui :: Package qt :: Module propertyselector
[hide private]
[frames] | no frames]

Module propertyselector

This module provides a PropertySelector GUI class for viewing and selecting properties. Pass the widget a list of properties (via the constructor or the setProperties() method), and then extract properties selected by the user with the getSelected() method.

PropertySelector will display properties without the type (e.g., "i_", "s_") or owner/family (e.g., "mmod_", "sd_") tags, for readability. The list of properties displayed can be limited to a single family.

The listbox component can be set to multiple or single selection with the boolean "multi" initialization option.

Copyright Schrodinger, LLC. All rights reserved.

Classes [hide private]
  MyWindow
  PropertyGrabPanel
A popup window that allows the user to grab a property.
  PropertySelector
Class for selecting properties, with features to organize by family/owner, filter by name, and/or sort items in the list.
  PropertySelectorMenu
Pull-down menu style property selected widget.
Variables [hide private]
  __package__ = 'schrodinger.ui.qt'
  maestro = <schrodinger._DummyMaestroModule object at 0x2b21af1...
Variables Details [hide private]

maestro

Value:
<schrodinger._DummyMaestroModule object at 0x2b21af15ba90>