搜索资源列表
QTE4.5.2_2410
- 开发环境: QTE4.5.2移植到2410过程 操作系统:Vmware6.5+ubuntu 8.04 交叉工具链:arm-linux-gcc-3.4.1 目标:GEC2410+NEC 3.5寸 -Development Environment: QTE4.5.2 transplanted to 2410 the process of the operating system: Vmware6.5+ ubuntu 8.04 cross tool chain: arm-linux
EECS_6728_Makefile_Generator
- makefile generator for gnu make, written in Qt 4.5
embeddedingappl.tar
- This a program written in C++ and Qt 4.5 which will swallow running xapplications by just entering their winow id. Window id can be found out by the following command "xwinifo -name xxxx" where xxxx is the title of the application to be embedded, M
chuankou
- 一个QT的串口调试程序,在linux下成功运行!采用的是QT的第三方类qextserialport!-A serial debugger QT, successfully running in linux! QT uses third-party category qextserialport!
Qt-Linux_programming
- QT及linux操作系统窗口设计。书中用的软件有Qtopia 2.1.1,Qt/Embedded 3.4,Qt/X11 3.4,KDE 3.5/X windows的X11R682.-QT and the linux operating system, window design. Book used in software Qtopia 2.1.1, Qt/Embedded 3.4, Qt/X11 3.4, KDE 3.5/X windows in X11R682.
qtractor-0.4.5.tar
- qt一款强大的语音编辑器,实现语音的编辑功能,实用方便!-a powerful voice qt editor, voice editing capabilities, practical and convenient!
tslib-1.4
- 触摸屏操作的源码,用在QTOPIA,当前最高版本-code for touch screen ,using for qtopia
Qt_embeded_4.5.3-ARM-Linux.docx
- Qt embeded 4.5.3 在ARM-Linux的移植,详细讲解了QT在ARM-Linux上的移植过程和注意事项,是做嵌入式移植的好资料。-Qt embeded 4.5.3 on ARM-Linux migration, explained in detail on the QT in the ARM-Linux migration process and precautions, is doing a good information embedded transplant.
[QtGUIPrograme.chm
- QT开发不可多得的参考资料,值得一看。而且还是最新的4.5版本的-QT Development rare reference, worth a visit. But also the latest 4.5 version
Qt-4.5.2
- 在vc6下配置qt4.5.2的开发环境。-In vc6 configure qt4.5.2 development environment.
qt-embedded-2.2.2.tar
- Qt Embedded是挪威Trolletch公司的图形化界面开发工具Qt的嵌入式版本,它通过QtAPI与LinuxI/O以及Framebuffer直接交互,拥有较高的运行效率,而且整体采用面向对象编程,拥有良好地体系架构和编程模式,Qt/embedded和Qt一样,在4.5版本之后提供了三种不同的授权协议GPL, LGPL和Commercial。有关如何正确选择协议,可以阅读这里[1]。 Qt Embedded目前的版本通常为4.5,提供了两个版本,分别是Qt for Embedded L
qt-embedded_to_mini2440
- 移植qt-embedded-linux-opensource-src-4[1].5.3至mini2440(王安喜原创).doc 宿主机:Fedora9 主机Gcc:gcc 版本 4.3.0 20080428 (Red Hat 4.3.0-8) (G-Transplantation qt-embedded-linux-opensource-src-4 [1] .5.3 to mini2440 (Wang Anxi original). doc Host: Fedora9 Hos
QT_GUI_Design_Papers
- QT界面设计论文集,包含1.嵌入式Linux的图形界面技术研究与实现 2.基于嵌入式Linux系统的Qt_Embedded图像处理界面开发 3.基于嵌入式Linux的 GUI应用程序的实现 3.基于ZigBee技术的智能家居环境监测系统 4.基于QT的嵌入式综合媒体无线触摸屏系统 5.基于QtEmbedded和Qtopia的嵌入式GUI研究与实现 6.基于QtEmbedded的嵌入式控制界面开发 7.基于Qt_Embedded的嵌入式GUI系统的研究与构建 8.基于linux的数据采集及在QT界
qt-x11-opensource-src-4.5.0
- 搭建嵌入式QT开发环境qt-x11-opensource-src-4.5.0在fedora core 7平台上搭建Qt开发平台的详细步骤-Build embedded QT development environment QT-x11-opensource-SRC-4.5.0 in fedora core 7 platform building QT development platform detailed steps
QT-develop
- qt开发教程,很全面 第1 章走近Qt 第2 章Qt 的安装与配置 第3 章Qt 编程基础 第4 章Qt 4 集成开发环境 第5 章使用Qt4 基本GUI 工具 第6 章Qt 4 程序开发方法和流程 第7 章对话框 第8 章主窗口 第9 章Qt 样式表与应用程序观感 第10 章在程序中使用.ui 文件 第11 章布局管理 第12 章使用Qt Creator 第13 章Qt 核心机制与原理 附录A qmake 命令 附录B make 命令
QNorthstarplayer
- libmad+QT的嵌入式mp3播放器。解码部分使用libmad库,UI部分使用QT(版本4.5.2),使用linux环境开发。 实现了播放/暂停,播放列表,歌词显示,添加\删除文件等。-libmad+QT embedded mp3 player. Use libmad decode section the library UI part using QT (version 4.5.2), use the linux environment development. Play/pause,
Qte4.5.3_tslib1.4.1.pdf.tar
- Qt开发手册,希望对大家学习有用,帮助大家进步。-hope help everyone
qt-creator-2.5.2-src.tar
- qt-creator 2.5对应于qt 4.8-qt-creator 2.5 corresponds to qt 4.8
QT和面向对象节介绍
- 在Linux上QT的基本,QT程序开发 开发一个Qt应用程序的步骤: 1、 先声明所需的窗口部件 2、 设置它们的属性 3、 然后再把这些窗口部件添加到布局中 4、 根据Qt的信号/槽原理,创建并连接使用到的信号/槽,通过窗口部件之间的通信可管理用户的交互行为 5、 程序的编译、链接和运行(Basic QT program development on Linux on QT Steps to develop a Qt application: 1. Declare the re
Qt5学习资料
- QT5 学习资料,包括基本知识的介绍、常用 GUI 组件的介绍、常用技术的介绍等;内容上将结合 Qt 4 与 Qt 5 两个部分。(QT5 learning materials, including introduction of basic knowledge, introduction of commonly used GUI components, introduction of common technologies, etc., will combine two parts of Qt