Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
所以我正在使用 pyqt,我试图用包含图标和旁边一些文本的项目填充我的列表。我的图标在插入列表时会缩小,而且我的字体非常小。如何增加所有内容的大小(即图标和文本的大小)?
图标大小和字体可以用 和 设置在视图小部件setIconSize上setFont。
setIconSize
setFont