Plus you need to have a
connect(ui->btnCreateFile, SIGNAL(pressed()), this, SLOT(CreateFile()));
line in the constructor of your CustomSlot class.
 Novice
					
					
						Novice
					
					
                                        
					
						
							
								 
							
						
					
					
						 
    
    
       
    
    
    
    
    
    
   
    
    
       
    
    
    
    
   Re: Problem When Creating my own Slot
 Re: Problem When Creating my own Slot
		Plus you need to have a
connect(ui->btnCreateFile, SIGNAL(pressed()), this, SLOT(CreateFile()));
line in the constructor of your CustomSlot class.
Bookmarks