[Uml-devel] branches/work/soc-umbrello/umbrello
Andi Fischer
andi.fischer at hispeed.ch
Sun Aug 16 17:38:33 UTC 2009
SVN commit 1012044 by fischer:
Replaced a deprecated call and removed the comment for tab resizing.
M +2 -2 uml.cpp
--- branches/work/soc-umbrello/umbrello/uml.cpp #1012043:1012044
@@ -655,8 +655,8 @@
// Prepare Tabbed Diagram Representation
m_tabWidget = new KTabWidget(this);
-// m_tabWidget->setAutomaticResizeTabs(true);
- m_tabWidget->setCloseButtonEnabled(true);
+ m_tabWidget->setAutomaticResizeTabs(true);
+ m_tabWidget->setTabsClosable(true);
connect(m_tabWidget, SIGNAL(closeRequest(QWidget*)), SLOT(slotDeleteDiagram(QWidget*)));
m_newSessionButton = new QToolButton(m_tabWidget);
More information about the umbrello-devel
mailing list