[Kst] branches/work/kst/portto4/kst/src/libkstapp
Adam Treat
treat at kde.org
Wed Mar 7 18:53:07 CET 2007
SVN commit 640345 by treat:
* Hate how designer handles this
M +62 -62 CMakeLists.txt
M +8 -3 viewlabelwidget4.ui
--- branches/work/kst/portto4/kst/src/libkstapp/CMakeLists.txt #640344:640345
@@ -44,68 +44,68 @@
)
set(kstapp_LIB_SRCS
-# ${kstapp_LIB_UI_IMPL_SRCS}
- dialoglauncher-gui.cpp
- emailthread.cpp
- extensionmgr.cpp
- kst2dplot.cpp
- kstalignment.cpp
- kstborderedviewobject.cpp
- kst.cpp
- kstdatacollection-gui.cpp
- kstdatanotifier.cpp
- kstdebugnotifier.cpp
- kstdoc.cpp
- kstdrag.cpp
- ksteventmonitorentry.cpp
- kstfilterdialog.cpp
- kstfitdialog.cpp
- kstfittable.cpp
- kstgfx2dplotmousehandler.cpp
- kstgfxarrowmousehandler.cpp
- kstgfxellipsemousehandler.cpp
- kstgfxlinemousehandler.cpp
- kstgfxmousehandler.cpp
- kstgfxmousehandlerutils.cpp
- kstgfxpicturemousehandler.cpp
- kstgfxrectanglemousehandler.cpp
- kstgfxtextmousehandler.cpp
- kstiface_impl.cpp
- kstlogwidget.cpp
- kstmatrixtable.cpp
- kstmetaplot.cpp
- kstnumbersequence.cpp
- kstplotbase.cpp
- kstplotdrag.cpp
- kstplotgroup.cpp
- kstplotlabel.cpp
- kstprintoptionspage.cpp
- kstscalarlistview.cpp
- kstscalartable.cpp
- kststringlistview.cpp
- ksttoplevelview.cpp
- kstuinames.cpp
- kstvectortable.cpp
- kstviewarrow.cpp
- kstviewbezier.cpp
- kstviewbox.cpp
- kstviewellipse.cpp
- kstviewlabel.cpp
- kstviewlegend.cpp
- kstviewline.cpp
- kstviewobject.cpp
- kstviewobjectfactory.cpp
- kstviewobjectimagedrag.cpp
- kstviewpicture.cpp
- kstviewwidget.cpp
- kstviewwindow.cpp
- ktimezonecombo.cpp
- labelrenderer.cpp
- plotmimesource.cpp
- statuslabel.cpp
-# treetools.cpp
- updatethread.cpp
- updatethread-multicore.cpp
+ ${kstapp_LIB_UI_IMPL_SRCS}
+# dialoglauncher-gui.cpp
+# emailthread.cpp
+# extensionmgr.cpp
+# kst2dplot.cpp
+# kstalignment.cpp
+# kstborderedviewobject.cpp
+# kst.cpp
+# kstdatacollection-gui.cpp
+# kstdatanotifier.cpp
+# kstdebugnotifier.cpp
+# kstdoc.cpp
+# kstdrag.cpp
+# ksteventmonitorentry.cpp
+# kstfilterdialog.cpp
+# kstfitdialog.cpp
+# kstfittable.cpp
+# kstgfx2dplotmousehandler.cpp
+# kstgfxarrowmousehandler.cpp
+# kstgfxellipsemousehandler.cpp
+# kstgfxlinemousehandler.cpp
+# kstgfxmousehandler.cpp
+# kstgfxmousehandlerutils.cpp
+# kstgfxpicturemousehandler.cpp
+# kstgfxrectanglemousehandler.cpp
+# kstgfxtextmousehandler.cpp
+# kstiface_impl.cpp
+# kstlogwidget.cpp
+# kstmatrixtable.cpp
+# kstmetaplot.cpp
+# kstnumbersequence.cpp
+# kstplotbase.cpp
+# kstplotdrag.cpp
+# kstplotgroup.cpp
+# kstplotlabel.cpp
+# kstprintoptionspage.cpp
+# kstscalarlistview.cpp
+# kstscalartable.cpp
+# kststringlistview.cpp
+# ksttoplevelview.cpp
+# kstuinames.cpp
+# kstvectortable.cpp
+# kstviewarrow.cpp
+# kstviewbezier.cpp
+# kstviewbox.cpp
+# kstviewellipse.cpp
+# kstviewlabel.cpp
+# kstviewlegend.cpp
+# kstviewline.cpp
+# kstviewobject.cpp
+# kstviewobjectfactory.cpp
+# kstviewobjectimagedrag.cpp
+# kstviewpicture.cpp
+# kstviewwidget.cpp
+# kstviewwindow.cpp
+# ktimezonecombo.cpp
+# labelrenderer.cpp
+# plotmimesource.cpp
+# statuslabel.cpp
+# # treetools.cpp
+# updatethread.cpp
+# updatethread-multicore.cpp
)
kde4_automoc(${kstapp_LIB_SRCS})
--- branches/work/kst/portto4/kst/src/libkstapp/viewlabelwidget4.ui #640344:640345
@@ -185,13 +185,13 @@
</item>
<item row="1" column="3" >
<widget class="KDoubleSpinBox" name="_rotation" >
- <property name="maxValue" >
+ <property name="maximum" >
<number>360</number>
</property>
- <property name="minValue" >
+ <property name="minimum" >
<number>-360</number>
</property>
- <property name="lineStep" >
+ <property name="singleStep" >
<number>5</number>
</property>
</widget>
@@ -354,6 +354,11 @@
<extends>QComboBox</extends>
<header>kcombobox.h</header>
</customwidget>
+ <customwidget>
+ <class>KDoubleSpinBox</class>
+ <extends>QSpinBox</extends>
+ <header>knuminput.h</header>
+ </customwidget>
</customwidgets>
<includes>
<include location="local" >scalarselector.h</include>
More information about the Kst
mailing list