[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    extragear/multimedia/k3b/src
From:       Laurent Montel <montel () kde ! org>
Date:       2007-11-25 22:39:13
Message-ID: 1196030353.821539.1567.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 741585 by mlaurent:

Add dockwidget


 M  +3 -3      k3b.cpp  


--- trunk/extragear/multimedia/k3b/src/k3b.cpp #741584:741585
@@ -380,7 +380,7 @@
     mainDock = createDockWidget( "project_view", SmallIcon("media-optical"), 0,
                                  KDialog::makeStandardCaption( i18n("Project View") \
                ), i18n("Project View") );
 */
-    addDockWidget ( Qt::TopDockWidgetArea, mainDock );
+    addDockWidget ( Qt::BottomDockWidgetArea, mainDock );
 /*
     mainDock->setDockSite( K3DockWidget::DockCorner );
     mainDock->setEnableDocking( K3DockWidget::DockNone );
@@ -425,7 +425,7 @@
     m_dirTreeDock->setEnableDocking( K3DockWidget::DockCorner );
 */
     m_dirTreeDock = new QDockWidget(KDialog::makeStandardCaption( i18n("Sidepanel") \
                ),0);
-    
+    addDockWidget ( Qt::TopDockWidgetArea, m_dirTreeDock ); 
     K3bFileTreeView* sidePanel = new K3bFileTreeView( m_dirTreeDock );
     //K3bSidePanel* sidePanel = new K3bSidePanel( this, m_dirTreeDock, "sidePanel" \
);  
@@ -444,7 +444,7 @@
     m_contentsDock->setEnableDocking( K3DockWidget::DockCorner );
 */
     m_contentsDock = new QDockWidget(KDialog::makeStandardCaption( i18n("Contents \
                View") ),0);
-    
+    addDockWidget ( Qt::TopDockWidgetArea,m_contentsDock );
     m_dirView = new K3bDirView( sidePanel/*->fileTreeView()*/, m_contentsDock );
     m_contentsDock->setWidget( m_dirView );
     //m_contentsDock->manualDock( m_dirTreeDock, K3DockWidget::DockRight, 2000 );


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic