/[svn]/qsampler/tags/qsampler_0_0_4/src/qsamplerOptions.h
ViewVC logotype

Diff of /qsampler/tags/qsampler_0_0_4/src/qsamplerOptions.h

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

revision 102 by capela, Fri Jun 4 10:30:56 2004 UTC revision 267 by capela, Wed Oct 6 15:42:59 2004 UTC
# Line 62  public: Line 62  public:
62    
63      // Display options...      // Display options...
64      QString sDisplayFont;      QString sDisplayFont;
65        bool    bDisplayEffect;
66      bool    bAutoRefresh;      bool    bAutoRefresh;
67      int     iAutoRefreshTime;      int     iAutoRefreshTime;
68        int     iMaxVolume;
69      QString sMessagesFont;      QString sMessagesFont;
70      bool    bMessagesLimit;      bool    bMessagesLimit;
71      int     iMessagesLimitLines;      int     iMessagesLimitLines;
# Line 80  public: Line 82  public:
82      // Default options...      // Default options...
83      QString sSessionDir;      QString sSessionDir;
84      QString sInstrumentDir;      QString sInstrumentDir;
85        QString sEngineName;
86        QString sAudioDriver;
87        QString sMidiDriver;
88    
89      // Recent file list.      // Recent file list.
90      int     iMaxRecentFiles;      int     iMaxRecentFiles;

Legend:
Removed from v.102  
changed lines
  Added in v.267

  ViewVC Help
Powered by ViewVC