2016-02-24 나머지 수정 들어가기 전에 백업

git-svn-id: svn://192.168.0.12/source@256 8346c931-da38-4b9b-9d4c-e48b93cbd075
This commit is contained in:
admin
2016-02-24 09:57:45 +00:00
parent 631710f631
commit d2b51d16e8
5 changed files with 29 additions and 7 deletions

View File

@@ -75,6 +75,7 @@ void SCountDlg::choose_1()
}
}
if (nCatalog == D_NOT_SELECT) return;
m_pTable->clear();
m_pTable->SetHeaderList(QStringList() << GetColumn().data().at(nCatalog).at(SColumn::E_NAME) << "Count");
QTableWidget *pCurrent = (QTableWidget *)GetMainWindow()->m_pDataDlg->GetCurrentWidget();
GetMainWindow()->m_progress.setRange(0,pCurrent->rowCount());