diff widgets/PropertyBox.h @ 285:9dd432665059

* Add a colour database, and Add New Colour function to the colour combo in property box. The colour property is only correctly handled in the waveform layer so far. * Add en_GB translation, to translate those annoying Color texts in the Qt colour picker dialog.
author Chris Cannam
date Wed, 11 Jul 2007 17:21:37 +0000
parents 21a5e4e7cb92
children 2f83b6e3b8ca
line wrap: on
line diff
--- a/widgets/PropertyBox.h	Fri Jul 06 15:17:35 2007 +0000
+++ b/widgets/PropertyBox.h	Wed Jul 11 17:21:37 2007 +0000
@@ -63,6 +63,7 @@
     void populateViewPlayFrame();
 
     void unitDatabaseChanged();
+    void colourDatabaseChanged();
 
     void editPlugin();
 
@@ -73,6 +74,7 @@
     void updatePropertyEditor(PropertyContainer::PropertyName,
                               bool rangeChanged = false);
     void updateContextHelp(QObject *o);
+    void addNewColour();
 
     QLabel *m_nameWidget;
     QWidget *m_mainWidget;