我试图在屏幕上绘制宽线条(50像素宽),透明填充和纯色边缘线。
使用实线边缘线透明填充
有关如何在Qt中实现此功能的任何建议吗?
答案 0 :(得分:1)
var lastKey = '';
$("#id").keypress(function(e){
if(e.which == 13 && lastKey == 13)
e.preventDefault()
lastKey = e.which;
});
QPainterPath
QPainterPath::addRoundedRect()
绘制轮廓