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.
我在 qtwidget 中填充了一个 qtable,其中包含 4 列作为项目、人员、时间、颜色,现在我希望能够根据列选项进行过滤。例如,我如何才能只显示一个特定项目的行,然后在该特定项目中只显示红色,这样我就可以知道谁参与了该项目以及该人花了多少时间。
谢谢。