i place a QTextEdit widget into a QWidget class(the QTextEdit’s parent widget),but when the parent widget show,i clicked the QTextEdit,but it can’t gain focus.how this situation comes?
i place a QTextEdit widget into a QWidget class(the QTextEdit’s parent widget),but when the
Share
I don’t know anything about symbian development so this is only a guess. Check the focus policy for the text edit. You probably want
Qt::ClickFocusorQt::StrongFocus.