Open noah-hornak opened 1 month ago
@noah-hornak , what is the Qt version running on your system?
@nirvn 5.12.8
Ok. That'd be the problem, the Qt markdown formatting hinted at in the error logs was introduced in Qt 5.14.
What distro are you running?
@nirvn Gotcha, I'm running Ubuntu 20.04.6 LTS
Hi, I'm trying to get QGIS set up on my Linux machine and synced up with my Android mobile device using this plugin but I am unable to sync the project after creating a GeoPackage Layer on my desktop.
QFieldSync Plugin Version: [4.10.1] QGIS Version: 3.26.3-Buenos Aires Python Version: 3.8.10
Here are the steps I'm taking:
2024-10-06T13:42:17 WARNING Traceback (most recent call last): File "/home/noah/.local/share/QGIS/QGIS3/profiles/default/python/plugins/qfieldsync/gui/cloud_transfer_dialog.py", line 182, in showEvent self.show_project_compatibility_page() File "/home/noah/.local/share/QGIS/QGIS3/profiles/default/python/plugins/qfieldsync/gui/cloud_transfer_dialog.py", line 223, in show_project_compatibility_page feedback_table = CheckerFeedbackTable(feedback) File "/home/noah/.local/share/QGIS/QGIS3/profiles/default/python/plugins/qfieldsync/gui/checker_feedback_table.py", line 79, in init label.setTextFormat(Qt.MarkdownText) AttributeError: type object 'Qt' has no attribute 'MarkdownText'
Here are my QField Project Properties
I am only starting to try to learn GIS software starting today so this could be something very small I'm missing or doing wrong but I've tried for hours on fixing this with no success. Any help will be greatly appreciated!