QGroundControl Developers Guide——Font and Palette

来源:互联网 发布:windows edge无法上网 编辑:程序博客网 时间:2024/06/16 02:08

by luoshi006
欢迎交流~ 个人 Gitter 交流平台,点击直达: Join the chat at https://gitter.im/luoshi006_communication/Lobby

QGroundControl 官方的开发者文档地址:
https://donlakeflyer.gitbooks.io/qgroundcontrol-developers-guide/content/

截稿日期:2016/11/23

Font and Palette

QGC 有独立的字体和颜色配置,用于所有用户界面中。

import QGroundControl.Palette         1.0import QGroundControl.ScreenTools     1.0

QGCPalette

该项是 QGC 调色板,有两个选项:lightdarklight 用于室外,而 dark 用于室内环境。通常不需要对色板进行配置。

QGCMapPalette

该项用于配置地图上绘制颜色。因为在不同的地图类型(街景、卫星)上绘制,需要用不同的颜色进行显示。卫星图上配置浅色,街景图配置为深色。QGCMapPalette 提供了色板集及其颜色切换。

ScreenTools

该项用于调整字体大小。同时,它还提供屏幕尺寸(screen size),是否移动设备信息。

0 0