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

List:       kde-commits
Subject:    kdegraphics/kuickshow/src
From:       Carsten Pfeiffer <carpdjih () mailbox ! tu-berlin ! de>
Date:       2002-12-08 3:14:29
[Download RAW message or body]

CVS commit by pfeiffer: 

make this a checkbox instead of a radiobutton, as long as the other
options are disabled


  M +2 -1      printing.cpp   1.11


--- kdegraphics/kuickshow/src/printing.cpp:1.10	Fri Nov 15 00:45:59 2002
@@ -183,7 +183,8 @@
     QVButtonGroup *group = new QVButtonGroup( i18n("Scaling"), this );
     group->setRadioButtonExclusive( true );
     layout->addWidget( group );
-    m_shrinkToFit = new QRadioButton( i18n("Shrink image to &fit, if necessary"), group );
+    // m_shrinkToFit = new QRadioButton( i18n("Shrink image to &fit, if necessary"), group );
+    m_shrinkToFit = new QCheckBox( i18n("Shrink image to &fit, if necessary"), group );
     m_shrinkToFit->setChecked( true );
 
     QWidget *widget = new QWidget( group );

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

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