Salome HOME
Splash screen was implemented. Changes in packages SUIT and Session are integrated.
[modules/gui.git] / src / Qtx / QtxListView.h
index d17ad59e3748444e1e6ccb55e7745ffcd7c3dafe..41b63577e99b99d898d394a62c427fd586815fb6 100755 (executable)
@@ -42,6 +42,8 @@ public:
   bool          appropriate( const int ) const;
   virtual void  setAppropriate( const int, const bool );
 
+  virtual void  setColumnWidth( int, int );
+
   virtual QSize sizeHint() const;
   virtual QSize minimumSizeHint() const;
 
@@ -56,6 +58,8 @@ protected slots:
 
 protected:
   virtual void  viewportResizeEvent( QResizeEvent* );
+  virtual bool  eventFilter( QObject*, QEvent* );
+  virtual void  showPopup( const int x, const int y );
 
 private:
   typedef struct { int width; bool resizeable; } ColumnData;