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.
Qtitan ビュー内からスクロール イベントに応答しようとしています。通常の QT ウィジェットから、ウィジェットのスクロールバーからの信号を接続 (...) します。Qtitan では、下にあるスクロールバーが表示されないようです。
私のセットアップは QWidget を CentralWidget として使用する QMainWindow であり、その QWidget はレイアウトに Qtitan::Grid を保持します。
何か案は?
API に適切なものがない場合は、スクロールバー オブジェクトを手動で検索してみてください。
widget->findChildren<QScrollBar*>()
スクロールバーは、 を使用して区別できますQScrollBar::orientation()。
QScrollBar::orientation()