subsurface/qt-ui
Tomaz Canabrava 2f4d6bbe53 Added support for showing the Stars on the DiveTable
For the stars on the dive table I had to rework a bit my
StarRating widget, because it used a pixmap for each widget
that were created. Not it uses only 2 pixmaps: the active
and inactive ones.

A new file was created named modeldelegates(h, cpp) that
should hold all delegates of the models. For the GTK / C
folks, a 'Delegate' ia s way to bypass the default behavior
of the view that's displaying the data.

I also added the code to display the stars if no delegate
is set ( good for debugging. )

Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
2013-04-27 12:27:27 -03:00
..
addcylinderdialog.cpp Added the code that will load and populate the Tank Info 2013-04-15 17:34:44 -07:00
addcylinderdialog.h Added the code that will load and populate the Tank Info 2013-04-15 17:34:44 -07:00
addcylinderdialog.ui Started the real code on the Qt Interface. 2013-04-13 14:08:16 -07:00
divelistview.cpp Added support for showing the Stars on the DiveTable 2013-04-27 12:27:27 -03:00
divelistview.h Add Qtr_ macros that uses gettext in a tr() compatible manner 2013-04-13 20:44:02 -07:00
maintab.cpp Merge branch 'fixCppStyleToC' of https://github.com/tcanabrava/subsurface into Qt 2013-04-14 07:02:06 -07:00
maintab.h Add Qtr_ macros that uses gettext in a tr() compatible manner 2013-04-13 20:44:02 -07:00
maintab.ui Fix the order of the DiveInformation tab bar. 2013-04-24 19:59:52 -03:00
mainwindow.cpp Added support for showing the Stars on the DiveTable 2013-04-27 12:27:27 -03:00
mainwindow.h Make dirk happy by enabling sort in the model. 2013-04-25 20:44:06 -03:00
mainwindow.ui Make dirk happy by enabling sort in the model. 2013-04-25 20:44:06 -03:00
modeldelegates.cpp Added support for showing the Stars on the DiveTable 2013-04-27 12:27:27 -03:00
modeldelegates.h Added support for showing the Stars on the DiveTable 2013-04-27 12:27:27 -03:00
models.cpp Added support for showing the Stars on the DiveTable 2013-04-27 12:27:27 -03:00
models.h Added support for showing the Stars on the DiveTable 2013-04-27 12:27:27 -03:00
plotareascene.cpp Add Qtr_ macros that uses gettext in a tr() compatible manner 2013-04-13 20:44:02 -07:00
plotareascene.h Add Qtr_ macros that uses gettext in a tr() compatible manner 2013-04-13 20:44:02 -07:00
starwidget.cpp Added support for showing the Stars on the DiveTable 2013-04-27 12:27:27 -03:00
starwidget.h Added support for showing the Stars on the DiveTable 2013-04-27 12:27:27 -03:00