|
Lines 443-449
TabbedViewContainer::TabbedViewContainer(NavigationPosition position , QObject*
Link Here
|
| 443 |
_closeTabButton->setIcon(KIcon("tab-close")); |
443 |
_closeTabButton->setIcon(KIcon("tab-close")); |
| 444 |
_closeTabButton->adjustSize(); |
444 |
_closeTabButton->adjustSize(); |
| 445 |
_closeTabButton->setHidden(true); |
445 |
_closeTabButton->setHidden(true); |
| 446 |
_closeTabButton->setEnabled(false); |
446 |
//_closeTabButton->setEnabled(false); |
| 447 |
|
447 |
|
| 448 |
connect( _tabBar , SIGNAL(currentChanged(int)) , this , SLOT(currentTabChanged(int)) ); |
448 |
connect( _tabBar , SIGNAL(currentChanged(int)) , this , SLOT(currentTabChanged(int)) ); |
| 449 |
connect( _tabBar , SIGNAL(tabDoubleClicked(int)) , this , SLOT(tabDoubleClicked(int)) ); |
449 |
connect( _tabBar , SIGNAL(tabDoubleClicked(int)) , this , SLOT(tabDoubleClicked(int)) ); |