56 </table> |
56 </table> |
57 <h3>Methods</h3> |
57 <h3>Methods</h3> |
58 <table> |
58 <table> |
59 <tr> |
59 <tr> |
60 <td><a href="#IconsPage.__init__">IconsPage</a></td> |
60 <td><a href="#IconsPage.__init__">IconsPage</a></td> |
61 <td>Constructor</td> |
61 <td>Constructor</td> |
62 </tr><tr> |
62 </tr><tr> |
63 <td><a href="#IconsPage.on_addIconDirectoryButton_clicked">on_addIconDirectoryButton_clicked</a></td> |
63 <td><a href="#IconsPage.on_addIconDirectoryButton_clicked">on_addIconDirectoryButton_clicked</a></td> |
64 <td>Private slot to add the icon directory displayed to the listbox.</td> |
64 <td>Private slot to add the icon directory displayed to the listbox.</td> |
65 </tr><tr> |
65 </tr><tr> |
66 <td><a href="#IconsPage.on_deleteIconDirectoryButton_clicked">on_deleteIconDirectoryButton_clicked</a></td> |
66 <td><a href="#IconsPage.on_deleteIconDirectoryButton_clicked">on_deleteIconDirectoryButton_clicked</a></td> |
67 <td>Private slot to delete the currently selected directory of the listbox.</td> |
67 <td>Private slot to delete the currently selected directory of the listbox.</td> |
68 </tr><tr> |
68 </tr><tr> |
69 <td><a href="#IconsPage.on_downButton_clicked">on_downButton_clicked</a></td> |
69 <td><a href="#IconsPage.on_downButton_clicked">on_downButton_clicked</a></td> |
70 <td>Private slot called to move the selected item down in the list.</td> |
70 <td>Private slot called to move the selected item down in the list.</td> |
71 </tr><tr> |
71 </tr><tr> |
72 <td><a href="#IconsPage.on_iconDirectoryButton_clicked">on_iconDirectoryButton_clicked</a></td> |
72 <td><a href="#IconsPage.on_iconDirectoryButton_clicked">on_iconDirectoryButton_clicked</a></td> |
73 <td>Private slot to select an icon directory.</td> |
73 <td>Private slot to select an icon directory.</td> |
74 </tr><tr> |
74 </tr><tr> |
75 <td><a href="#IconsPage.on_iconDirectoryEdit_textChanged">on_iconDirectoryEdit_textChanged</a></td> |
75 <td><a href="#IconsPage.on_iconDirectoryEdit_textChanged">on_iconDirectoryEdit_textChanged</a></td> |
76 <td>Private slot to handle the textChanged signal of the directory edit.</td> |
76 <td>Private slot to handle the textChanged signal of the directory edit.</td> |
77 </tr><tr> |
77 </tr><tr> |
78 <td><a href="#IconsPage.on_iconDirectoryList_currentRowChanged">on_iconDirectoryList_currentRowChanged</a></td> |
78 <td><a href="#IconsPage.on_iconDirectoryList_currentRowChanged">on_iconDirectoryList_currentRowChanged</a></td> |
79 <td>Private slot to handle the currentRowChanged signal of the icons directory list.</td> |
79 <td>Private slot to handle the currentRowChanged signal of the icons directory list.</td> |
80 </tr><tr> |
80 </tr><tr> |
81 <td><a href="#IconsPage.on_showIconsButton_clicked">on_showIconsButton_clicked</a></td> |
81 <td><a href="#IconsPage.on_showIconsButton_clicked">on_showIconsButton_clicked</a></td> |
82 <td>Private slot to display a preview of an icons directory.</td> |
82 <td>Private slot to display a preview of an icons directory.</td> |
83 </tr><tr> |
83 </tr><tr> |
84 <td><a href="#IconsPage.on_upButton_clicked">on_upButton_clicked</a></td> |
84 <td><a href="#IconsPage.on_upButton_clicked">on_upButton_clicked</a></td> |
85 <td>Private slot called to move the selected item up in the list.</td> |
85 <td>Private slot called to move the selected item up in the list.</td> |
86 </tr><tr> |
86 </tr><tr> |
87 <td><a href="#IconsPage.save">save</a></td> |
87 <td><a href="#IconsPage.save">save</a></td> |
88 <td>Public slot to save the Icons configuration.</td> |
88 <td>Public slot to save the Icons configuration.</td> |
89 </tr> |
89 </tr> |
90 </table> |
90 </table> |
91 <a NAME="IconsPage.__init__" ID="IconsPage.__init__"></a> |
91 <a NAME="IconsPage.__init__" ID="IconsPage.__init__"></a> |
92 <h4>IconsPage (Constructor)</h4> |
92 <h4>IconsPage (Constructor)</h4> |
93 <b>IconsPage</b>(<i></i>) |
93 <b>IconsPage</b>(<i></i>) |
94 <p> |
94 <p> |
95 Constructor |
95 Constructor |
96 </p><a NAME="IconsPage.on_addIconDirectoryButton_clicked" ID="IconsPage.on_addIconDirectoryButton_clicked"></a> |
96 </p><a NAME="IconsPage.on_addIconDirectoryButton_clicked" ID="IconsPage.on_addIconDirectoryButton_clicked"></a> |
97 <h4>IconsPage.on_addIconDirectoryButton_clicked</h4> |
97 <h4>IconsPage.on_addIconDirectoryButton_clicked</h4> |
98 <b>on_addIconDirectoryButton_clicked</b>(<i></i>) |
98 <b>on_addIconDirectoryButton_clicked</b>(<i></i>) |
99 <p> |
99 <p> |
100 Private slot to add the icon directory displayed to the listbox. |
100 Private slot to add the icon directory displayed to the listbox. |
101 </p><a NAME="IconsPage.on_deleteIconDirectoryButton_clicked" ID="IconsPage.on_deleteIconDirectoryButton_clicked"></a> |
101 </p><a NAME="IconsPage.on_deleteIconDirectoryButton_clicked" ID="IconsPage.on_deleteIconDirectoryButton_clicked"></a> |
102 <h4>IconsPage.on_deleteIconDirectoryButton_clicked</h4> |
102 <h4>IconsPage.on_deleteIconDirectoryButton_clicked</h4> |
103 <b>on_deleteIconDirectoryButton_clicked</b>(<i></i>) |
103 <b>on_deleteIconDirectoryButton_clicked</b>(<i></i>) |
104 <p> |
104 <p> |
105 Private slot to delete the currently selected directory of the listbox. |
105 Private slot to delete the currently selected directory of the listbox. |
106 </p><a NAME="IconsPage.on_downButton_clicked" ID="IconsPage.on_downButton_clicked"></a> |
106 </p><a NAME="IconsPage.on_downButton_clicked" ID="IconsPage.on_downButton_clicked"></a> |
107 <h4>IconsPage.on_downButton_clicked</h4> |
107 <h4>IconsPage.on_downButton_clicked</h4> |
108 <b>on_downButton_clicked</b>(<i></i>) |
108 <b>on_downButton_clicked</b>(<i></i>) |
109 <p> |
109 <p> |
110 Private slot called to move the selected item down in the list. |
110 Private slot called to move the selected item down in the list. |
111 </p><a NAME="IconsPage.on_iconDirectoryButton_clicked" ID="IconsPage.on_iconDirectoryButton_clicked"></a> |
111 </p><a NAME="IconsPage.on_iconDirectoryButton_clicked" ID="IconsPage.on_iconDirectoryButton_clicked"></a> |
112 <h4>IconsPage.on_iconDirectoryButton_clicked</h4> |
112 <h4>IconsPage.on_iconDirectoryButton_clicked</h4> |
113 <b>on_iconDirectoryButton_clicked</b>(<i></i>) |
113 <b>on_iconDirectoryButton_clicked</b>(<i></i>) |
114 <p> |
114 <p> |
115 Private slot to select an icon directory. |
115 Private slot to select an icon directory. |
116 </p><a NAME="IconsPage.on_iconDirectoryEdit_textChanged" ID="IconsPage.on_iconDirectoryEdit_textChanged"></a> |
116 </p><a NAME="IconsPage.on_iconDirectoryEdit_textChanged" ID="IconsPage.on_iconDirectoryEdit_textChanged"></a> |
117 <h4>IconsPage.on_iconDirectoryEdit_textChanged</h4> |
117 <h4>IconsPage.on_iconDirectoryEdit_textChanged</h4> |
118 <b>on_iconDirectoryEdit_textChanged</b>(<i>txt</i>) |
118 <b>on_iconDirectoryEdit_textChanged</b>(<i>txt</i>) |
119 <p> |
119 <p> |
120 Private slot to handle the textChanged signal of the directory edit. |
120 Private slot to handle the textChanged signal of the directory edit. |
121 </p><dl> |
121 </p><dl> |
122 <dt><i>txt</i></dt> |
122 <dt><i>txt</i></dt> |
123 <dd> |
123 <dd> |
124 the text of the directory edit (string) |
124 the text of the directory edit (string) |
125 </dd> |
125 </dd> |
126 </dl><a NAME="IconsPage.on_iconDirectoryList_currentRowChanged" ID="IconsPage.on_iconDirectoryList_currentRowChanged"></a> |
126 </dl><a NAME="IconsPage.on_iconDirectoryList_currentRowChanged" ID="IconsPage.on_iconDirectoryList_currentRowChanged"></a> |
127 <h4>IconsPage.on_iconDirectoryList_currentRowChanged</h4> |
127 <h4>IconsPage.on_iconDirectoryList_currentRowChanged</h4> |
128 <b>on_iconDirectoryList_currentRowChanged</b>(<i>row</i>) |
128 <b>on_iconDirectoryList_currentRowChanged</b>(<i>row</i>) |
129 <p> |
129 <p> |
130 Private slot to handle the currentRowChanged signal of the icons directory list. |
130 Private slot to handle the currentRowChanged signal of the icons directory list. |
131 </p><dl> |
131 </p><dl> |
132 <dt><i>row</i></dt> |
132 <dt><i>row</i></dt> |
133 <dd> |
133 <dd> |
134 the current row (integer) |
134 the current row (integer) |
135 </dd> |
135 </dd> |
136 </dl><a NAME="IconsPage.on_showIconsButton_clicked" ID="IconsPage.on_showIconsButton_clicked"></a> |
136 </dl><a NAME="IconsPage.on_showIconsButton_clicked" ID="IconsPage.on_showIconsButton_clicked"></a> |
137 <h4>IconsPage.on_showIconsButton_clicked</h4> |
137 <h4>IconsPage.on_showIconsButton_clicked</h4> |
138 <b>on_showIconsButton_clicked</b>(<i></i>) |
138 <b>on_showIconsButton_clicked</b>(<i></i>) |
139 <p> |
139 <p> |
140 Private slot to display a preview of an icons directory. |
140 Private slot to display a preview of an icons directory. |
141 </p><a NAME="IconsPage.on_upButton_clicked" ID="IconsPage.on_upButton_clicked"></a> |
141 </p><a NAME="IconsPage.on_upButton_clicked" ID="IconsPage.on_upButton_clicked"></a> |
142 <h4>IconsPage.on_upButton_clicked</h4> |
142 <h4>IconsPage.on_upButton_clicked</h4> |
143 <b>on_upButton_clicked</b>(<i></i>) |
143 <b>on_upButton_clicked</b>(<i></i>) |
144 <p> |
144 <p> |
145 Private slot called to move the selected item up in the list. |
145 Private slot called to move the selected item up in the list. |
146 </p><a NAME="IconsPage.save" ID="IconsPage.save"></a> |
146 </p><a NAME="IconsPage.save" ID="IconsPage.save"></a> |
147 <h4>IconsPage.save</h4> |
147 <h4>IconsPage.save</h4> |
148 <b>save</b>(<i></i>) |
148 <b>save</b>(<i></i>) |
149 <p> |
149 <p> |
150 Public slot to save the Icons configuration. |
150 Public slot to save the Icons configuration. |
151 </p> |
151 </p> |
152 <div align="right"><a href="#top">Up</a></div> |
152 <div align="right"><a href="#top">Up</a></div> |
153 <hr /><hr /> |
153 <hr /><hr /> |
154 <a NAME="create" ID="create"></a> |
154 <a NAME="create" ID="create"></a> |
155 <h2>create</h2> |
155 <h2>create</h2> |
156 <b>create</b>(<i>dlg</i>) |
156 <b>create</b>(<i>dlg</i>) |
157 <p> |
157 <p> |
158 Module function to create the configuration page. |
158 Module function to create the configuration page. |
159 </p><dl> |
159 </p><dl> |
160 <dt><i>dlg</i></dt> |
160 <dt><i>dlg</i></dt> |
161 <dd> |
161 <dd> |
162 reference to the configuration dialog |
162 reference to the configuration dialog |
163 </dd> |
163 </dd> |
164 </dl> |
164 </dl> |
165 <div align="right"><a href="#top">Up</a></div> |
165 <div align="right"><a href="#top">Up</a></div> |
166 <hr /> |
166 <hr /> |
167 </body></html> |
167 </body></html> |