/[svn]/qsampler/trunk/src/qsamplerMessages.cpp
ViewVC logotype

Diff of /qsampler/trunk/src/qsamplerMessages.cpp

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

revision 339 by capela, Wed Jan 12 11:05:44 2005 UTC revision 772 by capela, Tue Sep 13 14:00:22 2005 UTC
# Line 79  qsamplerMessages::qsamplerMessages ( QWi Line 79  qsamplerMessages::qsamplerMessages ( QWi
79      QDockWindow::setOrientation(Qt::Horizontal);      QDockWindow::setOrientation(Qt::Horizontal);
80      QDockWindow::setCloseMode(QDockWindow::Always);      QDockWindow::setCloseMode(QDockWindow::Always);
81      QDockWindow::setResizeEnabled(true);      QDockWindow::setResizeEnabled(true);
82            // Some specialties to this kind of dock window...
83            QDockWindow::setFixedExtentHeight(120);
84    
85      // Finally set the default caption and tooltip.      // Finally set the default caption and tooltip.
86      QString sCaption = tr("Messages");      QString sCaption = tr("Messages");

Legend:
Removed from v.339  
changed lines
  Added in v.772

  ViewVC Help
Powered by ViewVC