Class implementing a dialog to show matching references/definitions.
Methods
|
|
__init__
addEntry
handleDoubleClicked
|
|
__init__
|
__init__ (
self,
ui,
parent=None,
name=None,
modal=0,
fl=0,
)
Constructor
Arguments
- ui
- reference to the UI object
- parent
- parent of this dialog (QWidget)
- name
- name of this dialog (string or QString)
- modal
- flag indicating a modal window (boolean)
- fl
- window flags
|
|
addEntry
|
addEntry ( self, ref )
Public slot to add a reference to the listview.
|
|
handleDoubleClicked
|
handleDoubleClicked ( self, itm )
Private slot to handle the DoubleClicked signal of the list.
|
|