application issues
-
@Sir_Moak said in application issues:
How do i make every side of the application responsive to window resize?
Using layouts: https://doc.qt.io/qt-5/layout.html
"errors as tool tip" - sounds quite unusual to use tool tips to show errors.
-
Am not really getting the doc at https://doc.qt.io/qt-5/layout.html. i just want someone to highlight how to go about it quickly as i have already built the app and wanna hook it up ASAP
and for the errors as tool tip, it could be a notification alert which is fixed at the top left or right -
@Sir_Moak said in application issues:
Am not really getting the doc at https://doc.qt.io/qt-5/layout.html. i just want someone to highlight how to go about it quickly as i have already built the app and wanna hook it up ASAP
and for the errors as tool tip, it could be a notification alert which is fixed at the top left or rightHi and welcome to devnet,
If you want more precise answer, you have to give more details about how your application should be looking.