[Qt-interest] currentVerticalAlignmentChanged signal of QTextEdit

Nishant Sharma nishant.031 at gmail.com
Fri Aug 27 11:12:28 CEST 2010


Hello,
I'm trying to add following signal-slot connection, but it gives an error
while my GUI loads:
    connect( editor, SIGNAL(
currentVerticalAlignmentChanged(QTextEdit::VerticalAlignment
)),this,SLOT(verticalAlignChanged(QTextEdit::VerticalAlignment )));

Here, editor is an object of class QTextEdit. My QT version is 3.3.6

The error that comes is:
QObject::connect: No such signal
AotPlatTextEdit::currentVerticalAlignmentChanged(QTextEdit::VerticalAlignment)
QObject::connect:  (sender name:   'formatedit_textEdit1')
QObject::connect:  (receiver name: 'formatedit_1')

Any suggestions as to what could be the possible error?

-- 
Best Regards,
Nishant Sharma
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20100827/39cb874f/attachment.html 


More information about the Qt-interest-old mailing list