1
0
mirror of https://gitee.com/drabel/LibQQt.git synced 2025-01-04 10:18:44 +08:00

update picture effect tabbar

This commit is contained in:
tianduanrui 2017-12-09 18:34:25 +08:00
parent 5fd18d79c6
commit 2f0d46c1b3

View File

@ -16,7 +16,7 @@ QQtPictureEffectTabBar::QQtPictureEffectTabBar ( QWidget* parent ) :
backgroundColor = QColor ( 0, 0, 0 ); backgroundColor = QColor ( 0, 0, 0 );
selectedTextColor = QColor ( 255, 255, 255 ); selectedTextColor = QColor ( 255, 255, 255 );
textFont = QApplication::font(); textFont = QApplication::font();
setDrawBase ( false ); setDrawBase ( true );
} }
void QQtPictureEffectTabBar::setIconStyle ( QQtPictureEffectTabBar::IconStyle iconStyle ) void QQtPictureEffectTabBar::setIconStyle ( QQtPictureEffectTabBar::IconStyle iconStyle )