Added opening samples in SlicerT from the file browser (#8100)

Co-authored-by: Dalton Messmer <messmer.dalton@gmail.com>
This commit is contained in:
Petar Katić
2025-10-21 01:07:47 +02:00
committed by GitHub
parent 4d10474d91
commit 872426bfc9
4 changed files with 34 additions and 8 deletions

View File

@@ -329,6 +329,11 @@ void SlicerT::updateFile(QString file)
emit dataChanged();
}
void SlicerT::loadFile(const QString& file)
{
updateFile(file);
}
void SlicerT::updateSlices()
{
findSlices();

View File

@@ -82,6 +82,7 @@ public:
void saveSettings(QDomDocument& document, QDomElement& element) override;
void loadSettings(const QDomElement& element) override;
void loadFile(const QString& file) override;
void findSlices();
void findBPM();