mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-17 15:27:13 +02:00
gui sub frame index now shows
This commit is contained in:
@ -813,7 +813,7 @@ void qDrawPlot::GetData(detectorData *data, uint64_t frameIndex,
|
|||||||
plotTitlePrefix + QString(data->fileName.c_str()).section('/', -1);
|
plotTitlePrefix + QString(data->fileName.c_str()).section('/', -1);
|
||||||
indexTitle = QString("%1").arg(frameIndex);
|
indexTitle = QString("%1").arg(frameIndex);
|
||||||
if ((int)subFrameIndex != -1) {
|
if ((int)subFrameIndex != -1) {
|
||||||
indexTitle = QString("%1 %2").arg(frameIndex, subFrameIndex);
|
indexTitle = QString("%1 %2").arg(frameIndex).arg(subFrameIndex);
|
||||||
}
|
}
|
||||||
completeImage = data->completeImage;
|
completeImage = data->completeImage;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user