Documentation/Source/eric5.UI.FindFileDialog.html

changeset 58
37f0444c3479
parent 21
b88a0e6268bd
child 269
56e0107f2b01
equal deleted inserted replaced
57:81326a94fdca 58:37f0444c3479
20 </style> 20 </style>
21 </head> 21 </head>
22 <body><a NAME="top" ID="top"></a> 22 <body><a NAME="top" ID="top"></a>
23 <h1>eric5.UI.FindFileDialog</h1> 23 <h1>eric5.UI.FindFileDialog</h1>
24 <p> 24 <p>
25 &#77;&#111;&#100;&#117;&#108;&#101; &#105;&#109;&#112;&#108;&#101;&#109;&#101;&#110;&#116;&#105;&#110;&#103; &#97; &#100;&#105;&#97;&#108;&#111;&#103; &#116;&#111; &#115;&#101;&#97;&#114;&#99;&#104; &#102;&#111;&#114; &#116;&#101;x&#116; &#105;&#110; &#102;&#105;&#108;&#101;&#115;. 25 Module implementing a dialog to search for text in files.
26 </p> 26 </p>
27 <h3>Global Attributes</h3> 27 <h3>Global Attributes</h3>
28 <table> 28 <table>
29 <tr><td>None</td></tr> 29 <tr><td>None</td></tr>
30 </table> 30 </table>
31 <h3>Classes</h3> 31 <h3>Classes</h3>
32 <table> 32 <table>
33 <tr> 33 <tr>
34 <td><a href="#FindFileDialog">FindFileDialog</a></td> 34 <td><a href="#FindFileDialog">FindFileDialog</a></td>
35 <td>&#67;&#108;&#97;&#115;&#115; &#105;&#109;&#112;&#108;&#101;&#109;&#101;&#110;&#116;&#105;&#110;&#103; &#97; &#100;&#105;&#97;&#108;&#111;&#103; &#116;&#111; &#115;&#101;&#97;&#114;&#99;&#104; &#102;&#111;&#114; &#116;&#101;x&#116; &#105;&#110; &#102;&#105;&#108;&#101;&#115;.</td> 35 <td>Class implementing a dialog to search for text in files.</td>
36 </tr> 36 </tr>
37 </table> 37 </table>
38 <h3>Functions</h3> 38 <h3>Functions</h3>
39 <table> 39 <table>
40 <tr><td>None</td></tr> 40 <tr><td>None</td></tr>
41 </table> 41 </table>
42 <hr /><hr /> 42 <hr /><hr />
43 <a NAME="FindFileDialog" ID="FindFileDialog"></a> 43 <a NAME="FindFileDialog" ID="FindFileDialog"></a>
44 <h2>FindFileDialog</h2> 44 <h2>FindFileDialog</h2>
45 <p> 45 <p>
46 &#67;&#108;&#97;&#115;&#115; &#105;&#109;&#112;&#108;&#101;&#109;&#101;&#110;&#116;&#105;&#110;&#103; &#97; &#100;&#105;&#97;&#108;&#111;&#103; &#116;&#111; &#115;&#101;&#97;&#114;&#99;&#104; &#102;&#111;&#114; &#116;&#101;x&#116; &#105;&#110; &#102;&#105;&#108;&#101;&#115;. 46 Class implementing a dialog to search for text in files.
47 </p><p> 47 </p><p>
48 &#84;&#104;&#101; &#111;&#99;&#99;&#117;&#114;&#114;&#101;&#110;&#99;&#101;&#115; &#102;&#111;&#117;&#110;&#100; &#97;&#114;&#101; &#100;&#105;&#115;&#112;&#108;&#97;y&#101;&#100; &#105;&#110; &#97; &#81;&#84;&#114;&#101;&#101;&#87;&#105;&#100;&#103;&#101;&#116; &#115;&#104;&#111;w&#105;&#110;&#103; &#116;&#104;&#101; &#102;&#105;&#108;&#101;&#110;&#97;&#109;&#101;, &#116;&#104;&#101; 48 The occurrences found are displayed in a QTreeWidget showing the filename, the
49 &#108;&#105;&#110;&#101;&#110;&#117;&#109;&#98;&#101;&#114; &#97;&#110;&#100; &#116;&#104;&#101; &#102;&#111;&#117;&#110;&#100; &#116;&#101;x&#116;. &#84;&#104;&#101; &#102;&#105;&#108;&#101; w&#105;&#108;&#108; &#98;&#101; &#111;&#112;&#101;&#110;&#101;&#100; &#117;&#112;&#111;&#110; &#97; &#100;&#111;&#117;&#98;&#108;&#101; &#99;&#108;&#105;&#99;&#107; &#111;&#110;&#116;&#111; 49 linenumber and the found text. The file will be opened upon a double click onto
50 &#116;&#104;&#101; &#114;&#101;&#115;&#112;&#101;&#99;&#116;&#105;v&#101; &#101;&#110;&#116;&#114;y &#111;&#102; &#116;&#104;&#101; &#108;&#105;&#115;&#116;. 50 the respective entry of the list.
51 </p><h4>Signals</h4> 51 </p><h4>Signals</h4>
52 <dl> 52 <dl>
53 <dt>designerFile(string)</dt> 53 <dt>designerFile(string)</dt>
54 <dd> 54 <dd>
55 &#101;&#109;&#105;&#116;&#116;&#101;&#100; &#116;&#111; &#111;&#112;&#101;&#110; &#97; &#81;&#116;-&#68;&#101;&#115;&#105;&#103;&#110;&#101;&#114; &#102;&#105;&#108;&#101; 55 emitted to open a Qt-Designer file
56 </dd><dt>sourceFile(string, int, string, (int, int)</dt> 56 </dd><dt>sourceFile(string, int, string, (int, int)</dt>
57 <dd> 57 <dd>
58 ) &#101;&#109;&#105;&#116;&#116;&#101;&#100; &#116;&#111; &#111;&#112;&#101;&#110; &#97; 58 ) emitted to open a
59 &#115;&#111;&#117;&#114;&#99;&#101; &#102;&#105;&#108;&#101; &#97;&#116; &#97; &#108;&#105;&#110;&#101; 59 source file at a line
60 </dd> 60 </dd>
61 </dl> 61 </dl>
62 <h3>Derived from</h3> 62 <h3>Derived from</h3>
63 QDialog, Ui_FindFileDialog 63 QDialog, Ui_FindFileDialog
64 <h3>Class Attributes</h3> 64 <h3>Class Attributes</h3>
67 </table> 67 </table>
68 <h3>Methods</h3> 68 <h3>Methods</h3>
69 <table> 69 <table>
70 <tr> 70 <tr>
71 <td><a href="#FindFileDialog.__init__">FindFileDialog</a></td> 71 <td><a href="#FindFileDialog.__init__">FindFileDialog</a></td>
72 <td>&#67;&#111;&#110;&#115;&#116;&#114;&#117;&#99;&#116;&#111;&#114;</td> 72 <td>Constructor</td>
73 </tr><tr> 73 </tr><tr>
74 <td><a href="#FindFileDialog.__contextMenuRequested">__contextMenuRequested</a></td> 74 <td><a href="#FindFileDialog.__contextMenuRequested">__contextMenuRequested</a></td>
75 <td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#99;&#111;&#110;&#116;&#101;x&#116; &#109;&#101;&#110;&#117; &#114;&#101;&#113;&#117;&#101;&#115;&#116;.</td> 75 <td>Private slot to handle the context menu request.</td>
76 </tr><tr> 76 </tr><tr>
77 <td><a href="#FindFileDialog.__copyToClipboard">__copyToClipboard</a></td> 77 <td><a href="#FindFileDialog.__copyToClipboard">__copyToClipboard</a></td>
78 <td>&#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#99;&#111;&#112;y &#116;&#104;&#101; &#112;&#97;&#116;&#104; &#111;&#102; &#97;&#110; &#101;&#110;&#116;&#114;y &#116;&#111; &#116;&#104;&#101; &#99;&#108;&#105;&#112;&#98;&#111;&#97;&#114;&#100;.</td> 78 <td>Private method to copy the path of an entry to the clipboard.</td>
79 </tr><tr> 79 </tr><tr>
80 <td><a href="#FindFileDialog.__createItem">__createItem</a></td> 80 <td><a href="#FindFileDialog.__createItem">__createItem</a></td>
81 <td>&#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#99;&#114;&#101;&#97;&#116;&#101; &#97;&#110; &#101;&#110;&#116;&#114;y &#105;&#110; &#116;&#104;&#101; &#102;&#105;&#108;&#101; &#108;&#105;&#115;&#116;.</td> 81 <td>Private method to create an entry in the file list.</td>
82 </tr><tr> 82 </tr><tr>
83 <td><a href="#FindFileDialog.__doSearch">__doSearch</a></td> 83 <td><a href="#FindFileDialog.__doSearch">__doSearch</a></td>
84 <td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#102;&#105;&#110;&#100; &#98;&#117;&#116;&#116;&#111;&#110; &#98;&#101;&#105;&#110;&#103; &#112;&#114;&#101;&#115;&#115;&#101;&#100;.</td> 84 <td>Private slot to handle the find button being pressed.</td>
85 </tr><tr> 85 </tr><tr>
86 <td><a href="#FindFileDialog.__enableFindButton">__enableFindButton</a></td> 86 <td><a href="#FindFileDialog.__enableFindButton">__enableFindButton</a></td>
87 <td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#99;&#97;&#108;&#108;&#101;&#100; &#116;&#111; &#101;&#110;&#97;&#98;&#108;&#101; &#116;&#104;&#101; &#102;&#105;&#110;&#100; &#98;&#117;&#116;&#116;&#111;&#110;.</td> 87 <td>Private slot called to enable the find button.</td>
88 </tr><tr> 88 </tr><tr>
89 <td><a href="#FindFileDialog.__getFileList">__getFileList</a></td> 89 <td><a href="#FindFileDialog.__getFileList">__getFileList</a></td>
90 <td>&#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#103;&#101;&#116; &#97; &#108;&#105;&#115;&#116; &#111;&#102; &#102;&#105;&#108;&#101;&#115; &#116;&#111; &#115;&#101;&#97;&#114;&#99;&#104;.</td> 90 <td>Private method to get a list of files to search.</td>
91 </tr><tr> 91 </tr><tr>
92 <td><a href="#FindFileDialog.__openFile">__openFile</a></td> 92 <td><a href="#FindFileDialog.__openFile">__openFile</a></td>
93 <td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#111;&#112;&#101;&#110; &#116;&#104;&#101; &#99;&#117;&#114;&#114;&#101;&#110;&#116;&#108;y &#115;&#101;&#108;&#101;&#99;&#116;&#101;&#100; &#101;&#110;&#116;&#114;y.</td> 93 <td>Private slot to open the currently selected entry.</td>
94 </tr><tr> 94 </tr><tr>
95 <td><a href="#FindFileDialog.__stopSearch">__stopSearch</a></td> 95 <td><a href="#FindFileDialog.__stopSearch">__stopSearch</a></td>
96 <td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#115;&#116;&#111;&#112; &#98;&#117;&#116;&#116;&#111;&#110; &#98;&#101;&#105;&#110;&#103; &#112;&#114;&#101;&#115;&#115;&#101;&#100;.</td> 96 <td>Private slot to handle the stop button being pressed.</td>
97 </tr><tr> 97 </tr><tr>
98 <td><a href="#FindFileDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> 98 <td><a href="#FindFileDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td>
99 <td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#99;&#97;&#108;&#108;&#101;&#100; &#98;y &#97; &#98;&#117;&#116;&#116;&#111;&#110; &#111;&#102; &#116;&#104;&#101; &#98;&#117;&#116;&#116;&#111;&#110; &#98;&#111;x &#99;&#108;&#105;&#99;&#107;&#101;&#100;.</td> 99 <td>Private slot called by a button of the button box clicked.</td>
100 </tr><tr> 100 </tr><tr>
101 <td><a href="#FindFileDialog.on_dirButton_clicked">on_dirButton_clicked</a></td> 101 <td><a href="#FindFileDialog.on_dirButton_clicked">on_dirButton_clicked</a></td>
102 <td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#115;&#101;&#108;&#101;&#99;&#116;&#105;&#111;&#110; &#111;&#102; &#116;&#104;&#101; &#112;&#114;&#111;&#106;&#101;&#99;&#116; &#114;&#97;&#100;&#105;&#111; &#98;&#117;&#116;&#116;&#111;&#110;.</td> 102 <td>Private slot to handle the selection of the project radio button.</td>
103 </tr><tr> 103 </tr><tr>
104 <td><a href="#FindFileDialog.on_dirEdit_textChanged">on_dirEdit_textChanged</a></td> 104 <td><a href="#FindFileDialog.on_dirEdit_textChanged">on_dirEdit_textChanged</a></td>
105 <td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#116;&#101;x&#116;&#67;&#104;&#97;&#110;&#103;&#101;&#100; &#115;&#105;&#103;&#110;&#97;&#108; &#111;&#102; &#116;&#104;&#101; &#100;&#105;&#114;&#101;&#99;&#116;&#111;&#114;y &#101;&#100;&#105;&#116;.</td> 105 <td>Private slot to handle the textChanged signal of the directory edit.</td>
106 </tr><tr> 106 </tr><tr>
107 <td><a href="#FindFileDialog.on_dirSelectButton_clicked">on_dirSelectButton_clicked</a></td> 107 <td><a href="#FindFileDialog.on_dirSelectButton_clicked">on_dirSelectButton_clicked</a></td>
108 <td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#100;&#105;&#115;&#112;&#108;&#97;y &#97; &#100;&#105;&#114;&#101;&#99;&#116;&#111;&#114;y &#115;&#101;&#108;&#101;&#99;&#116;&#105;&#111;&#110; &#100;&#105;&#97;&#108;&#111;&#103;.</td> 108 <td>Private slot to display a directory selection dialog.</td>
109 </tr><tr> 109 </tr><tr>
110 <td><a href="#FindFileDialog.on_filterCheckBox_clicked">on_filterCheckBox_clicked</a></td> 110 <td><a href="#FindFileDialog.on_filterCheckBox_clicked">on_filterCheckBox_clicked</a></td>
111 <td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#115;&#101;&#108;&#101;&#99;&#116;&#105;&#111;&#110; &#111;&#102; &#116;&#104;&#101; &#102;&#105;&#108;&#101; &#102;&#105;&#108;&#116;&#101;&#114; &#99;&#104;&#101;&#99;&#107; &#98;&#111;x.</td> 111 <td>Private slot to handle the selection of the file filter check box.</td>
112 </tr><tr> 112 </tr><tr>
113 <td><a href="#FindFileDialog.on_filterEdit_textEdited">on_filterEdit_textEdited</a></td> 113 <td><a href="#FindFileDialog.on_filterEdit_textEdited">on_filterEdit_textEdited</a></td>
114 <td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#116;&#101;x&#116;&#67;&#104;&#97;&#110;&#103;&#101;&#100; &#115;&#105;&#103;&#110;&#97;&#108; &#111;&#102; &#116;&#104;&#101; &#102;&#105;&#108;&#101; &#102;&#105;&#108;&#116;&#101;&#114; &#101;&#100;&#105;&#116;.</td> 114 <td>Private slot to handle the textChanged signal of the file filter edit.</td>
115 </tr><tr> 115 </tr><tr>
116 <td><a href="#FindFileDialog.on_findList_itemDoubleClicked">on_findList_itemDoubleClicked</a></td> 116 <td><a href="#FindFileDialog.on_findList_itemDoubleClicked">on_findList_itemDoubleClicked</a></td>
117 <td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#100;&#111;&#117;&#98;&#108;&#101; &#99;&#108;&#105;&#99;&#107; &#111;&#110; &#97; &#102;&#105;&#108;&#101; &#105;&#116;&#101;&#109;.</td> 117 <td>Private slot to handle the double click on a file item.</td>
118 </tr><tr> 118 </tr><tr>
119 <td><a href="#FindFileDialog.on_findtextCombo_editTextChanged">on_findtextCombo_editTextChanged</a></td> 119 <td><a href="#FindFileDialog.on_findtextCombo_editTextChanged">on_findtextCombo_editTextChanged</a></td>
120 <td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#101;&#100;&#105;&#116;&#84;&#101;x&#116;&#67;&#104;&#97;&#110;&#103;&#101;&#100; &#115;&#105;&#103;&#110;&#97;&#108; &#111;&#102; &#116;&#104;&#101; &#102;&#105;&#110;&#100; &#116;&#101;x&#116; &#99;&#111;&#109;&#98;&#111;.</td> 120 <td>Private slot to handle the editTextChanged signal of the find text combo.</td>
121 </tr><tr> 121 </tr><tr>
122 <td><a href="#FindFileDialog.on_projectButton_clicked">on_projectButton_clicked</a></td> 122 <td><a href="#FindFileDialog.on_projectButton_clicked">on_projectButton_clicked</a></td>
123 <td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#115;&#101;&#108;&#101;&#99;&#116;&#105;&#111;&#110; &#111;&#102; &#116;&#104;&#101; &#112;&#114;&#111;&#106;&#101;&#99;&#116; &#114;&#97;&#100;&#105;&#111; &#98;&#117;&#116;&#116;&#111;&#110;.</td> 123 <td>Private slot to handle the selection of the project radio button.</td>
124 </tr><tr> 124 </tr><tr>
125 <td><a href="#FindFileDialog.on_replaceButton_clicked">on_replaceButton_clicked</a></td> 125 <td><a href="#FindFileDialog.on_replaceButton_clicked">on_replaceButton_clicked</a></td>
126 <td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#112;&#101;&#114;&#102;&#111;&#114;&#109; &#116;&#104;&#101; &#114;&#101;&#113;&#117;&#101;&#115;&#116;&#101;&#100; &#114;&#101;&#112;&#108;&#97;&#99;&#101; &#97;&#99;&#116;&#105;&#111;&#110;&#115;.</td> 126 <td>Private slot to perform the requested replace actions.</td>
127 </tr><tr> 127 </tr><tr>
128 <td><a href="#FindFileDialog.on_replacetextCombo_editTextChanged">on_replacetextCombo_editTextChanged</a></td> 128 <td><a href="#FindFileDialog.on_replacetextCombo_editTextChanged">on_replacetextCombo_editTextChanged</a></td>
129 <td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#101;&#100;&#105;&#116;&#84;&#101;x&#116;&#67;&#104;&#97;&#110;&#103;&#101;&#100; &#115;&#105;&#103;&#110;&#97;&#108; &#111;&#102; &#116;&#104;&#101; &#114;&#101;&#112;&#108;&#97;&#99;&#101; &#116;&#101;x&#116; &#99;&#111;&#109;&#98;&#111;.</td> 129 <td>Private slot to handle the editTextChanged signal of the replace text combo.</td>
130 </tr><tr> 130 </tr><tr>
131 <td><a href="#FindFileDialog.setSearchDirectory">setSearchDirectory</a></td> 131 <td><a href="#FindFileDialog.setSearchDirectory">setSearchDirectory</a></td>
132 <td>&#80;&#117;&#98;&#108;&#105;&#99; &#115;&#108;&#111;&#116; &#116;&#111; &#115;&#101;&#116; &#116;&#104;&#101; &#110;&#97;&#109;&#101; &#111;&#102; &#116;&#104;&#101; &#100;&#105;&#114;&#101;&#99;&#116;&#111;&#114;y &#116;&#111; &#115;&#101;&#97;&#114;&#99;&#104; &#105;&#110;.</td> 132 <td>Public slot to set the name of the directory to search in.</td>
133 </tr><tr> 133 </tr><tr>
134 <td><a href="#FindFileDialog.show">show</a></td> 134 <td><a href="#FindFileDialog.show">show</a></td>
135 <td>&#79;v&#101;&#114;w&#114;&#105;&#116;&#116;&#101;&#110; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#101;&#110;&#97;&#98;&#108;&#101;/&#100;&#105;&#115;&#97;&#98;&#108;&#101; &#116;&#104;&#101; &#112;&#114;&#111;&#106;&#101;&#99;&#116; &#98;&#117;&#116;&#116;&#111;&#110;.</td> 135 <td>Overwritten method to enable/disable the project button.</td>
136 </tr> 136 </tr>
137 </table> 137 </table>
138 <a NAME="FindFileDialog.__init__" ID="FindFileDialog.__init__"></a> 138 <a NAME="FindFileDialog.__init__" ID="FindFileDialog.__init__"></a>
139 <h4>FindFileDialog (Constructor)</h4> 139 <h4>FindFileDialog (Constructor)</h4>
140 <b>FindFileDialog</b>(<i>project, replaceMode = False, parent=None</i>) 140 <b>FindFileDialog</b>(<i>project, replaceMode = False, parent=None</i>)
141 <p> 141 <p>
142 &#67;&#111;&#110;&#115;&#116;&#114;&#117;&#99;&#116;&#111;&#114; 142 Constructor
143 </p><dl> 143 </p><dl>
144 <dt><i>project</i></dt> 144 <dt><i>project</i></dt>
145 <dd> 145 <dd>
146 &#114;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101; &#116;&#111; &#116;&#104;&#101; &#112;&#114;&#111;&#106;&#101;&#99;&#116; &#111;&#98;&#106;&#101;&#99;&#116; 146 reference to the project object
147 </dd><dt><i>parent</i></dt> 147 </dd><dt><i>parent</i></dt>
148 <dd> 148 <dd>
149 &#112;&#97;&#114;&#101;&#110;&#116; w&#105;&#100;&#103;&#101;&#116; &#111;&#102; &#116;&#104;&#105;&#115; &#100;&#105;&#97;&#108;&#111;&#103; (&#81;&#87;&#105;&#100;&#103;&#101;&#116;) 149 parent widget of this dialog (QWidget)
150 </dd> 150 </dd>
151 </dl><a NAME="FindFileDialog.__contextMenuRequested" ID="FindFileDialog.__contextMenuRequested"></a> 151 </dl><a NAME="FindFileDialog.__contextMenuRequested" ID="FindFileDialog.__contextMenuRequested"></a>
152 <h4>FindFileDialog.__contextMenuRequested</h4> 152 <h4>FindFileDialog.__contextMenuRequested</h4>
153 <b>__contextMenuRequested</b>(<i>pos</i>) 153 <b>__contextMenuRequested</b>(<i>pos</i>)
154 <p> 154 <p>
155 &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#99;&#111;&#110;&#116;&#101;x&#116; &#109;&#101;&#110;&#117; &#114;&#101;&#113;&#117;&#101;&#115;&#116;. 155 Private slot to handle the context menu request.
156 </p><dl> 156 </p><dl>
157 <dt><i>pos</i></dt> 157 <dt><i>pos</i></dt>
158 <dd> 158 <dd>
159 &#112;&#111;&#115;&#105;&#116;&#105;&#111;&#110; &#116;&#104;&#101; &#99;&#111;&#110;&#116;&#101;x&#116; &#109;&#101;&#110;&#117; &#115;&#104;&#97;&#108;&#108; &#98;&#101; &#115;&#104;&#111;w&#110; (&#81;&#80;&#111;&#105;&#110;&#116;) 159 position the context menu shall be shown (QPoint)
160 </dd> 160 </dd>
161 </dl><a NAME="FindFileDialog.__copyToClipboard" ID="FindFileDialog.__copyToClipboard"></a> 161 </dl><a NAME="FindFileDialog.__copyToClipboard" ID="FindFileDialog.__copyToClipboard"></a>
162 <h4>FindFileDialog.__copyToClipboard</h4> 162 <h4>FindFileDialog.__copyToClipboard</h4>
163 <b>__copyToClipboard</b>(<i></i>) 163 <b>__copyToClipboard</b>(<i></i>)
164 <p> 164 <p>
165 &#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#99;&#111;&#112;y &#116;&#104;&#101; &#112;&#97;&#116;&#104; &#111;&#102; &#97;&#110; &#101;&#110;&#116;&#114;y &#116;&#111; &#116;&#104;&#101; &#99;&#108;&#105;&#112;&#98;&#111;&#97;&#114;&#100;. 165 Private method to copy the path of an entry to the clipboard.
166 </p><a NAME="FindFileDialog.__createItem" ID="FindFileDialog.__createItem"></a> 166 </p><a NAME="FindFileDialog.__createItem" ID="FindFileDialog.__createItem"></a>
167 <h4>FindFileDialog.__createItem</h4> 167 <h4>FindFileDialog.__createItem</h4>
168 <b>__createItem</b>(<i>file, line, text, start, end, replTxt = ""</i>) 168 <b>__createItem</b>(<i>file, line, text, start, end, replTxt = ""</i>)
169 <p> 169 <p>
170 &#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#99;&#114;&#101;&#97;&#116;&#101; &#97;&#110; &#101;&#110;&#116;&#114;y &#105;&#110; &#116;&#104;&#101; &#102;&#105;&#108;&#101; &#108;&#105;&#115;&#116;. 170 Private method to create an entry in the file list.
171 </p><dl> 171 </p><dl>
172 <dt><i>file</i></dt> 172 <dt><i>file</i></dt>
173 <dd> 173 <dd>
174 &#102;&#105;&#108;&#101;&#110;&#97;&#109;&#101; &#111;&#102; &#102;&#105;&#108;&#101; (&#115;&#116;&#114;&#105;&#110;&#103;) 174 filename of file (string)
175 </dd><dt><i>line</i></dt> 175 </dd><dt><i>line</i></dt>
176 <dd> 176 <dd>
177 &#108;&#105;&#110;&#101; &#110;&#117;&#109;&#98;&#101;&#114; (&#105;&#110;&#116;&#101;&#103;&#101;&#114;) 177 line number (integer)
178 </dd><dt><i>text</i></dt> 178 </dd><dt><i>text</i></dt>
179 <dd> 179 <dd>
180 &#116;&#101;x&#116; &#102;&#111;&#117;&#110;&#100; (&#115;&#116;&#114;&#105;&#110;&#103;) 180 text found (string)
181 </dd><dt><i>start</i></dt> 181 </dd><dt><i>start</i></dt>
182 <dd> 182 <dd>
183 &#115;&#116;&#97;&#114;&#116; &#112;&#111;&#115;&#105;&#116;&#105;&#111;&#110; &#111;&#102; &#109;&#97;&#116;&#99;&#104; (&#105;&#110;&#116;&#101;&#103;&#101;&#114;) 183 start position of match (integer)
184 </dd><dt><i>end</i></dt> 184 </dd><dt><i>end</i></dt>
185 <dd> 185 <dd>
186 &#101;&#110;&#100; &#112;&#111;&#115;&#105;&#116;&#105;&#111;&#110; &#111;&#102; &#109;&#97;&#116;&#99;&#104; (&#105;&#110;&#116;&#101;&#103;&#101;&#114;) 186 end position of match (integer)
187 </dd><dt><i>replTxt</i></dt> 187 </dd><dt><i>replTxt</i></dt>
188 <dd> 188 <dd>
189 &#116;&#101;x&#116; w&#105;&#116;&#104; &#114;&#101;&#112;&#108;&#97;&#99;&#101;&#109;&#101;&#110;&#116;&#115; &#97;&#112;&#112;&#108;&#105;&#101;&#100; (&#115;&#116;&#114;&#105;&#110;&#103; 189 text with replacements applied (string
190 </dd> 190 </dd>
191 </dl><a NAME="FindFileDialog.__doSearch" ID="FindFileDialog.__doSearch"></a> 191 </dl><a NAME="FindFileDialog.__doSearch" ID="FindFileDialog.__doSearch"></a>
192 <h4>FindFileDialog.__doSearch</h4> 192 <h4>FindFileDialog.__doSearch</h4>
193 <b>__doSearch</b>(<i></i>) 193 <b>__doSearch</b>(<i></i>)
194 <p> 194 <p>
195 &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#102;&#105;&#110;&#100; &#98;&#117;&#116;&#116;&#111;&#110; &#98;&#101;&#105;&#110;&#103; &#112;&#114;&#101;&#115;&#115;&#101;&#100;. 195 Private slot to handle the find button being pressed.
196 </p><a NAME="FindFileDialog.__enableFindButton" ID="FindFileDialog.__enableFindButton"></a> 196 </p><a NAME="FindFileDialog.__enableFindButton" ID="FindFileDialog.__enableFindButton"></a>
197 <h4>FindFileDialog.__enableFindButton</h4> 197 <h4>FindFileDialog.__enableFindButton</h4>
198 <b>__enableFindButton</b>(<i></i>) 198 <b>__enableFindButton</b>(<i></i>)
199 <p> 199 <p>
200 &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#99;&#97;&#108;&#108;&#101;&#100; &#116;&#111; &#101;&#110;&#97;&#98;&#108;&#101; &#116;&#104;&#101; &#102;&#105;&#110;&#100; &#98;&#117;&#116;&#116;&#111;&#110;. 200 Private slot called to enable the find button.
201 </p><a NAME="FindFileDialog.__getFileList" ID="FindFileDialog.__getFileList"></a> 201 </p><a NAME="FindFileDialog.__getFileList" ID="FindFileDialog.__getFileList"></a>
202 <h4>FindFileDialog.__getFileList</h4> 202 <h4>FindFileDialog.__getFileList</h4>
203 <b>__getFileList</b>(<i>path, filterRe</i>) 203 <b>__getFileList</b>(<i>path, filterRe</i>)
204 <p> 204 <p>
205 &#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#103;&#101;&#116; &#97; &#108;&#105;&#115;&#116; &#111;&#102; &#102;&#105;&#108;&#101;&#115; &#116;&#111; &#115;&#101;&#97;&#114;&#99;&#104;. 205 Private method to get a list of files to search.
206 </p><dl> 206 </p><dl>
207 <dt><i>path</i></dt> 207 <dt><i>path</i></dt>
208 <dd> 208 <dd>
209 &#116;&#104;&#101; &#114;&#111;&#111;&#116; &#100;&#105;&#114;&#101;&#99;&#116;&#111;&#114;y &#116;&#111; &#115;&#101;&#97;&#114;&#99;&#104; &#105;&#110; (&#115;&#116;&#114;&#105;&#110;&#103;) 209 the root directory to search in (string)
210 </dd><dt><i>filterRe</i></dt> 210 </dd><dt><i>filterRe</i></dt>
211 <dd> 211 <dd>
212 &#114;&#101;&#103;&#117;&#108;&#97;&#114; &#101;x&#112;&#114;&#101;&#115;&#115;&#105;&#111;&#110; &#100;&#101;&#102;&#105;&#110;&#105;&#110;&#103; &#116;&#104;&#101; &#102;&#105;&#108;&#116;&#101;&#114; &#99;&#114;&#105;&#116;&#101;&#114;&#105;&#97; (&#114;&#101;&#103;&#101;x&#112; &#111;&#98;&#106;&#101;&#99;&#116;) 212 regular expression defining the filter criteria (regexp object)
213 </dd> 213 </dd>
214 </dl><dl> 214 </dl><dl>
215 <dt>Returns:</dt> 215 <dt>Returns:</dt>
216 <dd> 216 <dd>
217 &#108;&#105;&#115;&#116; &#111;&#102; &#102;&#105;&#108;&#101;&#115; &#116;&#111; &#98;&#101; &#112;&#114;&#111;&#99;&#101;&#115;&#115;&#101;&#100; (&#108;&#105;&#115;&#116; &#111;&#102; &#115;&#116;&#114;&#105;&#110;&#103;&#115;) 217 list of files to be processed (list of strings)
218 </dd> 218 </dd>
219 </dl><a NAME="FindFileDialog.__openFile" ID="FindFileDialog.__openFile"></a> 219 </dl><a NAME="FindFileDialog.__openFile" ID="FindFileDialog.__openFile"></a>
220 <h4>FindFileDialog.__openFile</h4> 220 <h4>FindFileDialog.__openFile</h4>
221 <b>__openFile</b>(<i></i>) 221 <b>__openFile</b>(<i></i>)
222 <p> 222 <p>
223 &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#111;&#112;&#101;&#110; &#116;&#104;&#101; &#99;&#117;&#114;&#114;&#101;&#110;&#116;&#108;y &#115;&#101;&#108;&#101;&#99;&#116;&#101;&#100; &#101;&#110;&#116;&#114;y. 223 Private slot to open the currently selected entry.
224 </p><a NAME="FindFileDialog.__stopSearch" ID="FindFileDialog.__stopSearch"></a> 224 </p><a NAME="FindFileDialog.__stopSearch" ID="FindFileDialog.__stopSearch"></a>
225 <h4>FindFileDialog.__stopSearch</h4> 225 <h4>FindFileDialog.__stopSearch</h4>
226 <b>__stopSearch</b>(<i></i>) 226 <b>__stopSearch</b>(<i></i>)
227 <p> 227 <p>
228 &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#115;&#116;&#111;&#112; &#98;&#117;&#116;&#116;&#111;&#110; &#98;&#101;&#105;&#110;&#103; &#112;&#114;&#101;&#115;&#115;&#101;&#100;. 228 Private slot to handle the stop button being pressed.
229 </p><a NAME="FindFileDialog.on_buttonBox_clicked" ID="FindFileDialog.on_buttonBox_clicked"></a> 229 </p><a NAME="FindFileDialog.on_buttonBox_clicked" ID="FindFileDialog.on_buttonBox_clicked"></a>
230 <h4>FindFileDialog.on_buttonBox_clicked</h4> 230 <h4>FindFileDialog.on_buttonBox_clicked</h4>
231 <b>on_buttonBox_clicked</b>(<i>button</i>) 231 <b>on_buttonBox_clicked</b>(<i>button</i>)
232 <p> 232 <p>
233 &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#99;&#97;&#108;&#108;&#101;&#100; &#98;y &#97; &#98;&#117;&#116;&#116;&#111;&#110; &#111;&#102; &#116;&#104;&#101; &#98;&#117;&#116;&#116;&#111;&#110; &#98;&#111;x &#99;&#108;&#105;&#99;&#107;&#101;&#100;. 233 Private slot called by a button of the button box clicked.
234 </p><dl> 234 </p><dl>
235 <dt><i>button</i></dt> 235 <dt><i>button</i></dt>
236 <dd> 236 <dd>
237 &#98;&#117;&#116;&#116;&#111;&#110; &#116;&#104;&#97;&#116; w&#97;&#115; &#99;&#108;&#105;&#99;&#107;&#101;&#100; (&#81;&#65;&#98;&#115;&#116;&#114;&#97;&#99;&#116;&#66;&#117;&#116;&#116;&#111;&#110;) 237 button that was clicked (QAbstractButton)
238 </dd> 238 </dd>
239 </dl><a NAME="FindFileDialog.on_dirButton_clicked" ID="FindFileDialog.on_dirButton_clicked"></a> 239 </dl><a NAME="FindFileDialog.on_dirButton_clicked" ID="FindFileDialog.on_dirButton_clicked"></a>
240 <h4>FindFileDialog.on_dirButton_clicked</h4> 240 <h4>FindFileDialog.on_dirButton_clicked</h4>
241 <b>on_dirButton_clicked</b>(<i></i>) 241 <b>on_dirButton_clicked</b>(<i></i>)
242 <p> 242 <p>
243 &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#115;&#101;&#108;&#101;&#99;&#116;&#105;&#111;&#110; &#111;&#102; &#116;&#104;&#101; &#112;&#114;&#111;&#106;&#101;&#99;&#116; &#114;&#97;&#100;&#105;&#111; &#98;&#117;&#116;&#116;&#111;&#110;. 243 Private slot to handle the selection of the project radio button.
244 </p><a NAME="FindFileDialog.on_dirEdit_textChanged" ID="FindFileDialog.on_dirEdit_textChanged"></a> 244 </p><a NAME="FindFileDialog.on_dirEdit_textChanged" ID="FindFileDialog.on_dirEdit_textChanged"></a>
245 <h4>FindFileDialog.on_dirEdit_textChanged</h4> 245 <h4>FindFileDialog.on_dirEdit_textChanged</h4>
246 <b>on_dirEdit_textChanged</b>(<i>text</i>) 246 <b>on_dirEdit_textChanged</b>(<i>text</i>)
247 <p> 247 <p>
248 &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#116;&#101;x&#116;&#67;&#104;&#97;&#110;&#103;&#101;&#100; &#115;&#105;&#103;&#110;&#97;&#108; &#111;&#102; &#116;&#104;&#101; &#100;&#105;&#114;&#101;&#99;&#116;&#111;&#114;y &#101;&#100;&#105;&#116;. 248 Private slot to handle the textChanged signal of the directory edit.
249 </p><dl> 249 </p><dl>
250 <dt><i>text</i></dt> 250 <dt><i>text</i></dt>
251 <dd> 251 <dd>
252 (&#105;&#103;&#110;&#111;&#114;&#101;&#100;) 252 (ignored)
253 </dd> 253 </dd>
254 </dl><a NAME="FindFileDialog.on_dirSelectButton_clicked" ID="FindFileDialog.on_dirSelectButton_clicked"></a> 254 </dl><a NAME="FindFileDialog.on_dirSelectButton_clicked" ID="FindFileDialog.on_dirSelectButton_clicked"></a>
255 <h4>FindFileDialog.on_dirSelectButton_clicked</h4> 255 <h4>FindFileDialog.on_dirSelectButton_clicked</h4>
256 <b>on_dirSelectButton_clicked</b>(<i></i>) 256 <b>on_dirSelectButton_clicked</b>(<i></i>)
257 <p> 257 <p>
258 &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#100;&#105;&#115;&#112;&#108;&#97;y &#97; &#100;&#105;&#114;&#101;&#99;&#116;&#111;&#114;y &#115;&#101;&#108;&#101;&#99;&#116;&#105;&#111;&#110; &#100;&#105;&#97;&#108;&#111;&#103;. 258 Private slot to display a directory selection dialog.
259 </p><a NAME="FindFileDialog.on_filterCheckBox_clicked" ID="FindFileDialog.on_filterCheckBox_clicked"></a> 259 </p><a NAME="FindFileDialog.on_filterCheckBox_clicked" ID="FindFileDialog.on_filterCheckBox_clicked"></a>
260 <h4>FindFileDialog.on_filterCheckBox_clicked</h4> 260 <h4>FindFileDialog.on_filterCheckBox_clicked</h4>
261 <b>on_filterCheckBox_clicked</b>(<i></i>) 261 <b>on_filterCheckBox_clicked</b>(<i></i>)
262 <p> 262 <p>
263 &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#115;&#101;&#108;&#101;&#99;&#116;&#105;&#111;&#110; &#111;&#102; &#116;&#104;&#101; &#102;&#105;&#108;&#101; &#102;&#105;&#108;&#116;&#101;&#114; &#99;&#104;&#101;&#99;&#107; &#98;&#111;x. 263 Private slot to handle the selection of the file filter check box.
264 </p><a NAME="FindFileDialog.on_filterEdit_textEdited" ID="FindFileDialog.on_filterEdit_textEdited"></a> 264 </p><a NAME="FindFileDialog.on_filterEdit_textEdited" ID="FindFileDialog.on_filterEdit_textEdited"></a>
265 <h4>FindFileDialog.on_filterEdit_textEdited</h4> 265 <h4>FindFileDialog.on_filterEdit_textEdited</h4>
266 <b>on_filterEdit_textEdited</b>(<i>p0</i>) 266 <b>on_filterEdit_textEdited</b>(<i>p0</i>)
267 <p> 267 <p>
268 &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#116;&#101;x&#116;&#67;&#104;&#97;&#110;&#103;&#101;&#100; &#115;&#105;&#103;&#110;&#97;&#108; &#111;&#102; &#116;&#104;&#101; &#102;&#105;&#108;&#101; &#102;&#105;&#108;&#116;&#101;&#114; &#101;&#100;&#105;&#116;. 268 Private slot to handle the textChanged signal of the file filter edit.
269 </p><dl> 269 </p><dl>
270 <dt><i>text</i></dt> 270 <dt><i>text</i></dt>
271 <dd> 271 <dd>
272 (&#105;&#103;&#110;&#111;&#114;&#101;&#100;) 272 (ignored)
273 </dd> 273 </dd>
274 </dl><a NAME="FindFileDialog.on_findList_itemDoubleClicked" ID="FindFileDialog.on_findList_itemDoubleClicked"></a> 274 </dl><a NAME="FindFileDialog.on_findList_itemDoubleClicked" ID="FindFileDialog.on_findList_itemDoubleClicked"></a>
275 <h4>FindFileDialog.on_findList_itemDoubleClicked</h4> 275 <h4>FindFileDialog.on_findList_itemDoubleClicked</h4>
276 <b>on_findList_itemDoubleClicked</b>(<i>itm, column</i>) 276 <b>on_findList_itemDoubleClicked</b>(<i>itm, column</i>)
277 <p> 277 <p>
278 &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#100;&#111;&#117;&#98;&#108;&#101; &#99;&#108;&#105;&#99;&#107; &#111;&#110; &#97; &#102;&#105;&#108;&#101; &#105;&#116;&#101;&#109;. 278 Private slot to handle the double click on a file item.
279 </p><p> 279 </p><p>
280 &#73;&#116; &#101;&#109;&#105;&#116;&#115; &#116;&#104;&#101; &#115;&#105;&#103;&#110;&#97;&#108; 280 It emits the signal
281 &#115;&#111;&#117;&#114;&#99;&#101;&#70;&#105;&#108;&#101; &#111;&#114; &#100;&#101;&#115;&#105;&#103;&#110;&#101;&#114;&#70;&#105;&#108;&#101; &#100;&#101;&#112;&#101;&#110;&#100;&#105;&#110;&#103; &#111;&#110; &#116;&#104;&#101; &#102;&#105;&#108;&#101; &#101;x&#116;&#101;&#110;&#115;&#105;&#111;&#110;. 281 sourceFile or designerFile depending on the file extension.
282 </p><dl> 282 </p><dl>
283 <dt><i>itm</i></dt> 283 <dt><i>itm</i></dt>
284 <dd> 284 <dd>
285 &#116;&#104;&#101; &#100;&#111;&#117;&#98;&#108;&#101; &#99;&#108;&#105;&#99;&#107;&#101;&#100; &#116;&#114;&#101;&#101; &#105;&#116;&#101;&#109; (&#81;&#84;&#114;&#101;&#101;&#87;&#105;&#100;&#103;&#101;&#116;&#73;&#116;&#101;&#109;) 285 the double clicked tree item (QTreeWidgetItem)
286 </dd><dt><i>column</i></dt> 286 </dd><dt><i>column</i></dt>
287 <dd> 287 <dd>
288 &#99;&#111;&#108;&#117;&#109;&#110; &#116;&#104;&#97;&#116; w&#97;&#115; &#100;&#111;&#117;&#98;&#108;&#101; &#99;&#108;&#105;&#99;&#107;&#101;&#100; (&#105;&#110;&#116;&#101;&#103;&#101;&#114;) (&#105;&#103;&#110;&#111;&#114;&#101;&#100;) 288 column that was double clicked (integer) (ignored)
289 </dd> 289 </dd>
290 </dl><a NAME="FindFileDialog.on_findtextCombo_editTextChanged" ID="FindFileDialog.on_findtextCombo_editTextChanged"></a> 290 </dl><a NAME="FindFileDialog.on_findtextCombo_editTextChanged" ID="FindFileDialog.on_findtextCombo_editTextChanged"></a>
291 <h4>FindFileDialog.on_findtextCombo_editTextChanged</h4> 291 <h4>FindFileDialog.on_findtextCombo_editTextChanged</h4>
292 <b>on_findtextCombo_editTextChanged</b>(<i>text</i>) 292 <b>on_findtextCombo_editTextChanged</b>(<i>text</i>)
293 <p> 293 <p>
294 &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#101;&#100;&#105;&#116;&#84;&#101;x&#116;&#67;&#104;&#97;&#110;&#103;&#101;&#100; &#115;&#105;&#103;&#110;&#97;&#108; &#111;&#102; &#116;&#104;&#101; &#102;&#105;&#110;&#100; &#116;&#101;x&#116; &#99;&#111;&#109;&#98;&#111;. 294 Private slot to handle the editTextChanged signal of the find text combo.
295 </p><dl> 295 </p><dl>
296 <dt><i>text</i></dt> 296 <dt><i>text</i></dt>
297 <dd> 297 <dd>
298 (&#105;&#103;&#110;&#111;&#114;&#101;&#100;) 298 (ignored)
299 </dd> 299 </dd>
300 </dl><a NAME="FindFileDialog.on_projectButton_clicked" ID="FindFileDialog.on_projectButton_clicked"></a> 300 </dl><a NAME="FindFileDialog.on_projectButton_clicked" ID="FindFileDialog.on_projectButton_clicked"></a>
301 <h4>FindFileDialog.on_projectButton_clicked</h4> 301 <h4>FindFileDialog.on_projectButton_clicked</h4>
302 <b>on_projectButton_clicked</b>(<i></i>) 302 <b>on_projectButton_clicked</b>(<i></i>)
303 <p> 303 <p>
304 &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#115;&#101;&#108;&#101;&#99;&#116;&#105;&#111;&#110; &#111;&#102; &#116;&#104;&#101; &#112;&#114;&#111;&#106;&#101;&#99;&#116; &#114;&#97;&#100;&#105;&#111; &#98;&#117;&#116;&#116;&#111;&#110;. 304 Private slot to handle the selection of the project radio button.
305 </p><a NAME="FindFileDialog.on_replaceButton_clicked" ID="FindFileDialog.on_replaceButton_clicked"></a> 305 </p><a NAME="FindFileDialog.on_replaceButton_clicked" ID="FindFileDialog.on_replaceButton_clicked"></a>
306 <h4>FindFileDialog.on_replaceButton_clicked</h4> 306 <h4>FindFileDialog.on_replaceButton_clicked</h4>
307 <b>on_replaceButton_clicked</b>(<i></i>) 307 <b>on_replaceButton_clicked</b>(<i></i>)
308 <p> 308 <p>
309 &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#112;&#101;&#114;&#102;&#111;&#114;&#109; &#116;&#104;&#101; &#114;&#101;&#113;&#117;&#101;&#115;&#116;&#101;&#100; &#114;&#101;&#112;&#108;&#97;&#99;&#101; &#97;&#99;&#116;&#105;&#111;&#110;&#115;. 309 Private slot to perform the requested replace actions.
310 </p><a NAME="FindFileDialog.on_replacetextCombo_editTextChanged" ID="FindFileDialog.on_replacetextCombo_editTextChanged"></a> 310 </p><a NAME="FindFileDialog.on_replacetextCombo_editTextChanged" ID="FindFileDialog.on_replacetextCombo_editTextChanged"></a>
311 <h4>FindFileDialog.on_replacetextCombo_editTextChanged</h4> 311 <h4>FindFileDialog.on_replacetextCombo_editTextChanged</h4>
312 <b>on_replacetextCombo_editTextChanged</b>(<i>text</i>) 312 <b>on_replacetextCombo_editTextChanged</b>(<i>text</i>)
313 <p> 313 <p>
314 &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#101;&#100;&#105;&#116;&#84;&#101;x&#116;&#67;&#104;&#97;&#110;&#103;&#101;&#100; &#115;&#105;&#103;&#110;&#97;&#108; &#111;&#102; &#116;&#104;&#101; &#114;&#101;&#112;&#108;&#97;&#99;&#101; &#116;&#101;x&#116; &#99;&#111;&#109;&#98;&#111;. 314 Private slot to handle the editTextChanged signal of the replace text combo.
315 </p><dl> 315 </p><dl>
316 <dt><i>text</i></dt> 316 <dt><i>text</i></dt>
317 <dd> 317 <dd>
318 (&#105;&#103;&#110;&#111;&#114;&#101;&#100;) 318 (ignored)
319 </dd> 319 </dd>
320 </dl><a NAME="FindFileDialog.setSearchDirectory" ID="FindFileDialog.setSearchDirectory"></a> 320 </dl><a NAME="FindFileDialog.setSearchDirectory" ID="FindFileDialog.setSearchDirectory"></a>
321 <h4>FindFileDialog.setSearchDirectory</h4> 321 <h4>FindFileDialog.setSearchDirectory</h4>
322 <b>setSearchDirectory</b>(<i>searchDir</i>) 322 <b>setSearchDirectory</b>(<i>searchDir</i>)
323 <p> 323 <p>
324 &#80;&#117;&#98;&#108;&#105;&#99; &#115;&#108;&#111;&#116; &#116;&#111; &#115;&#101;&#116; &#116;&#104;&#101; &#110;&#97;&#109;&#101; &#111;&#102; &#116;&#104;&#101; &#100;&#105;&#114;&#101;&#99;&#116;&#111;&#114;y &#116;&#111; &#115;&#101;&#97;&#114;&#99;&#104; &#105;&#110;. 324 Public slot to set the name of the directory to search in.
325 </p><dl> 325 </p><dl>
326 <dt><i>searchDir</i></dt> 326 <dt><i>searchDir</i></dt>
327 <dd> 327 <dd>
328 &#110;&#97;&#109;&#101; &#111;&#102; &#116;&#104;&#101; &#100;&#105;&#114;&#101;&#99;&#116;&#111;&#114;y &#116;&#111; &#115;&#101;&#97;&#114;&#99;&#104; &#105;&#110; (&#115;&#116;&#114;&#105;&#110;&#103;) 328 name of the directory to search in (string)
329 </dd> 329 </dd>
330 </dl><a NAME="FindFileDialog.show" ID="FindFileDialog.show"></a> 330 </dl><a NAME="FindFileDialog.show" ID="FindFileDialog.show"></a>
331 <h4>FindFileDialog.show</h4> 331 <h4>FindFileDialog.show</h4>
332 <b>show</b>(<i>txt = ""</i>) 332 <b>show</b>(<i>txt = ""</i>)
333 <p> 333 <p>
334 &#79;v&#101;&#114;w&#114;&#105;&#116;&#116;&#101;&#110; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#101;&#110;&#97;&#98;&#108;&#101;/&#100;&#105;&#115;&#97;&#98;&#108;&#101; &#116;&#104;&#101; &#112;&#114;&#111;&#106;&#101;&#99;&#116; &#98;&#117;&#116;&#116;&#111;&#110;. 334 Overwritten method to enable/disable the project button.
335 </p><dl> 335 </p><dl>
336 <dt><i>txt</i></dt> 336 <dt><i>txt</i></dt>
337 <dd> 337 <dd>
338 &#116;&#101;x&#116; &#116;&#111; &#98;&#101; &#115;&#104;&#111;w&#110; &#105;&#110; &#116;&#104;&#101; &#115;&#101;&#97;&#114;&#99;&#104;&#116;&#101;x&#116; &#99;&#111;&#109;&#98;&#111; (&#115;&#116;&#114;&#105;&#110;&#103;) 338 text to be shown in the searchtext combo (string)
339 </dd> 339 </dd>
340 </dl> 340 </dl>
341 <div align="right"><a href="#top">Up</a></div> 341 <div align="right"><a href="#top">Up</a></div>
342 <hr /> 342 <hr />
343 </body></html> 343 </body></html>

eric ide

mercurial