Helpviewer/SpeedDial/SpeedDial.py

branch
5_5_x
changeset 3872
f6c8fa48a703
parent 3796
242c02148f00
equal deleted inserted replaced
3869:e5e8a5a6714c 3872:f6c8fa48a703
191 else: 191 else:
192 allPages = \ 192 allPages = \
193 'url:"http://eric-ide.python-projects.org/"|'\ 193 'url:"http://eric-ide.python-projects.org/"|'\
194 'title:"Eric Web Site";'\ 194 'title:"Eric Web Site";'\
195 'url:"http://www.riverbankcomputing.com/"|'\ 195 'url:"http://www.riverbankcomputing.com/"|'\
196 'title:"PyQt4 Web Site";'\ 196 'title:"PyQt Web Site";'\
197 'url:"http://qt.digia.com/"|title:"Qt Web Site";'\ 197 'url:"http://www.qt.io/"|title:"Qt Web Site";'\
198 'url:"http://blog.qt.digia.com/"|title:"Qt Blog";'\ 198 'url:"http://blog.qt.digia.com/"|title:"Qt Blog";'\
199 'url:"http://www.python.org"|title:"Python Language Website";'\ 199 'url:"http://www.python.org"|title:"Python Language Website";'\
200 'url:"http://www.google.com"|title:"Google";' 200 'url:"http://www.google.com"|title:"Google";'
201 self.changed(allPages) 201 self.changed(allPages)
202 202

eric ide

mercurial