2016-02-24 나머지 수정 들어가기 전에 백업
git-svn-id: svn://192.168.0.12/source@256 8346c931-da38-4b9b-9d4c-e48b93cbd075
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user