Home
last modified time | relevance | path

Searched refs:icon_label (Results 1 – 2 of 2) sorted by relevance

/glogg/glogg/src/
H A Dtabbedcrawlerwidget.cpp
/glogg/src/
H A Dtabbedcrawlerwidget.cpp81 QLabel* icon_label = new QLabel(); in addTab() local
82 icon_label->setPixmap( olddata_icon_.pixmap( 11, 12 ) ); in addTab()
83 icon_label->setAlignment( Qt::AlignCenter ); in addTab()
84 myTabBar_.setTabButton( index, QTabBar::RightSide, icon_label ); in addTab()
156 QLabel* icon_label = dynamic_cast<QLabel*>( in setTabDataStatus() local
159 if ( icon_label ) { in setTabDataStatus()
175 icon_label->setPixmap ( icon->pixmap(12,12) ); in setTabDataStatus()