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 |