Replace QToolBars with StyledBar. Remove minimum size constraints.

Reviewed-by: con
This commit is contained in:
kh1
2010-10-05 14:18:18 +02:00
parent 58865c35b0
commit 699e3657a9
4 changed files with 68 additions and 66 deletions

View File

@@ -69,7 +69,6 @@ OpenPagesManager::OpenPagesManager(QObject *parent)
m_comboBox = new QComboBox;
m_comboBox->setModel(m_model);
m_comboBox->setMinimumContentsLength(40);
m_comboBox->setContextMenuPolicy(Qt::CustomContextMenu);
connect(m_comboBox, SIGNAL(activated(int)), this, SLOT(setCurrentPage(int)));
connect(m_comboBox, SIGNAL(customContextMenuRequested(QPoint)), this,