i have 2 form(design by UI) . i want that when iclick button from form1 then form 2 will show and form1 hide
i try thid code but it is not work
Printable View
Typically, if you want something to be done on button click, you use signals & slots. I can't see anything like that in your code. Did you connect the "button from form1" to any slot ?