[QtExtended] call for help

Lorn Potter lpotter at trolltech.com
Tue Apr 21 02:07:52 CEST 2009


Franky Van Liedekerke wrote:
> Ok, it seems my knowledge of qtextended has reached its limits. I'm
> giving up on trying to fix issues that are definitely qtopia-core 
> related. So, if anybody has the skills to help fix issue
> http://trac.karadog.net/qt-extended-improved/ticket/26 feel free to
> jump in. I've spend too much time on these kind of things and since
> even Trolltech didn't bother fixing it, why should I? I'm just one guy
> that happened to put some stuff together, not a company with a bunch of
> developers behind it.
> The same goes for bluetooth.
> So: every qtopia/qt/qtextended developer in this list, please jump in.
> If no response is received, I might as well consider that
> qtextended-on-freerunner is not wanted/needed anymore ... 
> 
> Franky
> 
> _______________________________________________
> Openmoko community mailing list
> community at lists.openmoko.org
> http://lists.openmoko.org/mailman/listinfo/community
> 

try something like this:

diff --git a/src/server/pim/savetocontacts/savetocontacts.cpp
b/src/server/pim/savetocontacts/savetocontacts.cpp
index d89cbd2..8e7ecfb 100644
--- a/src/server/pim/savetocontacts/savetocontacts.cpp
+++ b/src/server/pim/savetocontacts/savetocontacts.cpp
@@ -23,6 +23,7 @@ void SavePhoneNumberDialog::savePhoneNumber(const QString &number, QWidget *pare
             "<qt>" + qApp->translate("SavePhoneNumberDialog", "Create a new contact?") + "</qt>",
             QAbstractMessageBox::Warning,
             QAbstractMessageBox::Yes, QAbstractMessageBox::No );
+    box->setWindowModality(Qt::WindowModal);

     if (!box) {
         qLog(Component) << "SavePhoneNumberDialog: No message box available";




There might be other popup dialogs that have the wrong modality. The fix is usually always making it
WindowModal.




More information about the community mailing list