comparison widgets/PropertyStack.cpp @ 239:6e59a60139b7

...
author Chris Cannam
date Mon, 23 Apr 2007 12:14:10 +0000
parents 6969f21da18a
children 101f71a97df4
comparison
equal deleted inserted replaced
238:966639cc7c11 239:6e59a60139b7
38 connect(bar, SIGNAL(mouseLeft()), this, SLOT(mouseLeftTabBar())); 38 connect(bar, SIGNAL(mouseLeft()), this, SLOT(mouseLeftTabBar()));
39 connect(bar, SIGNAL(activeTabClicked()), this, SLOT(activeTabClicked())); 39 connect(bar, SIGNAL(activeTabClicked()), this, SLOT(activeTabClicked()));
40 40
41 setTabBar(bar); 41 setTabBar(bar);
42 42
43 // setElideMode(Qt::ElideRight);
44 setUsesScrollButtons(true);
45 setIconSize(QSize(16, 16));
46
43 repopulate(); 47 repopulate();
44 48
45 connect(this, SIGNAL(currentChanged(int)), 49 connect(this, SIGNAL(currentChanged(int)),
46 this, SLOT(selectedContainerChanged(int))); 50 this, SLOT(selectedContainerChanged(int)));
47 51