/components

Qt plugin with components for application development

Primary LanguageC++MIT LicenseMIT

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 }