<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE rss [<!ENTITY % HTMLlat1 PUBLIC "-//W3C//ENTITIES Latin 1 for XHTML//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml-lat1.ent">]>
<rss version="2.0" xml:base="http://stoopidsimple.com">
<channel>
 <title>stoopidsimple.com - Qt</title>
 <link>http://stoopidsimple.com/taxonomy/term/13/0</link>
 <description>cross platform toolkit developed by trolltech.com</description>
 <language>en</language>
<item>
 <title>lfhex - 0.42</title>
 <link>http://stoopidsimple.com/lfhex/0.42</link>
 <description>&lt;p&gt;Only one change in this version:&lt;br /&gt;
- fixed a bug where entering file offsets greater than 0xffffffff would result in changing the cursor to the wrong offset (it would wrap back to the beginning of the file).&lt;/p&gt;
</description>
 <category domain="http://stoopidsimple.com/taxonomy/term/1">C++</category>
 <category domain="http://stoopidsimple.com/taxonomy/term/11">lfhex</category>
 <category domain="http://stoopidsimple.com/taxonomy/term/13">Qt</category>
 <pubDate>Thu, 18 Sep 2008 17:49:12 -0700</pubDate>
</item>
<item>
 <title>lfhex - 0.41</title>
 <link>http://stoopidsimple.com/lfhex/0.41</link>
 <description>&lt;p&gt;I have just uploaded a new version of lfhex. You can grab it from the &lt;a href=&quot;http://stoopidsimple.com/files/lfhex-0.41.tar.gz&quot;&gt;download&lt;/a&gt; link.&lt;/p&gt;
&lt;p&gt;Changes:&lt;br /&gt;
- The binary comparison mode (-c command line option) is re-enabled (Thanks Roy Damman!)&lt;br /&gt;
- Fixed a bug if -NDEBUG is used (Thanks Guenther Brunthaler!)&lt;/p&gt;
</description>
 <category domain="http://stoopidsimple.com/taxonomy/term/1">C++</category>
 <category domain="http://stoopidsimple.com/taxonomy/term/11">lfhex</category>
 <category domain="http://stoopidsimple.com/taxonomy/term/13">Qt</category>
 <pubDate>Wed, 10 Sep 2008 18:57:42 -0700</pubDate>
</item>
<item>
 <title>lfhex - 0.4</title>
 <link>http://stoopidsimple.com/lfhex_0.4</link>
 <description>&lt;p&gt;It took me a little while longer to get some of the mundane issues sorted out (like changing from QPL to GPL to apease Qt 4.x licensing restrictions). But here it is!&lt;/p&gt;
</description>
 <category domain="http://stoopidsimple.com/taxonomy/term/1">C++</category>
 <category domain="http://stoopidsimple.com/taxonomy/term/11">lfhex</category>
 <category domain="http://stoopidsimple.com/taxonomy/term/13">Qt</category>
 <pubDate>Sat, 04 Nov 2006 20:31:27 -0800</pubDate>
</item>
<item>
 <title>lfhex on Qt 4</title>
 <link>http://stoopidsimple.com/node/45</link>
 <description>&lt;p&gt;Life has been pretty hectic lately. But I am finally getting around to porting lfhex to Qt 4.0. This is my second 3.x to 4.x port and I have to say that it is a real pain. This one is made more difficult because I am also porting the build system to use qmake. It should be easy, but the source includes Flex/Bison source which only seems remotely supported by qmake.&lt;/p&gt;
&lt;p&gt;I expect to finish the port and testing within the week!&lt;/p&gt;
</description>
 <category domain="http://stoopidsimple.com/taxonomy/term/11">lfhex</category>
 <category domain="http://stoopidsimple.com/taxonomy/term/13">Qt</category>
 <pubDate>Fri, 13 Oct 2006 18:44:05 -0700</pubDate>
</item>
<item>
 <title>Qt Button Size</title>
 <link>http://stoopidsimple.com/qt/button_size</link>
 <description>&lt;p&gt;Trouble getting your QPushButtons to be the size you really want? read on...&lt;/p&gt;
</description>
 <category domain="http://stoopidsimple.com/taxonomy/term/1">C++</category>
 <category domain="http://stoopidsimple.com/taxonomy/term/13">Qt</category>
 <pubDate>Thu, 17 Nov 2005 18:00:03 -0800</pubDate>
</item>
<item>
 <title>Tonality - 1.4.1</title>
 <link>http://stoopidsimple.com/tonality/1.4.1</link>
 <description>&lt;p&gt;I just posted a new version of Tonality. Only minor bug fixes and enhancements were added.&lt;/p&gt;
</description>
 <category domain="http://stoopidsimple.com/taxonomy/term/1">C++</category>
 <category domain="http://stoopidsimple.com/taxonomy/term/8">Digital Darkroom</category>
 <category domain="http://stoopidsimple.com/taxonomy/term/13">Qt</category>
 <category domain="http://stoopidsimple.com/taxonomy/term/12">tonality</category>
 <pubDate>Thu, 10 Nov 2005 18:37:30 -0800</pubDate>
</item>
<item>
 <title>QTable alternating colors</title>
 <link>http://stoopidsimple.com/qt/QTable/alternating_colors</link>
 <description>&lt;p&gt;Most modern table widgets are displayed with alternating colors to help visually distinguish between rows.&lt;br /&gt;
Qt 4 makes this stoopid simple for you by providing QTableWidget::setAlternatingColors(). However in Qt 3.x you have to roll your own. Read on for discussion and sample implementation.&lt;/p&gt;
</description>
 <category domain="http://stoopidsimple.com/taxonomy/term/1">C++</category>
 <category domain="http://stoopidsimple.com/taxonomy/term/13">Qt</category>
 <pubDate>Mon, 03 Oct 2005 18:19:24 -0700</pubDate>
</item>
<item>
 <title>Qt 4 QTableWidget Tips and Tricks</title>
 <link>http://stoopidsimple.com/qt/4/QTableWIdget</link>
 <description>&lt;p&gt;&lt;a href=&quot;#HideHeaders&quot;&gt;How to hide headers&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;#SetHeaderLables&quot;&gt;How to set header labels&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;#AlternatingColors&quot;&gt;How to alternate colors for rows&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;#SetDefaults&quot;&gt;How to set defaults for table items&lt;/a&gt;&lt;/p&gt;
</description>
 <category domain="http://stoopidsimple.com/taxonomy/term/1">C++</category>
 <category domain="http://stoopidsimple.com/taxonomy/term/13">Qt</category>
 <pubDate>Fri, 23 Sep 2005 19:57:23 -0700</pubDate>
</item>
<item>
 <title>Qt 3-&gt;4 Porting</title>
 <link>http://stoopidsimple.com/qt_port</link>
 <description>&lt;p&gt;I finally got arround to working on Tonality. I ported it to Qt 4.0 this weekend. I hope this article helps others decide how to handle their Qt porting.&lt;/p&gt;
</description>
 <category domain="http://stoopidsimple.com/taxonomy/term/1">C++</category>
 <category domain="http://stoopidsimple.com/taxonomy/term/13">Qt</category>
 <pubDate>Mon, 05 Sep 2005 12:59:43 -0700</pubDate>
</item>
</channel>
</rss>
