eric7/Documentation/Source/eric7.UI.UserInterface.html

branch
eric7
changeset 8877
548d45c3f571
parent 8752
3c1ea4dfb691
child 8970
188ff9ce8657
--- a/eric7/Documentation/Source/eric7.UI.UserInterface.html	Wed Dec 29 16:53:04 2021 +0100
+++ b/eric7/Documentation/Source/eric7.UI.UserInterface.html	Wed Dec 29 16:54:36 2021 +0100
@@ -433,6 +433,10 @@
 <td>Private slot to export the keyboard shortcuts.</td>
 </tr>
 <tr>
+<td><a href="#UserInterface.__exportTheme">__exportTheme</a></td>
+<td>Private slot to export the current theme to a file.</td>
+</tr>
+<tr>
 <td><a href="#UserInterface.__getFloatingGeometry">__getFloatingGeometry</a></td>
 <td>Private method to get the geometry of a floating windows.</td>
 </tr>
@@ -453,6 +457,10 @@
 <td>Private slot to import the keyboard shortcuts.</td>
 </tr>
 <tr>
+<td><a href="#UserInterface.__importTheme">__importTheme</a></td>
+<td>Private slot to import a previously exported theme.</td>
+</tr>
+<tr>
 <td><a href="#UserInterface.__initActions">__initActions</a></td>
 <td>Private method to define the user interface actions.</td>
 </tr>
@@ -1724,6 +1732,13 @@
 <p>
         Private slot to export the keyboard shortcuts.
 </p>
+<a NAME="UserInterface.__exportTheme" ID="UserInterface.__exportTheme"></a>
+<h4>UserInterface.__exportTheme</h4>
+<b>__exportTheme</b>(<i></i>)
+
+<p>
+        Private slot to export the current theme to a file.
+</p>
 <a NAME="UserInterface.__getFloatingGeometry" ID="UserInterface.__getFloatingGeometry"></a>
 <h4>UserInterface.__getFloatingGeometry</h4>
 <b>__getFloatingGeometry</b>(<i>w</i>)
@@ -1778,6 +1793,13 @@
 <p>
         Private slot to import the keyboard shortcuts.
 </p>
+<a NAME="UserInterface.__importTheme" ID="UserInterface.__importTheme"></a>
+<h4>UserInterface.__importTheme</h4>
+<b>__importTheme</b>(<i></i>)
+
+<p>
+        Private slot to import a previously exported theme.
+</p>
 <a NAME="UserInterface.__initActions" ID="UserInterface.__initActions"></a>
 <h4>UserInterface.__initActions</h4>
 <b>__initActions</b>(<i></i>)

eric ide

mercurial