demos/embedded/anomaly/src/BrowserView.cpp
branchRCL_3
changeset 7 3f74d0d4af4c
parent 5 d3bac044e0f0
equal deleted inserted replaced
6:dee5afe5301f 7:3f74d0d4af4c
    69 
    69 
    70     m_zoomLevels << 30 << 50 << 67 << 80 << 90;
    70     m_zoomLevels << 30 << 50 << 67 << 80 << 90;
    71     m_zoomLevels << 100;
    71     m_zoomLevels << 100;
    72     m_zoomLevels << 110 << 120 << 133 << 150 << 170 << 200 << 240 << 300;
    72     m_zoomLevels << 110 << 120 << 133 << 150 << 170 << 200 << 240 << 300;
    73 
    73 
    74     initialize();
    74     QTimer::singleShot(0, this, SLOT(initialize()));
    75 }
    75 }
    76 
    76 
    77 void BrowserView::initialize()
    77 void BrowserView::initialize()
    78 {
    78 {
    79     connect(m_zoomStrip, SIGNAL(zoomInClicked()), SLOT(zoomIn()));
    79     connect(m_zoomStrip, SIGNAL(zoomInClicked()), SLOT(zoomIn()));