Hi,
I have a template class
Qt Code:
template< class WIDGET >To copy to clipboard, switch view to plain text mode
it can accept any widget as parameter... Now i pass MyWidget class derived from QWidget as a parameter. Now it should treat MyWidget as a widget...
But ... All other widgets like... QPushButton, QLabel etc are shown but MyWidget is not shown...
I have tried doing brute force debuging by setting wait cursor on my widget..
The cursor is changed tp wait cursot but the widget is not shown...
Please help..


Reply With Quote

Bookmarks