seantronsen / pvt

GNU General Public License v3.0
0 stars 0 forks source link

Enhancement: Integration with Qt Signals and Slots #44

Open seantronsen opened 6 months ago

seantronsen commented 6 months ago

Although there isn't a direct need for this since the current design works, we should integrate with the existing signals and slots ideologies of Qt to make this project easier to extend in the future. Not only that, but it would also reduce some of the complexities with the callback design and also decouple some of our existing interface elements like labels (allowing for more abstract use).