2010-08-01 18:27 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

- contrib/hbqt/qth
  - contrib/hbqt/doc
  * contrib/hbqt/generator/qtcore.qtp
  * contrib/hbqt/generator/qtnetwork.qtp
  * contrib/hbqt/generator/qtgui.qtp
  + contrib/hbqt/qtgui/qth
  + contrib/hbqt/qtgui/qth/*
  + contrib/hbqt/qtgui/doc
  + contrib/hbqt/qtgui/doc/en
  + contrib/hbqt/qtgui/doc/en/*
  + contrib/hbqt/qtcore/qth
  + contrib/hbqt/qtcore/qth/*
  + contrib/hbqt/qtcore/doc
  + contrib/hbqt/qtcore/doc/en
  + contrib/hbqt/qtcore/doc/en/*
  + contrib/hbqt/qtnetwork/qth
  + contrib/hbqt/qtnetwork/qth/*
  + contrib/hbqt/qtnetwork/doc
  + contrib/hbqt/qtnetwork/doc/en
  + contrib/hbqt/qtnetwork/doc/en/*
    + qth and doc files moved inside their own component dirs.
This commit is contained in:
Viktor Szakats
2010-08-01 16:41:15 +00:00
parent a8a1914c04
commit a033ea56f9
565 changed files with 304 additions and 1235 deletions

View File

@@ -16,6 +16,29 @@
The license applies to all entries newer than 2009-04-28.
*/
2010-08-01 18:27 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
- contrib/hbqt/qth
- contrib/hbqt/doc
* contrib/hbqt/generator/qtcore.qtp
* contrib/hbqt/generator/qtnetwork.qtp
* contrib/hbqt/generator/qtgui.qtp
+ contrib/hbqt/qtgui/qth
+ contrib/hbqt/qtgui/qth/*
+ contrib/hbqt/qtgui/doc
+ contrib/hbqt/qtgui/doc/en
+ contrib/hbqt/qtgui/doc/en/*
+ contrib/hbqt/qtcore/qth
+ contrib/hbqt/qtcore/qth/*
+ contrib/hbqt/qtcore/doc
+ contrib/hbqt/qtcore/doc/en
+ contrib/hbqt/qtcore/doc/en/*
+ contrib/hbqt/qtnetwork/qth
+ contrib/hbqt/qtnetwork/qth/*
+ contrib/hbqt/qtnetwork/doc
+ contrib/hbqt/qtnetwork/doc/en
+ contrib/hbqt/qtnetwork/doc/en/*
+ qth and doc files moved inside their own component dirs.
2010-08-01 18:03 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbqt/generator/qtcore.qtp
* contrib/hbqt/generator/qtgui.qtp

View File

@@ -1,69 +0,0 @@
/*
* hbQTgen v1.0 - Harbour Callable Wrappers Generator for QT v4.5+
*
* Please do not modify this document as it is subject to change in future.
*
* Pritpal Bedi <bedipritpal@hotmail.com>
*
* 02/25/10 - 18:22:12
*
*/
/* $DOC$
$TEMPLATE$
Class
$NAME$
QInputContext()
$CATEGORY$
Harbour Bindings for Qt 4.5.3+
$SUBCATEGORY$
GUI
$ONELINER$
Creates a new QInputContext object.
$INHERITS$
QObject
$SYNTAX$
QInputContext():new( ... )
QInputContext():from( pPtr_OR_oObj_of_type_QInputContext )
QInputContext():configure( pPtr_OR_oObj_of_type_QInputContext )
$ARGUMENTS$
$RETURNS$
An instance of the object of type QInputContext
$METHODS$
:filterEvent( pEvent ) -> lBool
:font() -> pQFont
:identifierName() -> cQString
:isComposing() -> lBool
:language() -> cQString
:mouseHandler( nX, pEvent ) -> NIL
:reset() -> NIL
:sendEvent( pEvent ) -> NIL
:standardFormat( nS ) -> pQTextFormat
:update() -> NIL
:widgetDestroyed( pWidget ) -> NIL
$DESCRIPTION$
$EXAMPLES$
$TESTS$
$STATUS$
R
$COMPLIANCE$
Not Clipper Compatible
$PLATFORMS$
Windows, Linux, MacOS, OS2
$VERSION$
4.5.3
$FILES$
Prg Source : contrib/hbqt/qtgui/TQInputContext.prg
C++ Wrappers : contrib/hbqt/qtgui/QInputContext.cpp
Library : hbqtgui
$SEEALSO$
QObject, http://doc.trolltech.com/4.5/qinputcontext.html
$END$
*/

View File

@@ -1,89 +0,0 @@
/*
* hbQTgen v1.0 - Harbour Callable Wrappers Generator for Qt v4.5.3+
* Please do not modify this document as it is subject to change in future.
* Pritpal Bedi <bedipritpal@hotmail.com>
*/
/* $DOC$
$TEMPLATE$
Class
$NAME$
QWebFrame()
$CATEGORY$
Harbour Bindings for Qt
$SUBCATEGORY$
GUI
$EXTERNALLINK$
http://doc.trolltech.com/4.5/qwebframe.html
$ONELINER$
Creates a new QWebFrame object.
$INHERITS$
QObject
$SYNTAX$
QWebFrame():new( ... )
QWebFrame():from( pPtr_OR_oObj_of_type_QWebFrame )
QWebFrame():configure( pPtr_OR_oObj_of_type_QWebFrame )
$ARGUMENTS$
$RETURNS$
An instance of the object of type QWebFrame
$METHODS$
:addToJavaScriptWindowObject( cName, pObject ) -> NIL
:addToJavaScriptWindowObject_1( cName, pObject, nOwn ) -> NIL
:contentsSize() -> pQSize
:frameName() -> cQString
:geometry() -> pQRect
:hitTestContent( pPos ) -> pQWebHitTestResult
:icon() -> pQIcon
:load( pUrl ) -> NIL
:page() -> pQWebPage
:pos() -> pQPoint
:render( pPainter, pClip ) -> NIL
:render_1( pPainter ) -> NIL
:renderTreeDump() -> cQString
:scroll( nDx, nDy ) -> NIL
:scrollBarMaximum( nOrientation ) -> nInt
:scrollBarMinimum( nOrientation ) -> nInt
:scrollBarPolicy( nOrientation ) -> nQt::ScrollBarPolicy
:scrollBarValue( nOrientation ) -> nInt
:scrollPosition() -> pQPoint
:securityOrigin() -> pQWebSecurityOrigin
:setContent( pData, cMimeType, pBaseUrl ) -> NIL
:setHtml( cHtml, pBaseUrl ) -> NIL
:setScrollBarPolicy( nOrientation, nPolicy ) -> NIL
:setScrollBarValue( nOrientation, nValue ) -> NIL
:setScrollPosition( pPos ) -> NIL
:setTextSizeMultiplier( nFactor ) -> NIL
:setUrl( pUrl ) -> NIL
:setZoomFactor( nFactor ) -> NIL
:textSizeMultiplier() -> nQreal
:title() -> cQString
:toHtml() -> cQString
:toPlainText() -> cQString
:url() -> pQUrl
:zoomFactor() -> nQreal
:evaluateJavaScript( cScriptSource ) -> pQVariant
:print( pPrinter ) -> NIL
$DESCRIPTION$
$EXAMPLES$
$TESTS$
$STATUS$
R
$COMPLIANCE$
Not Clipper Compatible
$PLATFORMS$
Windows, Linux, MacOS, OS2
$VERSION$
4.5.3
$FILES$
Prg Source : contrib/hbqt/qtwebkit/TQWebFrame.prg
C++ Wrappers : contrib/hbqt/qtwebkit/QWebFrame.cpp
Library : hbqtwebkit
$SEEALSO$
QObject
$END$
*/

View File

@@ -1,67 +0,0 @@
/*
* hbQTgen v1.0 - Harbour Callable Wrappers Generator for Qt v4.5.3+
* Please do not modify this document as it is subject to change in future.
* Pritpal Bedi <bedipritpal@hotmail.com>
*/
/* $DOC$
$TEMPLATE$
Class
$NAME$
QWebHistory()
$CATEGORY$
Harbour Bindings for Qt
$SUBCATEGORY$
GUI
$EXTERNALLINK$
http://doc.trolltech.com/4.5/qwebhistory.html
$ONELINER$
Creates a new QWebHistory object.
$INHERITS$
$SYNTAX$
QWebHistory():new( ... )
QWebHistory():from( pPtr_OR_oObj_of_type_QWebHistory )
QWebHistory():configure( pPtr_OR_oObj_of_type_QWebHistory )
$ARGUMENTS$
$RETURNS$
An instance of the object of type QWebHistory
$METHODS$
:back() -> NIL
:backItem() -> Item
:canGoBack() -> lBool
:canGoForward() -> lBool
:clear() -> NIL
:count() -> nInt
:currentItem() -> Item
:currentItemIndex() -> nInt
:forward() -> NIL
:forwardItem() -> Item
:goToItem( pItem ) -> NIL
:itemAt( nI ) -> Item
:maximumItemCount() -> nInt
:setMaximumItemCount( nCount ) -> NIL
$DESCRIPTION$
$EXAMPLES$
$TESTS$
$STATUS$
R
$COMPLIANCE$
Not Clipper Compatible
$PLATFORMS$
Windows, Linux, MacOS, OS2
$VERSION$
4.5.3
$FILES$
Prg Source : contrib/hbqt/qtwebkit/TQWebHistory.prg
C++ Wrappers : contrib/hbqt/qtwebkit/QWebHistory.cpp
Library : hbqtwebkit
$SEEALSO$
$END$
*/

View File

@@ -1,56 +0,0 @@
/*
* hbQTgen v1.0 - Harbour Callable Wrappers Generator for Qt v4.5.3+
* Please do not modify this document as it is subject to change in future.
* Pritpal Bedi <bedipritpal@hotmail.com>
*/
/* $DOC$
$TEMPLATE$
Class
$NAME$
QWebHistoryInterface()
$CATEGORY$
Harbour Bindings for Qt
$SUBCATEGORY$
GUI
$EXTERNALLINK$
http://doc.trolltech.com/4.5/qwebhistoryinterface.html
$ONELINER$
Creates a new QWebHistoryInterface object.
$INHERITS$
QObject
$SYNTAX$
QWebHistoryInterface():new( ... )
QWebHistoryInterface():from( pPtr_OR_oObj_of_type_QWebHistoryInterface )
QWebHistoryInterface():configure( pPtr_OR_oObj_of_type_QWebHistoryInterface )
$ARGUMENTS$
$RETURNS$
An instance of the object of type QWebHistoryInterface
$METHODS$
:addHistoryEntry( cUrl ) -> NIL
:historyContains( cUrl ) -> lBool
:setDefaultInterface( pDefaultInterface ) -> NIL
$DESCRIPTION$
$EXAMPLES$
$TESTS$
$STATUS$
R
$COMPLIANCE$
Not Clipper Compatible
$PLATFORMS$
Windows, Linux, MacOS, OS2
$VERSION$
4.5.3
$FILES$
Prg Source : contrib/hbqt/qtwebkit/TQWebHistoryInterface.prg
C++ Wrappers : contrib/hbqt/qtwebkit/QWebHistoryInterface.cpp
Library : hbqtwebkit
$SEEALSO$
QObject
$END$
*/

View File

@@ -1,61 +0,0 @@
/*
* hbQTgen v1.0 - Harbour Callable Wrappers Generator for Qt v4.5.3+
* Please do not modify this document as it is subject to change in future.
* Pritpal Bedi <bedipritpal@hotmail.com>
*/
/* $DOC$
$TEMPLATE$
Class
$NAME$
QWebHistoryItem()
$CATEGORY$
Harbour Bindings for Qt
$SUBCATEGORY$
GUI
$EXTERNALLINK$
http://doc.trolltech.com/4.5/qwebhistoryitem.html
$ONELINER$
Creates a new QWebHistoryItem object.
$INHERITS$
$SYNTAX$
QWebHistoryItem():new( ... )
QWebHistoryItem():from( pPtr_OR_oObj_of_type_QWebHistoryItem )
QWebHistoryItem():configure( pPtr_OR_oObj_of_type_QWebHistoryItem )
$ARGUMENTS$
$RETURNS$
An instance of the object of type QWebHistoryItem
$METHODS$
:icon() -> pQIcon
:isValid() -> lBool
:lastVisited() -> pQDateTime
:originalUrl() -> pQUrl
:setUserData( pUserData ) -> NIL
:title() -> cQString
:url() -> pQUrl
:userData() -> pQVariant
$DESCRIPTION$
$EXAMPLES$
$TESTS$
$STATUS$
R
$COMPLIANCE$
Not Clipper Compatible
$PLATFORMS$
Windows, Linux, MacOS, OS2
$VERSION$
4.5.3
$FILES$
Prg Source : contrib/hbqt/qtwebkit/TQWebHistoryItem.prg
C++ Wrappers : contrib/hbqt/qtwebkit/QWebHistoryItem.cpp
Library : hbqtwebkit
$SEEALSO$
$END$
*/

View File

@@ -1,67 +0,0 @@
/*
* hbQTgen v1.0 - Harbour Callable Wrappers Generator for Qt v4.5.3+
* Please do not modify this document as it is subject to change in future.
* Pritpal Bedi <bedipritpal@hotmail.com>
*/
/* $DOC$
$TEMPLATE$
Class
$NAME$
QWebHitTestResult()
$CATEGORY$
Harbour Bindings for Qt
$SUBCATEGORY$
GUI
$EXTERNALLINK$
http://doc.trolltech.com/4.5/qwebhittestresult.html
$ONELINER$
Creates a new QWebHitTestResult object.
$INHERITS$
$SYNTAX$
QWebHitTestResult():new( ... )
QWebHitTestResult():from( pPtr_OR_oObj_of_type_QWebHitTestResult )
QWebHitTestResult():configure( pPtr_OR_oObj_of_type_QWebHitTestResult )
$ARGUMENTS$
$RETURNS$
An instance of the object of type QWebHitTestResult
$METHODS$
:alternateText() -> cQString
:boundingRect() -> pQRect
:frame() -> pQWebFrame
:imageUrl() -> pQUrl
:isContentEditable() -> lBool
:isContentSelected() -> lBool
:isNull() -> lBool
:linkTargetFrame() -> pQWebFrame
:linkText() -> cQString
:linkTitle() -> pQUrl
:linkUrl() -> pQUrl
:pixmap() -> pQPixmap
:pos() -> pQPoint
:title() -> cQString
$DESCRIPTION$
$EXAMPLES$
$TESTS$
$STATUS$
R
$COMPLIANCE$
Not Clipper Compatible
$PLATFORMS$
Windows, Linux, MacOS, OS2
$VERSION$
4.5.3
$FILES$
Prg Source : contrib/hbqt/qtwebkit/TQWebHitTestResult.prg
C++ Wrappers : contrib/hbqt/qtwebkit/QWebHitTestResult.cpp
Library : hbqtwebkit
$SEEALSO$
$END$
*/

View File

@@ -1,85 +0,0 @@
/*
* hbQTgen v1.0 - Harbour Callable Wrappers Generator for Qt v4.5.3+
* Please do not modify this document as it is subject to change in future.
* Pritpal Bedi <bedipritpal@hotmail.com>
*/
/* $DOC$
$TEMPLATE$
Class
$NAME$
QWebPage()
$CATEGORY$
Harbour Bindings for Qt
$SUBCATEGORY$
GUI
$EXTERNALLINK$
http://doc.trolltech.com/4.5/qwebpage.html
$ONELINER$
Creates a new QWebPage object.
$INHERITS$
QObject
$SYNTAX$
QWebPage():new( ... )
QWebPage():from( pPtr_OR_oObj_of_type_QWebPage )
QWebPage():configure( pPtr_OR_oObj_of_type_QWebPage )
$ARGUMENTS$
$RETURNS$
An instance of the object of type QWebPage
$METHODS$
:action( nAction ) -> pQAction
:bytesReceived() -> nQuint64
:createStandardContextMenu() -> pQMenu
:currentFrame() -> pQWebFrame
:findText( cSubString, nOptions ) -> lBool
:focusNextPrevChild( lNext ) -> lBool
:forwardUnsupportedContent() -> lBool
:history() -> pQWebHistory
:inputMethodQuery( nProperty ) -> pQVariant
:isContentEditable() -> lBool
:isModified() -> lBool
:linkDelegationPolicy() -> nLinkDelegationPolicy
:mainFrame() -> pQWebFrame
:palette() -> pQPalette
:pluginFactory() -> pQWebPluginFactory
:selectedText() -> cQString
:setContentEditable( lEditable ) -> NIL
:setForwardUnsupportedContent( lForward ) -> NIL
:setLinkDelegationPolicy( nPolicy ) -> NIL
:setPalette( pPalette ) -> NIL
:setPluginFactory( pFactory ) -> NIL
:setView( pView ) -> NIL
:setViewportSize( pSize ) -> NIL
:settings() -> pQWebSettings
:supportsExtension( nExtension ) -> lBool
:swallowContextMenuEvent( pEvent ) -> lBool
:totalBytes() -> nQuint64
:triggerAction( nAction, lChecked ) -> NIL
:undoStack() -> pQUndoStack
:updatePositionDependentActions( pPos ) -> NIL
:view() -> pQWidget
:viewportSize() -> pQSize
$DESCRIPTION$
$EXAMPLES$
$TESTS$
$STATUS$
R
$COMPLIANCE$
Not Clipper Compatible
$PLATFORMS$
Windows, Linux, MacOS, OS2
$VERSION$
4.5.3
$FILES$
Prg Source : contrib/hbqt/qtwebkit/TQWebPage.prg
C++ Wrappers : contrib/hbqt/qtwebkit/QWebPage.cpp
Library : hbqtwebkit
$SEEALSO$
QObject
$END$
*/

View File

@@ -1,56 +0,0 @@
/*
* hbQTgen v1.0 - Harbour Callable Wrappers Generator for Qt v4.5.3+
* Please do not modify this document as it is subject to change in future.
* Pritpal Bedi <bedipritpal@hotmail.com>
*/
/* $DOC$
$TEMPLATE$
Class
$NAME$
QWebPluginFactory()
$CATEGORY$
Harbour Bindings for Qt
$SUBCATEGORY$
GUI
$EXTERNALLINK$
http://doc.trolltech.com/4.5/qwebpluginfactory.html
$ONELINER$
Creates a new QWebPluginFactory object.
$INHERITS$
QObject
$SYNTAX$
QWebPluginFactory():new( ... )
QWebPluginFactory():from( pPtr_OR_oObj_of_type_QWebPluginFactory )
QWebPluginFactory():configure( pPtr_OR_oObj_of_type_QWebPluginFactory )
$ARGUMENTS$
$RETURNS$
An instance of the object of type QWebPluginFactory
$METHODS$
:create( cMimeType, pUrl, pArgumentNames, pArgumentValues ) -> pQObject
:refreshPlugins() -> NIL
:supportsExtension( nExtension ) -> lBool
$DESCRIPTION$
$EXAMPLES$
$TESTS$
$STATUS$
R
$COMPLIANCE$
Not Clipper Compatible
$PLATFORMS$
Windows, Linux, MacOS, OS2
$VERSION$
4.5.3
$FILES$
Prg Source : contrib/hbqt/qtwebkit/TQWebPluginFactory.prg
C++ Wrappers : contrib/hbqt/qtwebkit/QWebPluginFactory.cpp
Library : hbqtwebkit
$SEEALSO$
QObject
$END$
*/

View File

@@ -1,59 +0,0 @@
/*
* hbQTgen v1.0 - Harbour Callable Wrappers Generator for Qt v4.5.3+
* Please do not modify this document as it is subject to change in future.
* Pritpal Bedi <bedipritpal@hotmail.com>
*/
/* $DOC$
$TEMPLATE$
Class
$NAME$
QWebSecurityOrigin()
$CATEGORY$
Harbour Bindings for Qt
$SUBCATEGORY$
GUI
$EXTERNALLINK$
http://doc.trolltech.com/4.5/qwebsecurityorigin.html
$ONELINER$
Creates a new QWebSecurityOrigin object.
$INHERITS$
$SYNTAX$
QWebSecurityOrigin():new( ... )
QWebSecurityOrigin():from( pPtr_OR_oObj_of_type_QWebSecurityOrigin )
QWebSecurityOrigin():configure( pPtr_OR_oObj_of_type_QWebSecurityOrigin )
$ARGUMENTS$
$RETURNS$
An instance of the object of type QWebSecurityOrigin
$METHODS$
:databaseQuota() -> nQint64
:databaseUsage() -> nQint64
:host() -> cQString
:port() -> nInt
:scheme() -> cQString
:setDatabaseQuota( nQuota ) -> NIL
$DESCRIPTION$
$EXAMPLES$
$TESTS$
$STATUS$
R
$COMPLIANCE$
Not Clipper Compatible
$PLATFORMS$
Windows, Linux, MacOS, OS2
$VERSION$
4.5.3
$FILES$
Prg Source : contrib/hbqt/qtwebkit/TQWebSecurityOrigin.prg
C++ Wrappers : contrib/hbqt/qtwebkit/QWebSecurityOrigin.cpp
Library : hbqtwebkit
$SEEALSO$
$END$
*/

View File

@@ -1,77 +0,0 @@
/*
* hbQTgen v1.0 - Harbour Callable Wrappers Generator for Qt v4.5.3+
* Please do not modify this document as it is subject to change in future.
* Pritpal Bedi <bedipritpal@hotmail.com>
*/
/* $DOC$
$TEMPLATE$
Class
$NAME$
QWebSettings()
$CATEGORY$
Harbour Bindings for Qt
$SUBCATEGORY$
GUI
$EXTERNALLINK$
http://doc.trolltech.com/4.5/qwebsettings.html
$ONELINER$
Creates a new QWebSettings object.
$INHERITS$
$SYNTAX$
QWebSettings():new( ... )
QWebSettings():from( pPtr_OR_oObj_of_type_QWebSettings )
QWebSettings():configure( pPtr_OR_oObj_of_type_QWebSettings )
$ARGUMENTS$
$RETURNS$
An instance of the object of type QWebSettings
$METHODS$
:fontFamily( nWhich ) -> cQString
:fontSize( nType ) -> nInt
:resetAttribute( nAttribute ) -> NIL
:resetFontFamily( nWhich ) -> NIL
:resetFontSize( nType ) -> NIL
:setAttribute( nAttribute, lOn ) -> NIL
:setFontFamily( nWhich, cFamily ) -> NIL
:setFontSize( nType, nSize ) -> NIL
:setUserStyleSheetUrl( pLocation ) -> NIL
:testAttribute( nAttribute ) -> lBool
:userStyleSheetUrl() -> pQUrl
:clearIconDatabase() -> NIL
:iconDatabasePath() -> cQString
:iconForUrl( pUrl ) -> pQIcon
:maximumPagesInCache() -> nInt
:offlineStorageDefaultQuota() -> nQint64
:offlineStoragePath() -> cQString
:setIconDatabasePath( cPath ) -> NIL
:setMaximumPagesInCache( nPages ) -> NIL
:setObjectCacheCapacities( nCacheMinDeadCapacity, nCacheMaxDead, nTotalCapacity ) -> NIL
:setOfflineStorageDefaultQuota( nMaximumSize ) -> NIL
:setOfflineStoragePath( cPath ) -> NIL
:setWebGraphic( nType, pGraphic ) -> NIL
:webGraphic( nType ) -> pQPixmap
$DESCRIPTION$
$EXAMPLES$
$TESTS$
$STATUS$
R
$COMPLIANCE$
Not Clipper Compatible
$PLATFORMS$
Windows, Linux, MacOS, OS2
$VERSION$
4.5.3
$FILES$
Prg Source : contrib/hbqt/qtwebkit/TQWebSettings.prg
C++ Wrappers : contrib/hbqt/qtwebkit/QWebSettings.cpp
Library : hbqtwebkit
$SEEALSO$
$END$
*/

View File

@@ -1,79 +0,0 @@
/*
* hbQTgen v1.0 - Harbour Callable Wrappers Generator for Qt v4.5.3+
* Please do not modify this document as it is subject to change in future.
* Pritpal Bedi <bedipritpal@hotmail.com>
*/
/* $DOC$
$TEMPLATE$
Class
$NAME$
QWebView()
$CATEGORY$
Harbour Bindings for Qt
$SUBCATEGORY$
GUI
$EXTERNALLINK$
http://doc.trolltech.com/4.5/qwebview.html
$ONELINER$
Creates a new QWebView object.
$INHERITS$
QWidget
$SYNTAX$
QWebView():new( ... )
QWebView():from( pPtr_OR_oObj_of_type_QWebView )
QWebView():configure( pPtr_OR_oObj_of_type_QWebView )
$ARGUMENTS$
$RETURNS$
An instance of the object of type QWebView
$METHODS$
:findText( cSubString, nOptions ) -> lBool
:history() -> pQWebHistory
:icon() -> pQIcon
:isModified() -> lBool
:load( pUrl ) -> NIL
:load_1( pRequest, nOperation, pBody ) -> NIL
:page() -> pQWebPage
:pageAction( nAction ) -> pQAction
:selectedText() -> cQString
:setContent( pData, cMimeType, pBaseUrl ) -> NIL
:setHtml( cHtml, pBaseUrl ) -> NIL
:setPage( pPage ) -> NIL
:setTextSizeMultiplier( nFactor ) -> NIL
:setUrl( pUrl ) -> NIL
:setZoomFactor( nFactor ) -> NIL
:settings() -> pQWebSettings
:textSizeMultiplier() -> nQreal
:title() -> cQString
:triggerPageAction( nAction, lChecked ) -> NIL
:url() -> pQUrl
:zoomFactor() -> nQreal
:back() -> NIL
:forward() -> NIL
:print( pPrinter ) -> NIL
:reload() -> NIL
:stop() -> NIL
$DESCRIPTION$
$EXAMPLES$
$TESTS$
$STATUS$
R
$COMPLIANCE$
Not Clipper Compatible
$PLATFORMS$
Windows, Linux, MacOS, OS2
$VERSION$
4.5.3
$FILES$
Prg Source : contrib/hbqt/qtwebkit/TQWebView.prg
C++ Wrappers : contrib/hbqt/qtwebkit/QWebView.cpp
Library : hbqtwebkit
$SEEALSO$
QWidget
$END$
*/

View File

@@ -2,13 +2,14 @@
; $Id$
;
-I=../qth
-I=../qtcore/qth
-O=../qtcore
-D=../doc
-D=../qtcore/doc
HBEvents.qth
HBSlots.qth
; QAbstractEventDispatcher.qth
QAbstractItemModel.qth
QAbstractListModel.qth
QAbstractTableModel.qth

View File

@@ -2,9 +2,9 @@
; $Id$
;
-I=../qth
-I=../qtgui/qth
-O=../qtgui
-D=../doc
-D=../qtgui/doc
HBQAbstractItemModel.qth
HBQMainWindow.qth

View File

@@ -2,9 +2,9 @@
; $Id$
;
-I=../qth
-I=../qtnetwork/qth
-O=../qtnetwork
-D=../doc
-D=../qtnetwork/doc
QFtp.qth
QHttp.qth

Some files were not shown because too many files have changed in this diff Show More