class GalleryPage < Qt::Widget
  def initialize(parent = nil)
    super(parent)
    
  end
end
