42 <a NAME="AddFoundFilesDialog" ID="AddFoundFilesDialog"></a> |
42 <a NAME="AddFoundFilesDialog" ID="AddFoundFilesDialog"></a> |
43 <h2>AddFoundFilesDialog</h2> |
43 <h2>AddFoundFilesDialog</h2> |
44 <p> |
44 <p> |
45 Class implementing a dialog to show the found files to the user. |
45 Class implementing a dialog to show the found files to the user. |
46 </p><p> |
46 </p><p> |
47 The found files are displayed in a listview. |
47 The found files are displayed in a listview. Pressing the 'Add All' button |
48 Pressing the 'Add All' button adds all files to the current project, |
48 adds all files to the current project, the 'Add Selected' button adds only |
49 the 'Add Selected' button adds only the selected files and the 'Cancel' |
49 the selected files and the 'Cancel' button cancels the operation. |
50 button cancels the operation. |
|
51 </p> |
50 </p> |
52 <h3>Derived from</h3> |
51 <h3>Derived from</h3> |
53 QDialog, Ui_AddFoundFilesDialog |
52 QDialog, Ui_AddFoundFilesDialog |
54 <h3>Class Attributes</h3> |
53 <h3>Class Attributes</h3> |
55 <table> |
54 <table> |
111 </dl><a NAME="AddFoundFilesDialog.on_addAllButton_clicked" ID="AddFoundFilesDialog.on_addAllButton_clicked"></a> |
110 </dl><a NAME="AddFoundFilesDialog.on_addAllButton_clicked" ID="AddFoundFilesDialog.on_addAllButton_clicked"></a> |
112 <h4>AddFoundFilesDialog.on_addAllButton_clicked</h4> |
111 <h4>AddFoundFilesDialog.on_addAllButton_clicked</h4> |
113 <b>on_addAllButton_clicked</b>(<i></i>) |
112 <b>on_addAllButton_clicked</b>(<i></i>) |
114 <p> |
113 <p> |
115 Private slot to handle the 'Add All' button press. |
114 Private slot to handle the 'Add All' button press. |
116 </p><dl> |
115 </p><p> |
117 <dt>Returns:</dt> |
116 Always returns the value 1 (integer). |
118 <dd> |
117 </p><a NAME="AddFoundFilesDialog.on_addSelectedButton_clicked" ID="AddFoundFilesDialog.on_addSelectedButton_clicked"></a> |
119 always 1 (int) |
|
120 </dd> |
|
121 </dl><a NAME="AddFoundFilesDialog.on_addSelectedButton_clicked" ID="AddFoundFilesDialog.on_addSelectedButton_clicked"></a> |
|
122 <h4>AddFoundFilesDialog.on_addSelectedButton_clicked</h4> |
118 <h4>AddFoundFilesDialog.on_addSelectedButton_clicked</h4> |
123 <b>on_addSelectedButton_clicked</b>(<i></i>) |
119 <b>on_addSelectedButton_clicked</b>(<i></i>) |
124 <p> |
120 <p> |
125 Private slot to handle the 'Add Selected' button press. |
121 Private slot to handle the 'Add Selected' button press. |
126 </p><dl> |
122 </p><p> |
127 <dt>Returns:</dt> |
123 Always returns the value 2 (integer). |
128 <dd> |
124 </p><a NAME="AddFoundFilesDialog.on_buttonBox_clicked" ID="AddFoundFilesDialog.on_buttonBox_clicked"></a> |
129 always 2 (int) |
|
130 </dd> |
|
131 </dl><a NAME="AddFoundFilesDialog.on_buttonBox_clicked" ID="AddFoundFilesDialog.on_buttonBox_clicked"></a> |
|
132 <h4>AddFoundFilesDialog.on_buttonBox_clicked</h4> |
125 <h4>AddFoundFilesDialog.on_buttonBox_clicked</h4> |
133 <b>on_buttonBox_clicked</b>(<i>button</i>) |
126 <b>on_buttonBox_clicked</b>(<i>button</i>) |
134 <p> |
127 <p> |
135 Private slot called by a button of the button box clicked. |
128 Private slot called by a button of the button box clicked. |
136 </p><dl> |
129 </p><dl> |