Qt SDK 1.1 Technology Preview发布

Nokia 今天发布了 Qt 1.1 SDK Technology ">Preview. 该版本基于 Qt 4.7,可让开发人员很方便的进行 Symbian、Maemo 5 和桌面应用的开发,该版本使得 Symbian 开发者很方便的使用系统 API。

Qt SDK 包括:

·Qt Creator 2.1 RC, which includes the first iteration of tooling support for Qt Quick.
·Qt 4.7.1 for Symbian (Symbian^1 and Symbian^3), in both the tool chain and as sis packages (for installation to a device).
·Qt Mobility 1.1 for Symbian (Symbian^1 and Symbian^3).
·N900 (Maemo) target allows development with Qt 4.7.
·Qt Simulator uses Qt 4.7.1 and Qt 1.1.

With great excitement to announce the immediate availability of the Qt SDK 1.1 Technology Preview that supports mobile and desktop platforms. The new SDK is a merge of the Nokia Qt SDK 1.0 and the last Qt SDK, based on Qt 4.7.

The target of the Qt SDK 1.1 is to easily get started with Qt Quick development on Symbian, Maemo5 and the desktop. Specifically this means

Qt Mobility 1.1 for Symbian targets (both Symbian^1 and Symbian^3) adding many new features and fixes
The N900 target allows development with Qt 4.7

Qt Simulator uses Qt 4.7.1 as well as Qt Mobility 1.1 as a basis for development
The new Qt SDK 1.1 Technology Preview enables developers targeting desktop platforms to use the same setup, features and environment as developers targeting platforms. This eases the migration of desktop applications to mobile platforms (Have you heard about the “Qtest Mobile App Port” contest yet?).

Qt SDK 1.1 很重要的一点还包含 Qt Quick Designer 这是 Qt Creator IDE 的一部分,是一个所见即所得的编辑器用来创建基于QML的用户界面、动画和其他可视化元素。

The 1.1 release of the Qt SDK is particularly important because it marks the inclusion of Qt Quick/QML technology tooling for the first time. The Qt Quick Designer, part of the Qt Creator IDE, is a WYSIWYG editor, which allows for the rapid creation and iteration of QML based user interfaces, animations, transitions and other visual elements.

The Qt Labs blog notes that, in response to developer feedback, support for using native Symbian APIs has been improved. It is now possible to optionally enable the use of native Symbian APIs; this can be done via the installer or the maintenance tool.

The SDK also updated the remote compiler functionality, allowing developers to use the updated version of this service with the Qt and Qt Mobility releases. The remote compiler allows developers to remotely compile their project on a remotely hosted server; this allows developers on Linux and Mac computers to more easily create applications that will run on Symbian devices. In addition, the recently announced Notifications API is now supported in experimental form.

时间: 2024-10-30 07:42:36

Qt SDK 1.1 Technology Preview发布的相关文章

Qt SDK 1.1和Qt 4.7.3 libraries发布

Qt 是跨平台的应用程序和 UI 框架. 它包括跨平台类库.集成开发工具和跨平台 IDE.使用 Qt 您只需一次性开发应用程序,无须重新编写源代码,便可跨不同桌面和嵌入式操作系统部署这些应用程序. 针对多个平台只需编写一次代码 使用 Qt 您只需编写一次应用程序和 UI,无须重新编写源代码,便可跨不同的桌面和嵌入式操作系统进行部署,既节省了时间又降低开发成本.创建令人意想不到的用户体验 QQt 提供了应用程序生成块,包括庞大的可定制 widget 集合.图形画布.风格引擎和其他内容,您可用来生成

在 Windows下静态编译Qt SDK

1.使用条件: (1)系统:Widows XP 萝卜版 (2)QT:QT4.6.2  windows版 2.使用步骤: (1)静态编译QT A:设置qmake.conf 用记事本打开D:\Qt\2010.02.1\qt\mkspecs\win32-g++下的qmake.conf 在"QMAKE_LEXFLAGS ="后面增加"-static",保存退出. B:运行,"开始---程序程序---Qt SDK by Nokia v2010.02.1 (open

arcgis-Qt 结合ArcGIS for Qt SDK跨平台开发

问题描述 Qt 结合ArcGIS for Qt SDK跨平台开发 刚接触Qt,ESRI针对Qt推出的SDK也不太了解,二者结合进行跨平台开发,现在连helloword都编译失败,求大神指点. 解决方案 sdk正确安装了么?安装好了能直接创建地图的工程啊

RHEL 7 Technology Preview - lvm cache like zfs l2arc, bcache, flashcache

zfs l2arc不回写, 不存储脏数据. LVM cache会不会回写(会, 因为默认是writeback的, 显然是可以回写的, 所以LVM和flashcache类似, 性能应该很好)? LVM cache能否达到flashcache的性能? 同时lvm还支持多个ssd设备mirror. LVM Cache Red Hat Enterprise Linux 7 introduces LVM cache as a Technology Preview. This feature allows

QT的插件机制在程序发布时易出现的问题

qt中对各种格式的图片.数据库.字符编码等都是以插件的机制运行的,使用动态QT库时,在运行时程序会在需要时到指定的文件夹中加载这些插件的DLL,QT中默认为是在QTDIR/4.2.2/PLUGIN中,所以经常在发布程序时,如果机器上没有装过QT,程序会找不到这个文件夹,也就无法使用这些插件,解决办法是:在程序中加入你能找到的一个文件路径,然后把相应插件的文件夹(如imageformats.codecs等)加入到这个路径,通常将你的程序路径设为这个路径,可在程序开始调用qApp->addLibra

高德首次开放导航SDK 车载与步行同步发布

中介交易 http://www.aliyun.com/zixun/aggregation/6858.html">SEO诊断 淘宝客 云主机 技术大厅 新浪科技讯 6月19日下午消息,高德LBS开放平台今日宣布推出导航SDK V1.0.0版,这是高德首次在其核心导航领域面向开发者开放SDK.该SDK兼容了车载与步行两种导航方式,在兼顾功能的前提下大幅降低了开发成本. 手机地图一直被看作是移动互联重要入口之一,LBS在O2O中扮演了重要角色,因为在用户产生需求.选择.购买.线下消费的各环节中,

用qt SDK 构建meego touch 开发环境

说明: 也许有不少朋友会问到,网上有不少构建meego touch环境的文章了,你又何必多此一举呢?细心的朋友可能会发现,我这里不用编译QT4.7 而是用QT4.7的SDK来搭建环境的.编译QT4.7一般都需要大概一下午的时间,而是用SDK则最多不超过20分钟就搞定了.这也是希望能有更快的方法让大家来玩meego. 下载 qt-sdk-linux-x86-opensource-2010.05-rc1.bin: 安装 qt-sdk-linux-x86-opensource-2010.05-rc1.

JOpt.SDK 4.0.2 .NET发布 自动化车辆路线工具

JOpt.SDK是一个自动化车辆路线和派送Java/J2SE和http://www.aliyun.com/zixun/aggregation/13480.html">.NET组件的工具.它可以解决旅行推销员的问题(TSP)和时窗限制路线规划的问题.它提供了各种因素限制的最佳化运输路线,如时窗,负载能力,规定行程路线.该组件是基于遗传算法,并自动确定订单任意设置车辆的优化配置. JOpt.SDK 4.0.2 .NET版本进入到第三个优化阶段. 软件信息:http://www.dna-evol

JOpt.SDK 4.0.1 .NET发布 自动化车辆路线工具

JOpt.SDK 4.0.1版本解决http://www.aliyun.com/zixun/aggregation/13480.html">.NET 4.0兼容问题. JOpt.SDK是一个自动化车辆路线和派送Java/J2SE和.NET.组件的工具.它可以解决旅行推销员的问题(TSP)和时窗限制路线规划的问题.它提供了各种因素限制的最佳化运输路线,如时窗,负载能力,规定行程路线.该组件是基于遗传算法,并自动确定订单任意设置车辆的优化配置. 下载地址:http://www.dna-evol