In your C++ instead of
Qt Code:
To copy to clipboard, switch view to plain text mode
Do
Qt Code:
To copy to clipboard, switch view to plain text mode
Do this for all widgets, you are redeclaring locally your variable in the constructor, so in your slot m_addressBD is null and you programm crash.
Bookmarks