summaryrefslogtreecommitdiff
path: root/src/gui/styleeditor.h
diff options
context:
space:
mode:
authorAleks Kissinger <aleks0@gmail.com>2018-10-12 17:57:51 +0200
committerAleks Kissinger <aleks0@gmail.com>2018-10-12 17:57:51 +0200
commitb1cffdb16ca56905a2115aae715ef772f653992c (patch)
tree389047f7fb507b1684b619994f837080ec254c3f /src/gui/styleeditor.h
parentf6e37a0c273464a2e1abf65cdbd5001952a506ba (diff)
fixed many glitches in style editorv2.0-rc2
Diffstat (limited to 'src/gui/styleeditor.h')
-rw-r--r--src/gui/styleeditor.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/gui/styleeditor.h b/src/gui/styleeditor.h
index b8bf646..4bae7db 100644
--- a/src/gui/styleeditor.h
+++ b/src/gui/styleeditor.h
@@ -33,17 +33,25 @@ public slots:
void edgeItemChanged(QModelIndex sel);
void categoryChanged();
void currentCategoryChanged();
+ void shapeChanged();
void refreshCategories();
void propertyChanged();
void on_styleListView_clicked();
void on_edgeStyleListView_clicked();
void on_name_editingFinished();
- void on_shape_currentTextChanged();
void on_fillColor_clicked();
void on_drawColor_clicked();
void on_tikzitFillColor_clicked();
void on_tikzitDrawColor_clicked();
+ void on_hasTikzitFillColor_stateChanged(int state);
+ void on_hasTikzitDrawColor_stateChanged(int state);
+
+ void on_hasTikzitShape_stateChanged(int state);
+ void on_tikzitShape_currentIndexChanged(int);
+
+ void on_leftArrow_currentIndexChanged(int);
+ void on_rightArrow_currentIndexChanged(int);
void on_addProperty_clicked();
void on_addAtom_clicked();