[yast-commit] r47989 - /trunk/qt/src/YQTree.cc

Author: sh-sh-sh Date: Mon Jun 2 14:38:44 2008 New Revision: 47989 URL: http://svn.opensuse.org/viewcvs/yast?rev=47989&view=rev Log: excess whitespace Modified: trunk/qt/src/YQTree.cc Modified: trunk/qt/src/YQTree.cc URL: http://svn.opensuse.org/viewcvs/yast/trunk/qt/src/YQTree.cc?rev=47989&r1=479... ============================================================================== --- trunk/qt/src/YQTree.cc (original) +++ trunk/qt/src/YQTree.cc Mon Jun 2 14:38:44 2008 @@ -51,11 +51,11 @@ setWidgetRep( this ); layout->setSpacing( YQWidgetSpacing ); - layout->setMargin ( YQWidgetMargin ); + layout->setMargin ( YQWidgetMargin ); _nextSerialNo = 0; - _caption = new YQWidgetCaption( this, label ); + _caption = new YQWidgetCaption( this, label ); YUI_CHECK_NEW( _caption ); layout->addWidget( _caption ); @@ -72,17 +72,17 @@ _caption->setBuddy ( _qt_treeWidget ); connect( _qt_treeWidget, SIGNAL( itemSelectionChanged () ), - this, SLOT ( slotSelectionChanged () ) ); + this, SLOT ( slotSelectionChanged () ) ); connect( _qt_treeWidget, SIGNAL( itemActivated ( QTreeWidgetItem *, int ) ), - this, SLOT ( slotActivated ( QTreeWidgetItem * ) ) ); + this, SLOT ( slotActivated ( QTreeWidgetItem * ) ) ); connect( _qt_treeWidget, SIGNAL( itemDoubleClicked( QTreeWidgetItem *, int ) ), - this, SLOT ( slotActivated ( QTreeWidgetItem * ) ) ); + this, SLOT ( slotActivated ( QTreeWidgetItem * ) ) ); connect( _qt_treeWidget, SIGNAL( itemExpanded ( QTreeWidgetItem * ) ), this, SLOT ( slotItemExpanded ( QTreeWidgetItem * ) ) ); - + connect( _qt_treeWidget, SIGNAL( itemCollapsed ( QTreeWidgetItem * ) ), this, SLOT ( slotItemCollapsed( QTreeWidgetItem * ) ) ); } @@ -249,7 +249,7 @@ int YQTree::preferredHeight() { int hintHeight = !_caption->isHidden() ? _caption->sizeHint().height() : 0; - + // 300 is an arbitrary value. Use a MinSize or MinHeight widget to set a // size that is useful for the application. -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
sh-sh-sh@svn.opensuse.org