And what is keeping you from doing that?
i don't know how to start/beginner
See "creating custom widgets" starting on page 5 of "C++ GUI programming with Qt4, second edition". I'm sure you can get it somewhere. Or do some google searches on "qt custom widget".
Creating a custom widget is not so difficult, but is not something we can/will just tell you in this thread.
One advice : don't start to try to integrate your widget in Qt Designer. That is quite more complex. If it's just for a single application, you can just promote a widget on your form to the new class you create.
Best regards,
Marc
Bookmarks