搜索资源列表
drawer 类似QQ界面的形式
- 实现抽屉效果,运用类似QQ界面的形式,对于新手来说比较容易入门 -drawer
QTDynamicMenu
- 这个源代码利用QT数据库,解决动态菜单功能的实现. -The source code for use QT database, solve the realization of dynamic menu functions.
Qt4.5_zooIn_Out_Image
- 该代码用Qt4开发工具编写而成,界面所用模板为MainWindow,该模板可带下拉菜单选项,该代码在此基础上实现了对图片的基本操作。例如缩放,窗口填充,大小还原。-The code used was prepared by the Qt4 development tools, the interface used in the template for the MainWindow, the template can be with the drop-down menu option, the
caidan
- 这是一个菜单程序,菜单项中的子菜单没有实现功能,目的在于给初级学习QT的人一个建立菜单的思路和方法。-This is a menu program, the menu item in the sub-menu function does not achieve the purpose for a junior person to learn QT build menu ideas and methods.
titlebar
- 菜单挑的编写,基于QT,用VS2008编写的,qmake生成,具有放大缩小等功能。-Written menu pick, based on the QT, written with VS2008, qmake generated, with a zoom function.
GoToCell
- 这是使用Qt 4.8开发的菜单栏,纯C++代码书写,编译后可以看到菜单选项。-This is the menu bar, pure C++ code writing developed using Qt 4.8, the compiler can see the menu options.
QT
- QT实现主窗口 熟悉对动作和菜单栏好工具栏的练习-QT familiar action to achieve the main window and menu bar good practice toolbar
NavigationBarProject
- 一个简单的滑动菜单,使用qt实现-qt Sliding menu
myMainWindow
- qt写的简单的主窗口程序,包含菜单选项和工具栏编辑-qt write a simple main window of the program with the menu options and toolbar editor
notepad
- QT实现的简单记事本程序,实现部分的菜单选项-QT to achieve a simple Notepad program, part of the menu options to achieve
extensionwindow2
- 用qt制作的二级菜单,其中第二级菜单可隐藏。- using qt produced secondary menu, in which the second-level menu can be hidden.
Notepad
- 一个比较丰富的QT记事本,有菜单栏,工具栏和状态栏-A relatively rich QT notepad, menu bar, toolbar and status bar
spsheet
- 开发环境为Visual studio,用qt编写的。功能为实现类似excel功能。有标题栏、菜单栏、状态栏。对表单进行删除修改赋值。-Development environment for Visual studio, prepared using qt. Excel function to achieve similar functionality. Has a title bar, menu bar, status bar. To modify the form to delete the
ProgramInstrumentation
- qt基本界面例程,菜单栏,工具栏,状态栏等,加深对信号和槽的理解,供初学者学习参考。-qt basic interface routines, menu bar, toolbar, status bar, to deepen understanding of signals and slots, for beginners to learn reference.
TGP
- 使用QT模仿TGP腾讯游戏平台,界面使用布局完成,可以拉伸收缩对话框,自绘tablewidget和listwidget,pushbutton,menu等功能,还有托盘,与原界面基本相似。- Use QT imitate TGP Tencent gaming platform, use the interface layout is complete, you can stretch shrink the dialog, since the painting tablewidget and l
mdieditor
- qt中,把QMdiArea类作为中央窗口部件,让每一个文档窗口成为QMdiArea的子窗口部件,创建一个多文档界面应用程序并实现其windows菜单(In QT, the QMdiArea class is used as the central window component, so that every document window becomes a sub window component of QMdiArea, and a multi document interface app
ScreenSnaper
- 基于Qt4下的截屏软件 使用了QPixmap::grabWindow(QApplication::desktop()->winId())来获得屏幕的图像 并保存在QPixmap的一个对象fullScreenMap里 再将该图像画到一个QWidget上并showFullScreen()以覆盖屏幕 之后的操作都是在这个QWidget上进行 跟QQ截图有点象 完成后点鼠标右键就有ContextMenu弹出 Esc为退出,空格键保存图像(当然也可以右键菜单保存)(Scr