Quote Originally Posted by Lykurg View Post
If you have trouble with that, then - no offense - you should be more concerned with your coding abilities than the gui of your application! Off course you have to extend SOURCES and HEADERS with the includes from fancytabwidget.cpp and so on since you don't use it as a library.
Yes I decided to step foward in looking into C++ sources, and sucessfuly made it work. Still, I had to modify the background, because the two rgb returned black colors, resulting a black background for the fancytabwidget. I had to look into the StyleHelper Class to make my own Gradient, and sucessfuly made it work. Thanks Lykurg