X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROGUI%2FHYDROGUI_ImportImageDlg.h;h=2adcb89592d532a9bb874e9e6b2da8494969c923;hb=a0964e8c4caecf35f149dbc669714901c5fd2336;hp=9072a3e2f5e58ee970b1136c55bcccfeeb07fea7;hpb=2cf9e838e652ae811d9b3931914771ad1836c6b8;p=modules%2Fhydro.git diff --git a/src/HYDROGUI/HYDROGUI_ImportImageDlg.h b/src/HYDROGUI/HYDROGUI_ImportImageDlg.h index 9072a3e2..2adcb895 100644 --- a/src/HYDROGUI/HYDROGUI_ImportImageDlg.h +++ b/src/HYDROGUI/HYDROGUI_ImportImageDlg.h @@ -39,6 +39,7 @@ class QCheckBox; class QtxDoubleSpinBox; class QtxIntSpinBox; class QAbstractSpinBox; +class QToolButton; class HYDROGUI_ImportImageDlg : public HYDROGUI_InputPanel { @@ -105,6 +106,8 @@ public: void initializePointSelection(); + void ActivateFile( const QString& theFileName, bool isEnableFilesChoice ); + public: static TransformationData ComputeTrsfData( const int theMode, @@ -142,10 +145,12 @@ signals: void modeActivated( int ); void refImageActivated( const QString& ); void setCIsUsed( bool theIsByTwoPoints ); + void filesSelected( const QStringList& ); private: QGroupBox* myFileNameGroup; //!< The group for the source image file selection QLineEdit* myFileName; //!< Source image file name input field + QToolButton* myBrowseBtn; QGroupBox* myImageNameGroup; //!< The group for the image name input field QLineEdit* myImageName; //!< The image name input field