Searched refs:mapSchnitt (Results 1 – 3 of 3) sorted by relevance
115 QComboBox *mapSchnitt; variable
151 mapSchnitt= new QComboBox(); in FourXle()152 mapSchnitt->addItem("one complete unit cell",0); in FourXle()153 mapSchnitt->addItem("sphere around rotation center",1); in FourXle()154 mapSchnitt->addItem("cut range around visible atoms or peaks",2); in FourXle()155 mapSchnitt->setCurrentIndex(maptrunc); in FourXle()156 connect(mapSchnitt,SIGNAL(currentIndexChanged(int)),this,SLOT(schnittart(int))); in FourXle()169 mdl->addWidget(mapSchnitt,6,1); in FourXle()386 mapSchnitt->setCurrentIndex(maptrunc); in mapDefault()469 maptrunc=mapSchnitt->currentIndex (); in controlMap()681 mapSchnitt->setCurrentIndex(maptrunc); in openMapControl()
2716 fxle->maptrunc=fxle->mapSchnitt->currentIndex (); in jnk()5455 mole.einstellung->setValue("Map-truncation-type",fxle->mapSchnitt->currentIndex()); in closeEvent()