In this post I want to write a short note about QT SIGNAL&SLOTS mechanism in Thermodynamic processes. I won’t write how it works, everyone can read that on the official QT website.

I used the mechanism in my application in a very basic form, namely I connected valueChanged(double) methods of doubleSpinBxes with emitValueChanged() method of dataTab object. I had to use two layer of abstraction. One to connect SpinBoxes with dataTab object and second to connect dataTab with TabDialog class. So flow control from user input to mainEvent Function is short and simple (but it could be simpler:).

I would like to announce that my post are going to be shorter since now because end of semester is coming and I have some project to end 🙂

Leave a Reply