Ignore:
Timestamp:
Mar 8, 2010, 12:52:58 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.6.2 sources.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/demos/embedded/anomaly/src/BrowserView.cpp

    r561 r651  
    11/****************************************************************************
    22**
    3 ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
     3** Copyright (C) 20 Nokia Corporation and/or its subsidiary(-ies).
    44** All rights reserved.
    55** Contact: Nokia Corporation ([email protected])
     
    4949#include "TitleBar.h"
    5050#include "flickcharm.h"
     51
    5152#include "ZoomStrip.h"
    5253
     
    6364{
    6465    m_titleBar = new TitleBar(this);
    65     m_webView = new QWebView(this);
     66    m_webView = new WebView(this);
    6667    m_zoomStrip = new ZoomStrip(this);
    6768    m_controlStrip = new ControlStrip(this);
     
    9697    connect(m_webView, SIGNAL(urlChanged(QUrl)), SLOT(updateTitleBar()));
    9798
    98     m_webView->setHtml("Will try to load page soon!");
     99    m_webView->setHtml("");
    99100    m_webView->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding);
    100101    m_webView->setFocus();
Note: See TracChangeset for help on using the changeset viewer.