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

List:       kde-bugs-dist
Subject:    [Bug 53682] usability: toolbar layout and buttons
From:       Neil Stevens <neil () qualityassistant ! com>
Date:       2003-01-31 6:03:41
[Download RAW message or body]

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
     
http://bugs.kde.org/show_bug.cgi?id=53682     




------- Additional Comments From neil@qualityassistant.com  2003-01-31 07:03 -------
Subject: kdemultimedia/kaboodle

CVS commit by neil: 

Move video widget below the Slider.

CCMAIL: 53682@bugs.kde.org


  M +3 -3      view.cpp   1.13


--- kdemultimedia/kaboodle/view.cpp  #1.12:1.13
@@ -71,10 +71,10 @@ Kaboodle::View::View(QWidget *parent, co
         box->show();
 
-        video = new KVideoWidget(player, box);
-        connect(video, SIGNAL(adaptSize(int, int)), this, SLOT(calculateSize(int, int)));
-
         QWidget *sliderBox = new QWidget(box);
         sliderBox->setFocusPolicy(QWidget::ClickFocus);
         sliderBox->setAcceptDrops(true);
+
+        video = new KVideoWidget(player, box);
+        connect(video, SIGNAL(adaptSize(int, int)), this, SLOT(calculateSize(int, int)));
 
         QHBoxLayout *layout = new QHBoxLayout(sliderBox);
[prev in list] [next in list] [prev in thread] [next in thread] 

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