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

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

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

revision 341 by capela, Tue Jan 18 11:29:01 2005 UTC revision 395 by capela, Sun Feb 20 19:13:33 2005 UTC
# Line 46  qsamplerOptions::qsamplerOptions (void) Line 46  qsamplerOptions::qsamplerOptions (void)
46      m_settings.beginGroup("/Server");      m_settings.beginGroup("/Server");
47      sServerHost    = m_settings.readEntry("/ServerHost", "localhost");      sServerHost    = m_settings.readEntry("/ServerHost", "localhost");
48      iServerPort    = m_settings.readNumEntry("/ServerPort", 8888);      iServerPort    = m_settings.readNumEntry("/ServerPort", 8888);
49      iServerTimeout = m_settings.readNumEntry("/ServerTimeout", 500);      iServerTimeout = m_settings.readNumEntry("/ServerTimeout", 1000);
50      bServerStart   = m_settings.readBoolEntry("/ServerStart", true);      bServerStart   = m_settings.readBoolEntry("/ServerStart", true);
51      sServerCmdLine = m_settings.readEntry("/ServerCmdLine", "linuxsampler");      sServerCmdLine = m_settings.readEntry("/ServerCmdLine", "linuxsampler");
52      iStartDelay    = m_settings.readNumEntry("/StartDelay", 2);      iStartDelay    = m_settings.readNumEntry("/StartDelay", 3);
53      m_settings.endGroup();      m_settings.endGroup();
54    
55      // Load display options...      // Load display options...
# Line 57  qsamplerOptions::qsamplerOptions (void) Line 57  qsamplerOptions::qsamplerOptions (void)
57      sDisplayFont     = m_settings.readEntry("/DisplayFont", QString::null);      sDisplayFont     = m_settings.readEntry("/DisplayFont", QString::null);
58      bDisplayEffect   = m_settings.readBoolEntry("/DisplayEffect", true);      bDisplayEffect   = m_settings.readBoolEntry("/DisplayEffect", true);
59      bAutoRefresh     = m_settings.readBoolEntry("/AutoRefresh", true);      bAutoRefresh     = m_settings.readBoolEntry("/AutoRefresh", true);
60      iAutoRefreshTime = m_settings.readNumEntry("/AutoRefreshTime", 1000);      iAutoRefreshTime = m_settings.readNumEntry("/AutoRefreshTime", 2000);
61      iMaxVolume       = m_settings.readNumEntry("/MaxVolume", 100);      iMaxVolume       = m_settings.readNumEntry("/MaxVolume", 100);
62      sMessagesFont    = m_settings.readEntry("/MessagesFont", QString::null);      sMessagesFont    = m_settings.readEntry("/MessagesFont", QString::null);
63      bMessagesLimit   = m_settings.readBoolEntry("/MessagesLimit", true);      bMessagesLimit   = m_settings.readBoolEntry("/MessagesLimit", true);

Legend:
Removed from v.341  
changed lines
  Added in v.395

  ViewVC Help
Powered by ViewVC