A lot of changes, starting BODE functions
This commit is contained in:
parent
08d52fa371
commit
37c9772e94
8 changed files with 307 additions and 136 deletions
2
run.py
2
run.py
|
@ -77,7 +77,7 @@ class Helper(QObject):
|
|||
os.system("xclip -selection clipboard -t image/png -i " + tempfile)
|
||||
|
||||
app = QApplication([])
|
||||
app.setApplicationName("Logarithmic Graph Creator")
|
||||
app.setApplicationName("Logarithmic Plotter")
|
||||
app.setOrganizationName("Ad5001")
|
||||
engine = QQmlApplicationEngine()
|
||||
helper = Helper()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue