void QgsOptionsDialogBase::showEvent( QShowEvent* e ) { if ( mInit ) { updateOptionsListVerticalTabs(); } else { QTimer::singleShot( 0, this, SLOT( warnAboutMissingObjects() ) ); } QDialog::showEvent( e ); }
void QgsOptionsDialogBase::showEvent( QShowEvent* e ) { if ( mInit ) { updateOptionsListVerticalTabs(); optionsStackedWidget_CurrentChanged( mOptListWidget->currentRow() ); } else { QTimer::singleShot( 0, this, SLOT( warnAboutMissingObjects() ) ); } QDialog::showEvent( e ); }