In a slots function responded to click of a button,
I changed the a value:
value+=50;
then emit a signal
emit isChanged();
in another slots function, I updated changed value in GUI like
updateGUI(value);
the project was built successfully,
however, when I click the button, it shows +=100, not 50,
anyone has any clue? thanks.
Bookmarks