I'm trying to use a virtual keyboard (https://www.linux-apps.com/p/1132203).
I noticed a very strange thing. If you remove the linker on the form, the program terminates with an error
Qt Code:
  1. Error - RtlWerpReportException failed with status code :-1073741823. Will try to launch the process directly
To copy to clipboard, switch view to plain text mode 
21244445_1940211752905255_1561599495_n.png
With the vertical line-up everything works.
An error occurs when the focus is changed (if you click on another qLineEdit) in file examplemyfocus.cpp in line
Qt Code:
  1. ((Tester*)this->parent())->getKeyboard()->focusThis(this);
To copy to clipboard, switch view to plain text mode 
Because of what it can happen?