61 <tr> |
61 <tr> |
62 <td><a href="#EditorStylesPage.__init__">EditorStylesPage</a></td> |
62 <td><a href="#EditorStylesPage.__init__">EditorStylesPage</a></td> |
63 <td>Constructor</td> |
63 <td>Constructor</td> |
64 </tr> |
64 </tr> |
65 <tr> |
65 <tr> |
|
66 <td><a href="#EditorStylesPage.__setSampleStyleSheet">__setSampleStyleSheet</a></td> |
|
67 <td>Private method to colorize a sample with given foreground and background colors.</td> |
|
68 </tr> |
|
69 <tr> |
66 <td><a href="#EditorStylesPage.on_annotationsErrorBgButton_clicked">on_annotationsErrorBgButton_clicked</a></td> |
70 <td><a href="#EditorStylesPage.on_annotationsErrorBgButton_clicked">on_annotationsErrorBgButton_clicked</a></td> |
67 <td>Private slot to set the background colour of the error annotations.</td> |
71 <td>Private slot to set the background colour of the error annotations.</td> |
68 </tr> |
72 </tr> |
69 <tr> |
73 <tr> |
70 <td><a href="#EditorStylesPage.on_annotationsErrorFgButton_clicked">on_annotationsErrorFgButton_clicked</a></td> |
74 <td><a href="#EditorStylesPage.on_annotationsErrorFgButton_clicked">on_annotationsErrorFgButton_clicked</a></td> |
118 <b>EditorStylesPage</b>(<i></i>) |
122 <b>EditorStylesPage</b>(<i></i>) |
119 |
123 |
120 <p> |
124 <p> |
121 Constructor |
125 Constructor |
122 </p> |
126 </p> |
|
127 <a NAME="EditorStylesPage.__setSampleStyleSheet" ID="EditorStylesPage.__setSampleStyleSheet"></a> |
|
128 <h4>EditorStylesPage.__setSampleStyleSheet</h4> |
|
129 <b>__setSampleStyleSheet</b>(<i>sampleLineEdit, color, background</i>) |
|
130 |
|
131 <p> |
|
132 Private method to colorize a sample with given foreground and |
|
133 background colors. |
|
134 </p> |
|
135 <dl> |
|
136 |
|
137 <dt><i>sampleLineEdit</i> (QLineEdit)</dt> |
|
138 <dd> |
|
139 line edit element to be colorized |
|
140 </dd> |
|
141 <dt><i>color</i> (QColor)</dt> |
|
142 <dd> |
|
143 text color to be shown |
|
144 </dd> |
|
145 <dt><i>background</i> (QColor)</dt> |
|
146 <dd> |
|
147 background color to be shown |
|
148 </dd> |
|
149 </dl> |
123 <a NAME="EditorStylesPage.on_annotationsErrorBgButton_clicked" ID="EditorStylesPage.on_annotationsErrorBgButton_clicked"></a> |
150 <a NAME="EditorStylesPage.on_annotationsErrorBgButton_clicked" ID="EditorStylesPage.on_annotationsErrorBgButton_clicked"></a> |
124 <h4>EditorStylesPage.on_annotationsErrorBgButton_clicked</h4> |
151 <h4>EditorStylesPage.on_annotationsErrorBgButton_clicked</h4> |
125 <b>on_annotationsErrorBgButton_clicked</b>(<i></i>) |
152 <b>on_annotationsErrorBgButton_clicked</b>(<i></i>) |
126 |
153 |
127 <p> |
154 <p> |