Qt中如何设置字体粗体、斜体、下划线?

发布于 2024-09-05 15:33:53 字数 159 浏览 3 评论 0原文

我想使用 Qt 4.6.2 制作一个类似于简单文本编辑器的程序。

当用户阻止 TextEdit 中的任何文本并单击按钮时,文本将根据按钮变为粗体/斜体/下划线。

我是 Qt 编程的初学者,所以如果可能的话,你能在 Qt 中插入编程代码来做到这一点吗?

I want to make a program that's like a simple text editor using Qt 4.6.2.

When the user block any text in a TextEdit and click on a button, the text will be bold/italic/underlined depending on the button..

I'm a beginner in Qt Programming, so if Possible, can you insert the programming code in Qt to do that?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

忆伤 2024-09-12 15:33:53

粗体请参见 setFontWeightsetFontItalic 用于斜体和 setFontUnderline 用于下划线。这些方法设置所选文本的相应属性。

See setFontWeight for bold, setFontItalic for italic and setFontUnderline for underline. These methods set the corresponding attribute of the selected text.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文