Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - qt/e
Search - qt/e - List
Trolltech公司发布的基于C++图形开发环境,简称Qt/E,支持大量的API,是Linux下的图形界面开发利器。这是一个较新的可开发嵌入式图形界面的版本。-Trolltech released on C graphical development environment, called Qt / E and large API, Linux graphical interface development weapon. This is a relatively new development of embedded GUI version.
Date : 2008-10-13 Size : 21.76mb User : 何飞

介绍了Qt/E相关的知识,包括QT/E安装,编译,以及执行,并详细重点分析了如何在Qt/E下显示中文,对从事Qt/E开发的人员有帮助。
Date : 2008-10-13 Size : 26.03kb User : 汪龙峰

DL : 0
QT/E在linux下的安装与移植到S3C2410
Date : 2008-10-13 Size : 35.18kb User : kang

本文详细的介绍了linux下利用QT/E进行无闪烁绘图的方法。
Date : 2011-03-31 Size : 280.88kb User : ssh_2008

嵌入式开发中的QT/E输入法源程序,可在移植到开发板上的拼音输入法。-Embedded Development QT/E input source can be transplanted to the development board of the Pinyin input method.
Date : 2011-07-26 Size : 128.7kb User : Simonz

Trolltech公司发布的基于C++图形开发环境,简称Qt/E,支持大量的API,是Linux下的图形界面开发利器。这是一个较新的可开发嵌入式图形界面的版本。-Trolltech released on C graphical development environment, called Qt/E and large API, Linux graphical interface development weapon. This is a relatively new development of embedded GUI version.
Date : 2025-07-13 Size : 21.75mb User : 何飞

用于FS2410的Qt嵌入式图形开发入门篇 Qt/Embedded 的开发环境可以取代那些我们熟知的UNIX 和WINDOWS 开发工具。它提供了几个跨平台的 工具使得开发变得迅速和方便,尤其是它的图形设计器。Unix 下的开发者可以在PC 机或者工作站使用虚 拟缓冲帧,从而可以仿真一个和嵌入式设备的显示终端大小,象素相同的显示环境。-for FS2410 Qt Embedded graphics development portal Part Qt/Embedded Development of Central Habitat can replace those we are familiar UNIX and Windows development tools. It provides a number of cross-platform development tool that makes it become rapid and convenient, especially its graphic designer. Unix developer in PC or workstation use of the virtual frame buffer. thus a simulation and embedded devices the size of the display terminal, the same pixel display environment.
Date : 2025-07-13 Size : 1.4mb User : 高颖峰

t嵌入式图形开发实战篇 嵌入式应用的开发工作基本上是在工作站或是PC 机上完成的,我们在工作的机器上调试运行嵌入式应用,并将输出结果显示在一个仿真小型设备显示终端的模拟器上。在开发的后期,我们要根据我们选择的嵌入式硬件平台,将嵌入式应用编译链接成适合在这个硬件平台上运行的二进制目标代码,另外由于应用使用到了Qt/Embedded 的库,所以我们还要将Qt/Embedded 库的源代码编译链接成为适合在这个硬件平台上使用的二进制目标代码库。当一个Qt/Embedded 应用被部署到小型设备上,并可靠的运行,这样一个开发过程才宣告结束。 介绍如何在一台装有Linux操作系统的机器上建立Qt/Embedded开发环境。 并教初学者认识Qt/Embedded 开发环境。-t embedded graphics development PART real embedded applications development work is basically in the workstation or PC End 10% of our work on the machine running debug embedded applications, results showed that output will be in a small simulation equipment display terminal on the simulator. Late in the development, we need to according to our choice of embedded hardware platforms, embedded applications will be compiled into a suitable link in the hardware platform running on the binary object code, As the application to use the Qt/Embedded libraries, So we need to Qt/Embedded for compiling the source code for the link as the hardware platform so the binary object code library. When a Qt/Embedded applications are deployed in small devices, and reliable operation, such a development p
Date : 2025-07-13 Size : 847kb User : 高颖峰

qt/embeded rh9环境下编译脚本命令文件及hello程序代码-qt/embeded rh9 environment compiler script commands documents and hello code
Date : 2025-07-13 Size : 16kb User : fenghui

Qt/Embedded延续了Qt在桌面系统的所有功能,丰富的API接口和基于组件的编程模型使得嵌入式Linux系统中的应用程序开发更加便捷。由于Qt/Embedded本身面向高端的手持设备和移动设备,将成为未来嵌入式系统的主要GUI。 -Qt/Embedded extension of the Qt Desktop System in all of the features, rich API interface and programming model of component-based embedded Linux system makes application development easier. Because Qt/Embedded in itself for high-end handheld devices and mobile devices will become the future of embedded systems the main GUI.
Date : 2025-07-13 Size : 6kb User : 刘娜

使用QT开发嵌入式图形程序的指导,从QT/Embedded的配置到项目的构建,都有具体的分析,个人觉得很管用:)-Use QT to develop embedded graphics program guidance, from the QT/Embedded configuration to the project s construction, are both specific analysis, individuals find it very useful:)
Date : 2025-07-13 Size : 2.63mb User : 李晨爔

了解嵌入式图形系统 掌握QT/E开发环境、关键技术 通过实例熟悉基于Qt/E的嵌入式GUI设计-err
Date : 2025-07-13 Size : 327kb User : peng

前面我们详细介绍了Qt 嵌入式工具开发包的安装和使用方法,但是这个介绍对于要真 正进行一次商业的嵌入式应用开发来说并不足够。嵌入式应用的开发工作基本上是在工作站 或是PC 机上完成的,我们在工作的机器上调试运行嵌入式应用,并将输出结果显示在一个仿 真小型设备显示终端的模拟器上。在开发的后期,我们要根据我们选择的嵌入式硬件平台, 将嵌入式应用编译链接成适合在这个硬件平台上运行的二进制目标代码,另外由于应用使用 到了Qt/Embedded 的库,所以我们还要将Qt/Embedded 库的源代码编译链接成为适合在这个 硬件平台上使用的二进制目标代码库。当一个Qt/Embedded 应用被部署到小型设备上,并可 靠的运行,这样一个开发过程才宣告结束。 使用Qt/Embedded 开发一个嵌入式应用的过程大体可用下面的流程图表示:-err
Date : 2025-07-13 Size : 847kb User : tanghui

介绍了Qt/E相关的知识,包括QT/E安装,编译,以及执行,并详细重点分析了如何在Qt/E下显示中文,对从事Qt/E开发的人员有帮助。-Introduced the Qt/E-related knowledge, including QT/E to install, compile, and implementation, and detailed analysis of how the focus of Qt/E is shown in Chinese, to engage in Qt/E to develop the staff helpful.
Date : 2025-07-13 Size : 26kb User : 汪龙峰

DL : 0
QT/E在linux下的安装与移植到S3C2410-QT/E under the linux install and migrate to S3C2410
Date : 2025-07-13 Size : 35kb User : kang

DL : 0
本文主要内容为编译器的安装,安装与建立Qt 桌面运行环境,Qt/E 的交叉编译,建立本机Qtopia 虚拟平-The main contents of this article for the compiler installation, installation and operation of the establishment of Qt desktop environment, Qt/E of the cross compiler to build the Qtopia virtual machine level
Date : 2025-07-13 Size : 8kb User : 进步龙

PDA 界面这个一个简单的PDA开发界面,包含一些功能按钮。经过QT/E 4.5.3编译可以运行。-pda interface
Date : 2025-07-13 Size : 8.07mb User : 王先生

Qt/E开发教程 用于初学者,学习Linux界面的开发和学习-Qt/E development tutorials for beginners to learn Linux interface development and learning
Date : 2025-07-13 Size : 2.1mb User : 123

QT的事件机制 QT多线程编程 QT网络编程 QT/E的移植与编译 -The event mechanism QT QT QT network programming multi-threaded programming QT/E and the compilation of migration
Date : 2025-07-13 Size : 65kb User : 曹毅

在QT/E下设计的wifi上网配置界面,很有参考价值
Date : 2012-12-11 Size : 7.13mb User : wjy666888wjy
« 12 3 4 5 6 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.