194 allPages = ( |
194 allPages = ( |
195 'url:"https://eric-ide.python-projects.org/"|' |
195 'url:"https://eric-ide.python-projects.org/"|' |
196 'title:"Eric Web Site";' |
196 'title:"Eric Web Site";' |
197 'url:"https://www.riverbankcomputing.com/"|' |
197 'url:"https://www.riverbankcomputing.com/"|' |
198 'title:"PyQt Web Site";' |
198 'title:"PyQt Web Site";' |
199 'url:"http://www.qt.io/"|title:"Qt Web Site";' |
199 'url:"https://www.qt.io/"|title:"Qt Web Site";' |
200 'url:"http://blog.qt.io/"|title:"Qt Blog";' |
200 'url:"https://blog.qt.io/"|title:"Qt Blog";' |
201 'url:"https://www.python.org"|' |
201 'url:"https://www.python.org"|' |
202 'title:"Python Language Website";' |
202 'title:"Python Language Website";' |
203 'url:"http://www.google.com"|title:"Google";' |
203 'url:"https://www.google.com"|title:"Google";' |
204 ) |
204 ) |
205 self.changed(allPages) |
205 self.changed(allPages) |
206 |
206 |
207 def save(self): |
207 def save(self): |
208 """ |
208 """ |