[Kstars-devel] KDE/kdeedu/kstars/kstars

Alexey Khudyakov alexey.skladnoy at gmail.com
Fri Aug 28 13:31:39 CEST 2009


SVN commit 1016631 by khudyakov:

Add new widget. It's a floating area with text lines. It's
intended as InfoBox replacement.

All communication is done via signal/slots mechanism. It
simpler than current InfoBox implementation

CCMAIL: kstars-devel at kde.org

 M  +1 -0      CMakeLists.txt  
 A             widgets/infoboxwidget.cpp   [License: GPL (v2+)]
 A             widgets/infoboxwidget.h   [License: GPL (v2+)]


--- trunk/KDE/kdeedu/kstars/kstars/CMakeLists.txt #1016630:1016631
@@ -229,6 +229,7 @@
 	widgets/timespinbox.cpp 
 	widgets/timestepbox.cpp 
 	widgets/timeunitbox.cpp
+	widgets/infoboxwidget.cpp
 )
 
 set( kstars_KCFG_SRCS Options.kcfgc )


More information about the Kstars-devel mailing list