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 を使用するアプリケーションに複数のタブがあり、それらすべてをQVBoxLayoutオブジェクトに追加します。どちらが選択されているかを知る方法は?
QVBoxLayout
QTabWidget::currentIndex()アクティブなタブのインデックスを返します。
QTabWidget::currentIndex()
ui->QTabWidget->currentWidget() == ui->Tab タブを並べ替えてインデックスが変更された場合に備えて。
ui->QTabWidget->currentWidget() == ui->Tab