Notification on mysql insert
-
You should check if the sql driver supports this feature: https://doc.qt.io/qt-5/qsqldriver.html#DriverFeature-enum (hint: mysql does not support it - so it's not possible)
You should check if the sql driver supports this feature: https://doc.qt.io/qt-5/qsqldriver.html#DriverFeature-enum (hint: mysql does not support it - so it's not possible)