C++ (Qt) CreateModels(); qDebug()<<GetDocFullName(1); qDebug()<<GetDocFullName(2);
C++ (Qt)QString DocSelectorDialog::GetDocFullName(int row){ QModelIndex index = _typeDocModel->index(row,2); // QSqlQueryModel* _typeDocModel; return _typeDocModel->data(index).toString();}