<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://programmingexamples.net/w/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://programmingexamples.net/w/index.php?action=history&amp;feed=atom&amp;title=Qt%2FProgrammaticButton</id>
		<title>Qt/ProgrammaticButton - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://programmingexamples.net/w/index.php?action=history&amp;feed=atom&amp;title=Qt%2FProgrammaticButton"/>
		<link rel="alternate" type="text/html" href="http://programmingexamples.net/w/index.php?title=Qt/ProgrammaticButton&amp;action=history"/>
		<updated>2026-04-25T09:10:39Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.23.5</generator>

	<entry>
		<id>http://programmingexamples.net/w/index.php?title=Qt/ProgrammaticButton&amp;diff=259&amp;oldid=prev</id>
		<title>Daviddoria: Created page with '==ProgrammaticButton.cpp== &lt;source lang=&quot;cpp&quot;&gt; #include &lt;qapplication.h&gt; #include &lt;qpushbutton.h&gt;   int main( int argc, char **argv ) {   QApplication a( argc, argv );    QPushBu…'</title>
		<link rel="alternate" type="text/html" href="http://programmingexamples.net/w/index.php?title=Qt/ProgrammaticButton&amp;diff=259&amp;oldid=prev"/>
				<updated>2010-06-28T20:20:41Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;#039;==ProgrammaticButton.cpp== &amp;lt;source lang=&amp;quot;cpp&amp;quot;&amp;gt; #include &amp;lt;qapplication.h&amp;gt; #include &amp;lt;qpushbutton.h&amp;gt;   int main( int argc, char **argv ) {   QApplication a( argc, argv );    QPushBu…&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==ProgrammaticButton.cpp==&lt;br /&gt;
&amp;lt;source lang=&amp;quot;cpp&amp;quot;&amp;gt;&lt;br /&gt;
#include &amp;lt;qapplication.h&amp;gt;&lt;br /&gt;
#include &amp;lt;qpushbutton.h&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
int main( int argc, char **argv )&lt;br /&gt;
{&lt;br /&gt;
  QApplication a( argc, argv );&lt;br /&gt;
&lt;br /&gt;
  QPushButton hello( &amp;quot;Hello world!&amp;quot;, 0 );&lt;br /&gt;
  hello.resize( 100, 30 );&lt;br /&gt;
&lt;br /&gt;
  hello.show();&lt;br /&gt;
  return a.exec();&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>Daviddoria</name></author>	</entry>

	</feed>