/[svn]/qsampler/trunk/src/qsamplerOptions.h
ViewVC logotype

Diff of /qsampler/trunk/src/qsamplerOptions.h

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

revision 2028 by capela, Wed Nov 4 18:59:57 2009 UTC revision 2718 by capela, Thu Jan 22 19:01:32 2015 UTC
# Line 1  Line 1 
1  // qsamplerOptions.h  // qsamplerOptions.h
2  //  //
3  /****************************************************************************  /****************************************************************************
4     Copyright (C) 2004-2009, rncbc aka Rui Nuno Capela. All rights reserved.     Copyright (C) 2004-2015, rncbc aka Rui Nuno Capela. All rights reserved.
5     Copyright (C) 2007, Christian Schoenebeck     Copyright (C) 2007,2015 Christian Schoenebeck
6    
7     This program is free software; you can redistribute it and/or     This program is free software; you can redistribute it and/or
8     modify it under the terms of the GNU General Public License     modify it under the terms of the GNU General Public License
# Line 111  public: Line 111  public:
111          QStringList recentFiles;          QStringList recentFiles;
112    
113          // Widget geometry persistence helper prototypes.          // Widget geometry persistence helper prototypes.
114          void saveWidgetGeometry(QWidget *pWidget);          void saveWidgetGeometry(QWidget *pWidget, bool bVisible = false);
115          void loadWidgetGeometry(QWidget *pWidget);          void loadWidgetGeometry(QWidget *pWidget, bool bVisible = false);
116    
117          // Combo box history persistence helper prototypes.          // Combo box history persistence helper prototypes.
118          void loadComboBoxHistory(QComboBox *pComboBox, int iLimit = 8);          void loadComboBoxHistory(QComboBox *pComboBox, int iLimit = 8);

Legend:
Removed from v.2028  
changed lines
  Added in v.2718

  ViewVC Help
Powered by ViewVC