That One Average 成 on Nostr: GUI progress! Figured out how slots and signals work (ish), because I kept getting ...
GUI progress!
Figured out how slots and signals work (ish), because I kept getting the two confused. So now all the boxes point to the same central function.
And I implemented a kinda nasty hack here, but doing it lets me demultiplex the specific combobox so I can get both the pin num that's calling and the button type it's requesting. Since the amount of/function of these comboboxes are known, it *should* be fine?
Again, focusing on what works here--I'll clean up later if need be, lol.
Figured out how slots and signals work (ish), because I kept getting the two confused. So now all the boxes point to the same central function.
And I implemented a kinda nasty hack here, but doing it lets me demultiplex the specific combobox so I can get both the pin num that's calling and the button type it's requesting. Since the amount of/function of these comboboxes are known, it *should* be fine?
Again, focusing on what works here--I'll clean up later if need be, lol.