Slots are defined on Windows not work on MAC OS
			
			General and Desktop
		
6
Posts
2
Posters
2.1k
Views
1
Watching
- 
Hi all, 
 I have an application written him out of Windows, tried to run on MAC OS application starts, but does not work hung on the slots QPushButton in MAC OS does not work. I tried to go to zero under the debugger ...on Windows this work. Sample code: 
 @void Widget::on_b_circleLeft_clicked()
 {
 showMinimized();
 }@Any ideas? 
- 
Yes 
 identity in the debugger tried to run, the function does not even comes ...
 as if the event did not happen.and no matter what code is inside ... Why do you work all the buttons are very strange I can not understand why. part of the works but not always, part at all. 
 And in Windows everything works. in the MAC OS does not want to work.
 Is it possible that the matter in the size of the buttons?
