eric6/E5Gui/E5ListSelectionDialog.py

changeset 8038
73ec029d4107
parent 7923
91e843545d9a
child 8143
2c730d5fd177
equal deleted inserted replaced
8037:cf0e5b8cd23a 8038:73ec029d4107
27 27
28 @param entries list of entries to select from 28 @param entries list of entries to select from
29 @type list of str 29 @type list of str
30 @param selectionMode selection mode for the list 30 @param selectionMode selection mode for the list
31 @type QAbstractItemView.SelectionMode 31 @type QAbstractItemView.SelectionMode
32 @param title tirle of the dialog 32 @param title title of the dialog
33 @type str 33 @type str
34 @param message message to be show in the dialog 34 @param message message to be show in the dialog
35 @type str 35 @type str
36 @param checkBoxSelection flag indicating to select items via their 36 @param checkBoxSelection flag indicating to select items via their
37 checkbox 37 checkbox

eric ide

mercurial