The docs say it all - just make sure you read correctly![]()
QListWidgetItem * QListWidget::item ( int row ) constgot it?1.
QString t = lwDataList->item(n - 1);
try
Qt Code:
To copy to clipboard, switch view to plain text mode
The docs say it all - just make sure you read correctly![]()
QListWidgetItem * QListWidget::item ( int row ) constgot it?1.
QString t = lwDataList->item(n - 1);
try
Qt Code:
To copy to clipboard, switch view to plain text mode
==========================signature=============== ==================
S.O.L.I.D principles (use them!):
https://en.wikipedia.org/wiki/SOLID_...iented_design)
Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.
Bookmarks