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.
我正在 Qt 上制作一个能够从 CAN 总线接收消息的工具。现在我需要将这些消息显示到类似 Excel 的网格上。
请建议可以为此使用哪一类 Qt?
我会选择QTableWidget / QTableView。
您可以使用 Qt 样式表来自定义此小部件:如何通过样式表自定义 QTableWidget?