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 GUI でグリッド レイアウトに配置された複数の QLabels のテキストをマウスで選択できるようにしたいと考えています。QLabel には TextSelectableByMouse のような textInteractionFlags があり、1 つのオブジェクトに対してこの動作を有効にしますが、複数の QLabel ウィジェットにわたる選択は機能しないようです。
多くのマウスの「追跡」やレイアウトの再実装を必要としない方法はありますか?