I have a plugin that has a custom Qt panel derived from pqLoadedFormObjectPanel which has a bunch of buttons. I was relying on Qt's auto hookup feature in the past to connect all the buttons and checkboxes with the proper slots that are declared in my class. Those hookups do not seem to be happening anymore as clicking on the checkboxes or buttons will not execute the code. I have had to change up my CMake files a bit so maybe I am missing something? Automoc? Not sure how to check if the header is getting moc'ed or not. Just posting to make sure something has not changed between ParaView 3.10 and 3.12 that necessitates having to manually hook everything up.
Thanks ___________________________________________________________ Mike Jackson Principal Software Engineer BlueQuartz Software Dayton, Ohio [email protected] www.bluequartz.net _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
