74 <td><a href="#TranslatorPage.on_setButton_clicked">on_setButton_clicked</a></td> |
74 <td><a href="#TranslatorPage.on_setButton_clicked">on_setButton_clicked</a></td> |
75 <td>Private slot to set or unset all items.</td> |
75 <td>Private slot to set or unset all items.</td> |
76 </tr> |
76 </tr> |
77 <tr> |
77 <tr> |
78 <td><a href="#TranslatorPage.save">save</a></td> |
78 <td><a href="#TranslatorPage.save">save</a></td> |
79 <td>Public slot to save the Pyramid configuration.</td> |
79 <td>Public slot to save the translators configuration.</td> |
80 </tr> |
80 </tr> |
81 </table> |
81 </table> |
82 <h3>Static Methods</h3> |
82 <h3>Static Methods</h3> |
83 |
83 |
84 <table> |
84 <table> |
107 Private method to get a list of checked language items. |
107 Private method to get a list of checked language items. |
108 </p> |
108 </p> |
109 <dl> |
109 <dl> |
110 <dt>Return:</dt> |
110 <dt>Return:</dt> |
111 <dd> |
111 <dd> |
112 list of checked language items (list of QListWidgetItem) |
112 list of checked language items |
|
113 </dd> |
|
114 </dl> |
|
115 <dl> |
|
116 <dt>Return Type:</dt> |
|
117 <dd> |
|
118 list of QListWidgetItem |
113 </dd> |
119 </dd> |
114 </dl> |
120 </dl> |
115 <a NAME="TranslatorPage.on_defaultButton_clicked" ID="TranslatorPage.on_defaultButton_clicked"></a> |
121 <a NAME="TranslatorPage.on_defaultButton_clicked" ID="TranslatorPage.on_defaultButton_clicked"></a> |
116 <h4>TranslatorPage.on_defaultButton_clicked</h4> |
122 <h4>TranslatorPage.on_defaultButton_clicked</h4> |
117 <b>on_defaultButton_clicked</b>(<i></i>) |
123 <b>on_defaultButton_clicked</b>(<i></i>) |
126 <p> |
132 <p> |
127 Private slot to handle the selection of an item. |
133 Private slot to handle the selection of an item. |
128 </p> |
134 </p> |
129 <dl> |
135 <dl> |
130 |
136 |
131 <dt><i>item</i></dt> |
137 <dt><i>item</i> (QListWidgetItem)</dt> |
132 <dd> |
138 <dd> |
133 reference to the changed item (QListWidgetItem) |
139 reference to the changed item |
134 </dd> |
140 </dd> |
135 </dl> |
141 </dl> |
136 <a NAME="TranslatorPage.on_setButton_clicked" ID="TranslatorPage.on_setButton_clicked"></a> |
142 <a NAME="TranslatorPage.on_setButton_clicked" ID="TranslatorPage.on_setButton_clicked"></a> |
137 <h4>TranslatorPage.on_setButton_clicked</h4> |
143 <h4>TranslatorPage.on_setButton_clicked</h4> |
138 <b>on_setButton_clicked</b>(<i></i>) |
144 <b>on_setButton_clicked</b>(<i></i>) |