This document discusses using the Objects Library for building RingQt applications. The Objects Library manages GUI objects and provides a natural API for creating windows from classes. It uses the MVC pattern. The Open_Window() function opens new windows from controller classes. Views inherit from WindowsViewParent. Controllers inherit from WindowsControllerParent and contain CloseAction(). Event methods are passed to views via Method(). Open_WindowAndLink() connects windows by creating dynamic methods.