/[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 2642 by capela, Mon Jun 16 19:31:33 2014 UTC revision 3796 by capela, Mon Jun 29 08:52:33 2020 UTC
# Line 1  Line 1 
1  // qsamplerOptions.h  // qsamplerOptions.h
2  //  //
3  /****************************************************************************  /****************************************************************************
4     Copyright (C) 2004-2014, rncbc aka Rui Nuno Capela. All rights reserved.     Copyright (C) 2004-2020, rncbc aka Rui Nuno Capela. All rights reserved.
5     Copyright (C) 2007, Christian Schoenebeck     Copyright (C) 2007,2008,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 82  public: Line 82  public:
82          bool    bMessagesLimit;          bool    bMessagesLimit;
83          int     iMessagesLimitLines;          int     iMessagesLimitLines;
84          bool    bConfirmRemove;          bool    bConfirmRemove;
85            bool    bConfirmReset;
86            bool    bConfirmRestart;
87            bool    bConfirmError;
88          bool    bKeepOnTop;          bool    bKeepOnTop;
89          bool    bStdoutCapture;          bool    bStdoutCapture;
90          bool    bCompletePath;          bool    bCompletePath;
91          bool    bInstrumentNames;          bool    bInstrumentNames;
92          int     iBaseFontSize;          int     iBaseFontSize;
93    
94            QString sCustomColorTheme;
95            QString sCustomStyleTheme;
96    
97          // View options...          // View options...
98          bool    bMenubar;          bool    bMenubar;
99          bool    bToolbar;          bool    bToolbar;
# Line 145  private: Line 151  private:
151    
152    
153  // end of qsamplerOptions.h  // end of qsamplerOptions.h
154    

Legend:
Removed from v.2642  
changed lines
  Added in v.3796

  ViewVC Help
Powered by ViewVC