summaryrefslogtreecommitdiffstats
path: root/tools/qmlviewer/qmlviewer.h
diff options
context:
space:
mode:
authorTapani Mikola <tapani.mikola@nokia.com>2009-08-12 14:45:31 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2009-08-13 05:24:10 (GMT)
commit8a183d6259f8a464587b69f5c6ad831364383610 (patch)
treeed82a47d4c5001d03b9c783b5361dd1a57a3baea /tools/qmlviewer/qmlviewer.h
parent7c171e8067c929a3f49cf9753e75e202744e7344 (diff)
downloadQt-8a183d6259f8a464587b69f5c6ad831364383610.zip
Qt-8a183d6259f8a464587b69f5c6ad831364383610.tar.gz
Qt-8a183d6259f8a464587b69f5c6ad831364383610.tar.bz2
-scaleview parameter to qmlviewer to be able to start directly to correct sized skin (like emulator).
Diffstat (limited to 'tools/qmlviewer/qmlviewer.h')
-rw-r--r--tools/qmlviewer/qmlviewer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/qmlviewer/qmlviewer.h b/tools/qmlviewer/qmlviewer.h
index 5b875d7..319d0a5 100644
--- a/tools/qmlviewer/qmlviewer.h
+++ b/tools/qmlviewer/qmlviewer.h
@@ -58,6 +58,7 @@ public slots:
void setSkin(const QString& skinDirectory);
void showProxySettings ();
void proxySettingsChanged ();
+ void setScaleView();
protected:
virtual void keyPressEvent(QKeyEvent *);
@@ -65,13 +66,12 @@ protected:
void createMenu(QMenuBar *menu, QMenu *flatmenu);
private slots:
- void setScaleSkin();
- void setScaleView();
void autoStartRecording();
void autoStopRecording();
void recordFrame();
void chooseRecordingOptions();
void pickRecordingFile();
+ void setScaleSkin();
private:
void setupProxy();