Some progress. Bellow is an application derived from ZBaseDialog with two QPushButtons, one QLineEdit and one QComboBox.Originally Posted by joaorodrigo
I needed to implement a lot of methods from ZBaseDialog that are pure virtual.
I can enter any text on QLineEdit and I can select any Item from QComboBox but I can't connect de buttons to a signal handler.
The QObject::connect() method returns without erros but when I click on button the handler is not called.
So, I continue testing untill I can run myown apps.



Reply With Quote

.