eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.IconsPreviewDialog.html

changeset 7521
17974c348101
parent 7273
391d6b7b1eff
equal deleted inserted replaced
7520:6acaa89ff7da 7521:17974c348101
70 70
71 <tr> 71 <tr>
72 <td><a href="#IconsPreviewDialog.__init__">IconsPreviewDialog</a></td> 72 <td><a href="#IconsPreviewDialog.__init__">IconsPreviewDialog</a></td>
73 <td>Constructor</td> 73 <td>Constructor</td>
74 </tr> 74 </tr>
75 <tr>
76 <td><a href="#IconsPreviewDialog.on_directoryCombo_currentTextChanged">on_directoryCombo_currentTextChanged</a></td>
77 <td>Private slot to show the icons of the selected icon directory.</td>
78 </tr>
79 <tr>
80 <td><a href="#IconsPreviewDialog.on_invertButton_toggled">on_invertButton_toggled</a></td>
81 <td>Private slot to show the icons on an inverted background.</td>
82 </tr>
83 <tr>
84 <td><a href="#IconsPreviewDialog.on_refreshButton_clicked">on_refreshButton_clicked</a></td>
85 <td>Private slot to refresh the view.</td>
86 </tr>
75 </table> 87 </table>
76 <h3>Static Methods</h3> 88 <h3>Static Methods</h3>
77 89
78 <table> 90 <table>
79 <tr><td>None</td></tr> 91 <tr><td>None</td></tr>
80 </table> 92 </table>
81 93
82 <a NAME="IconsPreviewDialog.__init__" ID="IconsPreviewDialog.__init__"></a> 94 <a NAME="IconsPreviewDialog.__init__" ID="IconsPreviewDialog.__init__"></a>
83 <h4>IconsPreviewDialog (Constructor)</h4> 95 <h4>IconsPreviewDialog (Constructor)</h4>
84 <b>IconsPreviewDialog</b>(<i>parent, dirName</i>) 96 <b>IconsPreviewDialog</b>(<i>directories, parent=None</i>)
85 97
86 <p> 98 <p>
87 Constructor 99 Constructor
88 </p> 100 </p>
89 <dl> 101 <dl>
90 102
91 <dt><i>parent</i></dt> 103 <dt><i>directories</i> (list of str)</dt>
92 <dd> 104 <dd>
93 parent widget (QWidget) 105 list of directories to be shown
94 </dd> 106 </dd>
95 <dt><i>dirName</i></dt> 107 <dt><i>parent</i> (QWidget)</dt>
96 <dd> 108 <dd>
97 name of directory to show (string) 109 parent widget
98 </dd> 110 </dd>
99 </dl> 111 </dl>
112 <a NAME="IconsPreviewDialog.on_directoryCombo_currentTextChanged" ID="IconsPreviewDialog.on_directoryCombo_currentTextChanged"></a>
113 <h4>IconsPreviewDialog.on_directoryCombo_currentTextChanged</h4>
114 <b>on_directoryCombo_currentTextChanged</b>(<i>dirName</i>)
115
116 <p>
117 Private slot to show the icons of the selected icon directory.
118 </p>
119 <dl>
120
121 <dt><i>dirName</i> (str)</dt>
122 <dd>
123 selected icon directory
124 </dd>
125 </dl>
126 <a NAME="IconsPreviewDialog.on_invertButton_toggled" ID="IconsPreviewDialog.on_invertButton_toggled"></a>
127 <h4>IconsPreviewDialog.on_invertButton_toggled</h4>
128 <b>on_invertButton_toggled</b>(<i>checked</i>)
129
130 <p>
131 Private slot to show the icons on an inverted background.
132 </p>
133 <dl>
134
135 <dt><i>checked</i> (bool)</dt>
136 <dd>
137 state of the button
138 </dd>
139 </dl>
140 <a NAME="IconsPreviewDialog.on_refreshButton_clicked" ID="IconsPreviewDialog.on_refreshButton_clicked"></a>
141 <h4>IconsPreviewDialog.on_refreshButton_clicked</h4>
142 <b>on_refreshButton_clicked</b>(<i></i>)
143
144 <p>
145 Private slot to refresh the view.
146 </p>
100 <div align="right"><a href="#top">Up</a></div> 147 <div align="right"><a href="#top">Up</a></div>
101 <hr /> 148 <hr />
102 </body></html> 149 </body></html>

eric ide

mercurial