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.
CAN バスからメッセージを受信できる Qt 上のツールを作成しています。次に、これらのメッセージを Excel のようなグリッドに表示する必要があります。
これに使用できるQtのクラスを提案してください。
QTableWidget / QTableViewを使用します。
このウィジェットをカスタマイズするために Qt スタイル シートを使用できます:スタイルシートを介して QTableWidget をカスタマイズする方法は?