Use order by clause
Qt Code:
  1. model->setQuery("SELECT start_time,description,finish_time FROM db_table [B]order by id desc[/B]");
To copy to clipboard, switch view to plain text mode 

hope it helps,
bala