<?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/api.php?action=feedcontributions&amp;user=Franklin&amp;feedformat=atom</id>
		<title>KDE TechBase - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://techbase.kde.org/api.php?action=feedcontributions&amp;user=Franklin&amp;feedformat=atom"/>
		<link rel="alternate" type="text/html" href="http://techbase.kde.org/Special:Contributions/Franklin"/>
		<updated>2013-06-19T01:02:43Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.20.2</generator>

	<entry>
		<id>http://techbase.kde.org/Thread:Talk:KDE_System_Administration/PlasmaDesktopScripting/Writing_an_example_for_setting_widget%27s_geometry</id>
		<title>Thread:Talk:KDE System Administration/PlasmaDesktopScripting/Writing an example for setting widget's geometry</title>
		<link rel="alternate" type="text/html" href="http://techbase.kde.org/Thread:Talk:KDE_System_Administration/PlasmaDesktopScripting/Writing_an_example_for_setting_widget%27s_geometry"/>
				<updated>2012-08-21T05:33:29Z</updated>
		
		<summary type="html">&lt;p&gt;Franklin: New thread: Writing an example for setting widget's geometry&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;1. In the widget attribute &amp;quot;geometry&amp;quot;, we should add an example about how to set up the geometry of a widget.  It spent me quite some time trying&lt;br /&gt;
   widget.writeConfig(&amp;quot;geometry&amp;quot;, &amp;quot;x,y,w,h&amp;quot;)&lt;br /&gt;
and&lt;br /&gt;
   widget.geometry = new QRectF(x,y,w,h)&lt;br /&gt;
which both were found by google, but both failed.  Finally Aaron told me to use this way:&lt;br /&gt;
  widget.geometry = QRectF(x, y, w, h)&lt;br /&gt;
&lt;br /&gt;
and it worked.  So I suggest to put this in the page.&lt;/div&gt;</summary>
		<author><name>Franklin</name></author>	</entry>

	<entry>
		<id>http://techbase.kde.org/Talk:KDE_System_Administration/PlasmaDesktopScripting</id>
		<title>Talk:KDE System Administration/PlasmaDesktopScripting</title>
		<link rel="alternate" type="text/html" href="http://techbase.kde.org/Talk:KDE_System_Administration/PlasmaDesktopScripting"/>
				<updated>2012-08-21T05:33:29Z</updated>
		
		<summary type="html">&lt;p&gt;Franklin: Talk page autocreated when first thread was posted&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Franklin</name></author>	</entry>

	</feed>