<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.linuxmce.org/index.php?action=history&amp;feed=atom&amp;title=Talk%3ATimeCodeManager</id>
	<title>Talk:TimeCodeManager - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.linuxmce.org/index.php?action=history&amp;feed=atom&amp;title=Talk%3ATimeCodeManager"/>
	<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Talk:TimeCodeManager&amp;action=history"/>
	<updated>2026-07-21T22:58:37Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Talk:TimeCodeManager&amp;diff=32501&amp;oldid=prev</id>
		<title>Marie.o: a small qml file detailing how one could include the timecode into a qml file.</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Talk:TimeCodeManager&amp;diff=32501&amp;oldid=prev"/>
		<updated>2012-10-01T18:04:17Z</updated>

		<summary type="html">&lt;p&gt;a small qml file detailing how one could include the timecode into a qml file.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;an example qml file would look like this:&lt;br /&gt;
 import QtQuick 1.0&lt;br /&gt;
 import &amp;quot;../components&amp;quot;&lt;br /&gt;
 import &amp;quot;../js/ComponentLoader.js&amp;quot; as MyJs&lt;br /&gt;
 Rectangle {&lt;br /&gt;
 Text {&lt;br /&gt;
 id: timecode&lt;br /&gt;
 height:scaleY(2.15)&lt;br /&gt;
 text: qsTr(&amp;quot;Speed: &amp;quot;) + dceTimecode.playbackSpeed +&amp;quot; || &amp;quot; +dceTimecode.qsCurrentTime + qsTr(&amp;quot; of &amp;quot;) + dceTimecode.qsTotalTime&lt;br /&gt;
 }&lt;br /&gt;
 }&lt;/div&gt;</summary>
		<author><name>Marie.o</name></author>
	</entry>
</feed>