[Kst] branches/work/kst/portto4/kst/src/libkstapp

Adam Treat treat at kde.org
Fri Sep 28 01:13:36 CEST 2007


SVN commit 718028 by treat:

* Don't show the extension by default.


 M  +0 -1      datadialog.cpp  
 M  +2 -0      dialog.cpp  
 M  +3 -0      dialog.ui  


--- branches/work/kst/portto4/kst/src/libkstapp/datadialog.cpp #718027:718028
@@ -57,7 +57,6 @@
   extensionLayout->addWidget(editMultipleWidget);
 
   extension->setLayout(extensionLayout);
-  extension->hide();
 
   QWidget *box = topCustomWidget();
 
--- branches/work/kst/portto4/kst/src/libkstapp/dialog.cpp #718027:718028
@@ -23,6 +23,8 @@
 
   setupUi(this);
 
+  extensionWidget()->hide();
+
   connect(_listWidget, SIGNAL(itemClicked(QListWidgetItem *)),
           this, SLOT(selectPageForItem(QListWidgetItem *)));
 
--- branches/work/kst/portto4/kst/src/libkstapp/dialog.ui #718027:718028
@@ -107,6 +107,9 @@
      </item>
      <item rowspan="3" row="0" column="3" >
       <widget class="QWidget" native="1" name="_extensionWidget" >
+       <property name="enabled" >
+        <bool>true</bool>
+       </property>
        <property name="sizePolicy" >
         <sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
          <horstretch>0</horstretch>


More information about the Kst mailing list