comparison widgets/Pane.cpp @ 123:842bf484ee15

* Add Hz tuning dial to sample player plugin. Need to figure out the best way to get this passed through from the main program's configuration. * Add ConfigFile class to deal with configuration load/save * Add an organ sample (it's a bit big, though)
author Chris Cannam
date Wed, 26 Jul 2006 15:32:10 +0000
parents 71992cee2ece
children
comparison
equal deleted inserted replaced
122:71992cee2ece 123:842bf484ee15
107 } 107 }
108 108
109 void 109 void
110 Pane::paintEvent(QPaintEvent *e) 110 Pane::paintEvent(QPaintEvent *e)
111 { 111 {
112 Profiler profiler("Pane::paintEvent", true); 112 // Profiler profiler("Pane::paintEvent", true);
113 113
114 QPainter paint; 114 QPainter paint;
115 115
116 QRect r(rect()); 116 QRect r(rect());
117 117