搜索资源列表
qianb
- 本文介绍了如何使用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 exam
Qt+4.3-中文白皮书
- Qt开发必备书籍
linux 搭建Qt Creator的ARM开发环境
- Fedora9 下搭建Qt Creator的ARM开发环境并移植Qt4.6.3-books到min
QT3.3.rar
- 这本白皮书介绍了QT C++工具包。QT支持多种平台图形界面程序开发,有“一次编 写,处处编译”的说法。使用单一的源代码树和简单的重编译,能够在Windows95~XP , Mac OS X,Linux, Solaris,HP-UX,和其他使用X11的Unix版本下编制程序。QT应用 程序还可以编译成可在嵌入型环境中运行。QT采用统一的被称为“对象与槽”的机制进行 对象间通信。QT拥有对许多编程领域的完美支持:如2D/3D图形,国际化,XML等。 QT应用程序还可以用QT Dsigne
QT4
- 讲述QT编程的经典书籍,无需都说,英文第二版,带源码- Table of Contents| Index Copyright Series Editor s Note Foreword Preface Acknowledgments A Brief History of Qt Part I: Basic Qt Chapter 1. Getting Started Hello Qt Making Connections La
jingyan4.4.3
- 这是一本非常好的QT书籍书籍对于初学者来说,希望能帮到大家。-it is a very usefull book for the beginning learnner of studing QT in linux,wish help you.
qt-3.0.5-doc-zh_CN
- 详细介绍了QT软件,包括QT的发展,QT的安装步骤,使用教程,QT的移植,汉化,以及实例教程。并且介绍相关的API参考,各模块使用-Details of the QT software, including the QT development, QT installation steps, the use of tutorials, QT transplantation, localization, as well as examples of tutorials. And introduce
Qt4
- 学习,使用Qt已经将近两年了,最开始的时候用Qt3,后来升级到Qt4.1,自认为对Qt的GUI编程部分还是很熟悉的。遗憾的是Qt的参考书少之又少,一般就是看文档和C++ GUI Programming with Qt 3,这本书是免费提供的-Study, using Qt for nearly two years, most beginning with Qt3, then upgrade to Qt4.1, since that part of the Qt' s GUI program
QtPOpenGL_for_Qt_4.5.3
- 网上找的NEHE QT openGL教程,感觉对于qt上的opengl学习还是蛮有提高的-Find online NEHE QT openGL tutorial, feel still quite improve on the qt opengl learning
doxygen_manual-1.8.3
- Doxygen是一种开源跨平台的,以类似JavaDoc风格描述的文档系统,完全支持C、C++、Java、Objective-C和IDL语言,部分支持PHP、C#。注释的语法与Qt-Doc、KDoc和JavaDoc兼容。Doxgen可以从一套归档源文件开始,生成HTML格式的在线类浏览器,或离线的LATEX、RTF参考手册。-a code document generator tool for * C/C++ * Java * Objective-C * Python * ID
qt 中文帮助文档
- http://u-boot.10912.n7.nabble.com/U-Boot-patch-0-3-Improve-stability-USB-memory-sticks-for-the-common-OHCI-USB-layer-tc45868.html#none
qt-embedded4.5.3
- 这是本人关于LINUX系统下qt编译的过程,自己的些总结,希望给大家些帮助-This is me about LINUX system under the QT compilation process, their some summary, hoping to give us some help
qt-embedded4.5.3
- 详细介绍了linux(unix)下的QT编译过程,及相关库的交叉编译,希望能给大家点帮助-Details of the Linux (Unix) under the QT compilation process, cross compiler and library, the hope can give you some help
QT-in-windows
- windows下QT.doc 首先windowsXP下安装32位的QT,打开网页:http://qt-project.org/downloads 下载文件:qt-opensource-windows-x86-mingw48_opengl-5.2.1.exe并安装D:\Qt\Qt5.2.1 这个版本一般已经包含工具qt-creator和mingw32-make 若不含有,可以去下载IDE : ----打开网页:http://qt.nokia.com/downlo
VirtualBox4.3.10-Compile
- VirtualBox4.3.10(目前最新版本)在Window XP 32位系统的编译详解,适合菜鸟级人员,哪怕你一点编都不懂,只要按步骤操作就能把VirtualBox4.3.10编译出来。编译平台为Qt+VS2010+MinGW-VirtualBox4.3.10 (the latest version) compiled Detailed Window XP 32-bit systems, for rookie officers, even if you do not understand t
qt4.7.3-help-document
- QT4.7版本的帮助文档,主要是类及其成员函数的介绍-This is help doc for QT 4.7, mainly introduce class and member function of class
qt-numerous
- qt林林总总 QT/E 2.3.7 国际化步骤(转)-qt numerous QTE 2.3.7 internationalization step (transfer)
chap1.3
- 基于QT平台设计的窗口布局,供学习如何在QT中布局窗口部件-QT platform based on the design of the window layout, for learning how to layout window parts in QT
chap2.3
- 基于QT平台设计的可扩展D窗口,此工程可供学习和参考- 中文 英语 专业译文需求 , 试试百度人工翻译
VS创建动态库及QT调用实例
- 实现功能:利用VS2012封装生成动态链接库(.dell和.lib)给QT调用 文件包含:1.VS2012生成动态库工程 2.QT5.5.1调用VS2012动态库工程(注释内含调用具体方法) 3.QT调用运行结果图片(Implementation function: VS2012 package is used to generate dynamic link libraries (.dell and.lib) for