My app does not seem to find my button from the UI file
        Posted  
        
            by Jason94
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Jason94
        
        
        
        Published on 2010-05-23T09:13:04Z
        Indexed on 
            2010/05/23
            9:20 UTC
        
        
        Read the original article
        Hit count: 322
        
qt
What i did:
create a project,
edited the ui file with the designer tool,
ran the project, everything is ok
tried to add to my cppfile:
connect( pushButton_bracketBegin, SIGNAL( clicked() ), this, SLOT( pushButton_bracketBeginAction() ) );
but i get the error "‘pushButton_bracketBegin’ was not declared in this scope". this is my first project in qt and it should be fairly simple i guess (but yet out of my grasp ) :) appreciate the help
© Stack Overflow or respective owner