76 <p> |
76 <p> |
77 Constructor |
77 Constructor |
78 </p> |
78 </p> |
79 <dl> |
79 <dl> |
80 |
80 |
81 <dt><i>parent</i></dt> |
81 <dt><i>parent</i> (QWidget)</dt> |
82 <dd> |
82 <dd> |
83 parent of this dialog (QWidget) |
83 parent of this dialog |
84 </dd> |
84 </dd> |
85 <dt><i>caption</i></dt> |
85 <dt><i>caption</i> (str)</dt> |
86 <dd> |
86 <dd> |
87 window title for the dialog (string) |
87 window title for the dialog |
88 </dd> |
88 </dd> |
89 <dt><i>message</i></dt> |
89 <dt><i>message</i> (str)</dt> |
90 <dd> |
90 <dd> |
91 message to be shown (string) |
91 message to be shown |
92 </dd> |
92 </dd> |
93 <dt><i>files</i></dt> |
93 <dt><i>files</i> (list of str)</dt> |
94 <dd> |
94 <dd> |
95 list of filenames to be shown (list of strings) |
95 list of filenames to be shown |
96 </dd> |
96 </dd> |
97 </dl> |
97 </dl> |
98 <a NAME="DeleteFilesConfirmationDialog.on_buttonBox_clicked" ID="DeleteFilesConfirmationDialog.on_buttonBox_clicked"></a> |
98 <a NAME="DeleteFilesConfirmationDialog.on_buttonBox_clicked" ID="DeleteFilesConfirmationDialog.on_buttonBox_clicked"></a> |
99 <h4>DeleteFilesConfirmationDialog.on_buttonBox_clicked</h4> |
99 <h4>DeleteFilesConfirmationDialog.on_buttonBox_clicked</h4> |
100 <b>on_buttonBox_clicked</b>(<i>button</i>) |
100 <b>on_buttonBox_clicked</b>(<i>button</i>) |