Documentation/Source/eric5.Helpviewer.UrlBar.UrlBar.html

changeset 657
099d1ab9073e
parent 653
0540f3c52b46
child 661
f9d49e0c2522
equal deleted inserted replaced
656:2f4496b1956f 657:099d1ab9073e
58 <td>Constructor</td> 58 <td>Constructor</td>
59 </tr><tr> 59 </tr><tr>
60 <td><a href="#UrlBar.__browserUrlChanged">__browserUrlChanged</a></td> 60 <td><a href="#UrlBar.__browserUrlChanged">__browserUrlChanged</a></td>
61 <td>Private slot to handle a URL change of the associated browser.</td> 61 <td>Private slot to handle a URL change of the associated browser.</td>
62 </tr><tr> 62 </tr><tr>
63 <td><a href="#UrlBar.__loadFinished">__loadFinished</a></td>
64 <td>Private slot to set some data after the page was loaded.</td>
65 </tr><tr>
66 <td><a href="#UrlBar.__loadStarted">__loadStarted</a></td>
67 <td>Private slot to perform actions before the page is loaded.</td>
68 </tr><tr>
63 <td><a href="#UrlBar.__privacyClicked">__privacyClicked</a></td> 69 <td><a href="#UrlBar.__privacyClicked">__privacyClicked</a></td>
64 <td>Private slot to handle the click of the private mode button.</td> 70 <td>Private slot to handle the click of the private mode button.</td>
65 </tr><tr> 71 </tr><tr>
66 <td><a href="#UrlBar.__textChanged">__textChanged</a></td> 72 <td><a href="#UrlBar.__textChanged">__textChanged</a></td>
67 <td>Private slot to handle changes of the text.</td> 73 <td>Private slot to handle changes of the text.</td>
118 </p><dl> 124 </p><dl>
119 <dt><i>url</i></dt> 125 <dt><i>url</i></dt>
120 <dd> 126 <dd>
121 new URL of the browser (QUrl) 127 new URL of the browser (QUrl)
122 </dd> 128 </dd>
123 </dl><a NAME="UrlBar.__privacyClicked" ID="UrlBar.__privacyClicked"></a> 129 </dl><a NAME="UrlBar.__loadFinished" ID="UrlBar.__loadFinished"></a>
130 <h4>UrlBar.__loadFinished</h4>
131 <b>__loadFinished</b>(<i>ok</i>)
132 <p>
133 Private slot to set some data after the page was loaded.
134 </p><dl>
135 <dt><i>ok</i></dt>
136 <dd>
137 flag indicating a successful load (boolean)
138 </dd>
139 </dl><a NAME="UrlBar.__loadStarted" ID="UrlBar.__loadStarted"></a>
140 <h4>UrlBar.__loadStarted</h4>
141 <b>__loadStarted</b>(<i></i>)
142 <p>
143 Private slot to perform actions before the page is loaded.
144 </p><a NAME="UrlBar.__privacyClicked" ID="UrlBar.__privacyClicked"></a>
124 <h4>UrlBar.__privacyClicked</h4> 145 <h4>UrlBar.__privacyClicked</h4>
125 <b>__privacyClicked</b>(<i></i>) 146 <b>__privacyClicked</b>(<i></i>)
126 <p> 147 <p>
127 Private slot to handle the click of the private mode button. 148 Private slot to handle the click of the private mode button.
128 </p><a NAME="UrlBar.__textChanged" ID="UrlBar.__textChanged"></a> 149 </p><a NAME="UrlBar.__textChanged" ID="UrlBar.__textChanged"></a>

eric ide

mercurial