diff options
Diffstat (limited to 'chalk/ui/kis_matrix_widget.ui.h')
-rw-r--r-- | chalk/ui/kis_matrix_widget.ui.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/chalk/ui/kis_matrix_widget.ui.h b/chalk/ui/kis_matrix_widget.ui.h new file mode 100644 index 00000000..f5217af5 --- /dev/null +++ b/chalk/ui/kis_matrix_widget.ui.h @@ -0,0 +1,17 @@ +/**************************************************************************** +** ui.h extension file, included from the uic-generated form implementation. +** +** If you want to add, delete, or rename functions or slots, use +** TQt Designer to update this file, preserving your code. +** +** You should not define a constructor or destructor in this file. +** Instead, write your code in functions called init() and destroy(). +** These will automatically be called by the form's constructor and +** destructor. +*****************************************************************************/ + + +void KisMatrixWidget::spinboxValueChanged() +{ + emit valueChanged(); +} |