summaryrefslogtreecommitdiffstats
path: root/doc/src/snippets/code/src_gui_widgets_qlineedit.cpp
diff options
context:
space:
mode:
authorPrasanth Ullattil <prasanth.ullattil@nokia.com>2009-06-30 08:14:00 (GMT)
committerPrasanth Ullattil <prasanth.ullattil@nokia.com>2009-06-30 08:31:21 (GMT)
commit8e08d5b8fcceee9a3d156b1e18363f48e19ec79b (patch)
tree171ef49079398114cfcac68af5cf3fe52e5912cf /doc/src/snippets/code/src_gui_widgets_qlineedit.cpp
parent814e9b546b29e5a21d6d8d3823ad53ac58f12231 (diff)
downloadQt-8e08d5b8fcceee9a3d156b1e18363f48e19ec79b.zip
Qt-8e08d5b8fcceee9a3d156b1e18363f48e19ec79b.tar.gz
Qt-8e08d5b8fcceee9a3d156b1e18363f48e19ec79b.tar.bz2
QWidget::adjustSize() sends a spontaneous event - Mac OS X Cocoa
The windowDidResize notification now differentiates an internally triggered resize from a user triggered resize. Task-number: 256269 Reviewed-by: Norwegian Rock Cat
Diffstat (limited to 'doc/src/snippets/code/src_gui_widgets_qlineedit.cpp')
0 files changed, 0 insertions, 0 deletions
** rights. These rights are described in the Nokia Qt LGPL Exception ** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. ** ** If you have questions regarding the use of this file, please contact ** Nokia at qt-info@nokia.com. ** ** ** ** ** ** ** ** ** $QT_END_LICENSE$ ** ****************************************************************************/ #include "qscriptdebuggercodefinderwidgetinterface_p.h" #include "qscriptdebuggercodefinderwidgetinterface_p_p.h" QT_BEGIN_NAMESPACE QScriptDebuggerCodeFinderWidgetInterfacePrivate::QScriptDebuggerCodeFinderWidgetInterfacePrivate() { } QScriptDebuggerCodeFinderWidgetInterfacePrivate::~QScriptDebuggerCodeFinderWidgetInterfacePrivate() { } QScriptDebuggerCodeFinderWidgetInterface::~QScriptDebuggerCodeFinderWidgetInterface() { } QScriptDebuggerCodeFinderWidgetInterface::QScriptDebuggerCodeFinderWidgetInterface( QScriptDebuggerCodeFinderWidgetInterfacePrivate &dd, QWidget *parent, Qt::WindowFlags flags) : QWidget(dd, parent, flags) { } QT_END_NAMESPACE