QmlJS Live Preview: Added color box to toolbar

This commit is contained in:
Lasse Holmstedt
2010-07-26 12:47:55 +02:00
parent c7a8d93765
commit fb681918c6
15 changed files with 208 additions and 0 deletions

View File

@@ -95,6 +95,7 @@ signals:
void animationSpeedChanged(qreal slowdownFactor);
void designModeBehaviorChanged(bool inDesignMode);
void serverReloaded();
void selectedColorChanged(const QColor &color);
public slots:
void queryEngineContext(int id);