Iktwo / components

Qt plugin with components for application development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 }

About

Qt plugin with components for application development

License:MIT License


Languages

Language:C++ 58.2%Language:QML 38.3%Language:QMake 3.5%