- 换行处理
ui.myQListWidget->setWordWrap(true);
//中文生效,英文不生效!
- 子项文本过长自动显示省略号且有tip提示
//不显示行向滚动条,子项文本过长自动显示...
ui.myQListWidget->setHorizontalScrollBarPolicy(Qt::ScrollBarAlwaysOff);
//设置ToolTip
QListWidg
ui.myQListWidget->setWordWrap(true);
//中文生效,英文不生效!
//不显示行向滚动条,子项文本过长自动显示...
ui.myQListWidget->setHorizontalScrollBarPolicy(Qt::ScrollBarAlwaysOff);
//设置ToolTip
QListWidg