Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
)
I want to switch back and forth between lineEdit1 and lineEdit2 through Tab if i clicked on linedEdit1 or lineEdit2 , Same applies between lineEdit3 and lineEdit 4, how can i do?
You can set the focus with QWidget::setFocus() but why do you want to confuse the user?