There seems to be no way currently to style the close button through Qt's style sheets. Not only is this not documented, there is no style for it in src / gui / styles / qstylesheetstyle.cpp.
You can set the button using the QTabBar::setTabButton() method.
You can send it as a function request to Qt Tracker .
source share