Go to file
Thorbjørn Lund Martsum dbab994b2c QDialog - Change exec() and open() to virtual functions
QDialog is meant for inheritance (it contains other virtual
functions) ...

The main reason for this is that we inside the dialog
could have a (datadepened) precondition that should
prevent the dialog from being shown at all - instead we
might just want to show a messagebox.

That is not easy solvable in Qt right now. It is possible
to reimplement setVisible - but calling reject from
setVisible does not work. There seems only to be clumsy
solutions to that problem - unless these functions are
made virtual

Beside it also creates a nice symmetry to done.

Change-Id: I51c29e1f7a4a5522f5c0f71bcf98c943580790b9
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
Reviewed-by: Andreas Aardal Hanssen <andreas@hanssen.name>
Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
2012-03-08 21:19:26 +01:00
bin Report failure to open deprecated header file 2012-02-23 04:04:59 +01:00
config.tests Fixing iconv test to match new mkspec name 2012-03-07 16:38:47 +01:00
dist QSqlTableModel::selectRow(): complete documentation 2012-03-07 09:33:44 +01:00
doc/src QRegularExpression: add QRegularExpression* set of classes 2012-03-06 21:53:39 +01:00
examples Example build fix. 2012-03-07 12:51:54 +01:00
lib Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
mkspecs Renaming QNX mkspecs 2012-03-07 00:13:16 +01:00
qmake Merge remote-tracking branch 'origin/master' into api_changes 2012-03-08 01:27:39 +01:00
src QDialog - Change exec() and open() to virtual functions 2012-03-08 21:19:26 +01:00
tests Merge remote-tracking branch 'origin/master' into api_changes 2012-03-08 01:27:39 +01:00
tools Split up base class QFileDevice for open-file operations (read/write) 2012-03-06 12:09:57 +01:00
util clean up qmake-generated projects 2012-02-24 05:18:30 +01:00
.gitattributes Added .tag file with Git revision. 2011-05-03 16:23:49 +02:00
.gitignore Add src/concurrent/qtconcurrentversion.h to .gitignore 2012-02-23 09:01:18 +01:00
.tag Added .tag file with Git revision. 2011-05-03 16:23:49 +02:00
configure Query udev build parameters from pkg-config 2012-03-07 00:10:09 +01:00
configure.bat Remove Q_BYTE_ORDER and -*-endian arguments from configures 2012-03-02 14:48:00 +01:00
header.BSD Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
header.FDL Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
header.LGPL Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
header.LGPL-ONLY Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
INSTALL Remove Symbian specific code from qtbase. 2012-01-31 07:08:31 +01:00
LGPL_EXCEPTION.txt Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
LICENSE.FDL Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
LICENSE.LGPL Update contact information in license headers. 2012-01-23 04:04:33 +01:00
LICENSE.PREVIEW.COMMERCIAL Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qtbase.pro Remove references to missing tests 2012-03-07 18:43:41 +01:00
sync.profile Add qprocessordetection.h 2012-02-08 12:33:11 +01:00