[rkward-cvs] rkward/rkward/plugin rkradio.cpp,1.11,1.12

Thomas Friedrichsmeier tfry at users.sourceforge.net
Wed Apr 5 10:08:29 UTC 2006


Update of /cvsroot/rkward/rkward/rkward/plugin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv888

Modified Files:
	rkradio.cpp 
Log Message:
Sane placement of label for radio element

Index: rkradio.cpp
===================================================================
RCS file: /cvsroot/rkward/rkward/rkward/plugin/rkradio.cpp,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** rkradio.cpp	19 Mar 2006 16:41:26 -0000	1.11
--- rkradio.cpp	5 Apr 2006 10:08:25 -0000	1.12
***************
*** 45,54 ****
  	QVBoxLayout *vbox = new QVBoxLayout (this, RKGlobals::spacingHint ());
  
- 	// create label
- 	QLabel *label = new QLabel (xml->getStringAttribute (element, "label", i18n ("Select one:"), DL_INFO), this);
- 	vbox->addWidget (label);
- 
  	// create ButtonGroup
! 	group = new QButtonGroup (this);
  
  	// create internal layout for the buttons in the ButtonGroup
--- 45,50 ----
  	QVBoxLayout *vbox = new QVBoxLayout (this, RKGlobals::spacingHint ());
  
  	// create ButtonGroup
! 	group = new QButtonGroup (xml->getStringAttribute (element, "label", i18n ("Select one:"), DL_INFO), this);
  
  	// create internal layout for the buttons in the ButtonGroup





More information about the rkward-tracker mailing list