User Tools

Site Tools


qt-quick-for-designers-1:interaction_basics

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
qt-quick-for-designers-1:interaction_basics [2013/06/21 22:05] mithatqt-quick-for-designers-1:interaction_basics [2013/07/06 22:52] (current) mithat
Line 3: Line 3:
  
   * The **MouseArea** item handles mouse events for items that are on the scene.   * The **MouseArea** item handles mouse events for items that are on the scene.
-  * They can emit signals which are used to specify behaviors.+  * They can emit //signals//, which are used to specify behaviors.
 <file javascript mousearea-example.qml> <file javascript mousearea-example.qml>
 import QtQuick 1.0 import QtQuick 1.0
Line 149: Line 149:
 ===== Flickable ===== ===== Flickable =====
  
- * Elements placed in a Flickable item can be dragged and flicked.+  * Elements placed in a Flickable item can be dragged and flicked.
 <file javascript flickable-area.qml> <file javascript flickable-area.qml>
 import QtQuick 1.0 import QtQuick 1.0
Line 164: Line 164:
      }      }
  }</file>  }</file>
 +  * More about Flickable on the [[https://qt-project.org/doc/qt-4.8/qml-flickable.html|Qt 4.8]] doc pages.
  
 ====== Resources ====== ====== Resources ======
-{{:qt-quick-for-designers-1:background.png?24|}} +  * {{:qt-quick-for-designers-1:images.zip|}} 
-{{:qt-quick-for-designers-1:button.png?24|}} +  * All source code is subject to this [[copyright header|copyright]].
-{{:qt-quick-for-designers-1:spaceship.png?24|}}+
  
qt-quick-for-designers-1/interaction_basics.1371852328.txt.gz · Last modified: 2013/06/21 22:05 by mithat

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki