Changeset 651 for trunk/demos/embedded/anomaly/src/BrowserView.cpp
- Timestamp:
- Mar 8, 2010, 12:52:58 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.6.2 (added) merged: 650 /branches/vendor/nokia/qt/current merged: 649 /branches/vendor/nokia/qt/4.6.1 removed
- Property svn:mergeinfo changed
-
trunk/demos/embedded/anomaly/src/BrowserView.cpp
r561 r651 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 20 09Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 20 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation ([email protected]) … … 49 49 #include "TitleBar.h" 50 50 #include "flickcharm.h" 51 51 52 #include "ZoomStrip.h" 52 53 … … 63 64 { 64 65 m_titleBar = new TitleBar(this); 65 m_webView = new QWebView(this);66 m_webView = new WebView(this); 66 67 m_zoomStrip = new ZoomStrip(this); 67 68 m_controlStrip = new ControlStrip(this); … … 96 97 connect(m_webView, SIGNAL(urlChanged(QUrl)), SLOT(updateTitleBar())); 97 98 98 m_webView->setHtml(" Will try to load page soon!");99 m_webView->setHtml(""); 99 100 m_webView->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding); 100 101 m_webView->setFocus();
Note:
See TracChangeset
for help on using the changeset viewer.