31 cfg.insert( QStringLiteral(
"DefaultView" ), mDefaultViewComboBox->currentIndex() );
32 cfg.insert( QStringLiteral(
"FormatJson" ), mFormatJsonComboBox->currentIndex() );
39 mDefaultViewComboBox->setCurrentIndex( config.value( QStringLiteral(
"DefaultView" ) ).toInt() );
40 mFormatJsonComboBox->setCurrentIndex( config.value( QStringLiteral(
"FormatJson" ) ).toInt() );