]> jfr.im git - irc/kvirc/kvirc-scripts.git/commitdiff
kvs groupbox QT4 port
authorNoldor <redacted>
Wed, 30 Apr 2008 14:54:44 +0000 (14:54 +0000)
committerNoldor <redacted>
Wed, 30 Apr 2008 14:54:44 +0000 (14:54 +0000)
NGL fserv/src/NGLfserv_classes_customwidgets_groupbox.kvs
nowplaying/install.kvs

index 5ffac2510593da69ca5f86847d08e878c750ce28..76f838997088567ce9f4b5410c3e317dc65e8bfa 100644 (file)
@@ -10,7 +10,7 @@ alias(NGLfserv::classes::customwidgets::groupbox)
                        if ($3){
                                if (!$4) %strip=1
                                else %strip=$4
-                               $$->$setColumnLayout(%strip,$3)
+                               $$->$setLayoutOrientation(%strip,$3)
                        }
                }
        }
index 8c7c197e4096f330242e409217bc8608798b825b..2dd0889e1f748852cce2865b3c00fa7190e88da5 100644 (file)
@@ -145,7 +145,7 @@ alias(nowplaying::configure)
                        %l->$addMultiCellWidget(%gb,0,0,0,2)
                        %gb->$setTitle($tr("Output Format","nowplaying"))
                        # each groupbox arranges the chidren in columns
-                       %gb->$setColumnLayout(1,Horizontal)
+                       %gb->$setLayoutOrientation(Vertical)
 
                        # the groupbox's children controls
                        @%hUseColors = $this->$createCheckBox(%gb,$tr("Use Colors","nowplaying"),%NowPlaying{"UseColors"})
@@ -155,7 +155,7 @@ alias(nowplaying::configure)
                        %gb = $new(groupbox,$this)
                        %l->$addMultiCellWidget(%gb,1,1,0,2)
                        %gb->$setTitle($tr("Output Contents","nowplaying"))
-                       %gb->$setColumnLayout(1,Horizontal)
+                       %gb->$setLayoutOrientation(Vertical)
 
                        # and another set of children
                        @%hShowYear = $this->$createCheckBox(%gb,$tr("Show Year","nowplaying"),%NowPlaying{"ShowYear"})
@@ -172,7 +172,7 @@ alias(nowplaying::configure)
                        %gb = $new(groupbox,$this)
                        %l->$addMultiCellWidget(%gb,2,2,0,2)
                        %gb->$setTitle($tr("Other","nowplaying"))
-                       %gb->$setColumnLayout(1,Horizontal)
+                       %gb->$setLayoutOrientation(Vertical)
                        
                        # and yet another set of children
                        @%hShareMedia = $this->$createCheckBox(%gb,$tr("Share Media","nowplaying"),%NowPlaying{"ShareMedia"})