in iq2 it is done with the following code in the loop
<a href="<?php the_permalink() ?>" title="Permanent Link to <?php the_title(); ?>"><?php echo get_the_excerpt(); ?></a>
the thumb shown there is pulled in from the excerpt (through the get_the_excerpt() function) so the corresponding view is the excerpt view (since here only the image is required you don't need the freeform field, but one of the single image options is enough).
the freeform is needed if you go with the other option that was described by adam in the post i linked to above.