mirror of
https://github.com/subsurface/subsurface.git
synced 2024-12-01 06:30:26 +00:00
9ffb707d9d
A very simple to use widget: StarWidget *stars = new StarWidget( windowParent); stars->setMaximumStars(10); stars->setCurrentStars( rand()%10); stars->show(); connect(stars, SIGNAL(valueChanged(int)), someObj, SLOT(starsChangedValue(int))); It currently uses a 'star.svg' file on the same folder as the binary. Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org> |
||
---|---|---|
.. | ||
addcylinderdialog.cpp | ||
addcylinderdialog.h | ||
addcylinderdialog.ui | ||
divelistview.cpp | ||
divelistview.h | ||
maintab.cpp | ||
maintab.h | ||
maintab.ui | ||
mainwindow.cpp | ||
mainwindow.h | ||
mainwindow.ui | ||
models.cpp | ||
models.h | ||
plotareascene.cpp | ||
plotareascene.h | ||
starwidget.cpp | ||
starwidget.h |