Hey,
I am working with Qt and I watched some Tutorials on Slots and Signals but I did not find a solution to my current Problem. I am using stackedWidgets and I have two pages. On the first page I have a textEdit, in which one should write a Name for example. On the second page I have a Label. I want the Label to Show the Name which was entered in the textEdit before. I really tried to work with Slot and Signals but could not come up with a solution that worked. Can someone help me please?