eric6/Documentation/Source/eric6.WebBrowser.Sync.SyncCheckPage.html

changeset 7273
391d6b7b1eff
parent 6942
2602857055c5
child 7515
2d26ec7a563c
equal deleted inserted replaced
7272:1779dc278077 7273:391d6b7b1eff
16 16
17 a { color: #BA6D36; } 17 a { color: #BA6D36; }
18 18
19 </style> 19 </style>
20 </head> 20 </head>
21 <body><a NAME="top" ID="top"></a> 21 <body>
22 <a NAME="top" ID="top"></a>
22 <h1>eric6.WebBrowser.Sync.SyncCheckPage</h1> 23 <h1>eric6.WebBrowser.Sync.SyncCheckPage</h1>
24
23 <p> 25 <p>
24 Module implementing the synchronization status wizard page. 26 Module implementing the synchronization status wizard page.
25 </p> 27 </p>
26 <h3>Global Attributes</h3> 28 <h3>Global Attributes</h3>
29
27 <table> 30 <table>
28 <tr><td>None</td></tr> 31 <tr><td>None</td></tr>
29 </table> 32 </table>
30 <h3>Classes</h3> 33 <h3>Classes</h3>
34
31 <table> 35 <table>
36
32 <tr> 37 <tr>
33 <td><a href="#SyncCheckPage">SyncCheckPage</a></td> 38 <td><a href="#SyncCheckPage">SyncCheckPage</a></td>
34 <td>Class implementing the synchronization status wizard page.</td> 39 <td>Class implementing the synchronization status wizard page.</td>
35 </tr> 40 </tr>
36 </table> 41 </table>
37 <h3>Functions</h3> 42 <h3>Functions</h3>
43
38 <table> 44 <table>
39 <tr><td>None</td></tr> 45 <tr><td>None</td></tr>
40 </table> 46 </table>
41 <hr /><hr /> 47 <hr />
48 <hr />
42 <a NAME="SyncCheckPage" ID="SyncCheckPage"></a> 49 <a NAME="SyncCheckPage" ID="SyncCheckPage"></a>
43 <h2>SyncCheckPage</h2> 50 <h2>SyncCheckPage</h2>
51
44 <p> 52 <p>
45 Class implementing the synchronization status wizard page. 53 Class implementing the synchronization status wizard page.
46 </p> 54 </p>
47 <h3>Derived from</h3> 55 <h3>Derived from</h3>
48 QWizardPage, Ui_SyncCheckPage 56 QWizardPage, Ui_SyncCheckPage
49 <h3>Class Attributes</h3> 57 <h3>Class Attributes</h3>
58
50 <table> 59 <table>
51 <tr><td>None</td></tr> 60 <tr><td>None</td></tr>
52 </table> 61 </table>
53 <h3>Class Methods</h3> 62 <h3>Class Methods</h3>
63
54 <table> 64 <table>
55 <tr><td>None</td></tr> 65 <tr><td>None</td></tr>
56 </table> 66 </table>
57 <h3>Methods</h3> 67 <h3>Methods</h3>
68
58 <table> 69 <table>
70
59 <tr> 71 <tr>
60 <td><a href="#SyncCheckPage.__init__">SyncCheckPage</a></td> 72 <td><a href="#SyncCheckPage.__init__">SyncCheckPage</a></td>
61 <td>Constructor</td> 73 <td>Constructor</td>
62 </tr><tr> 74 </tr>
75 <tr>
63 <td><a href="#SyncCheckPage.__makeAnimatedLabel">__makeAnimatedLabel</a></td> 76 <td><a href="#SyncCheckPage.__makeAnimatedLabel">__makeAnimatedLabel</a></td>
64 <td>Private slot to create an animated label.</td> 77 <td>Private slot to create an animated label.</td>
65 </tr><tr> 78 </tr>
79 <tr>
66 <td><a href="#SyncCheckPage.__syncError">__syncError</a></td> 80 <td><a href="#SyncCheckPage.__syncError">__syncError</a></td>
67 <td>Private slot to handle general synchronization issues.</td> 81 <td>Private slot to handle general synchronization issues.</td>
68 </tr><tr> 82 </tr>
83 <tr>
69 <td><a href="#SyncCheckPage.__updateLabels">__updateLabels</a></td> 84 <td><a href="#SyncCheckPage.__updateLabels">__updateLabels</a></td>
70 <td>Private slot to handle a finished synchronization event.</td> 85 <td>Private slot to handle a finished synchronization event.</td>
71 </tr><tr> 86 </tr>
87 <tr>
72 <td><a href="#SyncCheckPage.__updateMessages">__updateMessages</a></td> 88 <td><a href="#SyncCheckPage.__updateMessages">__updateMessages</a></td>
73 <td>Private slot to update the synchronization status info.</td> 89 <td>Private slot to update the synchronization status info.</td>
74 </tr><tr> 90 </tr>
91 <tr>
75 <td><a href="#SyncCheckPage.initializePage">initializePage</a></td> 92 <td><a href="#SyncCheckPage.initializePage">initializePage</a></td>
76 <td>Public method to initialize the page.</td> 93 <td>Public method to initialize the page.</td>
77 </tr> 94 </tr>
78 </table> 95 </table>
79 <h3>Static Methods</h3> 96 <h3>Static Methods</h3>
97
80 <table> 98 <table>
81 <tr><td>None</td></tr> 99 <tr><td>None</td></tr>
82 </table> 100 </table>
101
83 <a NAME="SyncCheckPage.__init__" ID="SyncCheckPage.__init__"></a> 102 <a NAME="SyncCheckPage.__init__" ID="SyncCheckPage.__init__"></a>
84 <h4>SyncCheckPage (Constructor)</h4> 103 <h4>SyncCheckPage (Constructor)</h4>
85 <b>SyncCheckPage</b>(<i>parent=None</i>) 104 <b>SyncCheckPage</b>(<i>parent=None</i>)
105
86 <p> 106 <p>
87 Constructor 107 Constructor
88 </p><dl> 108 </p>
109 <dl>
110
89 <dt><i>parent</i></dt> 111 <dt><i>parent</i></dt>
90 <dd> 112 <dd>
91 reference to the parent widget (QWidget) 113 reference to the parent widget (QWidget)
92 </dd> 114 </dd>
93 </dl><a NAME="SyncCheckPage.__makeAnimatedLabel" ID="SyncCheckPage.__makeAnimatedLabel"></a> 115 </dl>
116 <a NAME="SyncCheckPage.__makeAnimatedLabel" ID="SyncCheckPage.__makeAnimatedLabel"></a>
94 <h4>SyncCheckPage.__makeAnimatedLabel</h4> 117 <h4>SyncCheckPage.__makeAnimatedLabel</h4>
95 <b>__makeAnimatedLabel</b>(<i>fileName, label</i>) 118 <b>__makeAnimatedLabel</b>(<i>fileName, label</i>)
119
96 <p> 120 <p>
97 Private slot to create an animated label. 121 Private slot to create an animated label.
98 </p><dl> 122 </p>
123 <dl>
124
99 <dt><i>fileName</i></dt> 125 <dt><i>fileName</i></dt>
100 <dd> 126 <dd>
101 name of the file containing the animation (string) 127 name of the file containing the animation (string)
102 </dd><dt><i>label</i></dt> 128 </dd>
129 <dt><i>label</i></dt>
103 <dd> 130 <dd>
104 reference to the label to be animated (QLabel) 131 reference to the label to be animated (QLabel)
105 </dd> 132 </dd>
106 </dl><a NAME="SyncCheckPage.__syncError" ID="SyncCheckPage.__syncError"></a> 133 </dl>
134 <a NAME="SyncCheckPage.__syncError" ID="SyncCheckPage.__syncError"></a>
107 <h4>SyncCheckPage.__syncError</h4> 135 <h4>SyncCheckPage.__syncError</h4>
108 <b>__syncError</b>(<i>message</i>) 136 <b>__syncError</b>(<i>message</i>)
137
109 <p> 138 <p>
110 Private slot to handle general synchronization issues. 139 Private slot to handle general synchronization issues.
111 </p><dl> 140 </p>
141 <dl>
142
112 <dt><i>message</i></dt> 143 <dt><i>message</i></dt>
113 <dd> 144 <dd>
114 error message (string) 145 error message (string)
115 </dd> 146 </dd>
116 </dl><a NAME="SyncCheckPage.__updateLabels" ID="SyncCheckPage.__updateLabels"></a> 147 </dl>
148 <a NAME="SyncCheckPage.__updateLabels" ID="SyncCheckPage.__updateLabels"></a>
117 <h4>SyncCheckPage.__updateLabels</h4> 149 <h4>SyncCheckPage.__updateLabels</h4>
118 <b>__updateLabels</b>(<i>type_, status, download</i>) 150 <b>__updateLabels</b>(<i>type_, status, download</i>)
151
119 <p> 152 <p>
120 Private slot to handle a finished synchronization event. 153 Private slot to handle a finished synchronization event.
121 </p><dl> 154 </p>
155 <dl>
156
122 <dt><i>type_</i></dt> 157 <dt><i>type_</i></dt>
123 <dd> 158 <dd>
124 type of the synchronization event (string one 159 type of the synchronization event (string one
125 of "bookmarks", "history", "passwords", "useragents" or 160 of "bookmarks", "history", "passwords", "useragents" or
126 "speeddial") 161 "speeddial")
127 </dd><dt><i>status</i></dt> 162 </dd>
163 <dt><i>status</i></dt>
128 <dd> 164 <dd>
129 flag indicating success (boolean) 165 flag indicating success (boolean)
130 </dd><dt><i>download</i></dt> 166 </dd>
167 <dt><i>download</i></dt>
131 <dd> 168 <dd>
132 flag indicating a download of a file (boolean) 169 flag indicating a download of a file (boolean)
133 </dd> 170 </dd>
134 </dl><a NAME="SyncCheckPage.__updateMessages" ID="SyncCheckPage.__updateMessages"></a> 171 </dl>
172 <a NAME="SyncCheckPage.__updateMessages" ID="SyncCheckPage.__updateMessages"></a>
135 <h4>SyncCheckPage.__updateMessages</h4> 173 <h4>SyncCheckPage.__updateMessages</h4>
136 <b>__updateMessages</b>(<i>type_, msg</i>) 174 <b>__updateMessages</b>(<i>type_, msg</i>)
175
137 <p> 176 <p>
138 Private slot to update the synchronization status info. 177 Private slot to update the synchronization status info.
139 </p><dl> 178 </p>
179 <dl>
180
140 <dt><i>type_</i></dt> 181 <dt><i>type_</i></dt>
141 <dd> 182 <dd>
142 type of synchronization data (string) 183 type of synchronization data (string)
143 </dd><dt><i>msg</i></dt> 184 </dd>
185 <dt><i>msg</i></dt>
144 <dd> 186 <dd>
145 synchronization message (string) 187 synchronization message (string)
146 </dd> 188 </dd>
147 </dl><a NAME="SyncCheckPage.initializePage" ID="SyncCheckPage.initializePage"></a> 189 </dl>
190 <a NAME="SyncCheckPage.initializePage" ID="SyncCheckPage.initializePage"></a>
148 <h4>SyncCheckPage.initializePage</h4> 191 <h4>SyncCheckPage.initializePage</h4>
149 <b>initializePage</b>(<i></i>) 192 <b>initializePage</b>(<i></i>)
193
150 <p> 194 <p>
151 Public method to initialize the page. 195 Public method to initialize the page.
152 </p> 196 </p>
153 <div align="right"><a href="#top">Up</a></div> 197 <div align="right"><a href="#top">Up</a></div>
154 <hr /> 198 <hr />

eric ide

mercurial