Hi everybody,
I'm trying to zoom in and out a QTextEdit text, but slots are not responding if I use:
BTW zoomIn() function works correctly if I call it directly within my QTextEdit classCode:m_menuBar = new QMenuBar(); m_menuBar->addAction(tr("Zoom In"),this, SLOT(zoomIn()));
Am i missing something? or Is there a know issue regarding this?
Any comment will be greatly appreciated.



