资源简介
Qt 控件 实现 QComboBox输入自动提示功能(仿Google搜索提示)
代码片段和文件信息
#include “qcomboxtest.h“
#include
int main(int argc char *argv[])
{
QApplication a(argc argv);
QComboxTest w;
w.show();
return a.exec();
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 10193 2014-01-07 11:48 QComboxTest\QComboxTest.vcproj
文件 177 2014-01-02 13:11 QComboxTest\main.cpp
文件 2944 2014-01-07 15:41 QComboxTest\qcomboxtest.cpp
文件 523 2014-01-07 11:51 QComboxTest\qcomboxtest.h
文件 2042 2014-01-07 15:35 QComboxTest\qcomboxtest.ui
文件 71 2014-01-02 13:12 QComboxTest\qcomboxtest.qrc
文件 501 2014-01-02 13:12 QComboxTest\QComboxTest.vcproj.vspscc
文件 264 2014-01-07 11:50 QComboxTest\richCombox.h
文件 204 2014-01-07 11:53 QComboxTest\richCombox.cpp
文件 0 2003-07-23 17:52 QComboxTest\ve-4A1.tmp
目录 0 2014-01-02 13:11 QComboxTest\Resources
目录 0 2014-01-02 13:11 QComboxTest
----------- --------- ---------- ----- ----
16919 12
- 上一篇:混合高斯模型及背景差分实现检测
- 下一篇:STC15F2K60S2 iic 驱动程序
相关资源
- Qt界面响应键盘事件
- 事件驱动 银行模拟系统
- 一款简易的Qt登录界面
- OPENGL 字母模型
- QGraphicsPixmapItem与QGraphicsScene的编程 图
- mqtt协议解析
- QT 串口源码 串口 QT 串口助手代码
- 基于QT creator 的计算器 有UI界面
- QT opengl 绘制立体图形
- QT 实现TTS朗读
- QT编写RTF格式文件
- QT5 打开一个浏览器和对应的网页
- Qt 超级日记本
- 基于qt3的作业:点菜系统
- Qt自定义/自绘复选框/单选框类
- question 6-student score management system.rar
- 八路抢答器代码
- Qt加载3D模型
- QT实现http GET POST操作
- Qt 网络通信源码
- 链表实现学生管理
- 数据结构实验-链式存储和顺序存储实
- LibreCAD 源码编译,编译通过,可拿着
- 基于qt开发的会员管理系统
- QT下实现类似QQ聊天窗口tab控件
- Qt程序crash信息的捕捉与跟踪Demo
- QT一个简单通讯录
- 数据结构插队问题代码
- qt Qpushbutton圆按钮加图片代码
- qt股票系统
评论
共有 条评论