2012-07-13 16:04 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
* contrib/hbqt/qtgui/qth/QClipboard.qth
* Fixed: constructor
( void* ) QApplication::clipboard()
=>
( void* ) __hbqtgui_app()->clipboard()
* contrib/hbqt/qtgui/qth/QWidget.qth
+ Added: void setInputMethodHints ( Qt::InputMethodHints hints ) [*V=0x040600*]
This commit is contained in:
@@ -16,6 +16,15 @@
|
||||
The license applies to all entries newer than 2009-04-28.
|
||||
*/
|
||||
|
||||
2012-07-13 16:04 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
|
||||
* contrib/hbqt/qtgui/qth/QClipboard.qth
|
||||
* Fixed: constructor
|
||||
( void* ) QApplication::clipboard()
|
||||
=>
|
||||
( void* ) __hbqtgui_app()->clipboard()
|
||||
* contrib/hbqt/qtgui/qth/QWidget.qth
|
||||
+ Added: void setInputMethodHints ( Qt::InputMethodHints hints ) [*V=0x040600*]
|
||||
|
||||
2012-07-13 15:57 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
|
||||
* contrib/hbqt/qtgui/hbqtgui.ch
|
||||
* contrib/hbqt/hbmk2_qt.hb
|
||||
|
||||
@@ -25,13 +25,17 @@ Detached = yes
|
||||
#include <QtGui/QApplication>
|
||||
#include <QtCore/QMimeData>
|
||||
|
||||
HB_EXTERN_BEGIN
|
||||
extern HB_EXPORT QApplication * __hbqtgui_app( void );
|
||||
HB_EXTERN_END
|
||||
|
||||
/*
|
||||
* QApplication::clipboard()
|
||||
*
|
||||
*/
|
||||
HB_FUNC( QT_QCLIPBOARD )
|
||||
{
|
||||
hb_itemReturnRelease( hbqt_bindGetHbObject( NULL, ( void* ) QApplication::clipboard(), "HB_QCLIPBOARD", NULL, HBQT_BIT_NONE ) );
|
||||
hb_itemReturnRelease( hbqt_bindGetHbObject( NULL, ( void* ) __hbqtgui_app()->clipboard(), "HB_QCLIPBOARD", NULL, HBQT_BIT_QOBJECT ) );
|
||||
}
|
||||
</CODE>
|
||||
|
||||
@@ -61,7 +65,7 @@ bool supportsFindBuffer () const
|
||||
bool supportsSelection () const
|
||||
QString text ( Mode mode = Clipboard ) const
|
||||
#
|
||||
// QString text ( QString & subtype, Mode mode = Clipboard ) const
|
||||
//QString text ( const QString & subtype, Mode mode = Clipboard ) const
|
||||
#
|
||||
</PROTOS>
|
||||
|
||||
|
||||
@@ -200,6 +200,8 @@ void setForegroundRole ( QPalette::ColorRole role )
|
||||
void setGeometry ( const QRect & )
|
||||
void setGeometry ( int x, int y, int w, int h )
|
||||
|
||||
void setInputMethodHints ( Qt::InputMethodHints hints ) [*V=0x040600*]
|
||||
|
||||
// void setInputContext ( QInputContext * context )
|
||||
void setLayout ( QLayout * layout ) [*X=1*]
|
||||
void setLayoutDirection ( Qt::LayoutDirection direction )
|
||||
|
||||
Reference in New Issue
Block a user