Documentation/Source/eric5.UI.UserInterface.html

changeset 2190
abd65b78425e
parent 2182
fc3210851b07
child 2214
4ce1ebcc3806
equal deleted inserted replaced
2189:5149cec53130 2190:abd65b78425e
678 <td>Public method to get the current view profile.</td> 678 <td>Public method to get the current view profile.</td>
679 </tr><tr> 679 </tr><tr>
680 <td><a href="#UserInterface.launchHelpViewer">launchHelpViewer</a></td> 680 <td><a href="#UserInterface.launchHelpViewer">launchHelpViewer</a></td>
681 <td>Public slot to start the help viewer.</td> 681 <td>Public slot to start the help viewer.</td>
682 </tr><tr> 682 </tr><tr>
683 <td><a href="#UserInterface.notificationsEnabled">notificationsEnabled</a></td>
684 <td>Public method to check, if notifications are enabled.</td>
685 </tr><tr>
683 <td><a href="#UserInterface.performVersionCheck">performVersionCheck</a></td> 686 <td><a href="#UserInterface.performVersionCheck">performVersionCheck</a></td>
684 <td>Public method to check the internet for an eric5 update.</td> 687 <td>Public method to check the internet for an eric5 update.</td>
685 </tr><tr> 688 </tr><tr>
686 <td><a href="#UserInterface.processArgs">processArgs</a></td> 689 <td><a href="#UserInterface.processArgs">processArgs</a></td>
687 <td>Public method to process the command line args passed to the UI.</td> 690 <td>Public method to process the command line args passed to the UI.</td>
716 <td><a href="#UserInterface.showFindFilesDialog">showFindFilesDialog</a></td> 719 <td><a href="#UserInterface.showFindFilesDialog">showFindFilesDialog</a></td>
717 <td>Public slot to show the Find In Files dialog.</td> 720 <td>Public slot to show the Find In Files dialog.</td>
718 </tr><tr> 721 </tr><tr>
719 <td><a href="#UserInterface.showLogTab">showLogTab</a></td> 722 <td><a href="#UserInterface.showLogTab">showLogTab</a></td>
720 <td>Public method to show a particular Log-Viewer tab.</td> 723 <td>Public method to show a particular Log-Viewer tab.</td>
724 </tr><tr>
725 <td><a href="#UserInterface.showNotification">showNotification</a></td>
726 <td>Public method to show a desktop notification.</td>
721 </tr><tr> 727 </tr><tr>
722 <td><a href="#UserInterface.showPreferences">showPreferences</a></td> 728 <td><a href="#UserInterface.showPreferences">showPreferences</a></td>
723 <td>Public slot to set the preferences.</td> 729 <td>Public slot to set the preferences.</td>
724 </tr><tr> 730 </tr><tr>
725 <td><a href="#UserInterface.showReplaceFilesDialog">showReplaceFilesDialog</a></td> 731 <td><a href="#UserInterface.showReplaceFilesDialog">showReplaceFilesDialog</a></td>
2010 word to search for (string) 2016 word to search for (string)
2011 </dd><dt><i>useSingle=</i></dt> 2017 </dd><dt><i>useSingle=</i></dt>
2012 <dd> 2018 <dd>
2013 flag indicating to use a single browser window (boolean) 2019 flag indicating to use a single browser window (boolean)
2014 </dd> 2020 </dd>
2021 </dl><a NAME="UserInterface.notificationsEnabled" ID="UserInterface.notificationsEnabled"></a>
2022 <h4>UserInterface.notificationsEnabled</h4>
2023 <b>notificationsEnabled</b>(<i></i>)
2024 <p>
2025 Public method to check, if notifications are enabled.
2026 </p><dl>
2027 <dt>Returns:</dt>
2028 <dd>
2029 flag indicating, if notifications are enabled (boolean)
2030 </dd>
2015 </dl><a NAME="UserInterface.performVersionCheck" ID="UserInterface.performVersionCheck"></a> 2031 </dl><a NAME="UserInterface.performVersionCheck" ID="UserInterface.performVersionCheck"></a>
2016 <h4>UserInterface.performVersionCheck</h4> 2032 <h4>UserInterface.performVersionCheck</h4>
2017 <b>performVersionCheck</b>(<i>manual=True, alternative=0, showVersions=False</i>) 2033 <b>performVersionCheck</b>(<i>manual=True, alternative=0, showVersions=False</i>)
2018 <p> 2034 <p>
2019 Public method to check the internet for an eric5 update. 2035 Public method to check the internet for an eric5 update.
2176 </p><dl> 2192 </p><dl>
2177 <dt><i>tabname</i></dt> 2193 <dt><i>tabname</i></dt>
2178 <dd> 2194 <dd>
2179 string naming the tab to be shown (string) 2195 string naming the tab to be shown (string)
2180 </dd> 2196 </dd>
2197 </dl><a NAME="UserInterface.showNotification" ID="UserInterface.showNotification"></a>
2198 <h4>UserInterface.showNotification</h4>
2199 <b>showNotification</b>(<i>icon, heading, text</i>)
2200 <p>
2201 Public method to show a desktop notification.
2202 </p><dl>
2203 <dt><i>icon</i></dt>
2204 <dd>
2205 icon to be shown in the notification (QPixmap)
2206 </dd><dt><i>heading</i></dt>
2207 <dd>
2208 heading of the notification (string)
2209 </dd><dt><i>text</i></dt>
2210 <dd>
2211 text of the notification (string)
2212 </dd>
2181 </dl><a NAME="UserInterface.showPreferences" ID="UserInterface.showPreferences"></a> 2213 </dl><a NAME="UserInterface.showPreferences" ID="UserInterface.showPreferences"></a>
2182 <h4>UserInterface.showPreferences</h4> 2214 <h4>UserInterface.showPreferences</h4>
2183 <b>showPreferences</b>(<i>pageName=None</i>) 2215 <b>showPreferences</b>(<i>pageName=None</i>)
2184 <p> 2216 <p>
2185 Public slot to set the preferences. 2217 Public slot to set the preferences.

eric ide

mercurial