I made a ui file with designer. It has a push button ui.btnOK.
But in my application I need to create a new class
class MyButton : QPushButton
{
};
to replace ui.btnOK. How do I do it?
Thanks for your help.
I made a ui file with designer. It has a push button ui.btnOK.
But in my application I need to create a new class
class MyButton : QPushButton
{
};
to replace ui.btnOK. How do I do it?
Thanks for your help.
Reading the Qt Designer docs might be a good place to start.
got it. Thanks a lot
Bookmarks