mirror of
https://github.com/leozide/leocad
synced 2025-01-30 20:34:56 +01:00
Allow toolbars to be docked anywhere.
This commit is contained in:
parent
d34f5050dd
commit
0f89bc8233
1 changed files with 0 additions and 2 deletions
|
@ -598,7 +598,6 @@ void lcMainWindow::CreateToolBars()
|
||||||
|
|
||||||
mPropertiesToolBar = new QDockWidget(tr("Properties"), this);
|
mPropertiesToolBar = new QDockWidget(tr("Properties"), this);
|
||||||
mPropertiesToolBar->setObjectName("PropertiesToolbar");
|
mPropertiesToolBar->setObjectName("PropertiesToolbar");
|
||||||
mPropertiesToolBar->setAllowedAreas(Qt::LeftDockWidgetArea | Qt::RightDockWidgetArea);
|
|
||||||
|
|
||||||
mPropertiesWidget = new lcQPropertiesTree(mPropertiesToolBar);
|
mPropertiesWidget = new lcQPropertiesTree(mPropertiesToolBar);
|
||||||
|
|
||||||
|
@ -607,7 +606,6 @@ void lcMainWindow::CreateToolBars()
|
||||||
|
|
||||||
mTimelineToolBar = new QDockWidget(tr("Timeline"), this);
|
mTimelineToolBar = new QDockWidget(tr("Timeline"), this);
|
||||||
mTimelineToolBar->setObjectName("TimelineToolbar");
|
mTimelineToolBar->setObjectName("TimelineToolbar");
|
||||||
mTimelineToolBar->setAllowedAreas(Qt::LeftDockWidgetArea | Qt::RightDockWidgetArea);
|
|
||||||
mTimelineToolBar->setAcceptDrops(true);
|
mTimelineToolBar->setAcceptDrops(true);
|
||||||
|
|
||||||
mTimelineWidget = new lcTimelineWidget(mTimelineToolBar);
|
mTimelineWidget = new lcTimelineWidget(mTimelineToolBar);
|
||||||
|
|
Loading…
Add table
Reference in a new issue