I'm so impressed with QSqlDatabase. If I set like this..
Qt Code:
db.setHostName("abc");To copy to clipboard, switch view to plain text mode
I can get value "abc" in everywhere with
Qt Code:
To copy to clipboard, switch view to plain text mode
How to create like that...?
Bookmarks