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

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

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

revision 3647 by capela, Tue Aug 13 10:19:32 2019 UTC revision 3648 by capela, Tue Dec 10 10:34:06 2019 UTC
# Line 51  protected slots: Line 51  protected slots:
51          void reject();          void reject();
52    
53          void optionsChanged();          void optionsChanged();
         void stabilizeForm();  
54    
55          void browseMessagesLogPath();          void browseMessagesLogPath();
56          void chooseDisplayFont();          void chooseDisplayFont();
57          void chooseMessagesFont();          void chooseMessagesFont();
58          void toggleDisplayEffect(bool bOn);          void toggleDisplayEffect(bool bOn);
59    
60            void editCustomColorThemes();
61    
62          void maxVoicesChanged(int iMaxVoices);          void maxVoicesChanged(int iMaxVoices);
63          void maxStreamsChanged(int iMaxStreams);          void maxStreamsChanged(int iMaxStreams);
64    
65    protected:
66    
67            // Custom color/style themes settlers.
68            void resetCustomColorThemes(const QString& sCustomColorTheme);
69            void resetCustomStyleThemes(const QString& sCustomStyleTheme);
70    
71            void stabilizeForm();
72    
73  private:  private:
74    
75          Ui::qsamplerOptionsForm m_ui;          Ui::qsamplerOptionsForm m_ui;

Legend:
Removed from v.3647  
changed lines
  Added in v.3648

  ViewVC Help
Powered by ViewVC