<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://techbase.kde.org/skins/common/feed.css?0.2"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://techbase.kde.org/index.php?title=Development/Tutorials/Plasma/JavaScript/API-Timers&amp;feed=atom&amp;action=history</id>
		<title>Development/Tutorials/Plasma/JavaScript/API-Timers - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://techbase.kde.org/index.php?title=Development/Tutorials/Plasma/JavaScript/API-Timers&amp;feed=atom&amp;action=history"/>
		<link rel="alternate" type="text/html" href="http://techbase.kde.org/index.php?title=Development/Tutorials/Plasma/JavaScript/API-Timers&amp;action=history"/>
		<updated>2013-06-19T11:13:12Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.20.2</generator>

	<entry>
		<id>http://techbase.kde.org/index.php?title=Development/Tutorials/Plasma/JavaScript/API-Timers&amp;diff=59207&amp;oldid=prev</id>
		<title>Aseigo: Created page with '= QTimer =  Read-write properties: * ''boolean'' '''active''': true if active, false if not * ''boolean'' '''singleShot''': true if the timer will fire once when started, false i...'</title>
		<link rel="alternate" type="text/html" href="http://techbase.kde.org/index.php?title=Development/Tutorials/Plasma/JavaScript/API-Timers&amp;diff=59207&amp;oldid=prev"/>
				<updated>2011-06-24T12:10:00Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;#039;= QTimer =  Read-write properties: * &amp;#039;&amp;#039;boolean&amp;#039;&amp;#039; &amp;#039;&amp;#039;&amp;#039;active&amp;#039;&amp;#039;&amp;#039;: true if active, false if not * &amp;#039;&amp;#039;boolean&amp;#039;&amp;#039; &amp;#039;&amp;#039;&amp;#039;singleShot&amp;#039;&amp;#039;&amp;#039;: true if the timer will fire once when started, false i...&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= QTimer =&lt;br /&gt;
&lt;br /&gt;
Read-write properties:&lt;br /&gt;
* ''boolean'' '''active''': true if active, false if not&lt;br /&gt;
* ''boolean'' '''singleShot''': true if the timer will fire once when started, false if it will fire repeatedly until stopped&lt;br /&gt;
* ''boolean'' '''interval''': the interval in milliseconds that the timer will trigger&lt;br /&gt;
&lt;br /&gt;
Functions:&lt;br /&gt;
* '''start(int msec)''': starts the timer with msec as the interval&lt;br /&gt;
* '''start()''': starts the timer with the default interval&lt;br /&gt;
* '''stop()''': stops the timer&lt;br /&gt;
&lt;br /&gt;
Signals:&lt;br /&gt;
* '''timeout()''': this signal is emitted whenever the timer interval is reached&lt;/div&gt;</summary>
		<author><name>Aseigo</name></author>	</entry>

	</feed>