How to draw relay logic in qt??
Unsolved
General and Desktop
-
Hi
What is "relay logic" ?
You want to draw it or what is the goal? :)Can you provide more details of the project. ?
-
@NIXIN said:
relay logic
Make A, B, C and D in gui like QLineEdit. After that catch every signal like QLineEdit::textChanged(const QString &text) and recalc all other values in other places.