I tried the plugin builder it kept giving me errors, Can someone make a plugin 
with the following code?
from PyQt4.QtCore import *
timer = QTimer()
timer.setInterval(45000)
QObject.connect(timer, SIGNAL("timeout()"),
qgis.utils.iface.mapCanvas().refresh)
timer.start()

                                          
_______________________________________________
Qgis-user mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/qgis-user

Reply via email to