qfieldsync icon indicating copy to clipboard operation
qfieldsync copied to clipboard

Configuration window bug

Open Martin-GUILLOU opened this issue 1 year ago • 5 comments
trafficstars

OS: Windows 11 23h2
QGIS Version 3.28.15
QFieldSync Version 4.10.1

When opening the configuration window, the tab appears bugged in the project configuration, 'overprinting' the other tabs.

A python error appears : File "C:\Users/...\qfieldsync\qfield_sync.py", line 63, in createWidget return ProjectConfigurationWidget(parent) File "C:\Users/...\qfieldsync\gui\project_configuration_widget.py", line 127, in init self.reloadProject() File "C:\Users/...\qfieldsync\gui\project_configuration_widget.py", line 170, in reloadProject self.mapThemesConfigWidget = MapThemesConfigWidget( File "C:\Users/...\qfieldsync\gui\mapthemes_config_widget.py", line 44, in init self.reload(configuration) File "C:\Users/...\qfieldsync\gui\mapthemes_config_widget.py", line 64, in reload cmb.setFilters(Qgis.LayerFilter.VectorLayer) AttributeError: type object 'Qgis' has no attribute 'LayerFilter'

The 'export for Qfield' function is working fine.

Attached a screenshot of the issue PB_QfieldSync_fenetre_parametres

Martin-GUILLOU avatar Sep 09 '24 15:09 Martin-GUILLOU