]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/XGUI/XGUI_InspectionPanel.h
Salome HOME
Issue #2556: Change Layout of Inspection panel.
[modules/shaper.git] / src / XGUI / XGUI_InspectionPanel.h
index 552ce7774e399a2a934aa9e55477afe6307f9644..e8a6f7ba6f38ead416353a2f654ce1e2e514d343 100644 (file)
@@ -85,12 +85,6 @@ public:
   virtual ~XGUI_InspectionPanel();
 
 
-protected:
-  /// Vitrual method is redefined in order to adjust size of internal wirdet to size of
-  /// the whole whindow
-  /// \param theEvent an event with resize parameters
-  virtual void resizeEvent(QResizeEvent* theEvent);
-
 private slots:
   /// A slot to react on selection changed
   void onSelectionChanged();
@@ -192,7 +186,7 @@ private:
   QLabel* myTypeLbl; //> label of a type
   QTextBrowser* myTypeParams; //> parameters area
   QVBoxLayout* myMainLayout; //> main layout
-  QWidget* myMainWidget;  //> main widget
+  //QWidget* myMainWidget;  //> main widget
 };
 
 #endif
\ No newline at end of file