Skip to content

Commit fa6b4c3

Browse files
committed
1.6.4.1 QT6 ESTAVEL
1 parent f8d6aae commit fa6b4c3

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

about.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def __init__(self, parent=None):
3636
self.setupUi(self)
3737
# Aqui você pode preencher campos dinamicamente, se quiser
3838
self.plugin_name.setText("RMCGEO")
39-
self.plugin_version.setText("Versão 1.6.3")
39+
self.plugin_version.setText("Versão 1.6.4")
4040

4141
# Conecta o botão de fechar
4242
self.close.accepted.connect(self.accept)

metadata.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
name=RMCGEO
77
qgisMinimumVersion=3.16
88
supportsQt6=True
9-
description=Set of tools to simplify tasks.
10-
version=1.6.3
9+
description=Set of tools to simplify cartography tasks
10+
version=1.6.4
1111
author=Rodolfo Martins de Carvalho
1212
1313

@@ -24,6 +24,7 @@ repository=https://github.com/rodolfom9/rmcgeo
2424
hasProcessingProvider=no
2525
# Uncomment the following line and add your changelog:
2626
changelog=
27+
*1.6.4 - Adicionado Suporte com Qt6
2728
*1.5.6 - Adicionado Manipulador de Tabelas
2829
*1.4.0 - Adicionado Modulo de desenho por rumo e azimute
2930
*1.3.1 - Adicionado Modulo Copiar coordenada de ponto
@@ -32,7 +33,7 @@ changelog=
3233
*1.0.0 - Versão funcional sem módulos
3334

3435
# Tags are comma separated with spaces allowed
35-
tags=python, coordinates, memorial, azimuth, distance, Azimute, Distancia, Rumo, Desenho
36+
tags=python, coordinates, memorial, azimuth, distance, azimute, distancia, rumo, desenho, brasil, cad, incra, ibge, matricula, coordenadas
3637

3738
homepage=https://rmcgeo.com.br/
3839
category=Plugins

utils/info.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
</head>
6464
<body>
6565
<div class="title">
66-
🌎 RMCGEO-Geographic Tools Plugin
66+
🌎 RMCGEO-Geographic Tools Plugin<br>
6767
🌎 RMCGEO-Plugin de Ferramentas Geográficas
6868
</div>
6969

0 commit comments

Comments
 (0)