g4ixt / QtTinySA

A Python 'TinySA' GUI programme using Qt5 and PyQt5
GNU General Public License v3.0
107 stars 26 forks source link

Init on startup (no popup); popup only when trying to run w/o device #10

Closed Ho-Ro closed 1 year ago

Ho-Ro commented 1 year ago

Ian, three small commits:

g4ixt commented 1 year ago

I had a number of conflicts that I attempted to resolve but I seem to have done something wrong and lost the changes. I will attempt to get them back....

Ho-Ro commented 1 year ago

I had a number of conflicts that I attempted to resolve but I seem to have done something wrong and lost the changes. I will attempt to get them back....

Ian, Your current development version gives an error:

  File "/home/horo/projects/tinySA/QtTinySA_orig/QtTinySA.py", line 107, in initialise
    ui.spur_box.setTristate(False)  # TinySA Basic has no 'auto' setting for Spur'
    ^^^^^^^^^^^
AttributeError: 'Ui_MainWindow' object has no attribute 'spur_box'

The easiest way for a 'rollback' would be to copy my QtTinySA.py into your development branch and do a new add/commit/push.