<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>OFF-SOFT.net &#187; Qt</title>
	<atom:link href="http://www.off-soft.net/category/develop/qt/feed" rel="self" type="application/rss+xml" />
	<link>http://www.off-soft.net</link>
	<description>This site is support &#38; information site of WEB,and Software. This site might help you that create software or Web Site...perhaps?</description>
	<lastBuildDate>Wed, 21 Dec 2011 15:17:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to distribute Qt&#8217;s application ( CutyCapt ) on Windows.</title>
		<link>http://www.off-soft.net/en/develop/qt/qt_cutycapt_windows.html</link>
		<comments>http://www.off-soft.net/en/develop/qt/qt_cutycapt_windows.html#comments</comments>
		<pubDate>Sat, 05 Feb 2011 09:16:12 +0000</pubDate>
		<dc:creator>master</dc:creator>
				<category><![CDATA[Qt]]></category>

		<guid isPermaLink="false">http://www.off-soft.net/?p=231</guid>
		<description><![CDATA[Description: This post will see CutyCapt of Qt's application tool. Recently, I came to see a lot of sites where the tool that used Qt had been opened to the public. I will use open source Qt tool's CutyCapt on this post. CutyCapt is a small cross-platform command-line utility to capture WebKit's rendering of a [...]]]></description>
			<content:encoded><![CDATA[<div class="discription_f">
<div class="discription"><img src="/images/offsoft/dev/qt.png" align=left/> 
Description: <br />
This post will see CutyCapt of Qt's application tool.<br />
<br />
Recently, I came to see a lot of sites where the tool that used Qt had been opened to the public.  <img src='http://www.off-soft.net/wp-content/plugins/smilies-themer/adiumicons/smile2.png' alt=':)' class='wp-smiley' /> <br />
I will use open source Qt tool's CutyCapt on this post.<br />
<br /> 
<b>CutyCapt</b> is <br /> 
a small cross-platform command-line utility to capture WebKit's rendering of a web page into a variety of vector and bitmap formats, including SVG, PDF, PS, PNG, JPEG, TIFF, GIF, and BMP. See IECapt for a similar tool based on Internet Explorer.<br />
<br />
For example, you may use when you want to introduce other web site.<br /> 
This tool will help you that create image file of  the web site. And you will easily update to cool post with the image file.<br /> 
Also you may create program of automatically update web site images.<br /> 
So , Easy. <img src='http://www.off-soft.net/wp-content/plugins/smilies-themer/adiumicons/smile2.png' alt=':)' class='wp-smiley' /> <br />
<br />
<br />
Well, let&#39;s use it.
</div>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.off-soft.net/en/develop/qt/qt_cutycapt_windows.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Qt (11)-2 How to create Qt Windows application with Qt Creator and MinGW.</title>
		<link>http://www.off-soft.net/en/develop/qt/qt11-2.html</link>
		<comments>http://www.off-soft.net/en/develop/qt/qt11-2.html#comments</comments>
		<pubDate>Fri, 28 May 2010 04:53:50 +0000</pubDate>
		<dc:creator>master</dc:creator>
				<category><![CDATA[Qt]]></category>

		<guid isPermaLink="false">http://www.off-soft.net/?p=165</guid>
		<description><![CDATA[
 Description:  Previously, Qt (11) How to debug with Qt Creator and VC++ Compiler.
&#62; In VC + + and Qt Creator combinations, we briefly.
This time, Qt Creator MinGw and would like to explain briefly.
 This combination, Qt recommended?
Qt Creator or rather has become a standard combination.
However, Qt Until the 3.5.x, GCC3 system was standard, 3.6.x Until, GCC4 system is now standard.
Both, GCC3 system / GCC4 system is supported both, 3.7.x from, GCC3 will be supported out of the system.
 Now, here, Windows systems in GCC3 / GCC4 caution when dealing with a system, GCC would like to describe the version strings and source code.
 Before you begin, here is work, GZ, 7z to unzip the files must be compressed and, download 7z 7z download from, you should install.
 Download Qt Creator: Http://Qt.nokia.com/Downloads  At the bottom &#34;Qt Creator IDE&#34; and I have, please download it from there.
 Download MinGW: Http://Sourceforge.net/Projects/Mingw/Files/ ]]></description>
			<content:encoded><![CDATA[<!-- Qt(11-2) Qt Creator とMinGwコンパイラを使ったQtアプリ作成 --><!-- qt11-2.html -->
<div class="discription_f"><div class="discription"><img src="/images/offsoft/dev/qt.png" align=left/> Description: <br /> Previously, <a href="http://www.off-soft.net/en/develop/qt/qt11.html">Qt (11) How to debug with Qt Creator and VC++ Compiler.</a>
&gt; In VC + + and Qt Creator combinations, we briefly.
This time, Qt Creator MinGw and would like to explain briefly.
<br /><br /> This combination, Qt recommended?
Qt Creator or rather has become a standard combination.
However, Qt Until the 3.5.x, GCC3 system was standard, 3.6.x Until, GCC4 system is now standard.
Both, GCC3 system / GCC4 system is supported both, 3.7.x from, GCC3 will be supported out of the system.
<br /><br /> Now, here, Windows systems in GCC3 / GCC4 caution when dealing with a system, GCC would like to describe the version strings and source code.
<br /><br /> Before you begin, here is work, GZ, 7z to unzip the files must be compressed and, <a href="http://sevenzip.sourceforge.jp/download.html">download 7z</a> 7z download from, you should install.
<br /><br /><div class="download"> Download Qt Creator: <a href="http://qt.nokia.com/downloads"  target="blank"  rel="nofollow">Http://Qt.nokia.com/Downloads</a> <br /> At the bottom <b>&quot;Qt Creator IDE&quot;</b> and I have, please download it from there.
<br /><br /> Download MinGW: <a href="http://sourceforge.net/projects/mingw/files/"  target="blank"  rel="nofollow">Http://Sourceforge.net/Projects/Mingw/Files/</a> <br /></div></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.off-soft.net/en/develop/qt/qt11-2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Qt(B7) What kind of Windows will be able to run Qt application(2)</title>
		<link>http://www.off-soft.net/en/develop/qt/qtb7.html</link>
		<comments>http://www.off-soft.net/en/develop/qt/qtb7.html#comments</comments>
		<pubDate>Tue, 25 May 2010 03:40:31 +0000</pubDate>
		<dc:creator>master</dc:creator>
				<category><![CDATA[Qt]]></category>

		<guid isPermaLink="false">http://www.off-soft.net/?p=151</guid>
		<description><![CDATA[





Discription : 
I was not writing the article for Qt for a long time. Qt improved the version from 4.5 to 4.7 beta version between those. 

So environment had changed.
if you want environment of Qt's development at one years ago, you have needed half a day.But you will get environment of Qt's development very easy by One click for download compiled(VC++ 2008 or MinGW(GCC)) binary files.

I had written the article "What kind of Windows will be able to run Qt application" before. 
I wrote "What kind of Windows will be able to run Qt application" in the article several months ago. 
This time, I will write the system requirements for applications of each version of Qt. 



Qt Version and download file name

Download : http://get.qt.nokia.com/qtsdk/



qt-sdk-win-opensource-2009.01.1.exe          4.5.0 &#038; Qt Creator 1.0


qt-sdk-win-opensource-2009.01.exe            4.5.0


qt-sdk-win-opensource-2009.02.1.exe          4.5.1 &#038; Qt Creator 1.1


qt-sdk-win-opensource-2009.02.exe            4.5.1


qt-sdk-win-opensource-2009.03.1.exe          4.5.2 &#038; Qt Creator 1.2


qt-sdk-win-opensource-2009.03.exe            4.5.2


qt-sdk-win-opensource-2009.04.exe            4.5.3


qt-sdk-win-opensource-2009.05.exe            4.6.0


qt-sdk-win-opensource-2010.01.exe            4.6.1


qt-sdk-win-opensource-2010.02.1.exe          4.6.2 &#038; Qt Creator 1.3


qt-sdk-win-opensource-2010.02.exe            4.6.2 






]]></description>
			<content:encoded><![CDATA[<!-- Qt(B7) Qtアプリケーションの動作OS(Windows)範囲(2) -->
<!-- Qt(B7) What kind of Windows will be able to run Qt application(2)  -->
<!-- qtb7.html -->
<div class="discription_f">
<div class="discription">
<img src="/images/offsoft/dev/qt.png" align=left/>
Discription : <br />
I was not writing the article for Qt for a long time. Qt improved the version from 4.5 to 4.7 beta version between those. <br />
<br />
So environment had changed.<br />
if you want environment of Qt's development at one years ago, you have needed half a day.But you will get environment of Qt's development very easy by One click for download compiled(VC++ 2008 or MinGW(GCC)) binary files.<br />
<br />
I had written the article "<a href="http://www.off-soft.net/en/develop/qt/qtb6.html">What kind of Windows will be able to run Qt application</a>" before. 
I wrote "<a href="http://www.off-soft.net/en/develop/qt/qtb6.html">What kind of Windows will be able to run Qt application</a>" in the article several months ago. 
This time, I will write the system requirements for applications of each version of Qt. 
<br />
<br />
<div class="donwload">
Qt Version and download file name<br />
<br />
Download : <a href="http://get.qt.nokia.com/qtsdk/">http://get.qt.nokia.com/qtsdk/</a><br />
<br />
<table class="panelw">
<tr><td>
qt-sdk-win-opensource-2009.01.1.exe          </td><td>4.5.0 &#038; Qt Creator 1.0
</td></tr>
<tr><td>
qt-sdk-win-opensource-2009.01.exe            </td><td>4.5.0
</td></tr>
<tr><td>
qt-sdk-win-opensource-2009.02.1.exe          </td><td>4.5.1 &#038; Qt Creator 1.1
</td></tr>
<tr><td>
qt-sdk-win-opensource-2009.02.exe            </td><td>4.5.1
</td></tr>
<tr><td>
qt-sdk-win-opensource-2009.03.1.exe          </td><td>4.5.2 &#038; Qt Creator 1.2
</td></tr>
<tr><td>
qt-sdk-win-opensource-2009.03.exe            </td><td>4.5.2
</td></tr>
<tr><td>
qt-sdk-win-opensource-2009.04.exe            </td><td>4.5.3
</td></tr>
<tr><td>
qt-sdk-win-opensource-2009.05.exe            </td><td>4.6.0
</td></tr>
<tr><td>
qt-sdk-win-opensource-2010.01.exe            </td><td>4.6.1
</td></tr>
<tr><td>
qt-sdk-win-opensource-2010.02.1.exe          </td><td>4.6.2 &#038; Qt Creator 1.3
</td></tr>
<tr><td>
qt-sdk-win-opensource-2010.02.exe            </td><td>4.6.2 
</td></tr>
</table>
</div>
</div>
</div>
<br />
<br />]]></content:encoded>
			<wfw:commentRss>http://www.off-soft.net/en/develop/qt/qtb7.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What kind of Windows will be able to run Qt application</title>
		<link>http://www.off-soft.net/en/develop/qt/qtb6.html</link>
		<comments>http://www.off-soft.net/en/develop/qt/qtb6.html#comments</comments>
		<pubDate>Tue, 29 Sep 2009 20:41:35 +0000</pubDate>
		<dc:creator>master</dc:creator>
				<category><![CDATA[Qt]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[



 Summary:  This time, Qt application is created in which Windows is running a story about you.

 This is very simple so that, immediately, I would like to describe briefly.

]]></description>
			<content:encoded><![CDATA[
<!-- Qt(B6) Qtアプリケーションの動作OS(Windows)範囲-->
<!-- Qt(B6) What kind of Windows will be able to run Qt application  -->
<!-- qtb6.html-->
<div class="discription_f"><div class="discription"><img src="/images/offsoft/dev/qt.png" align="left"/> Summary: <br /> This time, Qt application is created in which Windows is running a story about you.

<br /><br /> This is very simple so that, immediately, I would like to describe briefly.

<br /><br /><br /><br /><br /></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.off-soft.net/en/develop/qt/qtb6.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Qt(B5) About QString and UTF16</title>
		<link>http://www.off-soft.net/en/develop/qt/qtb5.html</link>
		<comments>http://www.off-soft.net/en/develop/qt/qtb5.html#comments</comments>
		<pubDate>Sat, 12 Sep 2009 20:43:23 +0000</pubDate>
		<dc:creator>master</dc:creator>
				<category><![CDATA[Qt]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[



 Summary:  This time, Qt is a story about the QString.

 QString is a class action allows a very useful text, QWidget with a string of class inheritance, this former QChar QString QString or do you have in common.

 Does, QString is real, what is it?

 If you create a Qt application in a closed world of the string, QString if all we Oke, and not a problem anything.

 Also, for those who have no plans to create cross-platform applications, you may not matter much.

 But for those who otherwise may become very important issue.

For example, if another library such as Qt is a library to mix.

 At such times, in different library that is what the string you are dealing.

 C / C + + type used in general, char, wchar_t may be.

STL&#39;s string, wstring might.

If Windows, MFC&#39;s CString might.

 QString if the dealing with, you will have a problem.

 However, a different type as above, if you are using a class, Qt application to handle the conversion to QString always Tsukimatoimasu.

 In such cases, QString and have little understanding of the nature of how we will help in programming.

 Does, immediately, I would like to briefly explain.

]]></description>
			<content:encoded><![CDATA[
<!-- Qt(B5) Qt のQStringとUTF16について-->
<!-- Qt(B5) About QString and UTF16-->
<!-- qtb5.html-->
<div class="discription_f"><div class="discription"><img src="/images/offsoft/dev/qt.png" align="left"/> Summary: <br /> This time, Qt is a story about the QString.

<br /> QString is a class action allows a very useful text, QWidget with a string of class inheritance, this former QChar QString QString or do you have in common.

<br /><br /> Does, QString is real, what is it?

<br /><br /> If you create a Qt application in a closed world of the string, QString if all we Oke, and not a problem anything.

<br /> Also, for those who have no plans to create cross-platform applications, you may not matter much.

<br /><br /> But for those who otherwise may become very important issue.

For example, if another library such as Qt is a library to mix.

<br /> At such times, in different library that is what the string you are dealing.

<br /> C / C + + type used in general, char, wchar_t may be.

STL&#39;s string, wstring might.

If Windows, MFC&#39;s CString might.

<br /> QString if the dealing with, you will have a problem.

<br /> However, a different type as above, if you are using a class, Qt application to handle the conversion to QString always Tsukimatoimasu.

<br /><br /> In such cases, QString and have little understanding of the nature of how we will help in programming.

<br /> Does, immediately, I would like to briefly explain.

<br /><br /></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.off-soft.net/en/develop/qt/qtb5.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Qt (11) How to debug with Qt Creator and VC++ Compiler.</title>
		<link>http://www.off-soft.net/en/develop/qt/qt11.html</link>
		<comments>http://www.off-soft.net/en/develop/qt/qt11.html#comments</comments>
		<pubDate>Fri, 28 Aug 2009 14:26:26 +0000</pubDate>
		<dc:creator>master</dc:creator>
				<category><![CDATA[Qt]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[
 Summary:  This time, Qt Creator I would like a brief description.

 Qt Creator is, Qt SDK is one of, Qt to create an integrated environment for application development (IDE) for that.

 Integrated development environment (IDE) is to say, Qt Creator itself, the compiler is not bundled with its own.

Using Qt Creator, Windows If you are developing in, MinGw are included by default (if the binary environment).

 Linux, Unixes, Mac OS does, gcc is so equipped, the compiler will use it.

 In this way, Qt Creator is, gcc was only supposed to work with the system compiler.

(For details, VC + + but I was able to compile, debug failed.

)  However, in version 1.2 or later, Windows environments, VC + + using the compiler, the execution of the compilation, you can now debugging.

 This time, about their preferences, I would like to brief notes.

 Download Qt Creator: Http://Qt.nokia.com/Downloads  At the bottom &#34;Qt Creator IDE&#34; You and I, please download it from there.

 Download Debugging Tools for Windows 32bit Version: http://www.microsoft.com/whdc/devtools/debugging/installx86.mspx  Download Debugging Tools for Windows 64bit Version: http://www.microsoft.com/whdc/devtools/debugging/installx86.mspx  Page Ref: Http://Doc.trolltech.com/Qtcreator-1.2/Creator-Debugging.html ]]></description>
			<content:encoded><![CDATA[
<!-- Qt(11) Qt Creator とVC++コンパイラを使ったQtアプリ作成--><!-- qt11.html--><div class="discription_f"><div class="discription"><img src="/images/offsoft/dev/qt.png" align="left"/> Summary: <br /> This time, Qt Creator I would like a brief description.

<br /> Qt Creator is, Qt SDK is one of, Qt to create an integrated environment for application development (IDE) for that.

<br /> Integrated development environment (IDE) is to say, Qt Creator itself, the compiler is not bundled with its own.

Using Qt Creator, Windows If you are developing in, MinGw are included by default (if the binary environment).

<br /> Linux, Unixes, Mac OS does, gcc is so equipped, the compiler will use it.

<br /><br /> In this way, Qt Creator is, gcc was only supposed to work with the system compiler.

(For details, VC + + but I was able to compile, debug failed.

) <br /> However, in version 1.2 or later, Windows environments, VC + + using the compiler, the execution of the compilation, you can now debugging.

<br /><br /> This time, about their preferences, I would like to brief notes.

<br /><br /><div class="download"> Download Qt Creator: <a href="http://qt.nokia.com/downloads"  target="blank"  rel="nofollow">Http://Qt.nokia.com/Downloads</a> <br /> At the bottom <b>&quot;Qt Creator IDE&quot;</b> You and I, please download it from there.

<br /><br /> Download Debugging Tools for Windows 32bit Version: <a href="http://www.microsoft.com/whdc/devtools/debugging/installx86.Mspx"  target="blank"  rel="nofollow">http://www.microsoft.com/whdc/devtools/debugging/installx86.mspx</a> <br /> Download Debugging Tools for Windows 64bit Version: <a href="http://www.microsoft.com/whdc/devtools/debugging/installx86.Mspx"  target="blank"  rel="nofollow">http://www.microsoft.com/whdc/devtools/debugging/installx86.mspx</a> <br /><br /> Page Ref: <a href="http://doc.trolltech.com/qtcreator-1.2/creator-debugging.html"  target="blank"  rel="nofollow">Http://Doc.trolltech.com/Qtcreator-1.2/Creator-Debugging.html</a> <br /></div></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.off-soft.net/en/develop/qt/qt11.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Qt(B4) How to show Marquee(barbar-pole) with Qt</title>
		<link>http://www.off-soft.net/en/develop/qt/qtb4.html</link>
		<comments>http://www.off-soft.net/en/develop/qt/qtb4.html#comments</comments>
		<pubDate>Thu, 27 Aug 2009 01:29:41 +0000</pubDate>
		<dc:creator>master</dc:creator>
				<category><![CDATA[Qt]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[



 Summary:  This time, Qt marquee explains the progress bar to show how easily.

 and marquee, WindowsXP from the startup screen after the progress bar, rather than to build up, and the show flowing now is to show progress.

 This marquee (see propaganda) and the colors that we have referred.

 indeterminate (in the effective running I do not know how much), barber-pole (barber&#39;s pole), spinning bar (a bar that spins round and round) and so on.

 (Web on, barber-pole like a major but, here, marquee Make a uniform.

() Is a literal translation in Japanese.

I tried to describe what I felt better somehow, I&#39;ll understand.

)  Came to the Windows API that is compatible with, it is not too old.

 This time, Qt uses a sample that is provided in the marquee we&#39;ll see.

]]></description>
			<content:encoded><![CDATA[
<!-- Qt(B4) Qt でMarque表示-->
<!--Qt(B4) How to show Marquee(barbar-pole) with Qt -->
<!-- qtb4.html-->
<div class="discription_f"><div class="discription"><img src="/images/offsoft/dev/qt.png" align="left"/> Summary: <br /> This time, Qt marquee explains the progress bar to show how easily.

<br /> and marquee, WindowsXP from the startup screen after the progress bar, rather than to build up, and the show flowing now is to show progress.

<br /><br clear=left/><img src="/images/offsoft/dev/qtb4_0.png" align="left"/> This marquee (see propaganda) and the colors that we have referred.

<br /> indeterminate (in the effective running I do not know how much), barber-pole (barber&#39;s pole), spinning bar (a bar that spins round and round) and so on.

<br /> (Web on, barber-pole like a major but, here, marquee Make a uniform.

() Is a literal translation in Japanese.

I tried to describe what I felt better somehow, I&#39;ll understand.

) <br /><br /> Came to the Windows API that is compatible with, it is not too old.

<br /><br /> This time, Qt uses a sample that is provided in the marquee we&#39;ll see.

<br /><br /><br /><br /></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.off-soft.net/en/develop/qt/qtb4.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Qt (B3) Qt and doxygen</title>
		<link>http://www.off-soft.net/en/develop/qt/qtb3.html</link>
		<comments>http://www.off-soft.net/en/develop/qt/qtb3.html#comments</comments>
		<pubDate>Thu, 09 Jul 2009 03:17:37 +0000</pubDate>
		<dc:creator>master</dc:creator>
				<category><![CDATA[Qt]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[



 Description:  This time, Qt for document management, I would like to write.

 Document management and to say, Qt software created in the (library) is a document management in the sense of a detailed design.

 Software (library) as a document management such as the detailed design, Free in the most famous, doxygen.

 Doxygen This was originally created in Qt is designed to manage documents.

(I, until recently, did not know that.

)  Therefore, doxygen is, Qt is a strong affinity with.

(Of course, signals, slots and the right awareness, and then output to the document.

)  This time, the use doxygen, I described how to create simple documents.

 Doxygen: http://www.stack.nl/ ~ dimitri / Doxygen /  Download: http://www.stack.nl/ ~ dimitri / Doxygen / download.html # latestsrc  graphviz: http://www.graphviz.org/  Download: http://www.graphviz.org/Download..php  Sample source code you used here:

 Qt Example B3 ]]></description>
			<content:encoded><![CDATA[
<!-- Qt(B3) Qt と doxygen-->
<!-- Qt(B3) Qt and doxygen-->
<!-- qtb3.html-->
<div class="discription_f"><div class="discription"><img src="/images/offsoft/dev/qt.png" align="left"/> Description: <br /> This time, Qt for document management, I would like to write.

<br /> Document management and to say, Qt software created in the (library) is a document management in the sense of a detailed design.

<br /><br /> Software (library) as a document management such as the detailed design, Free in the most famous, doxygen.

<br /> Doxygen This was originally created in Qt is designed to manage documents.

(I, until recently, did not know that.

) <br /><br /> Therefore, doxygen is, Qt is a strong affinity with.

(Of course, signals, slots and the right awareness, and then output to the document.

) <br /><br /> This time, the use doxygen, I described how to create simple documents.

<br /><br /><div class="download"> Doxygen: <a href="http://www.stack.nl/~dimitri/doxygen/"  target="blank"  rel="nofollow">http://www.stack.nl/ ~ dimitri / Doxygen /</a> <br /> Download: <a href="http://www.stack.nl/~dimitri/doxygen/download.html#latestsrc"  target="blank">http://www.stack.nl/ ~ dimitri / Doxygen / download.html # latestsrc</a> <br /><br /> graphviz: <a href="http://www.graphviz.org/"  target="blank"  rel="nofollow">http://www.graphviz.org/</a> <br /> Download: <a href="http://www.graphviz.org/Download..php"  target="blank"  rel="nofollow">http://www.graphviz.org/Download..php</a> <br /></div><br /> Sample source code you used here:

<br /><div class="phocadownloadfile32"> <a href="/en/downloads?category=7" target="blank"  rel="nofollow">Qt Example B3</a> </div><br /></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.off-soft.net/en/develop/qt/qtb3.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Qt (10) How to test with QTestLib.</title>
		<link>http://www.off-soft.net/en/develop/qt/qt1-10.html</link>
		<comments>http://www.off-soft.net/en/develop/qt/qt1-10.html#comments</comments>
		<pubDate>Sat, 27 Jun 2009 21:48:12 +0000</pubDate>
		<dc:creator>master</dc:creator>
				<category><![CDATA[Qt]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[



 Description:  In Qt, CppUnit like QTestLib.

 In this article, QTestLib Let&#39;s create a simple test program.

 (This article is part of a tutorial site articles.

Qt is the target for the novice programmers.

)  Articles: http://doc.trolltech.com/4.5.1/qtestlib-manual.html  Sample source code you used here:

 Qt Example 14 ]]></description>
			<content:encoded><![CDATA[
<!-- Qt(10) QTestLibで簡単なテストを行う-->
<!-- Qt(10) How to test with QTestLib.-->
<!-- qt1-10.html-->
<div class="discription_f"><div class="discription"><img src="/images/offsoft/dev/qt.png" align="left"/> Description: <br /> In Qt, CppUnit like QTestLib.

<br /><br /> In this article, QTestLib Let&#39;s create a simple test program.

<br /> (This article is part of a tutorial site articles.

Qt is the target for the novice programmers.

) <br /><br /> Articles: <a href="http://doc.trolltech.com/4.5.1/qtestlib-manual.html"  rel="nofollow">http://doc.trolltech.com/4.5.1/qtestlib-manual.html</a> <br /><br /> Sample source code you used here:

<br /><div class="phocadownloadfile32"> <a href="/ja/downloads?category=7" target="blank">Qt Example 14</a> </div><br /></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.off-soft.net/en/develop/qt/qt1-10.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Qt (8)-3 How to show QtHelp Files</title>
		<link>http://www.off-soft.net/en/develop/qt/qt1-8-3.html</link>
		<comments>http://www.off-soft.net/en/develop/qt/qt1-8-3.html#comments</comments>
		<pubDate>Fri, 26 Jun 2009 22:25:42 +0000</pubDate>
		<dc:creator>master</dc:creator>
				<category><![CDATA[Qt]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[



 Description:  In Qt, Windows as a change in the HTML Help QtAssistant.

(Listed in the article.

)  In the previous article, Qt help files (qch files, qhc file) we created.

 In this article, Qt help files (qch files, qhc file) describes how to display any interest in the application.

 Articles: Qt (8) QtAssistant the GUI of the Japanese  Articles: QtAssistant use in creating a file HELP  Articles: http://doc.trolltech.com/4.5/qthelp.html  Sample source code you used here:

 Sample 13 Qt  Is used in class HelpBrowser, Nokia is copyrighted material.

 Please observe the licensing terms described in the source code.

]]></description>
			<content:encoded><![CDATA[
<!-- Qt(8)-3 Qtヘルプファイルを表示する-->
<!-- Qt(8)-3 How to show QtHelp Files-->
<!-- qt1-8-3.html-->
<div class="discription_f">
<div class="discription"><img src="/images/offsoft/dev/qt.png" align="left"/> Description: <br /> In Qt, Windows as a change in the HTML Help QtAssistant.

(Listed in the article.

) <br /> In the previous article, Qt help files (qch files, qhc file) we created.

<br /><br /> In this article, Qt help files (qch files, qhc file) describes how to display any interest in the application.

<br /></div>
<br /> Articles: <a href="/en/develop/qt/qt1-2.html"  rel="nofollow">Qt (8) QtAssistant the GUI of the Japanese</a> <br /> Articles: <a href="/en/develop/qt/qt1-2-2.html">QtAssistant use</a> in <a href="/en/develop/qt/qt1-2-2.html">creating a file HELP</a> <br /> Articles: <a href="http://doc.trolltech.com/4.5/qthelp.html">http://doc.trolltech.com/4.5/qthelp.html</a> <br /><br /> Sample source code you used here:

<br />
<div class="phocadownloadfile32"> <a href="http://m3dust.web.fc2.com/en/downloads?category=7" target="blank">Sample 13 Qt</a></div>
<br />
<div class="error"> Is used in class HelpBrowser, Nokia is copyrighted material.

<br /> Please observe the licensing terms described in the source code.

<br /></div>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.off-soft.net/en/develop/qt/qt1-8-3.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

