MCPcopy Create free account
hub / github.com/collin80/SavvyCAN / handleSaveButton

Method handleSaveButton

bisectwindow.cpp:143–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143void BisectWindow::handleSaveButton()
144{
145 QMessageBox msg;
146 QString filename;
147 if (FrameFileIO::saveFrameFile(filename, &splitFrames))
148 {
149 msg.setText(tr("Successfully saved file"));
150 }
151 else
152 {
153 msg.setText(tr("Error while attempting to save."));
154 }
155 msg.exec();
156}
157
158void BisectWindow::updateFrameNumSlider()
159{

Callers

nothing calls this directly

Calls 1

setTextMethod · 0.80

Tested by

no test coverage detected