Mercurial > hg > svgui
comparison widgets/PropertyStack.cpp @ 997:296ccd36f626 tony-2.0-integration
Merge through to branch for Tony 2.0
author | Chris Cannam |
---|---|
date | Thu, 20 Aug 2015 14:54:21 +0100 |
parents | 66da6f009edd |
children | 3f5c82034f9b |
comparison
equal
deleted
inserted
replaced
943:788b7623bfca | 997:296ccd36f626 |
---|---|
48 #if (QT_VERSION >= 0x0402) | 48 #if (QT_VERSION >= 0x0402) |
49 setElideMode(Qt::ElideNone); | 49 setElideMode(Qt::ElideNone); |
50 tabBar()->setUsesScrollButtons(true); | 50 tabBar()->setUsesScrollButtons(true); |
51 tabBar()->setIconSize(QSize(16, 16)); | 51 tabBar()->setIconSize(QSize(16, 16)); |
52 #endif | 52 #endif |
53 | 53 |
54 repopulate(); | 54 repopulate(); |
55 | 55 |
56 connect(this, SIGNAL(currentChanged(int)), | 56 connect(this, SIGNAL(currentChanged(int)), |
57 this, SLOT(selectedContainerChanged(int))); | 57 this, SLOT(selectedContainerChanged(int))); |
58 | 58 |