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

List:       kde-commits
Subject:    playground/utils/kconfigeditor/src
From:       Lukas Appelhans <l.appelhans () gmx ! de>
Date:       2009-02-01 0:47:17
Message-ID: 1233449237.613536.9965.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 919446 by lappelhans:

Add propertyeditormodel in preparation for our new property-model/view...


 M  +1 -0      CMakeLists.txt  
 M  +1 -0      propertyeditor/CMakeLists.txt  
 M  +2 -2      propertyeditor/propertyeditor.cpp  
 A             propertyeditor/propertyeditormodel.cpp   [License: GPL (v2+)]
 A             propertyeditor/propertyeditormodel.h   [License: GPL (v2+)]


--- trunk/playground/utils/kconfigeditor/src/CMakeLists.txt #919445:919446
@@ -48,6 +48,7 @@
 propertyeditor/propertylist.cpp 
 propertyeditor/pspinbox.cpp 
 propertyeditor/propertywidgetproxy.cpp
+propertyeditor/propertyeditormodel.cpp
 )
 
 set (interfaces_SRCS
--- trunk/playground/utils/kconfigeditor/src/propertyeditor/CMakeLists.txt #919445:919446
@@ -31,6 +31,7 @@
 propertylist.cpp 
 pspinbox.cpp 
 propertywidgetproxy.cpp
+propertyeditormodel.cpp
 )
 
 kde4_add_library(propertyeditor SHARED ${propertyeditor_SRCS})
--- trunk/playground/utils/kconfigeditor/src/propertyeditor/propertyeditor.cpp #919445:919446
@@ -171,7 +171,7 @@
     m_currentEditWidget = 0;
     m_list = 0;
 
-    m_currentEditArea = new QWidget(viewport());
+    /*m_currentEditArea = new QWidget(viewport());//TODO: Move it to the delegate
     m_currentEditArea->hide();
     m_undoButton = new QPushButton(m_currentEditArea);
     m_undoButton->setIcon(KIcon("edit-undo"));
@@ -179,7 +179,7 @@
     m_undoButton->resize(m_undoButton->height(), m_undoButton->height());
     m_undoButton->hide();
     connect(m_undoButton, SIGNAL(clicked()), this, SLOT(undo()));
-    m_currentEditLayout = new QGridLayout(m_currentEditArea);
+    m_currentEditLayout = new QGridLayout(m_currentEditArea);*/
 //    m_currentEditLayout->addWidget(m_undoButton, 0, 1);
 }
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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