@@ -90,13 +90,6 @@ QgsOptions::QgsOptions( QWidget *parent, Qt::WFlags fl ) :
90
90
// set the current theme
91
91
cmbTheme->setItemText ( cmbTheme->currentIndex (), settings.value ( " /Themes" ).toString () );
92
92
93
- // set the attribute table behaviour
94
- cmbAttrTableBehaviour->clear ();
95
- cmbAttrTableBehaviour->addItem ( tr ( " Show all features" ) );
96
- cmbAttrTableBehaviour->addItem ( tr ( " Show selected features" ) );
97
- cmbAttrTableBehaviour->addItem ( tr ( " Show features in current canvas" ) );
98
- cmbAttrTableBehaviour->setCurrentIndex ( settings.value ( " /qgis/attributeTableBehaviour" , 0 ).toInt () );
99
-
100
93
// set the display update threshold
101
94
spinBoxUpdateThreshold->setValue ( settings.value ( " /Map/updateThreshold" ).toInt () );
102
95
// set the default projection behaviour radio buttongs
@@ -310,7 +303,6 @@ void QgsOptions::saveOptions()
310
303
settings.setValue ( " /qgis/showLegendClassifiers" , cbxLegendClassifiers->isChecked () );
311
304
settings.setValue ( " /qgis/hideSplash" , cbxHideSplash->isChecked () );
312
305
settings.setValue ( " /qgis/dockAttributeTable" , cbxAttributeTableDocked->isChecked () );
313
- settings.setValue ( " /qgis/attributeTableBehaviour" , cmbAttrTableBehaviour->currentIndex () );
314
306
settings.setValue ( " /qgis/new_layers_visible" , chkAddedVisibility->isChecked () );
315
307
settings.setValue ( " /qgis/enable_anti_aliasing" , chkAntiAliasing->isChecked () );
316
308
settings.setValue ( " /qgis/use_qimage_to_render" , !( chkUseQPixmap->isChecked () ) );
0 commit comments