资源简介
实现了自定义的Combobox,通过QPushButton,QListWidget和自定义的ListWidgetItem实现,效果是下拉列表的每一项都有一个Logo+文字
代码片段和文件信息
#include “comboboxbutton.h“
ComboBoxButton::ComboBoxButton(QWidget *parent) :
QPushButton(parent)
{
setstyleSheet(“\
QPushButton{\
min-width:164px;\
max-width:164px;\
min-height:24px;\
max-height:24px;\
background-color: qlineargradient(spread:pad x1:1 y1:0 x2:1 y2:1 stop:0 #494949 stop:1 #2b2b2c);\
padding: 0 5 0 5;\
image: url(:/ComboBoxButton/Image/ComboBoxButton/down_arrow.png);\
image-position: top right;\
border: 1px solid rgba(81 81 82 179);\
font: 14px ‘微软雅黑‘;\
color:#eee9e9;\
}\
“);
}
ComboBoxButton::~ComboBoxButton()
{
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2015-11-04 16:25 CustomComboBox\
文件 610 2015-04-16 13:08 CustomComboBox\CustomComboBox.pro
文件 18297 2015-11-04 16:25 CustomComboBox\CustomComboBox.pro.user
目录 0 2015-04-16 15:54 CustomComboBox\Image\
目录 0 2015-04-17 09:51 CustomComboBox\Image\ComboBoxButton\
文件 2580 2015-04-16 11:56 CustomComboBox\Image\ComboBoxButton\background.png
文件 1097 2015-04-16 11:23 CustomComboBox\Image\ComboBoxButton\down_arrow.png
目录 0 2015-04-16 13:30 CustomComboBox\Image\RemoteControlDeviceLogo\
文件 1502 2015-04-13 16:49 CustomComboBox\Image\RemoteControlDeviceLogo\logo_CD.png
文件 1114 2015-04-13 16:50 CustomComboBox\Image\RemoteControlDeviceLogo\logo_TV.png
文件 1247 2015-04-13 16:49 CustomComboBox\Image\RemoteControlDeviceLogo\logo_air-condition.png
目录 0 2015-04-16 13:29 CustomComboBox\Image\ScrollBar\
文件 2841 2015-04-04 15:23 CustomComboBox\Image\ScrollBar\backgroundHorizontal.png
文件 1063 2015-03-25 10:43 CustomComboBox\Image\ScrollBar\backgroundVertical.png
文件 1140 2015-03-26 16:00 CustomComboBox\Image\ScrollBar\down-arrow.png
文件 2846 2015-04-11 14:09 CustomComboBox\Image\ScrollBar\handleHorizontal.png
文件 1053 2015-04-11 13:41 CustomComboBox\Image\ScrollBar\handleVertical.png
文件 2950 2015-04-04 15:22 CustomComboBox\Image\ScrollBar\left-arrow.png
文件 2914 2015-04-04 15:20 CustomComboBox\Image\ScrollBar\right-arrow.png
文件 1125 2015-03-26 16:00 CustomComboBox\Image\ScrollBar\up-arrow.png
目录 0 2015-04-16 15:54 CustomComboBox\Image\ti
文件 3245 2015-03-23 15:39 CustomComboBox\Image\ti
文件 1207 2015-03-21 17:28 CustomComboBox\Image\ti
文件 3247 2015-03-23 15:39 CustomComboBox\Image\ti
文件 2822 2015-03-23 15:32 CustomComboBox\Image\ti
文件 1012 2015-03-21 17:28 CustomComboBox\Image\ti
文件 2822 2015-03-23 15:32 CustomComboBox\Image\ti
文件 335024 2015-03-21 16:18 CustomComboBox\Image\background.png
文件 1481 2015-04-17 09:52 CustomComboBox\Image.qrc
文件 717 2015-04-17 10:27 CustomComboBox\comboboxbutton.cpp
文件 272 2015-04-16 13:08 CustomComboBox\comboboxbutton.h
............此处省略9个文件信息
- 上一篇:TM1628 驱动程序
- 下一篇:歌曲名和歌手名对调批处理
相关资源
- 拖曳式表单设计(自定义表单)
- Qt学习总结.zip
- 基于qt+opencv的人脸识别
- GPRS模块GA6和STM32F103C8T6单片机上移植
- QT设计图标登录及三个游戏设计潜艇游
- 基于ZigBee的智能家居系统QT界面渲染
- Qt+opencv+摄像头+人脸检测
- 自定义控件 -窗体设计
-
Flash版 中国地图 支持xm
l自定义数据 - Qt5 网络调试助手源代码 漂亮界面
- Qt 点菜系统
- FLUS WMS 自定义打印面单模板.rar
- 跨平台MQTT Client 源码和demo by 漠北
- 年会抽奖软件
- QT 智能家居源代码,可使用 实测通过
- Qt 之 简单截图功能三实现可拖拽选中
- 简单QT多线程聊天程序
- Qt提示框淡出、飞出、缩小等关闭窗口
- ImageRotation.zip
- QT打包工具合集
- linux环境下用QT实现打地鼠游戏源码共
- 基于QT的2048小游戏
- Qt登陆界面
- QT数字软键盘,包括QLineEdit弹出
- Qt Excel的读写
- 基于QT的电子相册设计
- Qt文件浏览器,Linux
- Qt写的UDP组播服务端
- QT文字闪烁浮动效果代码
- 基于qt编写的图片浏览器
评论
共有 条评论