Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - qt-x11
Search - qt-x11 - List
Trolltech公司发布的基于C++图形开发环境,支持大量的API,是Linux下的图形界面开发利器。-c++ graphic develop enviroment released by Trolltech company, the GDE which supports huge amount of API, is the sharp weapon of linux graphic development
Update : 2008-10-13 Size : 16926103 Publisher : 何飞

DL : 0
本文介绍了如何使用qt提供的接口来设计自己的GUI风格(look and feel),并通过一个具体的例子(使QSpinBox垂直显示)来详细说明过程。运行环境:redhat 9.0,qt-x11-free-3.2.*-This paper describes how to use the interface provided by the qt to design their own GUI style (look and f eel), and adopted a specific example (so that QSpinBox displayed vertically) to elaborate on the process. Operating environment : redhat 9.0, qt - x11-free-3.2 .*
Update : 2008-10-13 Size : 6636 Publisher : fanggang

移植qtopia必备库源代码,总共六个,分别是 e2fsprogs-1.38.tar.gz jpegsrc.v6b.tar.gz qt-embedded-2.3.10-free.tar.gz qtopia-free-source-2.1.1.tar.bz2 qt-x11-2.3.2.tar.gz tmake-1.13.tar.gz
Update : 2008-10-13 Size : 3621193 Publisher : 王东于

DL : 0
调式QT(LINUX)的源代码,采用QT/X11 4
Update : 2008-10-13 Size : 8845 Publisher : 陆宾

DL : 0
qt/x11下(版本为4.2.2)的温度转换的例子
Update : 2008-10-13 Size : 16132 Publisher : 陆宾

DL : 0
QT/X11(版本为4.2.2)下的功能丰富(含存储数据,窗口对话,温度转换)的完整代码
Update : 2008-10-13 Size : 23342 Publisher : 陆宾

自定义信号和槽的例子:应用于QT/X11版本为4.4.2,是QT开发核心实例介绍
Update : 2008-10-13 Size : 15764 Publisher : 陆宾

DL : 0
网格布局管理示例:应用于QT/X11版本为4.4.2,全部是编译通过
Update : 2008-10-13 Size : 10036 Publisher : 陆宾

QT3.3.4在远峰2410上移植 HOST 环境(虚拟机VM6.0): 系统:redhat 9 完全安装 交叉工具arm 2.95.3 TARGET环境 arm 2410 240*320屏外加触摸屏 cramfs文件系统 软件: cross-2.95.3.tar.bz2 qt-embedded-free-3.3.4.tar.bz2 qt-x11-free-3.3.4.tar.bz2 tmake-1.11.tar.gz 经测试,在3.3.2的交叉编译工具也通过-Yuanfeng QT3.3.4 in 2410 on the transplantation HOST environment (virtual machine VM6.0): system: redhat 9 install cross tools fully arm 2.95.3TARGET environmental arm 2410240* 320 screen plus a touch-screen software CRAMFS file system: cross-2.95.3. tar.bz2qt-embedded-free-3.3.4.tar.bz2 qt-x11-free-3.3.4.tar.bz2tmake-1.11.tar.gz tested in cross-compile tools 3.3.2 through
Update : 2024-04-30 Size : 7168 Publisher : han

Qt 4 中文版的书,目前此类书很少,qt 4的中文版的就更少了。主要讲解qt 4的入门,软件的安装之类的,是一个超级棒的入门教材!-Qt 4 The Chinese version of the book, currently very few such books, qt 4 of the Chinese version even less. On the qt 4 main entry, software installation like it is a superb introductory textbooks!
Update : 2024-04-30 Size : 2030592 Publisher : 曾剑元

qt中的第三方插件qwt画实时曲线点的代码,在自己的redhat9,qt4.3.2下以编译成功,文件里面有显示的相关图片.-qt of third-party plug-ins in real-time curve painting qwt point code, in their own redhat9, qt4.3.2 compiled successfully under, the document shows that there are relevant picture.
Update : 2024-04-30 Size : 32768 Publisher : 李峰

DL : 0
Qt/Embedded的安装(本人亲自安装步骤) 准备源码包 ◆ tmake 1.11 或更高版本;(生成Qt/Embedded应用工程的Makefile文件) ◆ Qt/Embedded 2.3.7 (Qt/Embedded 安装包) ◆ Qt 2.3.2 for X11; (Qt的X11版的安装包, 它将产生x11开发环境所需要的两个工 具) 假设把源码包解压所在/root/build-arm下 1安装tmake 进入tmake-1.11目录 cd /root/build-arm/tmake-1.11 export TMAKEDIR=$PWD/tmake-1.11 export TMAKEPATH=$TMAKEDIR/lib/qws/linux-arm-g++ export PATH=$TMAKEDIR/bin:$PATH 2.安装Qt/X11 2.3.2 cd qt-2.3.2 export QTDIR=$PWD export PATH=$QTDIR/bin:$PATH export LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH ./configure -no-xft -thread -gif -system-jpeg -sm -shared [make] make -C tools/qvfb make -C tools/qembed-Qt/Embedded ready source packages installation ◆ tmake 1.11 or later [generate Qt/Embedded application engineering of the Makefile file] ◆ Qt/Embedded 2.3.7 [Qt/Embedded installation package] ◆ Qt 2.3.2 for X11 [Qt the X11 version of installation package, it will have x11 development environment required by the two tools] It is assumed that the source packages decompression where/root/build-arm under one installation tmake enter tmake-1.11 directory cd/root/build-arm/tmake-1.11 export TMAKEDIR = $ PWD/tmake-1.11 export TMAKEPATH = $ TMAKEDIR/lib/qws/linux-arm-g++ export PATH = $ TMAKEDIR/bin: $ PATH 2. installation Qt/X11 2.3.2 cd qt-2.3.2 export QTDIR = $ PWD export PATH = $ QTDIR/bin: $ PATH export LD_LIBRARY_PATH = $ QTDIR/lib: $ LD_LIBRARY_PATH./configure-no-xft-thread-gif-system-jpeg-sm-shared [ make] make-C tools/qvfb make-C tools/qembed
Update : 2024-04-30 Size : 1024 Publisher : 马科

Qt/Embedded是一个多平台的C++图形用户界面应用程序框架,其对象容易扩展,可移植性好,支持多个GUI平台的交互开发。现在,Qt/Embedded被广泛地应用于各种嵌入式产品和设备中。-Qt/Embedded is a multi-platform C++ graphical user interface application framework for easy expansion of the target, portability, and support multiple cross-platform GUI development. Now, Qt/Embedded has been widely used in a wide variety of embedded products and devices.
Update : 2024-04-30 Size : 8436736 Publisher : nacllv

DL : 0
QT 下加密函数。输入字节,加密然后输出。-encode function on QT
Update : 2024-04-30 Size : 1024 Publisher : flower

OtherQt
DL : 0
QT帮助文档(中文版) Qt自由版是Qt仅仅为了开发自由和开放源码软件 提供的Unix/X11版本。-QT help documentation (Chinese Version) Qt Free Edition is the Qt just to develop free and open source software provided by the Unix/X11 version.
Update : 2024-04-30 Size : 7501824 Publisher : 依然

DL : 0
用qt做的波形显示,只是一个示例,显示的是一个正弦波,有刻度表示,如果有人需要,可以增加功能-Qt to do with the waveform display, but one example, shows a sine wave, with scale indicated that, if someone needs, can increase the function
Update : 2024-04-30 Size : 1146880 Publisher : yhc

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.
Update : 2024-04-30 Size : 18017280 Publisher : morris

DL : 0
Linux下串口監控程序,QT+qextserial編寫.-Linux serial port monitoring program, under, QT+ qextserial prepared.
Update : 2024-04-30 Size : 331776 Publisher : Learn

DL : 0
此白皮书介绍了 Qt C++ 框架。Qt 采用“一写永逸”的方法支持开发跨平台的 GUI应用程序。使用单一源码树和简单的重编译式,可以为 Windows 98 至 WindowsXP、Mac OS X、Linux、Solaris、HP-UX 以及其他使用 X11 的 Unix 版本编写各种序。此外,还可以编译在嵌入式 Linux 平台中运行的 Qt 应用程序。Qt 引入了一种名为“信号和槽”的独特对象间通信机制。Qt 还为 2D 和 3D 图形、国际化、SQL、XML、单元测试提供了卓越的跨平台支持,并为特定应用程序提供了针对具体平台的扩展。您可以使QtDesigner(Qt 设计者)(一种支持 IDE 集成的灵活用户界面构建器)构建器来可视化的建立 Qt 应用程序。 -This white paper describes the Qt C++ framework. Qt uses "Wing Yi will write" approach to support cross-platform GUI development Application. Using a single source tree and a simple recompile, it can be for the Windows 98 to Windows XP, Mac OS X, Linux, Solaris, HP-UX and other Unix version uses X11 s written procedures. This , But also can compile in the embedded Linux platform running Qt application. Qt introduced called "signals and Trough, "the unique communication mechanism between objects. Qt 2D and 3D graphics also, international, SQL, XML, unit testing provides Excellent cross-platform support, and provide for a specific application, platform-specific extensions. You can use the Qt Designer (Qt designer) (a kind of IDE integration support for flexible user interface builder) to the visual builder Build Qt applications.
Update : 2024-04-30 Size : 1300480 Publisher : liliyang

嵌入式开发 嵌入式Qt的编译工具难得的编译文件-Compile Qt embedded development tools for embedded rare compilation file
Update : 2024-04-30 Size : 43118592 Publisher : zhangzhong
« 1 2 34 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.