comparison widgets/Pane.cpp @ 122:71992cee2ece

* Finish preferences dialog (as far as it's going at the moment) and connect it up * Fix Parzen window shape (was triangular!) * Various fixes to spectrogram draw coordinates in smoothing mode etc * Draw C keys in grey on the piano
author Chris Cannam
date Fri, 21 Jul 2006 16:03:42 +0000
parents 8dfa20f1c70a
children 842bf484ee15
comparison
equal deleted inserted replaced
121:7363cacf7de0 122:71992cee2ece
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);
113
112 QPainter paint; 114 QPainter paint;
113 115
114 QRect r(rect()); 116 QRect r(rect());
115 117
116 if (e) { 118 if (e) {