[Kst] extragear/graphics/kst/kst
George Staikos
staikos at kde.org
Tue Nov 1 02:34:45 CET 2005
SVN commit 476276 by staikos:
copy over missing tabstops and connections and remove the old dialog
D eqdialog.ui
M +48 -0 eqdialogwidget.ui
--- trunk/extragear/graphics/kst/kst/eqdialogwidget.ui #476275:476276
@@ -192,6 +192,54 @@
</widget>
</grid>
</widget>
+<connections>
+ <connection>
+ <sender>Operators</sender>
+ <signal>activated(const QString&)</signal>
+ <receiver>_equation</receiver>
+ <slot>insert(const QString&)</slot>
+ </connection>
+ <connection>
+ <sender>Operators</sender>
+ <signal>activated(const QString&)</signal>
+ <receiver>_equation</receiver>
+ <slot>setFocus()</slot>
+ </connection>
+ <connection>
+ <sender>_vectors</sender>
+ <signal>selectionChangedLabel(const QString&)</signal>
+ <receiver>_equation</receiver>
+ <slot>insert(const QString&)</slot>
+ </connection>
+ <connection>
+ <sender>_vectors</sender>
+ <signal>selectionChangedLabel(const QString&)</signal>
+ <receiver>_equation</receiver>
+ <slot>setFocus()</slot>
+ </connection>
+ <connection>
+ <sender>_scalars</sender>
+ <signal>selectionChangedLabel(const QString&)</signal>
+ <receiver>_equation</receiver>
+ <slot>insert(const QString&)</slot>
+ </connection>
+ <connection>
+ <sender>_scalars</sender>
+ <signal>selectionChangedLabel(const QString&)</signal>
+ <receiver>_equation</receiver>
+ <slot>setFocus()</slot>
+ </connection>
+</connections>
+<tabstops>
+ <tabstop>Operators</tabstop>
+ <tabstop>_vectors</tabstop>
+ <tabstop>_scalars</tabstop>
+ <tabstop>_equation</tabstop>
+ <tabstop>_xVectors</tabstop>
+ <tabstop>_doInterpolation</tabstop>
+ <tabstop>_curveAppearance</tabstop>
+ <tabstop>_curvePlacement</tabstop>
+</tabstops>
<layoutdefaults spacing="6" margin="11"/>
<includes>
<include location="local" impldecl="in implementation">curveplacementwidget.h</include>
More information about the Kst
mailing list