Tuning the ListItemContextButtonBar look
[situare] / src / ui / tabbedpanel.cpp
index f42b1ef..3f130fc 100644 (file)
@@ -86,6 +86,7 @@ TabbedPanel::TabbedPanel(QWidget *parent)
 
     // --- LIST ITEM RELATED CONTEXT BUTTONS BAR ---
     m_itemContextButtonBar = new ListItemContextButtonBar(this);
+    m_itemContextButtonBar->hide();
 
     connect(this, SIGNAL(listItemSelectionChanged(bool)),
             m_itemContextButtonBar, SLOT(onListItemSelectionChanged(bool)));