/[svn]/qsampler/trunk/src/qsamplerMainForm.ui.h
ViewVC logotype

Diff of /qsampler/trunk/src/qsamplerMainForm.ui.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 122 by capela, Sat Jun 12 13:21:35 2004 UTC revision 127 by capela, Mon Jun 14 21:05:20 2004 UTC
# Line 252  void qsamplerMainForm::closeEvent ( QClo Line 252  void qsamplerMainForm::closeEvent ( QClo
252  }  }
253    
254    
255    // Window drag-n-drop event handlers.
256  void qsamplerMainForm::dragEnterEvent ( QDragEnterEvent* pDragEnterEvent )  void qsamplerMainForm::dragEnterEvent ( QDragEnterEvent* pDragEnterEvent )
257  {  {
258      bool bAccept = false;      bool bAccept = false;
# Line 276  void qsamplerMainForm::dropEvent ( QDrop Line 277  void qsamplerMainForm::dropEvent ( QDrop
277  }  }
278    
279    
280    // Context menu event handler.
281    void qsamplerMainForm::contextMenuEvent( QContextMenuEvent *pEvent )
282    {
283        stabilizeForm();
284        
285        editMenu->exec(pEvent->globalPos());
286    }
287    
288    
289  //-------------------------------------------------------------------------  //-------------------------------------------------------------------------
290  // qsamplerMainForm -- Brainless public property accessors.  // qsamplerMainForm -- Brainless public property accessors.
291    

Legend:
Removed from v.122  
changed lines
  Added in v.127

  ViewVC Help
Powered by ViewVC