码迷,mamicode.com
首页 > 其他好文 > 详细

QComboBox列表项高度设置

时间:2018-10-22 16:41:42      阅读:402      评论:0      收藏:0      [点我收藏+]

标签:wan   height   sdn   log   http   styles   emd   edit   csdn   

QComboBox列表项高度设置步骤:

1. 设置代理

QStyledItemDelegate *delegate = new QStyledItemDelegate(this);
ui->comboBox->setItemDelegate(delegate);

2. 设置风格

ui->comboBox->setStyleSheet("QComboBox QAbstractItemView::item {min-height: 30px;}");
---------------------
作者:咖啡色的思想者
来源:CSDN
原文:https://blog.csdn.net/xiaogangwang2012/article/details/51192419

QComboBox列表项高度设置

标签:wan   height   sdn   log   http   styles   emd   edit   csdn   

原文地址:https://www.cnblogs.com/stones-dream/p/9830531.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!