/[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 980 by capela, Sun Dec 17 22:29:29 2006 UTC revision 1499 by capela, Tue Nov 20 16:48:04 2007 UTC
# Line 1  Line 1 
1  // qsamplerOptions.h  // qsamplerOptions.h
2  //  //
3  /****************************************************************************  /****************************************************************************
4     Copyright (C) 2004-2006, rncbc aka Rui Nuno Capela. All rights reserved.     Copyright (C) 2004-2007, rncbc aka Rui Nuno Capela. All rights reserved.
5       Copyright (C) 2007, 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 22  Line 23 
23  #ifndef __qsamplerOptions_h  #ifndef __qsamplerOptions_h
24  #define __qsamplerOptions_h  #define __qsamplerOptions_h
25    
26  #include <qsettings.h>  #include <QSettings>
27    #include <QStringList>
28    
29    
30  class QWidget;  class QWidget;
31  class QComboBox;  class QComboBox;
# Line 102  public: Line 105  public:
105      void loadWidgetGeometry(QWidget *pWidget);      void loadWidgetGeometry(QWidget *pWidget);
106    
107      // Combo box history persistence helper prototypes.      // Combo box history persistence helper prototypes.
     void add2ComboBoxHistory(QComboBox *pComboBox, const QString& sNewText, int iLimit = 8, int iIndex = -1);  
108      void loadComboBoxHistory(QComboBox *pComboBox, int iLimit = 8);      void loadComboBoxHistory(QComboBox *pComboBox, int iLimit = 8);
109      void saveComboBoxHistory(QComboBox *pComboBox, int iLimit = 8);      void saveComboBoxHistory(QComboBox *pComboBox, int iLimit = 8);
110    

Legend:
Removed from v.980  
changed lines
  Added in v.1499

  ViewVC Help
Powered by ViewVC