[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-devel
Subject:    KDevelop template problem
From:       Sebastian Trueg <sebastian () trueg ! de>
Date:       2001-04-04 15:47:07
[Download RAW message or body]

Hi,

I used Kdevelop to generate a mdi-app and it writes this stuff in the 
fileWuit slot:

  KMainWindow* w;
  if(memberList)
  {
    for(w=memberList->first(); w!=0; w=memberList->first())
    {
      // only close the window if the closeEvent is accepted. If the user 
presses Cancel on the saveModified() dialog,
      // the window and the application stay open.
      if(!w->close())
        break;
    }
  }	

What is that? And what does it in the fileQuit slot so that it is only called 
when using this slot and not when using the little x on the upper right?

>> Visit http://master.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic