Salome HOME
refs #727, #736: fix for the first bug and for the second part (Bug2) of the last...
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_ImportImageDlg.h
index 9072a3e2f5e58ee970b1136c55bcccfeeb07fea7..2adcb89592d532a9bb874e9e6b2da8494969c923 100644 (file)
@@ -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