搜索资源列表
splitter
- qt4 中实现分割窗口,使用了QSplitter类,分割窗口是应用程序中经常用-qt4 achieve split window, use the QSplitter class, split the application window is often used for
QT.tar
- Qt窗口源码 窗口时钟,温度显示,网络通信,实时报警.-Qt source code window, the window the clock, temperature display, network communications, real-time alarm.
styles
- QT下的窗口风格演示,演示了QT下的多种控件的风格,极有助于QT的开发人员使用。-QT under the window style presentations, demonstrated QT control under a variety of styles, very conducive to the development of QT officers.
multiProcess
- 一个多进程通信的演示,在UBuntu8.04中编写,使用QT图形化,主要内容是有四个进程,每个进程一个窗口,一个物体在四个窗口中穿梭-A demonstration about multi process communication, built in UBuntu8.04 with QT, there are four process, each process have a window, an object move in the four windows.
dragdroprobot
- 实现了一个Graphicview窗口,用户可以向其中添加一些预定义了的图形(可以设置图形的填充颜色),text(可以设置字体和颜色等)等。另外这些图形可以随着用户鼠标的移动而移动。-Graphicview implements a window, the user can add some pre-defined one of the graphics (you can set the fill color graphics), text (can set the fonts and color
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.
446805_e74e00883afc4588
- linux qt环境下的串口多线程功能的实现,打开qt窗口后读写串口,并同时可以进行其他窗口操作-linux qt environment implementation of serial multi-threading capabilities, open qt window after the serial read and write, while other windows can operate
WebCarousel
- 相当拉风的一个web浏览器源码!可以实现象win7一样的立体窗口切换效果!用Qt实现!-Rather pull the wind a web browser source code! Win7 can achieve the same as the three-dimensional effect of the window to switch! Use Qt to achieve!
spreadsheet.tar
- qt的图形界面编程,程序实现了制作一电子表格窗口,并有工具栏,菜单栏等-qt graphical interface programming, the program achieved the production of a spreadsheet window, and a tool bar, menu bar, etc.
Qt
- QT编程 Qt及Linux操作系统窗口设计-QT Programming Qt and Linux operating system, window design
qt-source
- 这是C++ GUI Qt4编程(第二版)的的源代码,包含window和Linux下运行的-This is a C++ GUI Qt4 Programming (Second Edition) of the source code, including window and running under Linux
app_src
- 在Qt平台下开发的结合Windows编程,用于截取全屏,截取区域,截取活动窗口等。-Developed in a combination of Qt platform Windows programming for interception of full-screen, the interception area, such as the interception of the active window.
prezh
- QT窗口自定义。可以开发出自己定义的外观-Custom QT window. Can develop their own definition of the appearance of
window
- 经过一点修改,添加了注释,简单的日历源码,新手学习-Simple calendar source
mainwindow
- 一个简单的QMainWindow的实现,有菜单、工具栏等。帮您迅速了解如何用Qt来构建一个主窗口。-A simple implementation of QMainWindow, with menus, toolbars and so on. Help you quickly understand how to use Qt to build a main window.
window-way-design
- 《Qt及Linux操作系统窗口设计》本书主要讲述如何在Linux内核上建立窗口系统。-《Qt and Linux operating system window design》 book focuses on how to build the Linux kernel windowing system.
MultimediaPlayer_final
- 用Qt Creator 1.3.1开发的一个包含了图片浏览,文档编辑,画板,俄罗斯方块游戏等的多媒体娱乐终端,编译无误,可正常在window下运行,也可以通过交叉编译后在移植了QT的嵌入式终端上运行。-qt programme
Window
- 简单的QT设计应用 适用于初学者 很简单 但很实用-Simple application of the QT design
internet_browser(qt)
- 用QT制作了一款浏览器,可以浏览网页,多窗口打开,播放媒体-With QT produced a browser, you can browse the web, multi-window open, play media
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