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.
カスタムの背景画像を使用してQListViewいますが、OSXのQListViewの周囲に表示される青いアウトライン境界線を削除したいと思います。
QListView
私はそれをスタイリングしてみました:
border: 0 none; outline: 0 none; border-collapse: collapse;
しかし、それはまだ表示されます。
この青い色合いを取り除くために私は何をする必要がありますか?
これは機能するはずです:
yourListView->setAttribute(Qt::WA_MacShowFocusRect, false);