Would you like to react to this message? Create an account in a few clicks or log in to continue.

You are not connected. Please login or register

"save circuit as" does not work (windows 10, IT)

2 posters

Go down  Message [Page 1 of 1]

hal



"save circuit as" does not work (windows 10, IT)

it seems to work by changing the line  (in file circuitwidget.cpp)

QString fileName = QFileDialog::getSaveFileName( this, tr("Save Circuit"), dir,"Circuits (*.sim*);;All files (*.*)");
to
QString fileName = QFileDialog::getSaveFileName( this, "Save Circuit", m_lastCircDir, "" );

arcachofo

arcachofo

Thanks.
It was already solved, but I like your solution more.

Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum