Hi,
can you help me to do that, please?
I try that:
protected:
protected:
QLineEdit focusOutEvent(QFocusEvent* event) const;
To copy to clipboard, switch view to plain text mode
int i =0;
while (ob!=lineEditList[i] && i<lineEditList.size())
i++;
if(LineEdit Validator state == intermediate) //How can i do that?
leList[i]->setEditFocus(true);
}
QLineEdit MyWidget::focusOutEvent(QFocusEvent* event) const{
const QObject* ob=QObject::sender();
int i =0;
while (ob!=lineEditList[i] && i<lineEditList.size())
i++;
if(LineEdit Validator state == intermediate) //How can i do that?
leList[i]->setEditFocus(true);
}
To copy to clipboard, switch view to plain text mode
Thanks in advance,
Whitefurrows
Bookmarks