[TD] make LeaderLine dialog show changes immediately
This commit is contained in:
@@ -89,6 +89,7 @@ public:
|
||||
void saveButtons(QPushButton* btnOK,
|
||||
QPushButton* btnCancel);
|
||||
void enableTaskButtons(bool b);
|
||||
void recomputeFeature();
|
||||
|
||||
|
||||
protected Q_SLOTS:
|
||||
@@ -121,6 +122,13 @@ protected:
|
||||
void saveState(void);
|
||||
void restoreState(void);
|
||||
|
||||
private Q_SLOTS:
|
||||
void onStartSymbolChanged();
|
||||
void onEndSymbolChanged();
|
||||
void onColorChanged();
|
||||
void onLineWidthChanged();
|
||||
void onLineStyleChanged();
|
||||
|
||||
private:
|
||||
Ui_TaskLeaderLine * ui;
|
||||
bool blockUpdate;
|
||||
|
||||
Reference in New Issue
Block a user