comparison main/MainWindow.h @ 459:f8f74f1b5b4f toggle

Start in minimal mode option added in the Preferences/Appearance menu
author mathieub <mathieu.barthet@eecs.qmul.ac.uk>
date Mon, 04 Jul 2011 16:08:20 +0100
parents a94be56cf98f
children 33d0632255b5
comparison
equal deleted inserted replaced
458:a94be56cf98f 459:f8f74f1b5b4f
74 void canAlign(bool); 74 void canAlign(bool);
75 75
76 public slots: 76 public slots:
77 virtual void preferenceChanged(PropertyContainer::PropertyName); 77 virtual void preferenceChanged(PropertyContainer::PropertyName);
78 virtual bool commitData(bool mayAskUser); 78 virtual bool commitData(bool mayAskUser);
79 virtual void toggleViewMode(); //to switch between minimal and full modes
79 80
80 protected slots: 81 protected slots:
81 virtual void openSession(); 82 virtual void openSession();
82 virtual void importAudio(); 83 virtual void importAudio();
83 virtual void importMoreAudio(); 84 virtual void importMoreAudio();
174 virtual void help(); 175 virtual void help();
175 virtual void about(); 176 virtual void about();
176 virtual void keyReference(); 177 virtual void keyReference();
177 virtual void newerVersionAvailable(QString); 178 virtual void newerVersionAvailable(QString);
178 179
179 virtual void toggleViewMode(); //to switch between minimal and full modes 180 //virtual void toggleViewMode(); //to switch between minimal and full modes
180 181
181 protected: 182 protected:
182 Overview *m_overview; 183 Overview *m_overview;
183 Fader *m_fader; 184 Fader *m_fader;
184 AudioDial *m_playSpeed; 185 AudioDial *m_playSpeed;