Documentation/Source/eric5.Preferences.ConfigurationDialog.html

changeset 58
37f0444c3479
parent 21
b88a0e6268bd
child 409
0ea528e80202
equal deleted inserted replaced
57:81326a94fdca 58:37f0444c3479
20 </style> 20 </style>
21 </head> 21 </head>
22 <body><a NAME="top" ID="top"></a> 22 <body><a NAME="top" ID="top"></a>
23 <h1>eric5.Preferences.ConfigurationDialog</h1> 23 <h1>eric5.Preferences.ConfigurationDialog</h1>
24 <p> 24 <p>
25 &#77;&#111;&#100;&#117;&#108;&#101; &#105;&#109;&#112;&#108;&#101;&#109;&#101;&#110;&#116;&#105;&#110;&#103; &#97; &#100;&#105;&#97;&#108;&#111;&#103; &#102;&#111;&#114; &#116;&#104;&#101; &#99;&#111;&#110;&#102;&#105;&#103;&#117;&#114;&#97;&#116;&#105;&#111;&#110; &#111;&#102; &#101;&#114;&#105;&#99;&#53;. 25 Module implementing a dialog for the configuration of eric5.
26 </p> 26 </p>
27 <h3>Global Attributes</h3> 27 <h3>Global Attributes</h3>
28 <table> 28 <table>
29 <tr><td>None</td></tr> 29 <tr><td>None</td></tr>
30 </table> 30 </table>
31 <h3>Classes</h3> 31 <h3>Classes</h3>
32 <table> 32 <table>
33 <tr> 33 <tr>
34 <td><a href="#ConfigurationDialog">ConfigurationDialog</a></td> 34 <td><a href="#ConfigurationDialog">ConfigurationDialog</a></td>
35 <td>&#67;&#108;&#97;&#115;&#115; &#102;&#111;&#114; &#116;&#104;&#101; &#100;&#105;&#97;&#108;&#111;&#103; v&#97;&#114;&#105;&#97;&#110;&#116;.</td> 35 <td>Class for the dialog variant.</td>
36 </tr><tr> 36 </tr><tr>
37 <td><a href="#ConfigurationPageItem">ConfigurationPageItem</a></td> 37 <td><a href="#ConfigurationPageItem">ConfigurationPageItem</a></td>
38 <td>&#67;&#108;&#97;&#115;&#115; &#105;&#109;&#112;&#108;&#101;&#109;&#101;&#110;&#116;&#105;&#110;&#103; &#97; &#81;&#84;&#114;&#101;&#101;&#87;&#105;&#100;&#103;&#101;&#116;&#73;&#116;&#101;&#109; &#104;&#111;&#108;&#100;&#105;&#110;&#103; &#116;&#104;&#101; &#99;&#111;&#110;&#102;&#105;&#103;&#117;&#114;&#97;&#116;&#105;&#111;&#110; &#112;&#97;&#103;&#101; &#100;&#97;&#116;&#97;.</td> 38 <td>Class implementing a QTreeWidgetItem holding the configuration page data.</td>
39 </tr><tr> 39 </tr><tr>
40 <td><a href="#ConfigurationWidget">ConfigurationWidget</a></td> 40 <td><a href="#ConfigurationWidget">ConfigurationWidget</a></td>
41 <td>&#67;&#108;&#97;&#115;&#115; &#105;&#109;&#112;&#108;&#101;&#109;&#101;&#110;&#116;&#105;&#110;&#103; &#97; &#100;&#105;&#97;&#108;&#111;&#103; &#102;&#111;&#114; &#116;&#104;&#101; &#99;&#111;&#110;&#102;&#105;&#103;&#117;&#114;&#97;&#116;&#105;&#111;&#110; &#111;&#102; &#101;&#114;&#105;&#99;&#53;.</td> 41 <td>Class implementing a dialog for the configuration of eric5.</td>
42 </tr><tr> 42 </tr><tr>
43 <td><a href="#ConfigurationWindow">ConfigurationWindow</a></td> 43 <td><a href="#ConfigurationWindow">ConfigurationWindow</a></td>
44 <td>&#77;&#97;&#105;&#110; w&#105;&#110;&#100;&#111;w &#99;&#108;&#97;&#115;&#115; &#102;&#111;&#114; &#116;&#104;&#101; &#115;&#116;&#97;&#110;&#100;&#97;&#108;&#111;&#110;&#101; &#100;&#105;&#97;&#108;&#111;&#103;.</td> 44 <td>Main window class for the standalone dialog.</td>
45 </tr> 45 </tr>
46 </table> 46 </table>
47 <h3>Functions</h3> 47 <h3>Functions</h3>
48 <table> 48 <table>
49 <tr><td>None</td></tr> 49 <tr><td>None</td></tr>
50 </table> 50 </table>
51 <hr /><hr /> 51 <hr /><hr />
52 <a NAME="ConfigurationDialog" ID="ConfigurationDialog"></a> 52 <a NAME="ConfigurationDialog" ID="ConfigurationDialog"></a>
53 <h2>ConfigurationDialog</h2> 53 <h2>ConfigurationDialog</h2>
54 <p> 54 <p>
55 &#67;&#108;&#97;&#115;&#115; &#102;&#111;&#114; &#116;&#104;&#101; &#100;&#105;&#97;&#108;&#111;&#103; v&#97;&#114;&#105;&#97;&#110;&#116;. 55 Class for the dialog variant.
56 </p><h4>Signals</h4> 56 </p><h4>Signals</h4>
57 <dl> 57 <dl>
58 <dt>preferencesChanged</dt> 58 <dt>preferencesChanged</dt>
59 <dd> 59 <dd>
60 &#101;&#109;&#105;&#116;&#116;&#101;&#100; &#97;&#102;&#116;&#101;&#114; &#115;&#101;&#116;&#116;&#105;&#110;&#103;&#115; &#104;&#97;v&#101; &#98;&#101;&#101;&#110; &#99;&#104;&#97;&#110;&#103;&#101;&#100; 60 emitted after settings have been changed
61 </dd> 61 </dd>
62 </dl> 62 </dl>
63 <h3>Derived from</h3> 63 <h3>Derived from</h3>
64 QDialog 64 QDialog
65 <h3>Class Attributes</h3> 65 <h3>Class Attributes</h3>
68 </table> 68 </table>
69 <h3>Methods</h3> 69 <h3>Methods</h3>
70 <table> 70 <table>
71 <tr> 71 <tr>
72 <td><a href="#ConfigurationDialog.__init__">ConfigurationDialog</a></td> 72 <td><a href="#ConfigurationDialog.__init__">ConfigurationDialog</a></td>
73 <td>&#67;&#111;&#110;&#115;&#116;&#114;&#117;&#99;&#116;&#111;&#114;</td> 73 <td>Constructor</td>
74 </tr><tr> 74 </tr><tr>
75 <td><a href="#ConfigurationDialog.__preferencesChanged">__preferencesChanged</a></td> 75 <td><a href="#ConfigurationDialog.__preferencesChanged">__preferencesChanged</a></td>
76 <td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#97; &#99;&#104;&#97;&#110;&#103;&#101; &#111;&#102; &#116;&#104;&#101; &#112;&#114;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101;&#115;.</td> 76 <td>Private slot to handle a change of the preferences.</td>
77 </tr><tr> 77 </tr><tr>
78 <td><a href="#ConfigurationDialog.setPreferences">setPreferences</a></td> 78 <td><a href="#ConfigurationDialog.setPreferences">setPreferences</a></td>
79 <td>&#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#99;&#97;&#108;&#108;&#101;&#100; &#116;&#111; &#115;&#116;&#111;&#114;&#101; &#116;&#104;&#101; &#115;&#101;&#108;&#101;&#99;&#116;&#101;&#100; v&#97;&#108;&#117;&#101;&#115; &#105;&#110;&#116;&#111; &#116;&#104;&#101; &#112;&#114;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101;&#115; &#115;&#116;&#111;&#114;&#97;&#103;&#101;.</td> 79 <td>Public method called to store the selected values into the preferences storage.</td>
80 </tr><tr> 80 </tr><tr>
81 <td><a href="#ConfigurationDialog.showConfigurationPageByName">showConfigurationPageByName</a></td> 81 <td><a href="#ConfigurationDialog.showConfigurationPageByName">showConfigurationPageByName</a></td>
82 <td>&#80;&#117;&#98;&#108;&#105;&#99; &#115;&#108;&#111;&#116; &#116;&#111; &#115;&#104;&#111;w &#97; &#110;&#97;&#109;&#101;&#100; &#99;&#111;&#110;&#102;&#105;&#103;&#117;&#114;&#97;&#116;&#105;&#111;&#110; &#112;&#97;&#103;&#101;.</td> 82 <td>Public slot to show a named configuration page.</td>
83 </tr> 83 </tr>
84 </table> 84 </table>
85 <a NAME="ConfigurationDialog.__init__" ID="ConfigurationDialog.__init__"></a> 85 <a NAME="ConfigurationDialog.__init__" ID="ConfigurationDialog.__init__"></a>
86 <h4>ConfigurationDialog (Constructor)</h4> 86 <h4>ConfigurationDialog (Constructor)</h4>
87 <b>ConfigurationDialog</b>(<i>parent = None, name = None, modal = False, fromEric = True, helpBrowserMode = False</i>) 87 <b>ConfigurationDialog</b>(<i>parent = None, name = None, modal = False, fromEric = True, helpBrowserMode = False</i>)
88 <p> 88 <p>
89 &#67;&#111;&#110;&#115;&#116;&#114;&#117;&#99;&#116;&#111;&#114; 89 Constructor
90 </p><dl> 90 </p><dl>
91 <dt><i>parent</i></dt> 91 <dt><i>parent</i></dt>
92 <dd> 92 <dd>
93 &#84;&#104;&#101; &#112;&#97;&#114;&#101;&#110;&#116; w&#105;&#100;&#103;&#101;&#116; &#111;&#102; &#116;&#104;&#105;&#115; &#100;&#105;&#97;&#108;&#111;&#103;. (&#81;&#87;&#105;&#100;&#103;&#101;&#116;) 93 The parent widget of this dialog. (QWidget)
94 </dd><dt><i>name</i></dt> 94 </dd><dt><i>name</i></dt>
95 <dd> 95 <dd>
96 &#84;&#104;&#101; &#110;&#97;&#109;&#101; &#111;&#102; &#116;&#104;&#105;&#115; &#100;&#105;&#97;&#108;&#111;&#103;. &#115;&#116;&#114;&#105;&#110;&#103; 96 The name of this dialog. string
97 </dd><dt><i>modal</i></dt> 97 </dd><dt><i>modal</i></dt>
98 <dd> 98 <dd>
99 &#70;&#108;&#97;&#103; &#105;&#110;&#100;&#105;&#99;&#97;&#116;&#105;&#110;&#103; &#97; &#109;&#111;&#100;&#97;&#108; &#100;&#105;&#97;&#108;&#111;&#103;. (&#98;&#111;&#111;&#108;&#101;&#97;&#110;) 99 Flag indicating a modal dialog. (boolean)
100 </dd><dt><i>fromEric=</i></dt> 100 </dd><dt><i>fromEric=</i></dt>
101 <dd> 101 <dd>
102 &#102;&#108;&#97;&#103; &#105;&#110;&#100;&#105;&#99;&#97;&#116;&#105;&#110;&#103; &#97; &#100;&#105;&#97;&#108;&#111;&#103; &#103;&#101;&#110;&#101;&#114;&#97;&#116;&#105;&#111;&#110; &#102;&#114;&#111;&#109; w&#105;&#116;&#104;&#105;&#110; &#116;&#104;&#101; 102 flag indicating a dialog generation from within the
103 &#101;&#114;&#105;&#99;&#53; &#105;&#100;&#101; (&#98;&#111;&#111;&#108;&#101;&#97;&#110;) 103 eric5 ide (boolean)
104 </dd><dt><i>helpBrowserMode=</i></dt> 104 </dd><dt><i>helpBrowserMode=</i></dt>
105 <dd> 105 <dd>
106 &#102;&#108;&#97;&#103; &#105;&#110;&#100;&#105;&#99;&#97;&#116;&#105;&#110;&#103; &#116;&#111; &#115;&#104;&#111;w &#111;&#110;&#108;y &#104;&#101;&#108;&#112; &#112;&#97;&#103;&#101;&#115; 106 flag indicating to show only help pages
107 &#102;&#111;&#114; &#101;&#110;&#116;&#114;&#105;&#101;&#115; &#114;&#101;&#108;&#97;&#116;&#101;&#100; &#116;&#111; &#116;&#104;&#101; &#104;&#101;&#108;&#112; &#98;&#114;&#111;w&#115;&#101;&#114; (&#98;&#111;&#111;&#108;&#101;&#97;&#110;) 107 for entries related to the help browser (boolean)
108 </dd> 108 </dd>
109 </dl><a NAME="ConfigurationDialog.__preferencesChanged" ID="ConfigurationDialog.__preferencesChanged"></a> 109 </dl><a NAME="ConfigurationDialog.__preferencesChanged" ID="ConfigurationDialog.__preferencesChanged"></a>
110 <h4>ConfigurationDialog.__preferencesChanged</h4> 110 <h4>ConfigurationDialog.__preferencesChanged</h4>
111 <b>__preferencesChanged</b>(<i></i>) 111 <b>__preferencesChanged</b>(<i></i>)
112 <p> 112 <p>
113 &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#97; &#99;&#104;&#97;&#110;&#103;&#101; &#111;&#102; &#116;&#104;&#101; &#112;&#114;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101;&#115;. 113 Private slot to handle a change of the preferences.
114 </p><a NAME="ConfigurationDialog.setPreferences" ID="ConfigurationDialog.setPreferences"></a> 114 </p><a NAME="ConfigurationDialog.setPreferences" ID="ConfigurationDialog.setPreferences"></a>
115 <h4>ConfigurationDialog.setPreferences</h4> 115 <h4>ConfigurationDialog.setPreferences</h4>
116 <b>setPreferences</b>(<i></i>) 116 <b>setPreferences</b>(<i></i>)
117 <p> 117 <p>
118 &#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#99;&#97;&#108;&#108;&#101;&#100; &#116;&#111; &#115;&#116;&#111;&#114;&#101; &#116;&#104;&#101; &#115;&#101;&#108;&#101;&#99;&#116;&#101;&#100; v&#97;&#108;&#117;&#101;&#115; &#105;&#110;&#116;&#111; &#116;&#104;&#101; &#112;&#114;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101;&#115; &#115;&#116;&#111;&#114;&#97;&#103;&#101;. 118 Public method called to store the selected values into the preferences storage.
119 </p><a NAME="ConfigurationDialog.showConfigurationPageByName" ID="ConfigurationDialog.showConfigurationPageByName"></a> 119 </p><a NAME="ConfigurationDialog.showConfigurationPageByName" ID="ConfigurationDialog.showConfigurationPageByName"></a>
120 <h4>ConfigurationDialog.showConfigurationPageByName</h4> 120 <h4>ConfigurationDialog.showConfigurationPageByName</h4>
121 <b>showConfigurationPageByName</b>(<i>pageName</i>) 121 <b>showConfigurationPageByName</b>(<i>pageName</i>)
122 <p> 122 <p>
123 &#80;&#117;&#98;&#108;&#105;&#99; &#115;&#108;&#111;&#116; &#116;&#111; &#115;&#104;&#111;w &#97; &#110;&#97;&#109;&#101;&#100; &#99;&#111;&#110;&#102;&#105;&#103;&#117;&#114;&#97;&#116;&#105;&#111;&#110; &#112;&#97;&#103;&#101;. 123 Public slot to show a named configuration page.
124 </p><dl> 124 </p><dl>
125 <dt><i>pageName</i></dt> 125 <dt><i>pageName</i></dt>
126 <dd> 126 <dd>
127 &#110;&#97;&#109;&#101; &#111;&#102; &#116;&#104;&#101; &#99;&#111;&#110;&#102;&#105;&#103;&#117;&#114;&#97;&#116;&#105;&#111;&#110; &#112;&#97;&#103;&#101; &#116;&#111; &#115;&#104;&#111;w (&#115;&#116;&#114;&#105;&#110;&#103;) 127 name of the configuration page to show (string)
128 </dd> 128 </dd>
129 </dl> 129 </dl>
130 <div align="right"><a href="#top">Up</a></div> 130 <div align="right"><a href="#top">Up</a></div>
131 <hr /><hr /> 131 <hr /><hr />
132 <a NAME="ConfigurationPageItem" ID="ConfigurationPageItem"></a> 132 <a NAME="ConfigurationPageItem" ID="ConfigurationPageItem"></a>
133 <h2>ConfigurationPageItem</h2> 133 <h2>ConfigurationPageItem</h2>
134 <p> 134 <p>
135 &#67;&#108;&#97;&#115;&#115; &#105;&#109;&#112;&#108;&#101;&#109;&#101;&#110;&#116;&#105;&#110;&#103; &#97; &#81;&#84;&#114;&#101;&#101;&#87;&#105;&#100;&#103;&#101;&#116;&#73;&#116;&#101;&#109; &#104;&#111;&#108;&#100;&#105;&#110;&#103; &#116;&#104;&#101; &#99;&#111;&#110;&#102;&#105;&#103;&#117;&#114;&#97;&#116;&#105;&#111;&#110; &#112;&#97;&#103;&#101; &#100;&#97;&#116;&#97;. 135 Class implementing a QTreeWidgetItem holding the configuration page data.
136 </p> 136 </p>
137 <h3>Derived from</h3> 137 <h3>Derived from</h3>
138 QTreeWidgetItem 138 QTreeWidgetItem
139 <h3>Class Attributes</h3> 139 <h3>Class Attributes</h3>
140 <table> 140 <table>
142 </table> 142 </table>
143 <h3>Methods</h3> 143 <h3>Methods</h3>
144 <table> 144 <table>
145 <tr> 145 <tr>
146 <td><a href="#ConfigurationPageItem.__init__">ConfigurationPageItem</a></td> 146 <td><a href="#ConfigurationPageItem.__init__">ConfigurationPageItem</a></td>
147 <td>&#67;&#111;&#110;&#115;&#116;&#114;&#117;&#99;&#116;&#111;&#114;</td> 147 <td>Constructor</td>
148 </tr><tr> 148 </tr><tr>
149 <td><a href="#ConfigurationPageItem.getPageName">getPageName</a></td> 149 <td><a href="#ConfigurationPageItem.getPageName">getPageName</a></td>
150 <td>&#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#103;&#101;&#116; &#116;&#104;&#101; &#110;&#97;&#109;&#101; &#111;&#102; &#116;&#104;&#101; &#97;&#115;&#115;&#111;&#99;&#105;&#97;&#116;&#101;&#100; &#99;&#111;&#110;&#102;&#105;&#103;&#117;&#114;&#97;&#116;&#105;&#111;&#110; &#112;&#97;&#103;&#101;.</td> 150 <td>Public method to get the name of the associated configuration page.</td>
151 </tr> 151 </tr>
152 </table> 152 </table>
153 <a NAME="ConfigurationPageItem.__init__" ID="ConfigurationPageItem.__init__"></a> 153 <a NAME="ConfigurationPageItem.__init__" ID="ConfigurationPageItem.__init__"></a>
154 <h4>ConfigurationPageItem (Constructor)</h4> 154 <h4>ConfigurationPageItem (Constructor)</h4>
155 <b>ConfigurationPageItem</b>(<i>parent, text, pageName, iconFile</i>) 155 <b>ConfigurationPageItem</b>(<i>parent, text, pageName, iconFile</i>)
156 <p> 156 <p>
157 &#67;&#111;&#110;&#115;&#116;&#114;&#117;&#99;&#116;&#111;&#114; 157 Constructor
158 </p><dl> 158 </p><dl>
159 <dt><i>parent</i></dt> 159 <dt><i>parent</i></dt>
160 <dd> 160 <dd>
161 &#112;&#97;&#114;&#101;&#110;&#116; w&#105;&#100;&#103;&#101;&#116; &#111;&#102; &#116;&#104;&#101; &#105;&#116;&#101;&#109; (&#81;&#84;&#114;&#101;&#101;&#87;&#105;&#100;&#103;&#101;&#116; &#111;&#114; &#81;&#84;&#114;&#101;&#101;&#87;&#105;&#100;&#103;&#101;&#116;&#73;&#116;&#101;&#109;) 161 parent widget of the item (QTreeWidget or QTreeWidgetItem)
162 </dd><dt><i>text</i></dt> 162 </dd><dt><i>text</i></dt>
163 <dd> 163 <dd>
164 &#116;&#101;x&#116; &#116;&#111; &#98;&#101; &#100;&#105;&#115;&#112;&#108;&#97;y&#101;&#100; (&#115;&#116;&#114;&#105;&#110;&#103;) 164 text to be displayed (string)
165 </dd><dt><i>pageName</i></dt> 165 </dd><dt><i>pageName</i></dt>
166 <dd> 166 <dd>
167 &#110;&#97;&#109;&#101; &#111;&#102; &#116;&#104;&#101; &#99;&#111;&#110;&#102;&#105;&#103;&#117;&#114;&#97;&#116;&#105;&#111;&#110; &#112;&#97;&#103;&#101; (&#115;&#116;&#114;&#105;&#110;&#103;) 167 name of the configuration page (string)
168 </dd><dt><i>iconFile</i></dt> 168 </dd><dt><i>iconFile</i></dt>
169 <dd> 169 <dd>
170 &#102;&#105;&#108;&#101; &#110;&#97;&#109;&#101; &#111;&#102; &#116;&#104;&#101; &#105;&#99;&#111;&#110; &#116;&#111; &#98;&#101; &#115;&#104;&#111;w&#110; (&#115;&#116;&#114;&#105;&#110;&#103;) 170 file name of the icon to be shown (string)
171 </dd> 171 </dd>
172 </dl><a NAME="ConfigurationPageItem.getPageName" ID="ConfigurationPageItem.getPageName"></a> 172 </dl><a NAME="ConfigurationPageItem.getPageName" ID="ConfigurationPageItem.getPageName"></a>
173 <h4>ConfigurationPageItem.getPageName</h4> 173 <h4>ConfigurationPageItem.getPageName</h4>
174 <b>getPageName</b>(<i></i>) 174 <b>getPageName</b>(<i></i>)
175 <p> 175 <p>
176 &#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#103;&#101;&#116; &#116;&#104;&#101; &#110;&#97;&#109;&#101; &#111;&#102; &#116;&#104;&#101; &#97;&#115;&#115;&#111;&#99;&#105;&#97;&#116;&#101;&#100; &#99;&#111;&#110;&#102;&#105;&#103;&#117;&#114;&#97;&#116;&#105;&#111;&#110; &#112;&#97;&#103;&#101;. 176 Public method to get the name of the associated configuration page.
177 </p><dl> 177 </p><dl>
178 <dt>Returns:</dt> 178 <dt>Returns:</dt>
179 <dd> 179 <dd>
180 &#110;&#97;&#109;&#101; &#111;&#102; &#116;&#104;&#101; &#99;&#111;&#110;&#102;&#105;&#103;&#117;&#114;&#97;&#116;&#105;&#111;&#110; &#112;&#97;&#103;&#101; (&#115;&#116;&#114;&#105;&#110;&#103;) 180 name of the configuration page (string)
181 </dd> 181 </dd>
182 </dl> 182 </dl>
183 <div align="right"><a href="#top">Up</a></div> 183 <div align="right"><a href="#top">Up</a></div>
184 <hr /><hr /> 184 <hr /><hr />
185 <a NAME="ConfigurationWidget" ID="ConfigurationWidget"></a> 185 <a NAME="ConfigurationWidget" ID="ConfigurationWidget"></a>
186 <h2>ConfigurationWidget</h2> 186 <h2>ConfigurationWidget</h2>
187 <p> 187 <p>
188 &#67;&#108;&#97;&#115;&#115; &#105;&#109;&#112;&#108;&#101;&#109;&#101;&#110;&#116;&#105;&#110;&#103; &#97; &#100;&#105;&#97;&#108;&#111;&#103; &#102;&#111;&#114; &#116;&#104;&#101; &#99;&#111;&#110;&#102;&#105;&#103;&#117;&#114;&#97;&#116;&#105;&#111;&#110; &#111;&#102; &#101;&#114;&#105;&#99;&#53;. 188 Class implementing a dialog for the configuration of eric5.
189 </p><h4>Signals</h4> 189 </p><h4>Signals</h4>
190 <dl> 190 <dl>
191 <dt>preferencesChanged</dt> 191 <dt>preferencesChanged</dt>
192 <dd> 192 <dd>
193 &#101;&#109;&#105;&#116;&#116;&#101;&#100; &#97;&#102;&#116;&#101;&#114; &#115;&#101;&#116;&#116;&#105;&#110;&#103;&#115; &#104;&#97;v&#101; &#98;&#101;&#101;&#110; &#99;&#104;&#97;&#110;&#103;&#101;&#100; 193 emitted after settings have been changed
194 </dd> 194 </dd>
195 </dl> 195 </dl>
196 <h3>Derived from</h3> 196 <h3>Derived from</h3>
197 QWidget 197 QWidget
198 <h3>Class Attributes</h3> 198 <h3>Class Attributes</h3>
201 </table> 201 </table>
202 <h3>Methods</h3> 202 <h3>Methods</h3>
203 <table> 203 <table>
204 <tr> 204 <tr>
205 <td><a href="#ConfigurationWidget.__init__">ConfigurationWidget</a></td> 205 <td><a href="#ConfigurationWidget.__init__">ConfigurationWidget</a></td>
206 <td>&#67;&#111;&#110;&#115;&#116;&#114;&#117;&#99;&#116;&#111;&#114;</td> 206 <td>Constructor</td>
207 </tr><tr> 207 </tr><tr>
208 <td><a href="#ConfigurationWidget.__importConfigurationPage">__importConfigurationPage</a></td> 208 <td><a href="#ConfigurationWidget.__importConfigurationPage">__importConfigurationPage</a></td>
209 <td>&#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#105;&#109;&#112;&#111;&#114;&#116; &#97; &#99;&#111;&#110;&#102;&#105;&#103;&#117;&#114;&#97;&#116;&#105;&#111;&#110; &#112;&#97;&#103;&#101; &#109;&#111;&#100;&#117;&#108;&#101;.</td> 209 <td>Private method to import a configuration page module.</td>
210 </tr><tr> 210 </tr><tr>
211 <td><a href="#ConfigurationWidget.__initLexers">__initLexers</a></td> 211 <td><a href="#ConfigurationWidget.__initLexers">__initLexers</a></td>
212 <td>&#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#105;&#110;&#105;&#116;&#105;&#97;&#108;&#105;z&#101; &#116;&#104;&#101; &#100;&#105;&#99;&#116;&#105;&#111;&#110;&#97;&#114;y &#111;&#102; &#112;&#114;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101;&#115; &#108;&#101;x&#101;&#114;&#115;.</td> 212 <td>Private method to initialize the dictionary of preferences lexers.</td>
213 </tr><tr> 213 </tr><tr>
214 <td><a href="#ConfigurationWidget.__initPage">__initPage</a></td> 214 <td><a href="#ConfigurationWidget.__initPage">__initPage</a></td>
215 <td>&#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#105;&#110;&#105;&#116;&#105;&#97;&#108;&#105;z&#101; &#97; &#99;&#111;&#110;&#102;&#105;&#103;&#117;&#114;&#97;&#116;&#105;&#111;&#110; &#112;&#97;&#103;&#101;.</td> 215 <td>Private method to initialize a configuration page.</td>
216 </tr><tr> 216 </tr><tr>
217 <td><a href="#ConfigurationWidget.__setupUi">__setupUi</a></td> 217 <td><a href="#ConfigurationWidget.__setupUi">__setupUi</a></td>
218 <td>&#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#112;&#101;&#114;&#102;&#111;&#114;&#109; &#116;&#104;&#101; &#103;&#101;&#110;&#101;&#114;&#97;&#108; &#115;&#101;&#116;&#117;&#112; &#111;&#102; &#116;&#104;&#101; &#99;&#111;&#110;&#102;&#105;&#103;&#117;&#114;&#97;&#116;&#105;&#111;&#110; w&#105;&#100;&#103;&#101;&#116;.</td> 218 <td>Private method to perform the general setup of the configuration widget.</td>
219 </tr><tr> 219 </tr><tr>
220 <td><a href="#ConfigurationWidget.__showConfigurationPage">__showConfigurationPage</a></td> 220 <td><a href="#ConfigurationWidget.__showConfigurationPage">__showConfigurationPage</a></td>
221 <td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#115;&#104;&#111;w &#97; &#115;&#101;&#108;&#101;&#99;&#116;&#101;&#100; &#99;&#111;&#110;&#102;&#105;&#103;&#117;&#114;&#97;&#116;&#105;&#111;&#110; &#112;&#97;&#103;&#101;.</td> 221 <td>Private slot to show a selected configuration page.</td>
222 </tr><tr> 222 </tr><tr>
223 <td><a href="#ConfigurationWidget.calledFromEric">calledFromEric</a></td> 223 <td><a href="#ConfigurationWidget.calledFromEric">calledFromEric</a></td>
224 <td>&#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#99;&#104;&#101;&#99;&#107;, &#105;&#102; &#105;&#110;v&#111;&#107;&#101;&#100; &#102;&#114;&#111;&#109; w&#105;&#116;&#104;&#105;&#110; &#101;&#114;&#105;&#99;.</td> 224 <td>Public method to check, if invoked from within eric.</td>
225 </tr><tr> 225 </tr><tr>
226 <td><a href="#ConfigurationWidget.getLexers">getLexers</a></td> 226 <td><a href="#ConfigurationWidget.getLexers">getLexers</a></td>
227 <td>&#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#103;&#101;&#116; &#97; &#114;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101; &#116;&#111; &#116;&#104;&#101; &#108;&#101;x&#101;&#114;&#115; &#100;&#105;&#99;&#116;&#105;&#111;&#110;&#97;&#114;y.</td> 227 <td>Public method to get a reference to the lexers dictionary.</td>
228 </tr><tr> 228 </tr><tr>
229 <td><a href="#ConfigurationWidget.getPage">getPage</a></td> 229 <td><a href="#ConfigurationWidget.getPage">getPage</a></td>
230 <td>&#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#103;&#101;&#116; &#97; &#114;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101; &#116;&#111; &#116;&#104;&#101; &#110;&#97;&#109;&#101;&#100; &#112;&#97;&#103;&#101;.</td> 230 <td>Public method to get a reference to the named page.</td>
231 </tr><tr> 231 </tr><tr>
232 <td><a href="#ConfigurationWidget.on_applyButton_clicked">on_applyButton_clicked</a></td> 232 <td><a href="#ConfigurationWidget.on_applyButton_clicked">on_applyButton_clicked</a></td>
233 <td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#99;&#97;&#108;&#108;&#101;&#100; &#116;&#111; &#97;&#112;&#112;&#108;y &#116;&#104;&#101; &#115;&#101;&#116;&#116;&#105;&#110;&#103;&#115; &#111;&#102; &#116;&#104;&#101; &#99;&#117;&#114;&#114;&#101;&#110;&#116; &#112;&#97;&#103;&#101;.</td> 233 <td>Private slot called to apply the settings of the current page.</td>
234 </tr><tr> 234 </tr><tr>
235 <td><a href="#ConfigurationWidget.on_buttonBox_clicked">on_buttonBox_clicked</a></td> 235 <td><a href="#ConfigurationWidget.on_buttonBox_clicked">on_buttonBox_clicked</a></td>
236 <td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#99;&#97;&#108;&#108;&#101;&#100; &#98;y &#97; &#98;&#117;&#116;&#116;&#111;&#110; &#111;&#102; &#116;&#104;&#101; &#98;&#117;&#116;&#116;&#111;&#110; &#98;&#111;x &#99;&#108;&#105;&#99;&#107;&#101;&#100;.</td> 236 <td>Private slot called by a button of the button box clicked.</td>
237 </tr><tr> 237 </tr><tr>
238 <td><a href="#ConfigurationWidget.on_resetButton_clicked">on_resetButton_clicked</a></td> 238 <td><a href="#ConfigurationWidget.on_resetButton_clicked">on_resetButton_clicked</a></td>
239 <td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#99;&#97;&#108;&#108;&#101;&#100; &#116;&#111; &#114;&#101;&#115;&#101;&#116; &#116;&#104;&#101; &#115;&#101;&#116;&#116;&#105;&#110;&#103;&#115; &#111;&#102; &#116;&#104;&#101; &#99;&#117;&#114;&#114;&#101;&#110;&#116; &#112;&#97;&#103;&#101;.</td> 239 <td>Private slot called to reset the settings of the current page.</td>
240 </tr><tr> 240 </tr><tr>
241 <td><a href="#ConfigurationWidget.setPreferences">setPreferences</a></td> 241 <td><a href="#ConfigurationWidget.setPreferences">setPreferences</a></td>
242 <td>&#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#99;&#97;&#108;&#108;&#101;&#100; &#116;&#111; &#115;&#116;&#111;&#114;&#101; &#116;&#104;&#101; &#115;&#101;&#108;&#101;&#99;&#116;&#101;&#100; v&#97;&#108;&#117;&#101;&#115; &#105;&#110;&#116;&#111; &#116;&#104;&#101; &#112;&#114;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101;&#115; &#115;&#116;&#111;&#114;&#97;&#103;&#101;.</td> 242 <td>Public method called to store the selected values into the preferences storage.</td>
243 </tr><tr> 243 </tr><tr>
244 <td><a href="#ConfigurationWidget.showConfigurationPageByName">showConfigurationPageByName</a></td> 244 <td><a href="#ConfigurationWidget.showConfigurationPageByName">showConfigurationPageByName</a></td>
245 <td>&#80;&#117;&#98;&#108;&#105;&#99; &#115;&#108;&#111;&#116; &#116;&#111; &#115;&#104;&#111;w &#97; &#110;&#97;&#109;&#101;&#100; &#99;&#111;&#110;&#102;&#105;&#103;&#117;&#114;&#97;&#116;&#105;&#111;&#110; &#112;&#97;&#103;&#101;.</td> 245 <td>Public slot to show a named configuration page.</td>
246 </tr> 246 </tr>
247 </table> 247 </table>
248 <a NAME="ConfigurationWidget.__init__" ID="ConfigurationWidget.__init__"></a> 248 <a NAME="ConfigurationWidget.__init__" ID="ConfigurationWidget.__init__"></a>
249 <h4>ConfigurationWidget (Constructor)</h4> 249 <h4>ConfigurationWidget (Constructor)</h4>
250 <b>ConfigurationWidget</b>(<i>parent = None, fromEric = True, helpBrowserMode = False</i>) 250 <b>ConfigurationWidget</b>(<i>parent = None, fromEric = True, helpBrowserMode = False</i>)
251 <p> 251 <p>
252 &#67;&#111;&#110;&#115;&#116;&#114;&#117;&#99;&#116;&#111;&#114; 252 Constructor
253 </p><dl> 253 </p><dl>
254 <dt><i>parent</i></dt> 254 <dt><i>parent</i></dt>
255 <dd> 255 <dd>
256 &#84;&#104;&#101; &#112;&#97;&#114;&#101;&#110;&#116; w&#105;&#100;&#103;&#101;&#116; &#111;&#102; &#116;&#104;&#105;&#115; &#100;&#105;&#97;&#108;&#111;&#103;. (&#81;&#87;&#105;&#100;&#103;&#101;&#116;) 256 The parent widget of this dialog. (QWidget)
257 </dd><dt><i>fromEric=</i></dt> 257 </dd><dt><i>fromEric=</i></dt>
258 <dd> 258 <dd>
259 &#102;&#108;&#97;&#103; &#105;&#110;&#100;&#105;&#99;&#97;&#116;&#105;&#110;&#103; &#97; &#100;&#105;&#97;&#108;&#111;&#103; &#103;&#101;&#110;&#101;&#114;&#97;&#116;&#105;&#111;&#110; &#102;&#114;&#111;&#109; w&#105;&#116;&#104;&#105;&#110; &#116;&#104;&#101; 259 flag indicating a dialog generation from within the
260 &#101;&#114;&#105;&#99;&#53; &#105;&#100;&#101; (&#98;&#111;&#111;&#108;&#101;&#97;&#110;) 260 eric5 ide (boolean)
261 </dd><dt><i>helpBrowserMode=</i></dt> 261 </dd><dt><i>helpBrowserMode=</i></dt>
262 <dd> 262 <dd>
263 &#102;&#108;&#97;&#103; &#105;&#110;&#100;&#105;&#99;&#97;&#116;&#105;&#110;&#103; &#116;&#111; &#115;&#104;&#111;w &#111;&#110;&#108;y &#104;&#101;&#108;&#112; &#112;&#97;&#103;&#101;&#115; 263 flag indicating to show only help pages
264 &#102;&#111;&#114; &#101;&#110;&#116;&#114;&#105;&#101;&#115; &#114;&#101;&#108;&#97;&#116;&#101;&#100; &#116;&#111; &#116;&#104;&#101; &#104;&#101;&#108;&#112; &#98;&#114;&#111;w&#115;&#101;&#114; (&#98;&#111;&#111;&#108;&#101;&#97;&#110;) 264 for entries related to the help browser (boolean)
265 </dd> 265 </dd>
266 </dl><a NAME="ConfigurationWidget.__importConfigurationPage" ID="ConfigurationWidget.__importConfigurationPage"></a> 266 </dl><a NAME="ConfigurationWidget.__importConfigurationPage" ID="ConfigurationWidget.__importConfigurationPage"></a>
267 <h4>ConfigurationWidget.__importConfigurationPage</h4> 267 <h4>ConfigurationWidget.__importConfigurationPage</h4>
268 <b>__importConfigurationPage</b>(<i>name</i>) 268 <b>__importConfigurationPage</b>(<i>name</i>)
269 <p> 269 <p>
270 &#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#105;&#109;&#112;&#111;&#114;&#116; &#97; &#99;&#111;&#110;&#102;&#105;&#103;&#117;&#114;&#97;&#116;&#105;&#111;&#110; &#112;&#97;&#103;&#101; &#109;&#111;&#100;&#117;&#108;&#101;. 270 Private method to import a configuration page module.
271 </p><dl> 271 </p><dl>
272 <dt><i>name</i></dt> 272 <dt><i>name</i></dt>
273 <dd> 273 <dd>
274 &#110;&#97;&#109;&#101; &#111;&#102; &#116;&#104;&#101; &#99;&#111;&#110;&#102;&#105;&#103;&#117;&#114;&#97;&#116;&#105;&#111;&#110; &#112;&#97;&#103;&#101; &#109;&#111;&#100;&#117;&#108;&#101; (&#115;&#116;&#114;&#105;&#110;&#103;) 274 name of the configuration page module (string)
275 </dd> 275 </dd>
276 </dl><dl> 276 </dl><dl>
277 <dt>Returns:</dt> 277 <dt>Returns:</dt>
278 <dd> 278 <dd>
279 &#114;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101; &#116;&#111; &#116;&#104;&#101; &#99;&#111;&#110;&#102;&#105;&#103;&#117;&#114;&#97;&#116;&#105;&#111;&#110; &#112;&#97;&#103;&#101; &#109;&#111;&#100;&#117;&#108;&#101; 279 reference to the configuration page module
280 </dd> 280 </dd>
281 </dl><a NAME="ConfigurationWidget.__initLexers" ID="ConfigurationWidget.__initLexers"></a> 281 </dl><a NAME="ConfigurationWidget.__initLexers" ID="ConfigurationWidget.__initLexers"></a>
282 <h4>ConfigurationWidget.__initLexers</h4> 282 <h4>ConfigurationWidget.__initLexers</h4>
283 <b>__initLexers</b>(<i></i>) 283 <b>__initLexers</b>(<i></i>)
284 <p> 284 <p>
285 &#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#105;&#110;&#105;&#116;&#105;&#97;&#108;&#105;z&#101; &#116;&#104;&#101; &#100;&#105;&#99;&#116;&#105;&#111;&#110;&#97;&#114;y &#111;&#102; &#112;&#114;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101;&#115; &#108;&#101;x&#101;&#114;&#115;. 285 Private method to initialize the dictionary of preferences lexers.
286 </p><a NAME="ConfigurationWidget.__initPage" ID="ConfigurationWidget.__initPage"></a> 286 </p><a NAME="ConfigurationWidget.__initPage" ID="ConfigurationWidget.__initPage"></a>
287 <h4>ConfigurationWidget.__initPage</h4> 287 <h4>ConfigurationWidget.__initPage</h4>
288 <b>__initPage</b>(<i>pageData</i>) 288 <b>__initPage</b>(<i>pageData</i>)
289 <p> 289 <p>
290 &#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#105;&#110;&#105;&#116;&#105;&#97;&#108;&#105;z&#101; &#97; &#99;&#111;&#110;&#102;&#105;&#103;&#117;&#114;&#97;&#116;&#105;&#111;&#110; &#112;&#97;&#103;&#101;. 290 Private method to initialize a configuration page.
291 </p><dl> 291 </p><dl>
292 <dt><i>pageData</i></dt> 292 <dt><i>pageData</i></dt>
293 <dd> 293 <dd>
294 &#100;&#97;&#116;&#97; &#115;&#116;&#114;&#117;&#99;&#116;&#117;&#114;&#101; &#102;&#111;&#114; &#116;&#104;&#101; &#112;&#97;&#103;&#101; &#116;&#111; &#105;&#110;&#105;&#116;&#105;&#97;&#108;&#105;z&#101; 294 data structure for the page to initialize
295 </dd> 295 </dd>
296 </dl><dl> 296 </dl><dl>
297 <dt>Returns:</dt> 297 <dt>Returns:</dt>
298 <dd> 298 <dd>
299 &#114;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101; &#116;&#111; &#116;&#104;&#101; &#105;&#110;&#105;&#116;&#105;&#97;&#108;&#105;z&#101;&#100; &#112;&#97;&#103;&#101; 299 reference to the initialized page
300 </dd> 300 </dd>
301 </dl><a NAME="ConfigurationWidget.__setupUi" ID="ConfigurationWidget.__setupUi"></a> 301 </dl><a NAME="ConfigurationWidget.__setupUi" ID="ConfigurationWidget.__setupUi"></a>
302 <h4>ConfigurationWidget.__setupUi</h4> 302 <h4>ConfigurationWidget.__setupUi</h4>
303 <b>__setupUi</b>(<i></i>) 303 <b>__setupUi</b>(<i></i>)
304 <p> 304 <p>
305 &#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#112;&#101;&#114;&#102;&#111;&#114;&#109; &#116;&#104;&#101; &#103;&#101;&#110;&#101;&#114;&#97;&#108; &#115;&#101;&#116;&#117;&#112; &#111;&#102; &#116;&#104;&#101; &#99;&#111;&#110;&#102;&#105;&#103;&#117;&#114;&#97;&#116;&#105;&#111;&#110; w&#105;&#100;&#103;&#101;&#116;. 305 Private method to perform the general setup of the configuration widget.
306 </p><a NAME="ConfigurationWidget.__showConfigurationPage" ID="ConfigurationWidget.__showConfigurationPage"></a> 306 </p><a NAME="ConfigurationWidget.__showConfigurationPage" ID="ConfigurationWidget.__showConfigurationPage"></a>
307 <h4>ConfigurationWidget.__showConfigurationPage</h4> 307 <h4>ConfigurationWidget.__showConfigurationPage</h4>
308 <b>__showConfigurationPage</b>(<i>itm, column</i>) 308 <b>__showConfigurationPage</b>(<i>itm, column</i>)
309 <p> 309 <p>
310 &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#115;&#104;&#111;w &#97; &#115;&#101;&#108;&#101;&#99;&#116;&#101;&#100; &#99;&#111;&#110;&#102;&#105;&#103;&#117;&#114;&#97;&#116;&#105;&#111;&#110; &#112;&#97;&#103;&#101;. 310 Private slot to show a selected configuration page.
311 </p><dl> 311 </p><dl>
312 <dt><i>itm</i></dt> 312 <dt><i>itm</i></dt>
313 <dd> 313 <dd>
314 &#114;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101; &#116;&#111; &#116;&#104;&#101; &#115;&#101;&#108;&#101;&#99;&#116;&#101;&#100; &#105;&#116;&#101;&#109; (&#81;&#84;&#114;&#101;&#101;&#87;&#105;&#100;&#103;&#101;&#116;&#73;&#116;&#101;&#109;) 314 reference to the selected item (QTreeWidgetItem)
315 </dd><dt><i>column</i></dt> 315 </dd><dt><i>column</i></dt>
316 <dd> 316 <dd>
317 &#99;&#111;&#108;&#117;&#109;&#110; &#116;&#104;&#97;&#116; w&#97;&#115; &#115;&#101;&#108;&#101;&#99;&#116;&#101;&#100; (&#105;&#110;&#116;&#101;&#103;&#101;&#114;) (&#105;&#103;&#110;&#111;&#114;&#101;&#100;) 317 column that was selected (integer) (ignored)
318 </dd> 318 </dd>
319 </dl><a NAME="ConfigurationWidget.calledFromEric" ID="ConfigurationWidget.calledFromEric"></a> 319 </dl><a NAME="ConfigurationWidget.calledFromEric" ID="ConfigurationWidget.calledFromEric"></a>
320 <h4>ConfigurationWidget.calledFromEric</h4> 320 <h4>ConfigurationWidget.calledFromEric</h4>
321 <b>calledFromEric</b>(<i></i>) 321 <b>calledFromEric</b>(<i></i>)
322 <p> 322 <p>
323 &#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#99;&#104;&#101;&#99;&#107;, &#105;&#102; &#105;&#110;v&#111;&#107;&#101;&#100; &#102;&#114;&#111;&#109; w&#105;&#116;&#104;&#105;&#110; &#101;&#114;&#105;&#99;. 323 Public method to check, if invoked from within eric.
324 </p><dl> 324 </p><dl>
325 <dt>Returns:</dt> 325 <dt>Returns:</dt>
326 <dd> 326 <dd>
327 &#102;&#108;&#97;&#103; &#105;&#110;&#100;&#105;&#99;&#97;&#116;&#105;&#110;&#103; &#105;&#110;v&#111;&#99;&#97;&#116;&#105;&#111;&#110; &#102;&#114;&#111;&#109; w&#105;&#116;&#104;&#105;&#110; &#101;&#114;&#105;&#99; (&#98;&#111;&#111;&#108;&#101;&#97;&#110;) 327 flag indicating invocation from within eric (boolean)
328 </dd> 328 </dd>
329 </dl><a NAME="ConfigurationWidget.getLexers" ID="ConfigurationWidget.getLexers"></a> 329 </dl><a NAME="ConfigurationWidget.getLexers" ID="ConfigurationWidget.getLexers"></a>
330 <h4>ConfigurationWidget.getLexers</h4> 330 <h4>ConfigurationWidget.getLexers</h4>
331 <b>getLexers</b>(<i></i>) 331 <b>getLexers</b>(<i></i>)
332 <p> 332 <p>
333 &#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#103;&#101;&#116; &#97; &#114;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101; &#116;&#111; &#116;&#104;&#101; &#108;&#101;x&#101;&#114;&#115; &#100;&#105;&#99;&#116;&#105;&#111;&#110;&#97;&#114;y. 333 Public method to get a reference to the lexers dictionary.
334 </p><dl> 334 </p><dl>
335 <dt>Returns:</dt> 335 <dt>Returns:</dt>
336 <dd> 336 <dd>
337 &#114;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101; &#116;&#111; &#116;&#104;&#101; &#108;&#101;x&#101;&#114;&#115; &#100;&#105;&#99;&#116;&#105;&#111;&#110;&#97;&#114;y 337 reference to the lexers dictionary
338 </dd> 338 </dd>
339 </dl><a NAME="ConfigurationWidget.getPage" ID="ConfigurationWidget.getPage"></a> 339 </dl><a NAME="ConfigurationWidget.getPage" ID="ConfigurationWidget.getPage"></a>
340 <h4>ConfigurationWidget.getPage</h4> 340 <h4>ConfigurationWidget.getPage</h4>
341 <b>getPage</b>(<i>pageName</i>) 341 <b>getPage</b>(<i>pageName</i>)
342 <p> 342 <p>
343 &#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#103;&#101;&#116; &#97; &#114;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101; &#116;&#111; &#116;&#104;&#101; &#110;&#97;&#109;&#101;&#100; &#112;&#97;&#103;&#101;. 343 Public method to get a reference to the named page.
344 </p><dl> 344 </p><dl>
345 <dt><i>pageName</i></dt> 345 <dt><i>pageName</i></dt>
346 <dd> 346 <dd>
347 &#110;&#97;&#109;&#101; &#111;&#102; &#116;&#104;&#101; &#99;&#111;&#110;&#102;&#105;&#103;&#117;&#114;&#97;&#116;&#105;&#111;&#110; &#112;&#97;&#103;&#101; (&#115;&#116;&#114;&#105;&#110;&#103;) 347 name of the configuration page (string)
348 </dd> 348 </dd>
349 </dl><dl> 349 </dl><dl>
350 <dt>Returns:</dt> 350 <dt>Returns:</dt>
351 <dd> 351 <dd>
352 &#114;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101; &#116;&#111; &#116;&#104;&#101; &#112;&#97;&#103;&#101; &#111;&#114; &#78;&#111;&#110;&#101;, &#105;&#110;&#100;&#105;&#99;&#97;&#116;&#105;&#110;&#103; &#112;&#97;&#103;&#101; w&#97;&#115; 352 reference to the page or None, indicating page was
353 &#110;&#111;&#116; &#108;&#111;&#97;&#100;&#101;&#100; y&#101;&#116; 353 not loaded yet
354 </dd> 354 </dd>
355 </dl><a NAME="ConfigurationWidget.on_applyButton_clicked" ID="ConfigurationWidget.on_applyButton_clicked"></a> 355 </dl><a NAME="ConfigurationWidget.on_applyButton_clicked" ID="ConfigurationWidget.on_applyButton_clicked"></a>
356 <h4>ConfigurationWidget.on_applyButton_clicked</h4> 356 <h4>ConfigurationWidget.on_applyButton_clicked</h4>
357 <b>on_applyButton_clicked</b>(<i></i>) 357 <b>on_applyButton_clicked</b>(<i></i>)
358 <p> 358 <p>
359 &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#99;&#97;&#108;&#108;&#101;&#100; &#116;&#111; &#97;&#112;&#112;&#108;y &#116;&#104;&#101; &#115;&#101;&#116;&#116;&#105;&#110;&#103;&#115; &#111;&#102; &#116;&#104;&#101; &#99;&#117;&#114;&#114;&#101;&#110;&#116; &#112;&#97;&#103;&#101;. 359 Private slot called to apply the settings of the current page.
360 </p><a NAME="ConfigurationWidget.on_buttonBox_clicked" ID="ConfigurationWidget.on_buttonBox_clicked"></a> 360 </p><a NAME="ConfigurationWidget.on_buttonBox_clicked" ID="ConfigurationWidget.on_buttonBox_clicked"></a>
361 <h4>ConfigurationWidget.on_buttonBox_clicked</h4> 361 <h4>ConfigurationWidget.on_buttonBox_clicked</h4>
362 <b>on_buttonBox_clicked</b>(<i>button</i>) 362 <b>on_buttonBox_clicked</b>(<i>button</i>)
363 <p> 363 <p>
364 &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#99;&#97;&#108;&#108;&#101;&#100; &#98;y &#97; &#98;&#117;&#116;&#116;&#111;&#110; &#111;&#102; &#116;&#104;&#101; &#98;&#117;&#116;&#116;&#111;&#110; &#98;&#111;x &#99;&#108;&#105;&#99;&#107;&#101;&#100;. 364 Private slot called by a button of the button box clicked.
365 </p><dl> 365 </p><dl>
366 <dt><i>button</i></dt> 366 <dt><i>button</i></dt>
367 <dd> 367 <dd>
368 &#98;&#117;&#116;&#116;&#111;&#110; &#116;&#104;&#97;&#116; w&#97;&#115; &#99;&#108;&#105;&#99;&#107;&#101;&#100; (&#81;&#65;&#98;&#115;&#116;&#114;&#97;&#99;&#116;&#66;&#117;&#116;&#116;&#111;&#110;) 368 button that was clicked (QAbstractButton)
369 </dd> 369 </dd>
370 </dl><a NAME="ConfigurationWidget.on_resetButton_clicked" ID="ConfigurationWidget.on_resetButton_clicked"></a> 370 </dl><a NAME="ConfigurationWidget.on_resetButton_clicked" ID="ConfigurationWidget.on_resetButton_clicked"></a>
371 <h4>ConfigurationWidget.on_resetButton_clicked</h4> 371 <h4>ConfigurationWidget.on_resetButton_clicked</h4>
372 <b>on_resetButton_clicked</b>(<i></i>) 372 <b>on_resetButton_clicked</b>(<i></i>)
373 <p> 373 <p>
374 &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#99;&#97;&#108;&#108;&#101;&#100; &#116;&#111; &#114;&#101;&#115;&#101;&#116; &#116;&#104;&#101; &#115;&#101;&#116;&#116;&#105;&#110;&#103;&#115; &#111;&#102; &#116;&#104;&#101; &#99;&#117;&#114;&#114;&#101;&#110;&#116; &#112;&#97;&#103;&#101;. 374 Private slot called to reset the settings of the current page.
375 </p><a NAME="ConfigurationWidget.setPreferences" ID="ConfigurationWidget.setPreferences"></a> 375 </p><a NAME="ConfigurationWidget.setPreferences" ID="ConfigurationWidget.setPreferences"></a>
376 <h4>ConfigurationWidget.setPreferences</h4> 376 <h4>ConfigurationWidget.setPreferences</h4>
377 <b>setPreferences</b>(<i></i>) 377 <b>setPreferences</b>(<i></i>)
378 <p> 378 <p>
379 &#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#99;&#97;&#108;&#108;&#101;&#100; &#116;&#111; &#115;&#116;&#111;&#114;&#101; &#116;&#104;&#101; &#115;&#101;&#108;&#101;&#99;&#116;&#101;&#100; v&#97;&#108;&#117;&#101;&#115; &#105;&#110;&#116;&#111; &#116;&#104;&#101; &#112;&#114;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101;&#115; &#115;&#116;&#111;&#114;&#97;&#103;&#101;. 379 Public method called to store the selected values into the preferences storage.
380 </p><a NAME="ConfigurationWidget.showConfigurationPageByName" ID="ConfigurationWidget.showConfigurationPageByName"></a> 380 </p><a NAME="ConfigurationWidget.showConfigurationPageByName" ID="ConfigurationWidget.showConfigurationPageByName"></a>
381 <h4>ConfigurationWidget.showConfigurationPageByName</h4> 381 <h4>ConfigurationWidget.showConfigurationPageByName</h4>
382 <b>showConfigurationPageByName</b>(<i>pageName</i>) 382 <b>showConfigurationPageByName</b>(<i>pageName</i>)
383 <p> 383 <p>
384 &#80;&#117;&#98;&#108;&#105;&#99; &#115;&#108;&#111;&#116; &#116;&#111; &#115;&#104;&#111;w &#97; &#110;&#97;&#109;&#101;&#100; &#99;&#111;&#110;&#102;&#105;&#103;&#117;&#114;&#97;&#116;&#105;&#111;&#110; &#112;&#97;&#103;&#101;. 384 Public slot to show a named configuration page.
385 </p><dl> 385 </p><dl>
386 <dt><i>pageName</i></dt> 386 <dt><i>pageName</i></dt>
387 <dd> 387 <dd>
388 &#110;&#97;&#109;&#101; &#111;&#102; &#116;&#104;&#101; &#99;&#111;&#110;&#102;&#105;&#103;&#117;&#114;&#97;&#116;&#105;&#111;&#110; &#112;&#97;&#103;&#101; &#116;&#111; &#115;&#104;&#111;w (&#115;&#116;&#114;&#105;&#110;&#103;) 388 name of the configuration page to show (string)
389 </dd> 389 </dd>
390 </dl> 390 </dl>
391 <div align="right"><a href="#top">Up</a></div> 391 <div align="right"><a href="#top">Up</a></div>
392 <hr /><hr /> 392 <hr /><hr />
393 <a NAME="ConfigurationWindow" ID="ConfigurationWindow"></a> 393 <a NAME="ConfigurationWindow" ID="ConfigurationWindow"></a>
394 <h2>ConfigurationWindow</h2> 394 <h2>ConfigurationWindow</h2>
395 <p> 395 <p>
396 &#77;&#97;&#105;&#110; w&#105;&#110;&#100;&#111;w &#99;&#108;&#97;&#115;&#115; &#102;&#111;&#114; &#116;&#104;&#101; &#115;&#116;&#97;&#110;&#100;&#97;&#108;&#111;&#110;&#101; &#100;&#105;&#97;&#108;&#111;&#103;. 396 Main window class for the standalone dialog.
397 </p> 397 </p>
398 <h3>Derived from</h3> 398 <h3>Derived from</h3>
399 QMainWindow 399 QMainWindow
400 <h3>Class Attributes</h3> 400 <h3>Class Attributes</h3>
401 <table> 401 <table>
403 </table> 403 </table>
404 <h3>Methods</h3> 404 <h3>Methods</h3>
405 <table> 405 <table>
406 <tr> 406 <tr>
407 <td><a href="#ConfigurationWindow.__init__">ConfigurationWindow</a></td> 407 <td><a href="#ConfigurationWindow.__init__">ConfigurationWindow</a></td>
408 <td>&#67;&#111;&#110;&#115;&#116;&#114;&#117;&#99;&#116;&#111;&#114;</td> 408 <td>Constructor</td>
409 </tr><tr> 409 </tr><tr>
410 <td><a href="#ConfigurationWindow.accept">accept</a></td> 410 <td><a href="#ConfigurationWindow.accept">accept</a></td>
411 <td>&#80;&#114;&#111;&#116;&#101;&#99;&#116;&#101;&#100; &#115;&#108;&#111;&#116; &#99;&#97;&#108;&#108;&#101;&#100; &#98;y &#116;&#104;&#101; &#79;&#107; &#98;&#117;&#116;&#116;&#111;&#110;.</td> 411 <td>Protected slot called by the Ok button.</td>
412 </tr><tr> 412 </tr><tr>
413 <td><a href="#ConfigurationWindow.showConfigurationPageByName">showConfigurationPageByName</a></td> 413 <td><a href="#ConfigurationWindow.showConfigurationPageByName">showConfigurationPageByName</a></td>
414 <td>&#80;&#117;&#98;&#108;&#105;&#99; &#115;&#108;&#111;&#116; &#116;&#111; &#115;&#104;&#111;w &#97; &#110;&#97;&#109;&#101;&#100; &#99;&#111;&#110;&#102;&#105;&#103;&#117;&#114;&#97;&#116;&#105;&#111;&#110; &#112;&#97;&#103;&#101;.</td> 414 <td>Public slot to show a named configuration page.</td>
415 </tr> 415 </tr>
416 </table> 416 </table>
417 <a NAME="ConfigurationWindow.__init__" ID="ConfigurationWindow.__init__"></a> 417 <a NAME="ConfigurationWindow.__init__" ID="ConfigurationWindow.__init__"></a>
418 <h4>ConfigurationWindow (Constructor)</h4> 418 <h4>ConfigurationWindow (Constructor)</h4>
419 <b>ConfigurationWindow</b>(<i>parent = None</i>) 419 <b>ConfigurationWindow</b>(<i>parent = None</i>)
420 <p> 420 <p>
421 &#67;&#111;&#110;&#115;&#116;&#114;&#117;&#99;&#116;&#111;&#114; 421 Constructor
422 </p><dl> 422 </p><dl>
423 <dt><i>parent</i></dt> 423 <dt><i>parent</i></dt>
424 <dd> 424 <dd>
425 &#114;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101; &#116;&#111; &#116;&#104;&#101; &#112;&#97;&#114;&#101;&#110;&#116; w&#105;&#100;&#103;&#101;&#116; (&#81;&#87;&#105;&#100;&#103;&#101;&#116;) 425 reference to the parent widget (QWidget)
426 </dd> 426 </dd>
427 </dl><a NAME="ConfigurationWindow.accept" ID="ConfigurationWindow.accept"></a> 427 </dl><a NAME="ConfigurationWindow.accept" ID="ConfigurationWindow.accept"></a>
428 <h4>ConfigurationWindow.accept</h4> 428 <h4>ConfigurationWindow.accept</h4>
429 <b>accept</b>(<i></i>) 429 <b>accept</b>(<i></i>)
430 <p> 430 <p>
431 &#80;&#114;&#111;&#116;&#101;&#99;&#116;&#101;&#100; &#115;&#108;&#111;&#116; &#99;&#97;&#108;&#108;&#101;&#100; &#98;y &#116;&#104;&#101; &#79;&#107; &#98;&#117;&#116;&#116;&#111;&#110;. 431 Protected slot called by the Ok button.
432 </p><a NAME="ConfigurationWindow.showConfigurationPageByName" ID="ConfigurationWindow.showConfigurationPageByName"></a> 432 </p><a NAME="ConfigurationWindow.showConfigurationPageByName" ID="ConfigurationWindow.showConfigurationPageByName"></a>
433 <h4>ConfigurationWindow.showConfigurationPageByName</h4> 433 <h4>ConfigurationWindow.showConfigurationPageByName</h4>
434 <b>showConfigurationPageByName</b>(<i>pageName</i>) 434 <b>showConfigurationPageByName</b>(<i>pageName</i>)
435 <p> 435 <p>
436 &#80;&#117;&#98;&#108;&#105;&#99; &#115;&#108;&#111;&#116; &#116;&#111; &#115;&#104;&#111;w &#97; &#110;&#97;&#109;&#101;&#100; &#99;&#111;&#110;&#102;&#105;&#103;&#117;&#114;&#97;&#116;&#105;&#111;&#110; &#112;&#97;&#103;&#101;. 436 Public slot to show a named configuration page.
437 </p><dl> 437 </p><dl>
438 <dt><i>pageName</i></dt> 438 <dt><i>pageName</i></dt>
439 <dd> 439 <dd>
440 &#110;&#97;&#109;&#101; &#111;&#102; &#116;&#104;&#101; &#99;&#111;&#110;&#102;&#105;&#103;&#117;&#114;&#97;&#116;&#105;&#111;&#110; &#112;&#97;&#103;&#101; &#116;&#111; &#115;&#104;&#111;w (&#115;&#116;&#114;&#105;&#110;&#103;) 440 name of the configuration page to show (string)
441 </dd> 441 </dd>
442 </dl> 442 </dl>
443 <div align="right"><a href="#top">Up</a></div> 443 <div align="right"><a href="#top">Up</a></div>
444 <hr /> 444 <hr />
445 </body></html> 445 </body></html>

eric ide

mercurial