z-index verschiebung der Felder verbessert
git-svn-id: http://svn.lsim.tuxzone.org/trunk@19 4bec179b-ab65-46ed-a5f8-55b8b5c735d0
This commit is contained in:
@@ -110,6 +110,8 @@ void HomoBFieldWidget::createWidget() {
|
||||
|
||||
QRadioButton* intoPlaneButton = new QRadioButton(tr("in die Ebene hinein"));
|
||||
QRadioButton* outOfPlaneButton = new QRadioButton(tr("aus der Ebene heraus"));
|
||||
intoPlaneButton->setChecked(homoBField->getIsDirectionIntoPlane());
|
||||
outOfPlaneButton->setChecked(!homoBField->getIsDirectionIntoPlane());
|
||||
connect(homoBField ,SIGNAL(directionChanged(bool)),intoPlaneButton, SLOT(setChecked(bool)) );
|
||||
connect(intoPlaneButton, SIGNAL(toggled(bool)),homoBField ,SLOT(setIsDirectionIntoPlane(bool)) );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user