2009-06-15 15:09 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com)
* harbour/contrib/hbqt/generator/hbqtgen.prg
! Stipped off code to generate in-build sources. Now
following files resides in the SVN permanently:
hbqt.h
hbqt_slots.h
hbqt_slots.cpp
hbqt_base.cpp
moc_slots.cpp
* harbour/contrib/hbqt/hbqt_slots.h
* harbour/contrib/hbqt/moc_slots.cpp
! Cleanups.
This commit is contained in:
@@ -17,6 +17,20 @@
|
||||
past entries belonging to author(s): Viktor Szakats.
|
||||
*/
|
||||
|
||||
2009-06-15 15:09 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com)
|
||||
* harbour/contrib/hbqt/generator/hbqtgen.prg
|
||||
! Stipped off code to generate in-build sources. Now
|
||||
following files resides in the SVN permanently:
|
||||
hbqt.h
|
||||
hbqt_slots.h
|
||||
hbqt_slots.cpp
|
||||
hbqt_base.cpp
|
||||
moc_slots.cpp
|
||||
|
||||
* harbour/contrib/hbqt/hbqt_slots.h
|
||||
* harbour/contrib/hbqt/moc_slots.cpp
|
||||
! Cleanups.
|
||||
|
||||
2009-06-15 23:04 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* utils/hbmk2/hbmk2.prg
|
||||
* examples/uhttpd2/socket.c
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -78,9 +78,9 @@ public:
|
||||
~Slots();
|
||||
QList<QWidget*> list1;
|
||||
QList<QAction*> list5;
|
||||
QList<QString> list2;
|
||||
QList<QString> list2;
|
||||
QList<PHB_ITEM> list3;
|
||||
QList<bool> list4;
|
||||
QList<bool> list4;
|
||||
|
||||
public slots:
|
||||
void clicked();
|
||||
@@ -103,35 +103,6 @@ public slots:
|
||||
void mouseMoveEvent( QMouseEvent * event );
|
||||
void hovered( QAction * action );
|
||||
void currentChanged( int index );
|
||||
|
||||
#if 0
|
||||
void accessibleEvent();
|
||||
void actionEvent();
|
||||
void childEvent();
|
||||
void closeEvent();
|
||||
void customEvent();
|
||||
void dragLeaveEvent();
|
||||
void dropEvent();
|
||||
void dynamicPropertyChangeEvent();
|
||||
void fileOpenEvent();
|
||||
void focusEvent();
|
||||
void graphicsSceneEvent();
|
||||
void helpEvent();
|
||||
void hideEvent();
|
||||
void hoverEvent();
|
||||
void iconDragEvent();
|
||||
void inputEvent();
|
||||
void inputMethodEvent();
|
||||
void moveEvent();
|
||||
void paintEvent();
|
||||
void resizeEvent();
|
||||
void shortcutEvent();
|
||||
void showEvent();
|
||||
void statusTipEvent();
|
||||
void timerEvent();
|
||||
void whatsThisClickedEvent();
|
||||
void windowStateChangeEvent();
|
||||
#endif
|
||||
};
|
||||
|
||||
|
||||
@@ -143,21 +114,6 @@ public:
|
||||
MyDrawingArea( QWidget *parent = 0 );
|
||||
virtual ~MyDrawingArea( void );
|
||||
|
||||
#if 0
|
||||
protected slots:
|
||||
void keyReleaseEvent( QKeyEvent * event );
|
||||
void mousePressEvent( QMouseEvent * event );
|
||||
void mouseReleaseEvent( QMouseEvent * event );
|
||||
void mouseDoubleClickEvent( QMouseEvent * event );
|
||||
void paintEvent( QPaintEvent * event );
|
||||
void resizeEvent( QResizeEvent * event );
|
||||
void wheelEvent( QWheelEvent * event );
|
||||
void timerEvent( QTimerEvent * event );
|
||||
void focusInEvent( QFocusEvent * event );
|
||||
void focusOutEvent( QFocusEvent * event );
|
||||
void moveEvent( QMoveEvent * event );
|
||||
bool event( QEvent * event );
|
||||
#endif
|
||||
void keyPressEvent( QKeyEvent * event );
|
||||
void mouseMoveEvent( QMouseEvent * event );
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/****************************************************************************
|
||||
** Meta object code from reading C++ file [hbqt_slots.h]
|
||||
** Meta object code from reading C++ file 'hbqt_slots.h'
|
||||
**
|
||||
** Created: Mon Jun 15 00:25:52 2009
|
||||
** Created: Mon Jun 15 13:08:25 2009
|
||||
** by: The Qt Meta Object Compiler version 61 (Qt 4.5.0)
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost!
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
#include "hbqt_slots.h"
|
||||
#if !defined(Q_MOC_OUTPUT_REVISION)
|
||||
#error "The header file [hbqt_slots.h] doesnot include <QObject>."
|
||||
#error "The header file 'hbqt_slots.h' doesn't include <QObject>."
|
||||
#elif Q_MOC_OUTPUT_REVISION != 61
|
||||
#error "This file was generated using the moc from 4.5.0. It"
|
||||
#error "cannot be used with the include files from this version of Qt."
|
||||
@@ -234,4 +234,3 @@ int MyMainWindow::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
|
||||
return _id;
|
||||
}
|
||||
QT_END_MOC_NAMESPACE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user