- 浏览: 75068 次
- 性别:
- 来自: 北京
1.Qt SDK
Qt SDK 在一个单独的安装程序内包括了使用 Qt 构建跨平台应用程序所需的工具。
- Qt 库 4.7.0 (change notes)
- Qt Creator IDE 2.0.1 (change notes)
- Qt 开发工具(Qt Add-Ons, Qt Mobility)
2.Frameworks on top of Qt
(1)Qt Mobility
Qt Mobility delivers a set of APIs to Qt, with features that are well known from the mobile device
world. However, these APIs allow the developer to, with ease, use features from one framework and
apply them to phones, netbooks, and non-mobile personal computers.
Qt Mobility provides APIs for mobile device development. This includes access to a device's data (for example, sensor data, location), as well as abstractions for telephony, connectivity, contacts, multimedia and other generic services. Qt Mobility also has adapters so it can be used with QML.
(2)Meego Touch Framework
MeeGo Touch is a Qt-based application development framework targeting mobile touch screen
devices. It is part of the MeeGo Platform API (not part of the MeeGo Core API, and therefore not
guaranteed to be available or supported after MeeGo 1.1). It provides all the necessary building blocks for creating native applications that follow the MeeGo Handset UX guidelines. The framework itself is built on top of the Qt Graphics View Framework.
3.Qt Quick (is a technology)
Qt Quick is a collection of technologies that are designed to help developers create the kind of
intuitive, modern-looking, fluid user interfaces that are increasingly used on mobile phones, media
players, set-top boxes and other portable devices.
Qt Quick consists of a rich set of user interface elements, a declarative language (QML)for describing
user interfaces and a language runtime(Qt Declarative Module). A collection of C++ APIs is used to
integrate these high level features with classic Qt applications.
4.MeeGo API
MeeGo 1.1 includes the official MeeGo API based on Qt 4.7 and Qt mobility 1.0. It also includes
framework and middleware components along with some preview technologies as described in the
Platform API.
(1)Meego API (core API)
http://apidocs.meego.com/1.1/core/html/index.html
Based on Qt and Qt Mobility.
(2)Platform API
The Platform API includes libraries and components that are part of the MeeGo 1.1 SDK but are not
recommended for general use.Meego Touch Framework is part of Platform API.
5.MeeGo SDK 几种开发环境
http://blog.csdn.net/vip_dog/archive/2010/08/14/5808411.aspx
发表评论
-
排序算法---计数排序
2011-11-27 14:57 602#include <stdio.h> vo ... -
排序算法---归并排序
2011-11-26 19:33 740#include <stdio.h> vo ... -
排序算法---交换排序(冒泡排序、快速排序)
2011-11-26 19:32 699#include <stdio.h> vo ... -
排序算法---选择排序(简单插入排序、堆排序)
2011-11-26 19:31 643#include <stdio.h> vo ... -
排序算法---插入排序(简单排序、shell排序)
2011-11-26 19:29 643#include <stdio.h> vo ... -
删除字符串中的特定字符和重复字符
2011-11-26 13:45 660#include <stdio.h> vo ... -
Linux编程-多线程、同步和互斥(转载)
2011-11-14 15:27 1204http://www.cnblogs.com/skynet/a ... -
寻找字符串中的最大数字子串
2011-09-22 17:17 1513#include <stdio.h> int f ... -
删除子字符串
2011-09-21 15:27 599#include <stdio.h> #incl ... -
c语言随机数
2011-09-18 17:15 682#include <stdio.h> #i ... -
带头结点有序单链表的合并
2011-09-08 14:21 1178typedef int Item; typedef s ... -
链表逆序的递归/非递归算法
2011-09-01 23:37 1404/** *链表逆序的递归/非递归算法 */ # ... -
递归算法---字符串---全/部分组合和全排列
2011-08-30 23:01 1216#include <stdio.h> #i ... -
递归算法---0-1背包问题(面试宝典)
2011-08-28 21:11 1892/** *正整数n,m,从数列1、2、3、...、n中随 ... -
递归算法---字符串全组合(面试宝典)
2011-08-28 17:24 1250/** *求一字符串所有字串的组合 */ #i ... -
递归算法---求解多元一次方程
2011-08-28 10:38 1893/** * 求解x1+x2+x3+...+x10 = ... -
(zz)关于类的sizeof
2011-08-27 18:16 563http://blog.sina.com.cn/s/blog_ ... -
(zz)结构体字节对齐原则
2011-08-27 17:53 1576结构体默认的字节对齐一般满足三个准则: 结构体变量的首 ... -
list.h from linux-2.4
2011-08-25 09:59 602#ifndef _LIST_H_ #define _L ... -
The C Programming Lang (K&R) hash table
2011-08-25 09:52 930hash.h #include <stdio.h ...
相关推荐
### 《Beginnings Nokia Apps Development Using MeeGo Mobile QT and OpenSymbian》知识点解析 #### 一、书籍概述 本书《Beginnings Nokia Apps Development Using MeeGo Mobile QT and OpenSymbian》由Ray ...
"Developing MeeGo apps with Python and QML.pdf"这份文档可能包含了逐步的教程,从创建新项目开始,指导读者如何设置开发环境,编写Python后端代码,设计QML界面,以及如何实现两者之间的交互。通过实践案例,...
MeeGo 1.2 支持的 Qt 4.7.2 模块包括 Qt Script、Qt Sql、Qt Svg、Qt WebKit、Qt Xml、Qt XmlPatterns、QtCore、QtGui、Qt Declarative、QtDBus 和 Qt Network 等。 - **QtCore**:包含核心非 GUI 功能,如 ...
接下来是Qt的核心机制,信号与槽(Signals and Slots)的介绍。这是Qt特有的事件处理机制,用于对象之间的通信。在Qt中,当某个对象产生一个信号时,与其连接的槽函数将被调用。这种机制使得开发者能够实现事件驱动...
QtQQ在Symbian和Meego平台上的QQ,使用Qt和QML开发,非官方版本。代码来自雨后星辰的UbuntuQQ,由他修改了部分代码使得可以在Symbian上运行。由于Ubuntu版本的开发已经停止,本版本也停止开发,十分抱歉。提供了一些...
Why is this interesting in a Qt course? • Mobile devices vs. desktop/server systems • Android, Maemo, and MeeGo today • Designing software for mobile environments
开发 MeeGo 应用程序使用 Python 和 QML 本文将详细介绍如何使用 Python 和 QML 开发 MeeGo 应用程序。MeeGo 是一个基于 Linux 的操作系统,旨在提供一个统一的平台 для桌面和移动设备。Python 是一个流行的编程...
随着该项目的演进,很多开发者开始探索如何利用Python和QML(Qt Modeling Language)来开发适用于MeeGo的应用程序。这篇文档提供了详细的教程,展示了如何设置开发环境,编写Python脚本,并结合QML来创建用户界面。 ...
Python作为强大的脚本语言,QML则是Qt库中的一个高级用户界面描述语言,两者结合为开发者提供了高效且灵活的编程体验。 本资源主要包含一本PDF电子书,详细阐述了如何利用Python和QML的强大功能来设计和实现MeeGo...