myAction->setOn( false );
}
+
+void SVTK_CubeAxesDlg::closeEvent( QCloseEvent* )
+{
+ myAction->setOn( false );
+}
void Update();
+protected:
+ virtual void closeEvent( QCloseEvent* );
+
private slots:
void onOk();
bool onApply();
m_Action->setOn( false );
}
+
+void
+SVTK_NonIsometricDlg
+::closeEvent( QCloseEvent* )
+{
+ m_Action->setOn( false );
+}
void Update();
protected:
+ virtual void closeEvent( QCloseEvent* );
+
SVTK_MainWindow *m_MainWindow;
QtxAction* m_Action;