I want to make this loop once it hits the last file in the list how would i go about doing so thanksQt Code:
void mediazone::slide() { if(iterator->hasNext()) { picture->clear(); picture->show(); } else { iterator->toFront(); } }To copy to clipboard, switch view to plain text mode





Reply With Quote
Bookmarks