|
From: Gustavo P. B. <gb...@us...> - 2005-06-27 19:51:45
|
Update of /cvsroot/kimageprocess/kimageprocess/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32175/src Modified Files: kimageprocessoptions_ui.ui kttextureoptions.cpp Log Message: Fixed the sliding direction when generating snns pattern files Index: kimageprocessoptions_ui.ui =================================================================== RCS file: /cvsroot/kimageprocess/kimageprocess/src/kimageprocessoptions_ui.ui,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- kimageprocessoptions_ui.ui 31 Mar 2005 23:56:36 -0000 1.2 +++ kimageprocessoptions_ui.ui 27 Jun 2005 19:51:04 -0000 1.3 @@ -30,6 +30,14 @@ <property name="name"> <cstring>unnamed</cstring> </property> + <widget class="QLabel" row="1" column="0"> + <property name="name"> + <cstring>textLabel1_2</cstring> + </property> + <property name="text"> + <string>Classifier:</string> + </property> + </widget> <widget class="QLabel" row="0" column="0"> <property name="name"> <cstring>textLabel1</cstring> @@ -51,6 +59,19 @@ </sizepolicy> </property> </widget> + <widget class="QComboBox" row="1" column="1"> + <property name="name"> + <cstring>cmbClassifier</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>7</hsizetype> + <vsizetype>0</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + </widget> </grid> </widget> <widget class="QButtonGroup" row="1" column="0" rowspan="1" colspan="2"> @@ -69,7 +90,7 @@ <cstring>rbnSlideAll</cstring> </property> <property name="text"> - <string>Slide through all image</string> + <string>Slide throu&gh all image</string> </property> <property name="checked"> <bool>true</bool> @@ -80,7 +101,7 @@ <cstring>rbnSlideIterations</cstring> </property> <property name="text"> - <string>Do only the following number of iterations:</string> + <string>Do only the following &number of iterations:</string> </property> </widget> <widget class="QSpinBox" row="2" column="0"> @@ -176,7 +197,7 @@ <cstring>rbnSequential</cstring> </property> <property name="text"> - <string>Sequential</string> + <string>Se&quential</string> </property> <property name="checked"> <bool>true</bool> Index: kttextureoptions.cpp =================================================================== RCS file: /cvsroot/kimageprocess/kimageprocess/src/kttextureoptions.cpp,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- kttextureoptions.cpp 23 Jun 2005 23:19:40 -0000 1.6 +++ kttextureoptions.cpp 27 Jun 2005 19:51:04 -0000 1.7 @@ -36,6 +36,8 @@ #include <ktimage.h> #include <ktmethodmanager.h> #include <ktmethod.h> +#include <ktpluginmanager.h> +#include <ktclassifbackend.h> KTTextureOptions::KTTextureOptions( QWidget * parent, const char *name) |