Mercurial > hg > svgui
comparison widgets/PropertyStack.cpp @ 36:c28ebb4ba4de
* Improvements to text layer editing, and implement file I/O for it
* Start some fixes to spectrogram frequency computation
author | Chris Cannam |
---|---|
date | Mon, 20 Feb 2006 17:23:40 +0000 |
parents | 46d8f5add6f0 |
children | 2e2ad8510e52 |
comparison
equal
deleted
inserted
replaced
35:10ba9276a315 | 36:c28ebb4ba4de |
---|---|
15 #include <QIcon> | 15 #include <QIcon> |
16 #include <QTabWidget> | 16 #include <QTabWidget> |
17 | 17 |
18 #include <iostream> | 18 #include <iostream> |
19 | 19 |
20 #define DEBUG_PROPERTY_STACK 1 | 20 //#define DEBUG_PROPERTY_STACK 1 |
21 | 21 |
22 PropertyStack::PropertyStack(QWidget *parent, View *client) : | 22 PropertyStack::PropertyStack(QWidget *parent, View *client) : |
23 QTabWidget(parent), | 23 QTabWidget(parent), |
24 m_client(client) | 24 m_client(client) |
25 { | 25 { |