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.
我需要列出系统上安装的所有字体。然后用户最多可以选择 4 种字体,但我的想法是在列表中输入这些字体作为复选框。你能帮我解决这个问题吗,或者也许有人对此有更好、更容易的想法。
您已经提出了两个完全不同的问题,第一个:“QListView 或 QListWidget 并将它们表示为复选框”已在此站点上被多次询问和回答 - 请使用搜索功能。这是一个。
第二个:“我需要列出系统上安装的所有字体。”,为此使用QFontDatabase(docs)。
QFontDatabase