skip to content
Mithat Konar (the wiki)
User Tools
Log In
Site Tools
Search
Tools
Show pagesource
Old revisions
Backlinks
Recent Changes
Media Manager
Sitemap
Log In
>
Recent Changes
Media Manager
Sitemap
You are here:
Mithat Konar (the wiki)
»
Qt Quick for Designers
»
Getting started with Qt Quick
Sidebar
Site
Wiki home
Main site
Interaction
Arduino
Processing
UX for software engineers
Programming
C++
Java
JavaScript
Microcontrollers
MATLAB
Python
Qt
Version Control
General
EDA
KiCad
qt-quick-for-designers-1:getting_started_with_qt_quick
Getting started with Qt Quick
Qt Quick
is:
QML
(a programming language)
QtDeclarative
(a native module and C++
API
)
Qt Creator
(an IDE)
Integrated
GUI
layout and forms designer
Project and build management tools
Integrated, context-sensitive help system
Visual debugger
Code navigation tools
hello-world.qml
import
QtQuick
1.0
Rectangle
{
width
:
200
height
:
200
Text
{
x
:
66
y
:
93
text
:
"Hello World"
}
}
Resources
images.zip
All source code is subject to this
copyright
.
qt-quick-for-designers-1/getting_started_with_qt_quick.txt
· Last modified: 2013/07/06 22:51 by
mithat
Page Tools
Show pagesource
Old revisions
Backlinks
Back to top