[qt4] database에서 column name 가져오기

QSqlQuery을 이용해서 데이터를 뽑아 올 때 반환값 중에 있는 QSqlRecord::record() 반환값에서 fieldName(int i)을 이용해서 column name을 가져올 수 있다.