Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 460 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 460 Bytes

components


Qt plugin with components for application development

Components:

  • ImageButton - 48dp x 48dp button with an image and highlighter
  • Page - FocusScope that can hold a TitleBar and content
  • ScreenValues - Singleton element to access screen dpi
  • Theme - Singleton element that allows customization
  • TitleBar - Title bar to display on top

Requirements:

  • Android: androidextras is required

    android { QT += androidextras }