mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
(#335) Showing field name and component name in progress bar
Showing field name and component name in progress bar when loading results.
This commit is contained in:
parent
e5bb58b269
commit
fb195dbd4b
@ -96,9 +96,9 @@ RigFemScalarResultFrames* RigFemPartResultsCollection::findOrLoadScalarResult(in
|
||||
resultsForEachComponent.push_back(m_femPartResults[partIndex]->createScalarResult(resultAddressOfComponents[cIdx]));
|
||||
}
|
||||
|
||||
int frameCount = this->frameCount();
|
||||
|
||||
caf::ProgressInfo progress(frameCount, "Loading Results");
|
||||
int frameCount = this->frameCount();
|
||||
caf::ProgressInfo progress(frameCount, "");
|
||||
progress.setProgressDescription(QString("Loading %1 %2").arg(resVarAddr.fieldName.c_str(), resVarAddr.componentName.c_str()));
|
||||
|
||||
for (int stepIndex = 0; stepIndex < frameCount; ++stepIndex)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user