Package schrodinger :: Package application :: Package jaguar :: Package gui :: Module input_tab_widgets :: Class UseFromCombo
[hide private]
[frames] | no frames]

Class UseFromCombo

   PyQt4.QtGui.QComboBox --+    
                           |    
ui.qt.utils.EnhancedComboBox --+
                               |
                              UseFromCombo

A combo box that allows the user to select the source for the project table: either included entries or selected entries.

Instance Methods [hide private]
 
__init__(self, parent=None)
 
updateText(self, proj)
Update the combo box text to reflect the current number of included and selected entries.

Inherited from ui.qt.utils.EnhancedComboBox: addItemsFromDict, currentData, findDataPy, setCurrentData, setCurrentText

Method Details [hide private]

updateText(self, proj)

 

Update the combo box text to reflect the current number of included and selected entries. This method must be called every time there's a project change.

Parameters: