mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
The way we export the profile image (as direct export but also used for printing) is that we render the profile from the screen to a Pixmap and save that to a file. Unfortunately this results in very bad resultion and a blurred image. This is an attempt to improve that situation but it's still far from perfect: Rather than a QPixmap and grab, I now use a QImage (where I can set the size) and render, and indeed the picture resolution (when vied at fixed size) get's better this way. The disadvantage is that icons get smaller at the same rate und so there is a natural limit on how big we can get. Maybe somebody with better Qt knowledge can take off from here. In my opinion this is already a step in the right direction. Signed-off-by: Robert C. Helling <helling@atdotde.de> Signed-off-by: Dirk Hohndel <dirk@hohndel.org> |
||
---|---|---|
.. | ||
css | ||
preferences | ||
statistics | ||
tab-widgets | ||
about.cpp | ||
about.h | ||
about.ui | ||
btdeviceselectiondialog.cpp | ||
btdeviceselectiondialog.h | ||
btdeviceselectiondialog.ui | ||
CMakeLists.txt | ||
configuredivecomputerdialog.cpp | ||
configuredivecomputerdialog.h | ||
configuredivecomputerdialog.ui | ||
divecomponentselection.ui | ||
divecomputermanagementdialog.cpp | ||
divecomputermanagementdialog.h | ||
divecomputermanagementdialog.ui | ||
divelistview.cpp | ||
divelistview.h | ||
divelogexportdialog.cpp | ||
divelogexportdialog.h | ||
divelogexportdialog.ui | ||
divelogimportdialog.cpp | ||
divelogimportdialog.h | ||
divelogimportdialog.ui | ||
divepicturewidget.cpp | ||
divepicturewidget.h | ||
diveplanner.cpp | ||
diveplanner.h | ||
diveplanner.ui | ||
diveshareexportdialog.cpp | ||
diveshareexportdialog.h | ||
diveshareexportdialog.ui | ||
divesiteimportdialog.cpp | ||
divesiteimportdialog.h | ||
divesiteimportdialog.ui | ||
downloadfromdivecomputer.cpp | ||
downloadfromdivecomputer.h | ||
downloadfromdivecomputer.ui | ||
filterwidget2.cpp | ||
filterwidget2.h | ||
filterwidget2.ui | ||
findmovedimagesdialog.cpp | ||
findmovedimagesdialog.h | ||
findmovedimagesdialog.ui | ||
groupedlineedit.cpp | ||
groupedlineedit.h | ||
importgps.cpp | ||
importgps.h | ||
importgps.ui | ||
kmessagewidget.cpp | ||
kmessagewidget.h | ||
listfilter.ui | ||
locationinformation.cpp | ||
locationinformation.h | ||
locationinformation.ui | ||
mainwindow.cpp | ||
mainwindow.h | ||
mainwindow.ui | ||
mapwidget.cpp | ||
mapwidget.h | ||
modeldelegates.cpp | ||
modeldelegates.h | ||
notificationwidget.cpp | ||
notificationwidget.h | ||
plannerDetails.ui | ||
plannerSettings.ui | ||
printdialog.cpp | ||
printdialog.h | ||
printer.cpp | ||
printer.h | ||
printoptions.cpp | ||
printoptions.h | ||
printoptions.ui | ||
qtwaitingspinner.cpp | ||
qtwaitingspinner.h | ||
renumber.ui | ||
searchbar.ui | ||
setpoint.ui | ||
shiftimagetimes.ui | ||
shifttimes.ui | ||
simplewidgets.cpp | ||
simplewidgets.h | ||
starwidget.cpp | ||
starwidget.h | ||
subsurfacewebservices.cpp | ||
subsurfacewebservices.h | ||
tableview.cpp | ||
tableview.h | ||
tableview.ui | ||
tagwidget.cpp | ||
tagwidget.h | ||
templateedit.cpp | ||
templateedit.h | ||
templateedit.ui | ||
templatelayout.cpp | ||
templatelayout.h | ||
textedit.cpp | ||
textedit.h | ||
updatemanager.cpp | ||
updatemanager.h | ||
urldialog.ui | ||
usermanual.cpp | ||
usermanual.h | ||
webservices.ui |