qt5base-lts/examples/dialogs
Lars Knoll 314fdbce8c Merge remote branch 'gerrit/master' into refactor
Conflicts:
	config.tests/unix/opengldesktop/opengldesktop.cpp
	examples/itemviews/interview/interview.pro
	examples/mainwindows/mainwindow/mainwindow.pro
	examples/openvg/README
	examples/richtext/textedit/textedit.pro
	examples/tools/undo/undo.pro
	src/corelib/global/qglobal.h
	src/corelib/kernel/qcoreapplication.h
	src/corelib/kernel/qcoreevent.h
	src/corelib/kernel/qmetatype.h
	src/gui/kernel/qevent.cpp
	src/gui/kernel/qevent.h
	src/gui/painting/qpaintengine_raster.cpp
	src/gui/painting/qpaintengine_raster_p.h
	src/gui/text/qfontdatabase.cpp
	src/opengl/qgl.h
	src/openvg/qpaintengine_vg.cpp
	src/plugins/platforms/wayland/qwaylandwindow.cpp
	tests/auto/qmainwindow/qmainwindow.pro

Change-Id: I6bfb586740a68379bb99f4612ec993393a5f3234
2011-07-06 14:08:02 +02:00
..
classwizard Merge remote branch 'staging/master' into refactor 2011-05-24 15:22:06 +02:00
configdialog Merge remote-tracking branch 'base/master' into refactor 2011-06-10 13:09:57 +02:00
extension Merge remote branch 'staging/master' into refactor 2011-05-24 15:22:06 +02:00
findfiles Merge remote branch 'staging/master' into refactor 2011-05-24 15:22:06 +02:00
licensewizard Merge remote branch 'staging/master' into refactor 2011-05-24 15:22:06 +02:00
sipdialog Merge remote-tracking branch 'base/master' into refactor 2011-06-10 13:09:57 +02:00
standarddialogs Merge remote-tracking branch 'base/master' into refactor 2011-06-10 13:09:57 +02:00
tabdialog Merge remote-tracking branch 'base/master' into refactor 2011-06-10 13:09:57 +02:00
trivialwizard Merge remote branch 'staging/master' into refactor 2011-05-24 15:22:06 +02:00
dialogs.pro Merge remote branch 'staging/master' into refactor 2011-05-24 15:22:06 +02:00
README Remove references to demos from docs. 2011-07-05 19:57:54 +02:00

Qt includes standard dialogs for many common operations, such as file
selection, printing, and color selection.

Custom dialogs can also be created for specialized modal or modeless
interactions with users.


Documentation for these examples can be found via the Examples
link in the main Qt documentation.