[Kst] kdeextragear-2/kst/kst

Rick Chern rchern at interchange.ubc.ca
Tue Aug 3 19:13:22 CEST 2004


CVS commit by rchern: 

Change curve to image and make sure at least one radio button is selected


  M +2 -0      kstimagedialog_i.cpp   1.8
  M +3 -0      plotdialog.ui   1.44


--- kdeextragear-2/kst/kst/kstimagedialog_i.cpp  #1.7:1.8
@@ -24,4 +24,5 @@
 #include <qlineedit.h>
 #include <qpushbutton.h>
+#include <qradiobutton.h>
 #include <qspinbox.h>
 #include <qstring.h>
@@ -153,4 +154,5 @@ void KstImageDialogI::_fillFieldsForNew(
   _curvePlacement->update();
   _curvePlacement->_curvePlacementGroup->setTitle("Image Placement");
+  _curvePlacement->_dontPlace->setText("Do not place image in any plot");
   //for some reason the widgets need to be placed from bottom to top
   buttonGroup5->hide();

--- kdeextragear-2/kst/kst/plotdialog.ui  #1.43:1.44
@@ -2355,4 +2355,7 @@
                                     <string>Rising edge</string>
                                 </property>
+                                <property name="checked">
+                                    <bool>true</bool>
+                                </property>
                             </widget>
                             <widget class="QRadioButton" row="1" column="4">





More information about the Kst mailing list