eric6/E5Gui/E5FileSaveConfirmDialog.py

branch
micropython
changeset 7089
9f9816b19aa4
parent 7083
217862c28319
child 7229
53054eb5b15a
equal deleted inserted replaced
7088:e29b0ee86b29 7089:9f9816b19aa4
26 """ 26 """
27 Constructor 27 Constructor
28 28
29 @param filename file name to be shown 29 @param filename file name to be shown
30 @type str 30 @type str
31 @param title title for the dialog
32 @type str
31 @param message message to be shown 33 @param message message to be shown
32 @type str
33 @param title title for the dialog
34 @type str 34 @type str
35 @param picker flag indicating to use a path picker 35 @param picker flag indicating to use a path picker
36 @type bool 36 @type bool
37 @param parent reference to the parent widget 37 @param parent reference to the parent widget
38 @type QWidget 38 @type QWidget
128 """ 128 """
129 Function to confirm that a file shall be overwritten. 129 Function to confirm that a file shall be overwritten.
130 130
131 @param filename file name to be shown 131 @param filename file name to be shown
132 @type str 132 @type str
133 @param title title for the dialog
134 @type str
133 @param message message to be shown 135 @param message message to be shown
134 @type str
135 @param title title for the dialog
136 @type str 136 @type str
137 @param picker flag indicating to use a path picker 137 @param picker flag indicating to use a path picker
138 @type bool 138 @type bool
139 @param parent reference to the parent widget 139 @param parent reference to the parent widget
140 @type QWidget 140 @type QWidget

eric ide

mercurial