DesQ UI Library =============== 1. A highly responsive Categorized FileSystem Model 2. A smooth UI to show a categorized model Categorized DesQSuperStart ============== DesQSuperStart is a Widget that provides access to all commonly used functions of a Desktop - Tray, Quick Settings (BT, WiFi), Notifications, all the open apps, etc. DesQMagicButton =============== DesQMagicButton is a drag-drop enabled QToolButton which responds smartly in different situations. One of the best examples of DesQMagicButton is in DesQ Files where it will be used as a file cache. While the user can set the default action for clicked (Delete/Trash/Copy/Move the cached files), or even default drag-drop action, long press on the button will show all the actions available. Modifier keys can be used to override the default click/dnd action. DesQLayout ========== A subclass of QLayout, this layout is intended for use where it is necessary to switch between vertical and horizontal orientations. A good use case is DockBar: It may be dynamically placed along the four edges of the screen. DesQCircularLayout ================== This is very useful to show actions/other UI elements - specially an SNI tray that shows up in the corner - showing the status notifier items, or showing the actions of DesQMagicButton and so on. DesQDynamicLayout ================= A subclass of QLayout, this layout is intended for use where the widget resize needs an alteration in the layout of the layout items. A good example is a file manager which shows a treeview sidebar on the left and file information bar on the right. This layout serves widescreen displays excellently, but becomes cumbersome in a protrait display or when the window is resized. In such cases, the dynamic layout can be configured to re-layout the contents that suit the current size more appropriately. Note: ✍ - Work in progress □ - Work to be started ✓ - Work Completed ✗ - Not working on this ◐ - Partially complete