src/eric7/Documentation/Source/eric7.UI.DeleteFilesConfirmationDialog.html

branch
eric7
changeset 10433
328f3ec4b77a
parent 9209
b99e7fd55fd3
child 10479
856476537696
equal deleted inserted replaced
10432:2fe91fe443dd 10433:328f3ec4b77a
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>)
102 <p> 102 <p>
103 Private slot called by a button of the button box clicked. 103 Private slot called by a button of the button box clicked.
104 </p> 104 </p>
105 <dl> 105 <dl>
106 106
107 <dt><i>button</i></dt> 107 <dt><i>button</i> (QAbstractButton)</dt>
108 <dd> 108 <dd>
109 button that was clicked (QAbstractButton) 109 button that was clicked
110 </dd> 110 </dd>
111 </dl> 111 </dl>
112 <div align="right"><a href="#top">Up</a></div> 112 <div align="right"><a href="#top">Up</a></div>
113 <hr /> 113 <hr />
114 </body></html> 114 </body></html>

eric ide

mercurial