Qt LineEdit 边界
我有一个 QLineEdit
,我在它的 LineEdit
上及其末尾放置了一个 QPixmap
。有没有一种方法可以告诉 LineEdit
在哪里考虑小部件的末尾,以便文本不会绘制在图片顶部?
很好,答案是 setTextMargins()
I have a QLineEdit
which I have place a QPixmap
on and at the end of the LineEdit
. Is there a way where I can tell the LineEdit
where to consider the end of the widget so that text is not drawn on top of the picutre?
All good the answer is setTextMargins()
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用 QLineEdit StyleSheet 属性。
You can use QLineEdit StyleSheet property.
LineEdit 是一个矩形框 - 正确设置其大小,一切都应该没问题,否则您可能需要重新检查布局。
The LineEdit is a rectangular box - set its size correctly and everything should be fine, otherwise you might want to recheck your layouting.