feat: adiciona constelações astronômicas opcionais
This commit is contained in:
parent
820f941b4f
commit
740c9b836b
6 changed files with 191 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ ColumnLayout {
|
|||
property alias cfg_ShowSkeleton: skeletonCheck.checked
|
||||
property alias cfg_BaladaMode: baladaCheck.checked
|
||||
property alias cfg_ChuvaMode: chuvaCheck.checked
|
||||
property alias cfg_ShowConstellations: constellationsCheck.checked
|
||||
property double cfg_Latitude
|
||||
property double cfg_Longitude
|
||||
|
||||
|
|
@ -37,6 +38,12 @@ ColumnLayout {
|
|||
onCheckedChanged: if (checked) baladaCheck.checked = false
|
||||
}
|
||||
|
||||
CheckBox {
|
||||
id: constellationsCheck
|
||||
Kirigami.FormData.label: i18n("Constelações:")
|
||||
text: i18n("Ligar estrelas e mostrar os nomes")
|
||||
}
|
||||
|
||||
Kirigami.Separator { Kirigami.FormData.isSection: true }
|
||||
|
||||
// Observador do céu realista (aceita vírgula ou ponto decimal)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue