You could try with
QListWidgetItem ( QString("Woooo", playerView);
also how are you connecting the slots ?
You could try with
QListWidgetItem ( QString("Woooo", playerView);
also how are you connecting the slots ?
the mistake in ctor
Qt Code:
To copy to clipboard, switch view to plain text mode
must be
becuase you already have playerLabel, playerView as class member variables.Qt Code:
To copy to clipboard, switch view to plain text mode
Qt Assistant -- rocks!
please, use tags [CODE] & [/CODE].
thank you spirit, it runs perfectly fine now!
Bookmarks