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

List:       kde-commits
Subject:    koffice/kexi/plugins/forms
From:       Jarosław Staniek <staniek () kde ! org>
Date:       2010-01-02 9:55:56
Message-ID: 1262426156.678331.1113.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1068882 by staniek:

Forms
*hide "textInteractionFlags" property


 M  +5 -1      kexidbfactory.cpp  


--- trunk/koffice/kexi/plugins/forms/kexidbfactory.cpp #1068881:1068882
@@ -669,6 +669,8 @@
 #ifdef KEXI_NO_UNFINISHED
              && property != "paper"
 #endif
+             && property != "textInteractionFlags"
+//! @todo support textInteractionFlags property of QLabel and QTextEdit
              ;
     else if (classname == "KexiDBSubForm")
         ok = property != "dragAutoScroll"
@@ -678,7 +680,9 @@
         ok = property != "iconText"
              && property != "geometry" /*nonsense for toplevel widget; for size, \
"size" property is used*/;  else if (classname == "KexiDBLabel")
-        ok = property != "focusPolicy";
+        ok = property != "focusPolicy"
+             && property != "textInteractionFlags";
+//! @todo support textInteractionFlags property of QLabel
     else if (classname == "KexiDBAutoField") {
         if (!isTopLevel && property == "caption")
             return true; //force


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

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