<?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=76.181.87.26&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=76.181.87.26&amp;feedformat=atom"/>
		<link rel="alternate" type="text/html" href="http://techbase.kde.org/Special:Contributions/76.181.87.26"/>
		<updated>2013-05-24T03:58:15Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.20.2</generator>

	<entry>
		<id>http://techbase.kde.org/User_talk:Milliams</id>
		<title>User talk:Milliams</title>
		<link rel="alternate" type="text/html" href="http://techbase.kde.org/User_talk:Milliams"/>
				<updated>2009-11-24T01:39:01Z</updated>
		
		<summary type="html">&lt;p&gt;Tampakrap: /* Thanks for the tutorials */ new section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;nowiki&amp;gt;Insert non-formatted text here&amp;lt;/nowiki&amp;gt;&amp;lt;math&amp;gt;Insert formula here&amp;lt;/math&amp;gt;&lt;br /&gt;
== Headline text ==''Italic text''&lt;br /&gt;
== Headline text ==[[Image:Example.jpg]][[Media:Example.ogg]]&lt;br /&gt;
------[[User:85.89.170.210|85.89.170.210]] 20:06, 13 April 2007 (CEST)&amp;lt;math&amp;gt;Insert formula here&amp;lt;/math&amp;gt;'''Bold text'''''Italic text''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
why did you delete &amp;quot;Development/Tutorials/Programming Tutorial KDE 4/First program&amp;quot; ? I need it as a template. And why did you delete your other contributions to the programming tutorial ? I liked them. Can you please revert ? --[[User:Tstaerk|Tstaerk]] 13:10, 30 June 2007 (CEST)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
My page [[Standard Shortcuts]] is a direct reply to ''request for discussion'' @ [[Projects/Usability/HIG Questions]]. I've put it to another page for organizing's sake. If this bothers you, I can merge it with the originating site. [[User:Dukat|Dukat]] 20:37, 2 May 2008 (CEST)&lt;br /&gt;
&lt;br /&gt;
== Thanks for the tutorials ==&lt;br /&gt;
&lt;br /&gt;
The Beginner Tutorial was a nice intro to programming with KDE4. Thanks for writing it! (And thanks to whoever all else worked on it, too)&lt;br /&gt;
-- [[Special:Contributions/76.181.87.26|76.181.87.26]] 01:39, 24 November 2009 (UTC)&lt;/div&gt;</summary>
		<author><name>Tampakrap</name></author>	</entry>

	<entry>
		<id>http://techbase.kde.org/Talk:Development/Tutorials/Using_KActions</id>
		<title>Talk:Development/Tutorials/Using KActions</title>
		<link rel="alternate" type="text/html" href="http://techbase.kde.org/Talk:Development/Tutorials/Using_KActions"/>
				<updated>2009-11-24T00:21:47Z</updated>
		
		<summary type="html">&lt;p&gt;Tampakrap: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;2007/3/18:&lt;br /&gt;
The .ui file isn't working with trunk from svn&lt;br /&gt;
&lt;br /&gt;
I fixed it by using this instead:&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!DOCTYPE kpartgui SYSTEM &amp;quot;kpartgui.dtd&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;kpartgui version=&amp;quot;2&amp;quot; name=&amp;quot;tutorial3&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;ToolBar name=&amp;quot;mainToolBar&amp;quot; &amp;gt;&lt;br /&gt;
    &amp;lt;text&amp;gt;Main Toolbar&amp;lt;/text&amp;gt;&lt;br /&gt;
    &amp;lt;Action name=&amp;quot;clear&amp;quot; /&amp;gt;&lt;br /&gt;
  &amp;lt;/ToolBar&amp;gt;&lt;br /&gt;
  &amp;lt;MenuBar&amp;gt;&lt;br /&gt;
    &amp;lt;Menu name=&amp;quot;file&amp;quot; &amp;gt;&lt;br /&gt;
      &amp;lt;text&amp;gt;&amp;amp;amp;File&amp;lt;/text&amp;gt;&lt;br /&gt;
      &amp;lt;Action name=&amp;quot;clear&amp;quot; /&amp;gt;&lt;br /&gt;
    &amp;lt;/Menu&amp;gt;&lt;br /&gt;
  &amp;lt;/MenuBar&amp;gt;&lt;br /&gt;
&amp;lt;/kpartgui&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
I'm not shure why.&lt;br /&gt;
Should this be added to the tutorial?&lt;br /&gt;
&lt;br /&gt;
--&lt;br /&gt;
Jonarne&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Let's wait, to my experience this is repaired quickly --[[User:Tstaerk|Tstaerk]] 21:12, 18 March 2007 (CET)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
after creating the files i get this error message after starting the tutorial 3 application (through dbus-launch ./tutorial3):&lt;br /&gt;
&lt;br /&gt;
tutorial3: WARNING: KXMLGUIClient::setXMLFile: cannot find .rc file tutorial3ui.rc&lt;br /&gt;
&lt;br /&gt;
but this file exists in the current directory... any hint? thx --[[User:Stefon|Stefon]] 21:41, 16 April 2007 (CEST)&lt;br /&gt;
&lt;br /&gt;
:It tells you in the CMake section that you must install the application in order to get it to work. --[[User:Milliams|milliams]] 22:38, 16 April 2007 (CEST)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
sorry. you are right. maybe we can stress this difference out a little more?&lt;br /&gt;
&lt;br /&gt;
--[[User:Stefon|Stefon]] 00:31, 18 April 2007 (CEST)&lt;br /&gt;
&lt;br /&gt;
== Broken tutorial (kdelibs have changed) ==&lt;br /&gt;
&lt;br /&gt;
KAction has no constructor which takes a KActionCollection and a QString as stated in the tutorial. Also, moments later in the &amp;quot;final&amp;quot; code section, this constructor is not used.&lt;br /&gt;
&lt;br /&gt;
A QAction is also being used! :@&lt;br /&gt;
&lt;br /&gt;
--[[User:Gavinbeatty|Gavinbeatty]] 22:50, 19 June 2007 (CEST)&lt;br /&gt;
&lt;br /&gt;
Well it seems that KActionCollection extends QAction, so I doubt it's even possible or sane to use a KAction here. Not to mention that if you use QAction you depend a little less on the kdelibs. The problem is that knowing that, you learn basically nothing about KAction in this Tutorial.&lt;br /&gt;
&lt;br /&gt;
--fabiank2&lt;br /&gt;
&lt;br /&gt;
:Where possible, K* classes should be used in place of Q* classes. I've fixed the tutorial to correctly use KAction. --[[User:Milliams|milliams]] 17:26, 28 June 2007 (CEST)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The link on KStandardAction is dead, it should lead to http://api.kde.org/4.0-api/kdelibs-apidocs/kdeui/html/namespaceKStandardAction.html but leads to classmapper, which doesn't find it. 12/27/07&lt;br /&gt;
&lt;br /&gt;
--shaga&lt;br /&gt;
:It's really a problem with classmapper that it doesn't search for namespace matches. Nonetheless, I've changed it now to hard-link to the url. Thanks for pointing this out. --[[User:Milliams|milliams]] 23:07, 27 December 2007 (CET)&lt;br /&gt;
&lt;br /&gt;
== Success story ==&lt;br /&gt;
&lt;br /&gt;
Without this tutorial, [http://websvn.kde.org/?view=rev&amp;amp;revision=918834 this revision] would not have been possible. Thanks! --[[User:Tstaerk|Tstaerk]] 09:03, 31 January 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
And [http://websvn.kde.org/?view=rev&amp;amp;revision=980167 this]. --[[User:Tstaerk|Tstaerk]] 11:08, 11 June 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== ui.rc file location ==&lt;br /&gt;
&lt;br /&gt;
The page currently says this: &amp;quot;So in our example, the file is called tutorial3ui.rc, and is located in the build directory.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Shouldn't the ui.rc files go in the source directory?&lt;br /&gt;
&lt;br /&gt;
-- [[Special:Contributions/76.181.87.26|76.181.87.26]] 00:21, 24 November 2009 (UTC)&lt;/div&gt;</summary>
		<author><name>Tampakrap</name></author>	</entry>

	<entry>
		<id>http://techbase.kde.org/Talk:Development/Tutorials/Using_KActions</id>
		<title>Talk:Development/Tutorials/Using KActions</title>
		<link rel="alternate" type="text/html" href="http://techbase.kde.org/Talk:Development/Tutorials/Using_KActions"/>
				<updated>2009-11-24T00:20:54Z</updated>
		
		<summary type="html">&lt;p&gt;Tampakrap: /* ui.rc file location */ new section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;2007/3/18:&lt;br /&gt;
The .ui file isn't working with trunk from svn&lt;br /&gt;
&lt;br /&gt;
I fixed it by using this instead:&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!DOCTYPE kpartgui SYSTEM &amp;quot;kpartgui.dtd&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;kpartgui version=&amp;quot;2&amp;quot; name=&amp;quot;tutorial3&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;ToolBar name=&amp;quot;mainToolBar&amp;quot; &amp;gt;&lt;br /&gt;
    &amp;lt;text&amp;gt;Main Toolbar&amp;lt;/text&amp;gt;&lt;br /&gt;
    &amp;lt;Action name=&amp;quot;clear&amp;quot; /&amp;gt;&lt;br /&gt;
  &amp;lt;/ToolBar&amp;gt;&lt;br /&gt;
  &amp;lt;MenuBar&amp;gt;&lt;br /&gt;
    &amp;lt;Menu name=&amp;quot;file&amp;quot; &amp;gt;&lt;br /&gt;
      &amp;lt;text&amp;gt;&amp;amp;amp;File&amp;lt;/text&amp;gt;&lt;br /&gt;
      &amp;lt;Action name=&amp;quot;clear&amp;quot; /&amp;gt;&lt;br /&gt;
    &amp;lt;/Menu&amp;gt;&lt;br /&gt;
  &amp;lt;/MenuBar&amp;gt;&lt;br /&gt;
&amp;lt;/kpartgui&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
I'm not shure why.&lt;br /&gt;
Should this be added to the tutorial?&lt;br /&gt;
&lt;br /&gt;
--&lt;br /&gt;
Jonarne&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Let's wait, to my experience this is repaired quickly --[[User:Tstaerk|Tstaerk]] 21:12, 18 March 2007 (CET)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
after creating the files i get this error message after starting the tutorial 3 application (through dbus-launch ./tutorial3):&lt;br /&gt;
&lt;br /&gt;
tutorial3: WARNING: KXMLGUIClient::setXMLFile: cannot find .rc file tutorial3ui.rc&lt;br /&gt;
&lt;br /&gt;
but this file exists in the current directory... any hint? thx --[[User:Stefon|Stefon]] 21:41, 16 April 2007 (CEST)&lt;br /&gt;
&lt;br /&gt;
:It tells you in the CMake section that you must install the application in order to get it to work. --[[User:Milliams|milliams]] 22:38, 16 April 2007 (CEST)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
sorry. you are right. maybe we can stress this difference out a little more?&lt;br /&gt;
&lt;br /&gt;
--[[User:Stefon|Stefon]] 00:31, 18 April 2007 (CEST)&lt;br /&gt;
&lt;br /&gt;
== Broken tutorial (kdelibs have changed) ==&lt;br /&gt;
&lt;br /&gt;
KAction has no constructor which takes a KActionCollection and a QString as stated in the tutorial. Also, moments later in the &amp;quot;final&amp;quot; code section, this constructor is not used.&lt;br /&gt;
&lt;br /&gt;
A QAction is also being used! :@&lt;br /&gt;
&lt;br /&gt;
--[[User:Gavinbeatty|Gavinbeatty]] 22:50, 19 June 2007 (CEST)&lt;br /&gt;
&lt;br /&gt;
Well it seems that KActionCollection extends QAction, so I doubt it's even possible or sane to use a KAction here. Not to mention that if you use QAction you depend a little less on the kdelibs. The problem is that knowing that, you learn basically nothing about KAction in this Tutorial.&lt;br /&gt;
&lt;br /&gt;
--fabiank2&lt;br /&gt;
&lt;br /&gt;
:Where possible, K* classes should be used in place of Q* classes. I've fixed the tutorial to correctly use KAction. --[[User:Milliams|milliams]] 17:26, 28 June 2007 (CEST)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The link on KStandardAction is dead, it should lead to http://api.kde.org/4.0-api/kdelibs-apidocs/kdeui/html/namespaceKStandardAction.html but leads to classmapper, which doesn't find it. 12/27/07&lt;br /&gt;
&lt;br /&gt;
--shaga&lt;br /&gt;
:It's really a problem with classmapper that it doesn't search for namespace matches. Nonetheless, I've changed it now to hard-link to the url. Thanks for pointing this out. --[[User:Milliams|milliams]] 23:07, 27 December 2007 (CET)&lt;br /&gt;
&lt;br /&gt;
== Success story ==&lt;br /&gt;
&lt;br /&gt;
Without this tutorial, [http://websvn.kde.org/?view=rev&amp;amp;revision=918834 this revision] would not have been possible. Thanks! --[[User:Tstaerk|Tstaerk]] 09:03, 31 January 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
And [http://websvn.kde.org/?view=rev&amp;amp;revision=980167 this]. --[[User:Tstaerk|Tstaerk]] 11:08, 11 June 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== ui.rc file location ==&lt;br /&gt;
&lt;br /&gt;
The page currently says this: &amp;quot;So in our example, the file is called tutorial3ui.rc, and is located in the build directory.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Shouldn't the ui.rc files go in the source directory?&lt;/div&gt;</summary>
		<author><name>Tampakrap</name></author>	</entry>

	</feed>