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

  end
end
