<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>moc on nidomiro</title>
    <link>https://nidomiro.de/tags/moc/</link>
    <description>Recent content in moc on nidomiro</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Mon, 02 Jan 2017 16:54:00 +0200</lastBuildDate><atom:link href="https://nidomiro.de/tags/moc/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Writing a basic Qt project with Qt Creator</title>
      <link>https://nidomiro.de/2017/01/writing-a-basic-qt-project-with-qt-creator/</link>
      <pubDate>Mon, 02 Jan 2017 16:54:00 +0200</pubDate>
      
      <guid>https://nidomiro.de/2017/01/writing-a-basic-qt-project-with-qt-creator/</guid>
      <description>&lt;p&gt;I’m assuming you are already able to program and at least had a look at C++.
For example I won’t explain why &lt;code&gt;int main(int argc, char *argv[])&lt;/code&gt; is in the C++ source code.&lt;/p&gt;
&lt;p&gt;If you create a &amp;#34;Qt Console Application&amp;#34; you will have the following code:&lt;/p&gt;
&lt;p&gt;</description>
    </item>
    
    <item>
      <title>Qt Signals &amp; Slots: How they work</title>
      <link>https://nidomiro.de/2016/12/qt-signals-and-slots-how-they-work/</link>
      <pubDate>Wed, 07 Dec 2016 11:44:10 +0200</pubDate>
      
      <guid>https://nidomiro.de/2016/12/qt-signals-and-slots-how-they-work/</guid>
      <description>&lt;p&gt;The one thing that confuses the most people in the beginning is the Signal &amp;amp; Slot mechanism of Qt. But it’s actually not that difficult to understand. In general Signals &amp;amp; Slots are used to loosely connect classes. Illustrated by the keyword &lt;code&gt;emit&lt;/code&gt;, Signals are used to broadcast a message to all connected Slots. If no Slots are connected, the message &amp;#34;is lost in the wild&amp;#34;. So a connection between Signals &amp;amp; Slots is like a TCP/IP connection with a few exceptions, but this metaphor will help you to get the principle. A Signal is an outgoing port and a Slot is an input only port and a Signal can be connected to multiple Slots.&lt;/p&gt;
&lt;p&gt;</description>
    </item>
    
    <item>
      <title>How to start with Qt?</title>
      <link>https://nidomiro.de/2016/12/how-to-start-with-qt/</link>
      <pubDate>Wed, 07 Dec 2016 11:44:00 +0200</pubDate>
      
      <guid>https://nidomiro.de/2016/12/how-to-start-with-qt/</guid>
      <description>In this series I’ll give you a starting point on working with with Qt. Like I mentioned in Why I love the Qt framework I had a hard time at the beginning. I want to give you an easier start with this awesome peace of technology. This page will serve as an index for the whole series of tutorials and explanations. As more posts follow this page will be updated. I know there are plenty of tutorials on Qt, but maybe I’ll explain some things in a way you understand better.</description>
    </item>
    
  </channel>
</rss>
