Fixed how images are scaled to handle images with different size

This commit is contained in:
matlabbe
2015-05-26 14:15:04 -04:00
parent 13af312b03
commit e6923daf1c
3 changed files with 31 additions and 16 deletions

View File

@@ -55,6 +55,7 @@ public:
void saveSettings(QSettings & settings, const QString & group = "") const;
void loadSettings(QSettings & settings, const QString & group = "");
QRectF sceneRect() const;
bool isImageShown() const;
bool isImageDepthShown() const;
bool isFeaturesShown() const;