src/eric7/WebBrowser/SpeedDial/SpeedDial.py

branch
eric7
changeset 9684
8ddb4ddb72f2
parent 9678
32ddecc54baf
child 10436
f6881d10e995
equal deleted inserted replaced
9683:5c7cf7704fd0 9684:8ddb4ddb72f2
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 """

eric ide

mercurial