资源简介
自定义QComboBox,用Listwidget做Model,加上美化,有些细节写的还不是很好,大家可以参考下!!
代码片段和文件信息
#include “mainwindow.h“
#include
int main(int argc char *argv[])
{
QApplication a(argc argv);
MainWindow w;
w.show();
return a.exec();
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2016-08-08 15:01 myCombobox\
文件 1252 2016-08-08 12:41 myCombobox\arrow_down.png
文件 137 2016-08-08 14:24 myCombobox\img.qrc
文件 186 2016-08-08 14:17 myCombobox\main.cpp
文件 693 2016-08-08 14:57 myCombobox\mainwindow.cpp
文件 316 2016-08-08 14:17 myCombobox\mainwindow.h
文件 1400 2016-08-08 14:57 myCombobox\mainwindow.ui
文件 5062 2016-08-08 15:00 myCombobox\MyComboBox.cpp
文件 1466 2016-08-08 15:00 myCombobox\MyComboBox.h
文件 456 2016-08-08 14:24 myCombobox\myCombobox.pro
文件 43611 2016-08-08 15:01 myCombobox\myCombobox.pro.user
文件 1029 2016-08-08 11:26 myCombobox\square_check.png
文件 0 2016-08-08 14:17 myCombobox\新建文本文档.txt
- 上一篇:linux基础教程.pdf
- 下一篇:MSCOCO dataset链接
评论
共有 条评论