Hi benadler. Awesome clean up you did on FancyTabBar class from QtCreator. I was searching for something exactly like that for my next project!
I realized that when we put longer strings they get truncated due to the maximum width and height being setup during ctor and never updated (at least when the fancytabbar is set vertically). I forked your repo and altered the FancyTabBar::setTabEnabled to update the maximum values to correct the issue.
If you want to see the issue I'm talking about just replace the labels on your demowindow.cpp with longer strings and see what happens.
Hi benadler. Awesome clean up you did on FancyTabBar class from QtCreator. I was searching for something exactly like that for my next project!
I realized that when we put longer strings they get truncated due to the maximum width and height being setup during ctor and never updated (at least when the fancytabbar is set vertically). I forked your repo and altered the FancyTabBar::setTabEnabled to update the maximum values to correct the issue.
If you want to see the issue I'm talking about just replace the labels on your demowindow.cpp with longer strings and see what happens.