소스 검색

强制添加被忽略的文件

Gogs 6 달 전
부모
커밋
614da97a11
92개의 변경된 파일6931개의 추가작업 그리고 0개의 파일을 삭제
  1. 9 0
      .gitignore
  2. 0 0
      QGIS/.gitkeep
  3. 1612 0
      QGIS/QGIS3.ini
  4. 2239 0
      QGIS/QGISCUSTOMIZATION3.ini
  5. 12 0
      python/plugins/ResourceTree/.idea/FileManage.iml
  6. 6 0
      python/plugins/ResourceTree/.idea/inspectionProfiles/profiles_settings.xml
  7. 7 0
      python/plugins/ResourceTree/.idea/misc.xml
  8. 8 0
      python/plugins/ResourceTree/.idea/modules.xml
  9. 77 0
      python/plugins/ResourceTree/.idea/workspace.xml
  10. 674 0
      python/plugins/ResourceTree/LICENSE
  11. 3 0
      python/plugins/ResourceTree/README.md
  12. 6 0
      python/plugins/ResourceTree/__init__.py
  13. BIN
      python/plugins/ResourceTree/__pycache__/__init__.cpython-312.pyc
  14. BIN
      python/plugins/ResourceTree/__pycache__/plugin.cpython-312.pyc
  15. BIN
      python/plugins/ResourceTree/__pycache__/qgis.cpython-312.pyc
  16. 3 0
      python/plugins/ResourceTree/checklicense.py
  17. 17 0
      python/plugins/ResourceTree/file.py
  18. 61 0
      python/plugins/ResourceTree/from.py
  19. 5 0
      python/plugins/ResourceTree/images/add_map.svg
  20. 3 0
      python/plugins/ResourceTree/images/earth.svg
  21. 6 0
      python/plugins/ResourceTree/images/fitzoom.svg
  22. 0 0
      python/plugins/ResourceTree/images/ftp.svg
  23. BIN
      python/plugins/ResourceTree/images/icon.png
  24. 0 0
      python/plugins/ResourceTree/images/map_icons/ESRI.webp
  25. 0 0
      python/plugins/ResourceTree/images/map_icons/amap.svg
  26. 0 0
      python/plugins/ResourceTree/images/map_icons/default.svg
  27. 0 0
      python/plugins/ResourceTree/images/map_icons/googlemap_default.png
  28. 0 0
      python/plugins/ResourceTree/images/map_icons/googlemap_satellite.png
  29. 0 0
      python/plugins/ResourceTree/images/map_icons/googlemap_terrain.png
  30. 0 0
      python/plugins/ResourceTree/images/map_icons/osm.webp
  31. 0 0
      python/plugins/ResourceTree/images/map_icons/stamen_terrain.webp
  32. 0 0
      python/plugins/ResourceTree/images/map_icons/stamen_toner.webp
  33. 0 0
      python/plugins/ResourceTree/images/map_icons/stamen_watercolor.webp
  34. 2 0
      python/plugins/ResourceTree/images/map_tianditu.svg
  35. 1 0
      python/plugins/ResourceTree/images/resource.svg
  36. 1 0
      python/plugins/ResourceTree/images/setting.svg
  37. 1 0
      python/plugins/ResourceTree/license.txt
  38. 114 0
      python/plugins/ResourceTree/map.py
  39. 17 0
      python/plugins/ResourceTree/metadata.txt
  40. 19 0
      python/plugins/ResourceTree/plugin.py
  41. 32 0
      python/plugins/ResourceTree/qgis.py
  42. 81 0
      python/plugins/ResourceTree/test.py
  43. 202 0
      python/plugins/ResourceTree/ui/CombinedDialog.py
  44. 6 0
      python/plugins/ResourceTree/ui/FtpConfig.py
  45. 132 0
      python/plugins/ResourceTree/ui/FtpUitl.py
  46. 22 0
      python/plugins/ResourceTree/ui/ModelWebView.py
  47. 148 0
      python/plugins/ResourceTree/ui/PostgreSQL.py
  48. 1259 0
      python/plugins/ResourceTree/ui/ResourceTree.py
  49. 58 0
      python/plugins/ResourceTree/ui/TreeWidget.py
  50. 0 0
      python/plugins/ResourceTree/ui/__init__.py
  51. BIN
      python/plugins/ResourceTree/ui/__pycache__/CombinedDialog.cpython-312.pyc
  52. BIN
      python/plugins/ResourceTree/ui/__pycache__/FtpConfig.cpython-312.pyc
  53. BIN
      python/plugins/ResourceTree/ui/__pycache__/FtpUitl.cpython-312.pyc
  54. BIN
      python/plugins/ResourceTree/ui/__pycache__/PostgreSQL.cpython-312.pyc
  55. BIN
      python/plugins/ResourceTree/ui/__pycache__/ResourceTree.cpython-312.pyc
  56. BIN
      python/plugins/ResourceTree/ui/__pycache__/TreeWidget.cpython-312.pyc
  57. BIN
      python/plugins/ResourceTree/ui/__pycache__/__init__.cpython-312.pyc
  58. BIN
      python/plugins/ResourceTree/ui/icon/CustomerMap.png
  59. BIN
      python/plugins/ResourceTree/ui/icon/export.png
  60. BIN
      python/plugins/ResourceTree/ui/icon/export2.png
  61. BIN
      python/plugins/ResourceTree/ui/icon/import.png
  62. BIN
      python/plugins/ResourceTree/ui/icon/importimage.png
  63. BIN
      python/plugins/ResourceTree/ui/icon/importvector.png
  64. BIN
      python/plugins/ResourceTree/ui/icon/logo.png
  65. BIN
      python/plugins/ResourceTree/ui/icon/map.png
  66. BIN
      python/plugins/ResourceTree/ui/icon/new.png
  67. BIN
      python/plugins/ResourceTree/ui/icon/publishserver.png
  68. BIN
      python/plugins/ResourceTree/ui/icon/refresh.png
  69. BIN
      python/plugins/ResourceTree/ui/icon/resource.png
  70. BIN
      python/plugins/ResourceTree/ui/icon/static.png
  71. BIN
      python/plugins/ResourceTree/ui/icon/unselect.png
  72. BIN
      python/plugins/ResourceTree/ui/icon/view.png
  73. BIN
      python/plugins/ResourceTree/ui/icon/文件上传.png
  74. BIN
      python/plugins/ResourceTree/ui/icon/文件下载.png
  75. BIN
      python/plugins/ResourceTree/ui/icon/文件删除.png
  76. BIN
      python/plugins/ResourceTree/ui/icon/文件夹上传.png
  77. BIN
      python/plugins/ResourceTree/ui/icon/文件查看.png
  78. BIN
      python/plugins/ResourceTree/ui/icon/文件重命名.png
  79. BIN
      python/plugins/ResourceTree/ui/icon/新建文件夹.png
  80. BIN
      python/plugins/ResourceTree/ui/icon/模型查看.png
  81. 1 0
      python/plugins/ResourceTree/widgets/Resource/__init__.py
  82. BIN
      python/plugins/ResourceTree/widgets/Resource/__pycache__/__init__.cpython-312.pyc
  83. BIN
      python/plugins/ResourceTree/widgets/Resource/__pycache__/main.cpython-312.pyc
  84. BIN
      python/plugins/ResourceTree/widgets/Resource/__pycache__/resourceDock.cpython-312.pyc
  85. 38 0
      python/plugins/ResourceTree/widgets/Resource/main.py
  86. 11 0
      python/plugins/ResourceTree/widgets/Resource/resourceDock.py
  87. 0 0
      python/plugins/ResourceTree/widgets/__init__.py
  88. BIN
      python/plugins/ResourceTree/widgets/__pycache__/__init__.cpython-312.pyc
  89. BIN
      python/plugins/ResourceTree/widgets/__pycache__/icons.cpython-312.pyc
  90. BIN
      python/plugins/ResourceTree/widgets/__pycache__/toolbar.cpython-312.pyc
  91. 14 0
      python/plugins/ResourceTree/widgets/icons.py
  92. 24 0
      python/plugins/ResourceTree/widgets/toolbar.py

+ 9 - 0
.gitignore

@@ -0,0 +1,9 @@
+# 忽略所有文件
+*
+
+# 例外:允许以下目录被追踪(保留原有结构)
+!python/
+!python/plugins/
+!python/plugins/ResourceTree/**
+
+!QGIS/**

+ 0 - 0
QGIS/.gitkeep


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 1612 - 0
QGIS/QGIS3.ini


+ 2239 - 0
QGIS/QGISCUSTOMIZATION3.ini

@@ -0,0 +1,2239 @@
+[Customization]
+Browser=true
+Browser\AFS=false
+Browser\bookmarks_item=false
+Browser\files=false
+Browser\GPKG=false
+Browser\GRASS=false
+Browser\html=false
+Browser\MSSQL=false
+Browser\ORACLE=false
+Browser\PostGIS=true
+Browser\project_item=false
+Browser\py=false
+Browser\QLR=false
+Browser\QPT=false
+Browser\SAP%20HANA=false
+Browser\Scenes=true
+Browser\spatialite=false
+Browser\special%3ADrives=true
+Browser\special%3AFavorites=false
+Browser\special%3AHome=false
+Browser\special%3AProjectHome=true
+Browser\special%3AVolumes=false
+Browser\style_xml=false
+Browser\Vector%20Tiles=false
+Browser\WCS=false
+Browser\WFS=false
+Browser\WMS=true
+Browser\XYZ%20Tiles=true
+Docks=true
+Docks\AdvancedDigitizingTools=true
+Docks\BookmarksDockWidget=false
+Docks\Browser=true
+Docks\Browser2=true
+Docks\DevTools=true
+Docks\GPSInformation=true
+Docks\LayerOrder=true
+Docks\Layers=true
+Docks\LayerStyling=true
+Docks\MessageLog=false
+Docks\Overview=true
+Docks\ProcessingToolbox=true
+Docks\QgsGeometryValidationDockBase=true
+Docks\ResultsViewer=false
+Docks\SearchDockWidget=true
+Docks\StatisticalSummaryDockWidget=true
+Docks\Temporal%20Controller=false
+Docks\undo\redo%20dock=true
+Docks\VertexEditor=true
+Menus=true
+Menus\mDatabaseMenu=false
+Menus\mDatabaseMenu\dbManager=true
+Menus\mDatabaseMenu\O=true
+Menus\mDatabaseMenu\O\mActionConvertProject=true
+Menus\mDatabaseMenu\O\mActionSynchronize=true
+Menus\mEditMenu=true
+Menus\mEditMenu\mActionAddFeature=true
+Menus\mEditMenu\mActionCopyFeatures=true
+Menus\mEditMenu\mActionCutFeatures=true
+Menus\mEditMenu\mActionDeleteSelected=true
+Menus\mEditMenu\mActionOffsetPointSymbol=false
+Menus\mEditMenu\mActionPasteFeatures=true
+Menus\mEditMenu\mActionRedo=true
+Menus\mEditMenu\mActionRotatePointSymbols=false
+Menus\mEditMenu\mActionUndo=true
+Menus\mEditMenu\mMenuAnnotation=false
+Menus\mEditMenu\mMenuAnnotation\mActionFormAnnotation=false
+Menus\mEditMenu\mMenuAnnotation\mActionHtmlAnnotation=false
+Menus\mEditMenu\mMenuAnnotation\mActionSvgAnnotation=false
+Menus\mEditMenu\mMenuAnnotation\mActionTextAnnotation=false
+Menus\mEditMenu\mMenuEditAttributes=true
+Menus\mEditMenu\mMenuEditAttributes\mActionMergeFeatureAttributes=true
+Menus\mEditMenu\mMenuEditAttributes\mActionMultiEditAttributes=true
+Menus\mEditMenu\mMenuEditGeometry=false
+Menus\mEditMenu\mMenuEditGeometry\mActionAddPart=true
+Menus\mEditMenu\mMenuEditGeometry\mActionAddRing=true
+Menus\mEditMenu\mMenuEditGeometry\mActionDeletePart=true
+Menus\mEditMenu\mMenuEditGeometry\mActionDeleteRing=true
+Menus\mEditMenu\mMenuEditGeometry\mActionFillRing=true
+Menus\mEditMenu\mMenuEditGeometry\mActionMergeFeatures=true
+Menus\mEditMenu\mMenuEditGeometry\mActionMoveFeature=true
+Menus\mEditMenu\mMenuEditGeometry\mActionMoveFeatureCopy=true
+Menus\mEditMenu\mMenuEditGeometry\mActionOffsetCurve=true
+Menus\mEditMenu\mMenuEditGeometry\mActionReshapeFeatures=true
+Menus\mEditMenu\mMenuEditGeometry\mActionReverseLine=true
+Menus\mEditMenu\mMenuEditGeometry\mActionRotateFeature=true
+Menus\mEditMenu\mMenuEditGeometry\mActionScaleFeature=true
+Menus\mEditMenu\mMenuEditGeometry\mActionSimplifyFeature=true
+Menus\mEditMenu\mMenuEditGeometry\mActionSplitFeatures=true
+Menus\mEditMenu\mMenuEditGeometry\mActionSplitParts=true
+Menus\mEditMenu\mMenuEditGeometry\mActionTrimExtendFeature=true
+Menus\mEditMenu\mMenuEditGeometry\mActionVertexTool=true
+Menus\mEditMenu\mMenuPasteAs=true
+Menus\mEditMenu\mMenuPasteAs\mActionPasteAsNewMemoryVector=true
+Menus\mEditMenu\mMenuPasteAs\mActionPasteAsNewVector=true
+Menus\mEditMenu\mMenuSelect=false
+Menus\mEditMenu\mMenuSelect\mActionDeselectActiveLayer=true
+Menus\mEditMenu\mMenuSelect\mActionDeselectAll=true
+Menus\mEditMenu\mMenuSelect\mActionInvertSelection=true
+Menus\mEditMenu\mMenuSelect\mActionReselect=true
+Menus\mEditMenu\mMenuSelect\mActionSelectAll=true
+Menus\mEditMenu\mMenuSelect\mActionSelectByExpression=true
+Menus\mEditMenu\mMenuSelect\mActionSelectByForm=true
+Menus\mEditMenu\mMenuSelect\mActionSelectFeatures=true
+Menus\mEditMenu\mMenuSelect\mActionSelectFreehand=true
+Menus\mEditMenu\mMenuSelect\mActionSelectPolygon=true
+Menus\mEditMenu\mMenuSelect\mActionSelectRadius=true
+Menus\mHelpMenu=false
+Menus\mHelpMenu\mActionAbout=true
+Menus\mHelpMenu\mActionCheckQgisVersion=true
+Menus\mHelpMenu\mActionDonate=true
+Menus\mHelpMenu\mActionGetInvolved=true
+Menus\mHelpMenu\mActionHelpAPI=true
+Menus\mHelpMenu\mActionHelpContents=true
+Menus\mHelpMenu\mActionHelpPyQgisAPI=true
+Menus\mHelpMenu\mActionNeedSupport=true
+Menus\mHelpMenu\mActionQgisHomePage=true
+Menus\mHelpMenu\mActionReportaBug=true
+Menus\mHelpMenu\mActionSponsors=true
+Menus\mHelpMenu\mMenuPluginHelp=true
+Menus\mLayerMenu=false
+Menus\mLayerMenu\AllEditsMenu=true
+Menus\mLayerMenu\AllEditsMenu\mActionCancelAllEdits=true
+Menus\mLayerMenu\AllEditsMenu\mActionCancelEdits=true
+Menus\mLayerMenu\AllEditsMenu\mActionRollbackAllEdits=true
+Menus\mLayerMenu\AllEditsMenu\mActionRollbackEdits=true
+Menus\mLayerMenu\AllEditsMenu\mActionSaveAllEdits=true
+Menus\mLayerMenu\AllEditsMenu\mActionSaveEdits=true
+Menus\mLayerMenu\mActionAddAllToOverview=true
+Menus\mLayerMenu\mActionAddLayerDefinition=true
+Menus\mLayerMenu\mActionAddToOverview=true
+Menus\mLayerMenu\mActionCopyLayer=true
+Menus\mLayerMenu\mActionCopyStyle=true
+Menus\mLayerMenu\mActionDataSourceManager=true
+Menus\mLayerMenu\mActionDuplicateLayer=true
+Menus\mLayerMenu\mActionEmbedLayers=true
+Menus\mLayerMenu\mActionLabeling=true
+Menus\mLayerMenu\mActionLayerProperties=true
+Menus\mLayerMenu\mActionLayerSaveAs=true
+Menus\mLayerMenu\mActionLayerSubsetString=true
+Menus\mLayerMenu\mActionOpenTable=true
+Menus\mLayerMenu\mActionPasteLayer=true
+Menus\mLayerMenu\mActionPasteStyle=true
+Menus\mLayerMenu\mActionRemoveAllFromOverview=true
+Menus\mLayerMenu\mActionRemoveLayer=true
+Menus\mLayerMenu\mActionSaveLayerDefinition=true
+Menus\mLayerMenu\mActionSaveLayerEdits=true
+Menus\mLayerMenu\mActionSetLayerCRS=true
+Menus\mLayerMenu\mActionSetLayerScaleVisibility=true
+Menus\mLayerMenu\mActionSetProjectCRSFromLayer=true
+Menus\mLayerMenu\mActionShowGeoreferencer=true
+Menus\mLayerMenu\mActionToggleEditing=true
+Menus\mLayerMenu\mAddLayerMenu=true
+Menus\mLayerMenu\mAddLayerMenu\mActionAddAfsLayer=true
+Menus\mLayerMenu\mAddLayerMenu\mActionAddDelimitedText=true
+Menus\mLayerMenu\mAddLayerMenu\mActionAddGpsLayer=true
+Menus\mLayerMenu\mAddLayerMenu\mActionAddHanaLayer=true
+Menus\mLayerMenu\mAddLayerMenu\mActionAddLayerSeparator=true
+Menus\mLayerMenu\mAddLayerMenu\mActionAddMeshLayer=true
+Menus\mLayerMenu\mAddLayerMenu\mActionAddMssqlLayer=true
+Menus\mLayerMenu\mAddLayerMenu\mActionAddOgrLayer=true
+Menus\mLayerMenu\mAddLayerMenu\mActionAddOracleLayer=true
+Menus\mLayerMenu\mAddLayerMenu\mActionAddPgLayer=true
+Menus\mLayerMenu\mAddLayerMenu\mActionAddPointCloudLayer=true
+Menus\mLayerMenu\mAddLayerMenu\mActionAddRasterLayer=true
+Menus\mLayerMenu\mAddLayerMenu\mActionAddSpatiaLiteLayer=true
+Menus\mLayerMenu\mAddLayerMenu\mActionAddVectorTileLayer=true
+Menus\mLayerMenu\mAddLayerMenu\mActionAddVirtualLayer=true
+Menus\mLayerMenu\mAddLayerMenu\mActionAddWcsLayer=true
+Menus\mLayerMenu\mAddLayerMenu\mActionAddWfsLayer=true
+Menus\mLayerMenu\mAddLayerMenu\mActionAddWmsLayer=true
+Menus\mLayerMenu\mAddLayerMenu\mActionAddXyzLayer=true
+Menus\mLayerMenu\mMenuFilterTable=true
+Menus\mLayerMenu\mMenuFilterTable\mActionOpenTableEdited=true
+Menus\mLayerMenu\mMenuFilterTable\mActionOpenTableSelected=true
+Menus\mLayerMenu\mMenuFilterTable\mActionOpenTableVisible=true
+Menus\mLayerMenu\mNewLayerMenu=true
+Menus\mLayerMenu\mNewLayerMenu\mActionNewGeoPackageLayer=true
+Menus\mLayerMenu\mNewLayerMenu\mActionNewGpxLayer=true
+Menus\mLayerMenu\mNewLayerMenu\mActionNewMemoryLayer=true
+Menus\mLayerMenu\mNewLayerMenu\mActionNewMeshLayer=true
+Menus\mLayerMenu\mNewLayerMenu\mActionNewSpatiaLiteLayer=true
+Menus\mLayerMenu\mNewLayerMenu\mActionNewVectorLayer=true
+Menus\mLayerMenu\mNewLayerMenu\mActionNewVirtualLayer=true
+Menus\mMeshMenu=false
+Menus\mMeshMenu\mActionShowMeshCalculator=true
+Menus\mPluginMenu=false
+Menus\mPluginMenu\DigitizingTools=true
+Menus\mPluginMenu\DigitizingTools\DtAbout=true
+Menus\mPluginMenu\FileManagement=true
+Menus\mPluginMenu\FTP=true
+Menus\mPluginMenu\mActionManagePlugins=true
+Menus\mPluginMenu\mActionShowPythonDialog=true
+Menus\mPluginMenu\manager=false
+Menus\mPluginMenu\PluginBuilder=true
+Menus\mPluginMenu\Tile=true
+Menus\mProjectMenu=false
+Menus\mProjectMenu\mActionCloseProject=true
+Menus\mProjectMenu\mActionExit=true
+Menus\mProjectMenu\mActionNewPrintLayout=false
+Menus\mProjectMenu\mActionNewProject=true
+Menus\mProjectMenu\mActionNewReport=true
+Menus\mProjectMenu\mActionOpenProject=true
+Menus\mProjectMenu\mActionProjectProperties=true
+Menus\mProjectMenu\mActionRevertProject=true
+Menus\mProjectMenu\mActionSaveProject=true
+Menus\mProjectMenu\mActionSaveProjectAs=true
+Menus\mProjectMenu\mActionShowLayoutManager=false
+Menus\mProjectMenu\mActionSnappingOptions=true
+Menus\mProjectMenu\menuImport_Export=true
+Menus\mProjectMenu\menuImport_Export\mActionDwgImport=true
+Menus\mProjectMenu\menuImport_Export\mActionDxfExport=true
+Menus\mProjectMenu\menuImport_Export\mActionSaveMapAsImage=true
+Menus\mProjectMenu\menuImport_Export\mActionSaveMapAsPdf=true
+Menus\mProjectMenu\mLayoutsMenu=true
+Menus\mProjectMenu\mProjectFromStorageMenu=true
+Menus\mProjectMenu\mProjectFromTemplateMenu=true
+Menus\mProjectMenu\mProjectToStorageMenu=true
+Menus\mProjectMenu\mRecentProjectsMenu=true
+Menus\mRasterMenu=false
+Menus\mRasterMenu\mActionShowRasterCalculator=true
+Menus\mRasterMenu\mProcessingUserMenu_native%3Aalignrasters=true
+Menus\mSettingsMenu=true
+Menus\mSettingsMenu\mActionConfigureShortcuts=false
+Menus\mSettingsMenu\mActionCustomization=true
+Menus\mSettingsMenu\mActionCustomProjection=false
+Menus\mSettingsMenu\mActionOptions=true
+Menus\mSettingsMenu\mActionStyleManager=false
+Menus\mSettingsMenu\mUserProfileMenu=true
+Menus\mSettingsMenu\mUserProfileMenu\mActionNewProfile=true
+Menus\mSettingsMenu\mUserProfileMenu\mActionOpenActiveProfileFolder=true
+Menus\mSettingsMenu\mUserProfileMenu\mActionProfile_default=true
+Menus\mVectorMenu=true
+Menus\mVectorMenu\mQActionPointer=false
+Menus\mViewMenu=false
+Menus\mViewMenu\m3DMapViewsMenu=true
+Menus\mViewMenu\m3DMapViewsMenu\mActionManage3DMapViews=true
+Menus\mViewMenu\m3DMapViewsMenu\mActionNew3DMapCanvas=true
+Menus\mViewMenu\mActionDraw=true
+Menus\mViewMenu\mActionElevationProfile=true
+Menus\mViewMenu\mActionIdentify=true
+Menus\mViewMenu\mActionMapTips=true
+Menus\mViewMenu\mActionNewBookmark=true
+Menus\mViewMenu\mActionNewMapCanvas=true
+Menus\mViewMenu\mActionPan=true
+Menus\mViewMenu\mActionPanToSelected=false
+Menus\mViewMenu\mActionShowBookmarkManager=true
+Menus\mViewMenu\mActionShowBookmarks=true
+Menus\mViewMenu\mActionStatisticalSummary=true
+Menus\mViewMenu\mActionToggleFullScreen=true
+Menus\mViewMenu\mActionToggleMapOnly=true
+Menus\mViewMenu\mActionTogglePanelsVisibility=true
+Menus\mViewMenu\mActionZoomActualSize=false
+Menus\mViewMenu\mActionZoomFullExtent=true
+Menus\mViewMenu\mActionZoomIn=true
+Menus\mViewMenu\mActionZoomLast=false
+Menus\mViewMenu\mActionZoomNext=false
+Menus\mViewMenu\mActionZoomOut=true
+Menus\mViewMenu\mActionZoomToLayers=false
+Menus\mViewMenu\mActionZoomToSelected=false
+Menus\mViewMenu\mMenuDecorations=true
+Menus\mViewMenu\mMenuDecorations\mActionDecorationCopyright=true
+Menus\mViewMenu\mMenuDecorations\mActionDecorationGrid=true
+Menus\mViewMenu\mMenuDecorations\mActionDecorationImage=true
+Menus\mViewMenu\mMenuDecorations\mActionDecorationLayoutExtent=true
+Menus\mViewMenu\mMenuDecorations\mActionDecorationNorthArrow=true
+Menus\mViewMenu\mMenuDecorations\mActionDecorationScaleBar=true
+Menus\mViewMenu\mMenuDecorations\mActionDecorationTitle=true
+Menus\mViewMenu\mMenuLayerVisibility=true
+Menus\mViewMenu\mMenuLayerVisibility\mActionHideAllLayers=true
+Menus\mViewMenu\mMenuLayerVisibility\mActionHideDeselectedLayers=true
+Menus\mViewMenu\mMenuLayerVisibility\mActionHideSelectedLayers=true
+Menus\mViewMenu\mMenuLayerVisibility\mActionShowAllLayers=true
+Menus\mViewMenu\mMenuLayerVisibility\mActionShowSelectedLayers=true
+Menus\mViewMenu\mMenuLayerVisibility\mActionToggleSelectedLayers=true
+Menus\mViewMenu\mMenuLayerVisibility\mActionToggleSelectedLayersIndependently=true
+Menus\mViewMenu\mMenuMeasure=true
+Menus\mViewMenu\mMenuMeasure\mActionMeasure=true
+Menus\mViewMenu\mMenuMeasure\mActionMeasureAngle=true
+Menus\mViewMenu\mMenuMeasure\mActionMeasureArea=true
+Menus\mViewMenu\mMenuMeasure\mActionMeasureBearing=true
+Menus\mViewMenu\mMenuPreviewMode=true
+Menus\mViewMenu\mMenuPreviewMode\mActionPreviewDeuteranope=true
+Menus\mViewMenu\mMenuPreviewMode\mActionPreviewModeGrayscale=true
+Menus\mViewMenu\mMenuPreviewMode\mActionPreviewModeMono=true
+Menus\mViewMenu\mMenuPreviewMode\mActionPreviewModeOff=true
+Menus\mViewMenu\mMenuPreviewMode\mActionPreviewProtanope=true
+Menus\mViewMenu\mMenuPreviewMode\mActionPreviewTritanope=true
+Menus\mViewMenu\mPanelMenu=true
+Menus\mViewMenu\mToolbarMenu=true
+Menus\mViewMenu\mToolbarMenu\mActionToggleAdvancedDigitizeToolBar=true
+Menus\mViewMenu\mToolbarMenu\mActionToggleAnnotationsToolBar=true
+Menus\mViewMenu\mToolbarMenu\mActionToggleAttributesToolBar=true
+Menus\mViewMenu\mToolbarMenu\mActionToggleDatabaseToolBar=true
+Menus\mViewMenu\mToolbarMenu\mActionToggleDataSourceManagerToolBar=true
+Menus\mViewMenu\mToolbarMenu\mActionToggleDigitizeToolBar=true
+Menus\mViewMenu\mToolbarMenu\mActionToggleFileToolBar=true
+Menus\mViewMenu\mToolbarMenu\mActionToggleHelpToolBar=true
+Menus\mViewMenu\mToolbarMenu\mActionToggleLabelToolBar=true
+Menus\mViewMenu\mToolbarMenu\mActionToggleLayerToolBar=true
+Menus\mViewMenu\mToolbarMenu\mActionToggleMapNavToolBar=true
+Menus\mViewMenu\mToolbarMenu\mActionToggleMeshToolBar=true
+Menus\mViewMenu\mToolbarMenu\mActionTogglePluginToolBar=true
+Menus\mViewMenu\mToolbarMenu\mActionToggleRasterToolBar=true
+Menus\mViewMenu\mToolbarMenu\mActionToggleSelectionToolBar=true
+Menus\mViewMenu\mToolbarMenu\mActionToggleShapeDigitizeToolBar=true
+Menus\mViewMenu\mToolbarMenu\mActionToggleSnappingToolBar=true
+Menus\mViewMenu\mToolbarMenu\mActionToggleVectorToolBar=true
+Menus\mViewMenu\mToolbarMenu\mActionToggleWebToolBar=true
+Menus\mWebMenu=false
+Menus\mWebMenu\Qgisthreejs=true
+Menus\mWebMenu\Qgisthreejs\Qgis2threejsExporter=true
+Menus\mWebMenu\Qgisthreejs\Qgis2threejsExporterNoPreview=true
+Menus\mWebMenu\qgisweb=true
+Menus\processing=false
+Menus\processing\editInPlaceFeatures=true
+Menus\processing\historyAction=true
+Menus\processing\modelerAction=true
+Menus\processing\resultsViewer=true
+Menus\processing\toolboxAction=true
+StatusBar=true
+StatusBar\LocatorWidget=false
+StatusBar\mCoordsEdit=true
+StatusBar\mMagnifierWidget=false
+StatusBar\mMessageLogViewerButton=false
+StatusBar\mOntheFlyProjectionStatusButton=false
+StatusBar\mProgressBar=false
+StatusBar\mRenderSuppressionCBox=false
+StatusBar\mRotationEdit=false
+StatusBar\mRotationLabel=false
+StatusBar\mScaleWidget=false
+Toolbars=true
+Toolbars\DigitizingTools=true
+Toolbars\DigitizingTools\dtExchangeGeometry=true
+Toolbars\DigitizingTools\dtExtractPart=true
+Toolbars\DigitizingTools\dtFillGapAll=true
+Toolbars\DigitizingTools\dtMerge=true
+Toolbars\mAdvancedDigitizeToolBar=true
+Toolbars\mAdvancedDigitizeToolBar\ActionMoveFeatureTool=true
+Toolbars\mAdvancedDigitizeToolBar\ActionMoveFeatureTool\mActionMoveFeature=true
+Toolbars\mAdvancedDigitizeToolBar\ActionMoveFeatureTool\mActionMoveFeatureCopy=true
+Toolbars\mAdvancedDigitizeToolBar\ActionPointSymbolTools=true
+Toolbars\mAdvancedDigitizeToolBar\ActionPointSymbolTools\mActionOffsetPointSymbol=true
+Toolbars\mAdvancedDigitizeToolBar\ActionPointSymbolTools\mActionRotatePointSymbols=true
+Toolbars\mAdvancedDigitizeToolBar\mActionAddPart=true
+Toolbars\mAdvancedDigitizeToolBar\mActionAddRing=true
+Toolbars\mAdvancedDigitizeToolBar\mActionDeletePart=true
+Toolbars\mAdvancedDigitizeToolBar\mActionDeleteRing=true
+Toolbars\mAdvancedDigitizeToolBar\mActionFillRing=true
+Toolbars\mAdvancedDigitizeToolBar\mActionMergeFeatureAttributes=true
+Toolbars\mAdvancedDigitizeToolBar\mActionMergeFeatures=true
+Toolbars\mAdvancedDigitizeToolBar\mActionOffsetCurve=true
+Toolbars\mAdvancedDigitizeToolBar\mActionReshapeFeatures=true
+Toolbars\mAdvancedDigitizeToolBar\mActionReverseLine=true
+Toolbars\mAdvancedDigitizeToolBar\mActionRotateFeature=true
+Toolbars\mAdvancedDigitizeToolBar\mActionScaleFeature=true
+Toolbars\mAdvancedDigitizeToolBar\mActionSimplifyFeature=true
+Toolbars\mAdvancedDigitizeToolBar\mActionSplitFeatures=true
+Toolbars\mAdvancedDigitizeToolBar\mActionSplitParts=true
+Toolbars\mAdvancedDigitizeToolBar\mActionTrimExtendFeature=true
+Toolbars\mAdvancedDigitizeToolBar\mEnableAction=true
+Toolbars\mAnnotationsToolBar=false
+Toolbars\mAnnotationsToolBar\ActionAnnotation=true
+Toolbars\mAnnotationsToolBar\ActionAnnotation\mActionFormAnnotation=true
+Toolbars\mAnnotationsToolBar\ActionAnnotation\mActionHtmlAnnotation=true
+Toolbars\mAnnotationsToolBar\ActionAnnotation\mActionSvgAnnotation=true
+Toolbars\mAnnotationsToolBar\ActionAnnotation\mActionTextAnnotation=true
+Toolbars\mAnnotationsToolBar\mAction%U6807%U8BB0%U6CE8%U8BB0=true
+Toolbars\mAnnotationsToolBar\mAction%U70B9%U5904%U7684%U6587%U672C%U6CE8%U8BB0=true
+Toolbars\mAnnotationsToolBar\mAction%U591A%U8FB9%U5F62%U6CE8%U8BB0=true
+Toolbars\mAnnotationsToolBar\mAction%U7EBF%U6CE8%U8BB0=true
+Toolbars\mAnnotationsToolBar\mAction%U6CBF%U7EBF%U6587%U672C%U6CE8%U8BB0=true
+Toolbars\mAnnotationsToolBar\mActionModifyAnnotation=true
+Toolbars\mAttributesToolBar=true
+Toolbars\mAttributesToolBar\ActionFeatureAction=false
+Toolbars\mAttributesToolBar\ActionFeatureAction\mActionFeatureAction=false
+Toolbars\mAttributesToolBar\ActionMeasure=true
+Toolbars\mAttributesToolBar\ActionMeasure\mActionMeasure=true
+Toolbars\mAttributesToolBar\ActionMeasure\mActionMeasureAngle=true
+Toolbars\mAttributesToolBar\ActionMeasure\mActionMeasureArea=true
+Toolbars\mAttributesToolBar\ActionMeasure\mActionMeasureBearing=true
+Toolbars\mAttributesToolBar\ActionOpenTable=true
+Toolbars\mAttributesToolBar\ActionOpenTable\mActionOpenTable=true
+Toolbars\mAttributesToolBar\ActionOpenTable\mActionOpenTableEdited=true
+Toolbars\mAttributesToolBar\ActionOpenTable\mActionOpenTableSelected=true
+Toolbars\mAttributesToolBar\ActionOpenTable\mActionOpenTableVisible=true
+Toolbars\mAttributesToolBar\mActionIdentify=true
+Toolbars\mAttributesToolBar\mActionMapTips=false
+Toolbars\mAttributesToolBar\mActionOpenFieldCalc=false
+Toolbars\mAttributesToolBar\mActionStatisticalSummary=true
+Toolbars\mAttributesToolBar\toolboxAction=false
+Toolbars\mDatabaseToolBar=true
+Toolbars\mDatabaseToolBar\dbManager=true
+Toolbars\mDatabaseToolBar\mActionConvertProject=true
+Toolbars\mDatabaseToolBar\mActionSynchronize=true
+Toolbars\mDataSourceManagerToolBar=false
+Toolbars\mDataSourceManagerToolBar\mActionDataSourceManager=true
+Toolbars\mDataSourceManagerToolBar\mActionNewGeoPackageLayer=true
+Toolbars\mDataSourceManagerToolBar\mActionNewMemoryLayer=true
+Toolbars\mDataSourceManagerToolBar\mActionNewMeshLayer=true
+Toolbars\mDataSourceManagerToolBar\mActionNewSpatiaLiteLayer=true
+Toolbars\mDataSourceManagerToolBar\mActionNewVectorLayer=true
+Toolbars\mDataSourceManagerToolBar\mActionNewVirtualLayer=true
+Toolbars\mDigitizeToolBar=true
+Toolbars\mDigitizeToolBar\ActionVertexTool=true
+Toolbars\mDigitizeToolBar\ActionVertexTool\mActionVertexTool=true
+Toolbars\mDigitizeToolBar\ActionVertexTool\mActionVertexToolActiveLayer=true
+Toolbars\mDigitizeToolBar\AllEditsMenu=true
+Toolbars\mDigitizeToolBar\AllEditsMenu\mActionCancelAllEdits=true
+Toolbars\mDigitizeToolBar\AllEditsMenu\mActionCancelEdits=true
+Toolbars\mDigitizeToolBar\AllEditsMenu\mActionRollbackAllEdits=true
+Toolbars\mDigitizeToolBar\AllEditsMenu\mActionRollbackEdits=true
+Toolbars\mDigitizeToolBar\AllEditsMenu\mActionSaveAllEdits=true
+Toolbars\mDigitizeToolBar\AllEditsMenu\mActionSaveEdits=true
+Toolbars\mDigitizeToolBar\mActionAddFeature=true
+Toolbars\mDigitizeToolBar\mActionCopyFeatures=true
+Toolbars\mDigitizeToolBar\mActionCutFeatures=true
+Toolbars\mDigitizeToolBar\mActionDeleteSelected=true
+Toolbars\mDigitizeToolBar\mActionMultiEditAttributes=true
+Toolbars\mDigitizeToolBar\mActionPasteFeatures=true
+Toolbars\mDigitizeToolBar\mActionRedo=true
+Toolbars\mDigitizeToolBar\mActionSaveLayerEdits=true
+Toolbars\mDigitizeToolBar\mActionToggleEditing=true
+Toolbars\mDigitizeToolBar\mActionUndo=true
+Toolbars\mFileToolBar=false
+Toolbars\mFileToolBar\mActionNewPrintLayout=false
+Toolbars\mFileToolBar\mActionNewProject=false
+Toolbars\mFileToolBar\mActionOpenProject=false
+Toolbars\mFileToolBar\mActionSaveProject=false
+Toolbars\mFileToolBar\mActionShowLayoutManager=false
+Toolbars\mFileToolBar\mActionStyleManager=false
+Toolbars\mGpsToolBar=false
+Toolbars\mHelpToolBar=false
+Toolbars\mHelpToolBar\mActionHelpContents=true
+Toolbars\mLabelToolBar=false
+Toolbars\mLabelToolBar\mActionChangeLabelProperties=true
+Toolbars\mLabelToolBar\mActionDiagramProperties=true
+Toolbars\mLabelToolBar\mActionLabeling=true
+Toolbars\mLabelToolBar\mActionMoveLabel=true
+Toolbars\mLabelToolBar\mActionPinLabels=true
+Toolbars\mLabelToolBar\mActionRotateLabel=true
+Toolbars\mLabelToolBar\mActionShowHideLabels=true
+Toolbars\mLabelToolBar\mActionShowPinnedLabels=true
+Toolbars\mLabelToolBar\mActionShowUnplacedLabels=true
+Toolbars\mLayerToolBar=true
+Toolbars\mLayerToolBar\ActionAddDbLayer=true
+Toolbars\mLayerToolBar\ActionAddDbLayer\mActionAddHanaLayer=true
+Toolbars\mLayerToolBar\ActionAddDbLayer\mActionAddMssqlLayer=true
+Toolbars\mLayerToolBar\ActionAddDbLayer\mActionAddOracleLayer=true
+Toolbars\mLayerToolBar\ActionAddDbLayer\mActionAddPgLayer=true
+Toolbars\mLayerToolBar\ActionNewLayer=true
+Toolbars\mLayerToolBar\ActionNewLayer\mActionNewGeoPackageLayer=true
+Toolbars\mLayerToolBar\ActionNewLayer\mActionNewMemoryLayer=true
+Toolbars\mLayerToolBar\ActionNewLayer\mActionNewSpatiaLiteLayer=true
+Toolbars\mLayerToolBar\ActionNewLayer\mActionNewVectorLayer=true
+Toolbars\mLayerToolBar\mActionAddDelimitedText=true
+Toolbars\mLayerToolBar\mActionAddMeshLayer=true
+Toolbars\mLayerToolBar\mActionAddOgrLayer=true
+Toolbars\mLayerToolBar\mActionAddRasterLayer=true
+Toolbars\mLayerToolBar\mActionAddSpatiaLiteLayer=true
+Toolbars\mLayerToolBar\mActionAddVirtualLayer=true
+Toolbars\mLayerToolBar\mActionAddWcsLayer=true
+Toolbars\mLayerToolBar\mActionAddWfsLayer=true
+Toolbars\mLayerToolBar\mActionAddWmsLayer=true
+Toolbars\mMapNavToolBar=true
+Toolbars\mMapNavToolBar\mActionDraw=true
+Toolbars\mMapNavToolBar\mActionNew3DMapCanvas=false
+Toolbars\mMapNavToolBar\mActionNewBookmark=false
+Toolbars\mMapNavToolBar\mActionNewMapCanvas=false
+Toolbars\mMapNavToolBar\mActionPan=true
+Toolbars\mMapNavToolBar\mActionPanToSelected=false
+Toolbars\mMapNavToolBar\mActionShowBookmarks=false
+Toolbars\mMapNavToolBar\mActionTemporalController=false
+Toolbars\mMapNavToolBar\mActionZoomActualSize=false
+Toolbars\mMapNavToolBar\mActionZoomFullExtent=true
+Toolbars\mMapNavToolBar\mActionZoomIn=true
+Toolbars\mMapNavToolBar\mActionZoomLast=false
+Toolbars\mMapNavToolBar\mActionZoomNext=false
+Toolbars\mMapNavToolBar\mActionZoomOut=true
+Toolbars\mMapNavToolBar\mActionZoomToLayers=true
+Toolbars\mMapNavToolBar\mActionZoomToSelected=true
+Toolbars\mMeshToolBar=false
+Toolbars\mPluginToolBar=false
+Toolbars\mPluginToolBar\mActionShowPythonDialog=false
+Toolbars\mRasterToolBar=false
+Toolbars\mRasterToolBar\mActionDecreaseBrightness=true
+Toolbars\mRasterToolBar\mActionDecreaseContrast=true
+Toolbars\mRasterToolBar\mActionDecreaseGamma=true
+Toolbars\mRasterToolBar\mActionFullCumulativeCutStretch=true
+Toolbars\mRasterToolBar\mActionFullHistogramStretch=true
+Toolbars\mRasterToolBar\mActionIncreaseBrightness=true
+Toolbars\mRasterToolBar\mActionIncreaseContrast=true
+Toolbars\mRasterToolBar\mActionIncreaseGamma=true
+Toolbars\mRasterToolBar\mActionLocalCumulativeCutStretch=true
+Toolbars\mRasterToolBar\mActionLocalHistogramStretch=true
+Toolbars\mSelectionToolBar=true
+Toolbars\mSelectionToolBar\ActionDeselection=true
+Toolbars\mSelectionToolBar\ActionDeselection\mActionDeselectActiveLayer=true
+Toolbars\mSelectionToolBar\ActionDeselection\mActionDeselectAll=true
+Toolbars\mSelectionToolBar\ActionSelect=true
+Toolbars\mSelectionToolBar\ActionSelect\mActionSelectFeatures=true
+Toolbars\mSelectionToolBar\ActionSelect\mActionSelectFreehand=true
+Toolbars\mSelectionToolBar\ActionSelect\mActionSelectPolygon=true
+Toolbars\mSelectionToolBar\ActionSelect\mActionSelectRadius=true
+Toolbars\mSelectionToolBar\ActionSelection=true
+Toolbars\mSelectionToolBar\ActionSelection\mActionInvertSelection=true
+Toolbars\mSelectionToolBar\ActionSelection\mActionSelectAll=true
+Toolbars\mSelectionToolBar\ActionSelection\mActionSelectByExpression=true
+Toolbars\mSelectionToolBar\ActionSelection\mActionSelectByForm=true
+Toolbars\mShapeDigitizeToolBar=true
+Toolbars\mSnappingToolBar=true
+Toolbars\mSnappingToolBar\EnableSnappingAction=true
+Toolbars\mSnappingToolBar\IntersectionSnappingAction=true
+Toolbars\mSnappingToolBar\SelfSnappingAction=true
+Toolbars\mSnappingToolBar\TopologicalEditingAction=true
+Toolbars\mVectorToolBar=true
+Toolbars\mVectorToolBar\mQActionPointer=true
+Toolbars\mWebToolBar=true
+Toolbars\mWebToolBar\Qgis2threejsExporter=true
+Toolbars\Tile%2B=false
+Widgets=true
+Widgets\MainWindow=true
+Widgets\MainWindow\centralwidget=true
+Widgets\QgsAbout=true
+Widgets\QgsAbout\buttonBox=true
+Widgets\QgsAbout\tabWidget=true
+Widgets\QgsAbout\tabWidget\tab=true
+Widgets\QgsAbout\tabWidget\tab\label_3=true
+Widgets\QgsAbout\tabWidget\tab\label_4=true
+Widgets\QgsAbout\tabWidget\tab_3=true
+Widgets\QgsAbout\tabWidget\tab_4=true
+Widgets\QgsAbout\tabWidget\tab_4\txtDonors=true
+Widgets\QgsAbout\tabWidget\tab_4\txtDonors\qt_scrollarea_hcontainer=true
+Widgets\QgsAbout\tabWidget\tab_4\txtDonors\qt_scrollarea_vcontainer=true
+Widgets\QgsAbout\tabWidget\tab_4\txtDonors\qt_scrollarea_viewport=true
+Widgets\QgsAbout\tabWidget\tab_5=true
+Widgets\QgsAbout\tabWidget\TabPage=true
+Widgets\QgsAbout\tabWidget\TabPage\txtProviders=true
+Widgets\QgsAbout\tabWidget\TabPage\txtProviders\qt_scrollarea_hcontainer=true
+Widgets\QgsAbout\tabWidget\TabPage\txtProviders\qt_scrollarea_vcontainer=true
+Widgets\QgsAbout\tabWidget\TabPage\txtProviders\qt_scrollarea_viewport=true
+Widgets\QgsAbout\tabWidget\Widget2=true
+Widgets\QgsAbout\tabWidget\Widget2\btnQgisHome=true
+Widgets\QgsAbout\tabWidget\Widget2\btnQgisUser=true
+Widgets\QgsAbout\tabWidget\Widget2\label=true
+Widgets\QgsAbout\tabWidget\Widget2\label_2=true
+Widgets\QgsAbout\tabWidget\Widget2\qgisIcon=true
+Widgets\QgsAbout\tabWidget\Widget2\TextLabel4=true
+Widgets\QgsAbout\tabWidget\Widget3=true
+Widgets\QgsAbout\tabWidget\Widget3\txtWhatsNew=true
+Widgets\QgsAbout\tabWidget\Widget3\txtWhatsNew\qt_scrollarea_hcontainer=true
+Widgets\QgsAbout\tabWidget\Widget3\txtWhatsNew\qt_scrollarea_vcontainer=true
+Widgets\QgsAbout\tabWidget\Widget3\txtWhatsNew\qt_scrollarea_viewport=true
+Widgets\QgsAddAttrDialogBase=true
+Widgets\QgsAddAttrDialogBase\buttonBox=true
+Widgets\QgsAddAttrDialogBase\mCommentEdit=true
+Widgets\QgsAddAttrDialogBase\mLength=true
+Widgets\QgsAddAttrDialogBase\mLength\qt_spinbox_lineedit=true
+Widgets\QgsAddAttrDialogBase\mNameEdit=true
+Widgets\QgsAddAttrDialogBase\mPrec=true
+Widgets\QgsAddAttrDialogBase\mPrec\qt_spinbox_lineedit=true
+Widgets\QgsAddAttrDialogBase\mTypeBox=true
+Widgets\QgsAddAttrDialogBase\mTypeName=true
+Widgets\QgsAddAttrDialogBase\textLabel1=true
+Widgets\QgsAddAttrDialogBase\textLabel1_2=true
+Widgets\QgsAddAttrDialogBase\textLabel2=true
+Widgets\QgsAddAttrDialogBase\textLabel2_2=true
+Widgets\QgsAddAttrDialogBase\textLabel2_3=true
+Widgets\QgsAddJoinDialogBase=true
+Widgets\QgsAddJoinDialogBase\buttonBox=true
+Widgets\QgsAddJoinDialogBase\mCacheInMemoryCheckBox=true
+Widgets\QgsAddJoinDialogBase\mCreateIndexCheckBox=true
+Widgets\QgsAddJoinDialogBase\mJoinFieldComboBox=true
+Widgets\QgsAddJoinDialogBase\mJoinFieldLabel=true
+Widgets\QgsAddJoinDialogBase\mJoinLayerComboBox=true
+Widgets\QgsAddJoinDialogBase\mJoinLayerLabel=true
+Widgets\QgsAddJoinDialogBase\mTargetFieldComboBox=true
+Widgets\QgsAddJoinDialogBase\mTargetFieldLabel=true
+Widgets\QgsAddTabOrGroupBase=true
+Widgets\QgsAddTabOrGroupBase\buttonBox=true
+Widgets\QgsAddTabOrGroupBase\label=true
+Widgets\QgsAddTabOrGroupBase\label_2=true
+Widgets\QgsAddTabOrGroupBase\mGroupButton=true
+Widgets\QgsAddTabOrGroupBase\mName=true
+Widgets\QgsAddTabOrGroupBase\mTabButton=true
+Widgets\QgsAddTabOrGroupBase\mTabList=true
+Widgets\QgsAnnotationWidgetBase=true
+Widgets\QgsAnnotationWidgetBase\mBackgroundColorLabel=true
+Widgets\QgsAnnotationWidgetBase\mFrameColorLabel=true
+Widgets\QgsAnnotationWidgetBase\mFrameWidthLabel=true
+Widgets\QgsAnnotationWidgetBase\mMapMarkerButton=true
+Widgets\QgsAnnotationWidgetBase\mMapMarkerLabel=true
+Widgets\QgsAnnotationWidgetBase\mMapPositionFixedCheckBox=true
+Widgets\QgsAtlasCompositionWidgetBase=true
+Widgets\QgsAttributeActionDialogBase=true
+Widgets\QgsAttributeLoadValues=true
+Widgets\QgsAttributeLoadValues\buttonBox=true
+Widgets\QgsAttributeLoadValues\gridLayoutWidget=true
+Widgets\QgsAttributeLoadValues\gridLayoutWidget\keyComboBox=true
+Widgets\QgsAttributeLoadValues\gridLayoutWidget\keyLabel=true
+Widgets\QgsAttributeLoadValues\gridLayoutWidget\layerComboBox=true
+Widgets\QgsAttributeLoadValues\gridLayoutWidget\layerLabel=true
+Widgets\QgsAttributeLoadValues\gridLayoutWidget\previewButton=true
+Widgets\QgsAttributeLoadValues\gridLayoutWidget\valueComboBox=true
+Widgets\QgsAttributeLoadValues\gridLayoutWidget\valueLabel=true
+Widgets\QgsAttributeLoadValues\gridLayoutWidget\valueTableLabel=true
+Widgets\QgsAttributeSelectionDialogBase=true
+Widgets\QgsAttributeSelectionDialogBase\buttonBox=true
+Widgets\QgsAttributeSelectionDialogBase\mClearButton=true
+Widgets\QgsAttributeSelectionDialogBase\mSelectAllButton=true
+Widgets\QgsAttributeSelectionDialogBase\mSortingGroupBox=true
+Widgets\QgsAttributeSelectionDialogBase\mSortingGroupBox\mAddPushButton=true
+Widgets\QgsAttributeSelectionDialogBase\mSortingGroupBox\mDownPushButton=true
+Widgets\QgsAttributeSelectionDialogBase\mSortingGroupBox\mOrderComboBox=true
+Widgets\QgsAttributeSelectionDialogBase\mSortingGroupBox\mRemovePushButton=true
+Widgets\QgsAttributeSelectionDialogBase\mSortingGroupBox\mSortColumnComboBox=true
+Widgets\QgsAttributeSelectionDialogBase\mSortingGroupBox\mUpPushButton=true
+Widgets\QgsAttributeSelectionDialogBase\scrollArea=true
+Widgets\QgsAttributeSelectionDialogBase\scrollArea\qt_scrollarea_hcontainer=true
+Widgets\QgsAttributeSelectionDialogBase\scrollArea\qt_scrollarea_vcontainer=true
+Widgets\QgsAttributeSelectionDialogBase\scrollArea\qt_scrollarea_viewport=true
+Widgets\QgsAttributeSelectionDialogBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents=true
+Widgets\QgsAttributeSelectionDialogBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\mAliasLabel=true
+Widgets\QgsAttributeSelectionDialogBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\mAttributeLabel=true
+Widgets\QgsAttributeTypeDialog=true
+Widgets\QgsAttributeTypeDialog\buttonBox=true
+Widgets\QgsAttributeTypeDialog\isFieldEditableCheckBox=true
+Widgets\QgsAttributeTypeDialog\labelOnTopCheckBox=true
+Widgets\QgsAttributeTypeDialog\stackedWidget=true
+Widgets\QgsAttributeTypeDialog\stackedWidget\calendarPage=true
+Widgets\QgsAttributeTypeDialog\stackedWidget\calendarPage\label_10=true
+Widgets\QgsAttributeTypeDialog\stackedWidget\calendarPage\label_11=true
+Widgets\QgsAttributeTypeDialog\stackedWidget\calendarPage\label_4=true
+Widgets\QgsAttributeTypeDialog\stackedWidget\calendarPage\leDateFormat=true
+Widgets\QgsAttributeTypeDialog\stackedWidget\checkBoxPage=true
+Widgets\QgsAttributeTypeDialog\stackedWidget\checkBoxPage\label_2=true
+Widgets\QgsAttributeTypeDialog\stackedWidget\checkBoxPage\label_3=true
+Widgets\QgsAttributeTypeDialog\stackedWidget\checkBoxPage\leCheckedState=true
+Widgets\QgsAttributeTypeDialog\stackedWidget\checkBoxPage\leUncheckedState=true
+Widgets\QgsAttributeTypeDialog\stackedWidget\classificationPage=true
+Widgets\QgsAttributeTypeDialog\stackedWidget\classificationPage\classificationLabel=true
+Widgets\QgsAttributeTypeDialog\stackedWidget\colorPage=true
+Widgets\QgsAttributeTypeDialog\stackedWidget\colorPage\label_15=true
+Widgets\QgsAttributeTypeDialog\stackedWidget\enumerationPage=true
+Widgets\QgsAttributeTypeDialog\stackedWidget\enumerationPage\enumerationLabel=true
+Widgets\QgsAttributeTypeDialog\stackedWidget\enumerationPage\enumerationWarningLabel=true
+Widgets\QgsAttributeTypeDialog\stackedWidget\fileNamePage=true
+Widgets\QgsAttributeTypeDialog\stackedWidget\fileNamePage\fileNameLabel=true
+Widgets\QgsAttributeTypeDialog\stackedWidget\hiddenPage=true
+Widgets\QgsAttributeTypeDialog\stackedWidget\hiddenPage\hiddenLabel=true
+Widgets\QgsAttributeTypeDialog\stackedWidget\immutablePage=true
+Widgets\QgsAttributeTypeDialog\stackedWidget\immutablePage\immutableLabel=true
+Widgets\QgsAttributeTypeDialog\stackedWidget\lineEditPage=true
+Widgets\QgsAttributeTypeDialog\stackedWidget\lineEditPage\lineEditLabel=true
+Widgets\QgsAttributeTypeDialog\stackedWidget\pictureOrUrlPage=true
+Widgets\QgsAttributeTypeDialog\stackedWidget\pictureOrUrlPage\label_12=true
+Widgets\QgsAttributeTypeDialog\stackedWidget\pictureOrUrlPage\label_13=true
+Widgets\QgsAttributeTypeDialog\stackedWidget\pictureOrUrlPage\pictureOrUrlLabel=true
+Widgets\QgsAttributeTypeDialog\stackedWidget\pictureOrUrlPage\sbWidgetHeight=true
+Widgets\QgsAttributeTypeDialog\stackedWidget\pictureOrUrlPage\sbWidgetHeight\qt_spinbox_lineedit=true
+Widgets\QgsAttributeTypeDialog\stackedWidget\pictureOrUrlPage\sbWidgetWidth=true
+Widgets\QgsAttributeTypeDialog\stackedWidget\pictureOrUrlPage\sbWidgetWidth\qt_spinbox_lineedit=true
+Widgets\QgsAttributeTypeDialog\stackedWidget\rangePage=true
+Widgets\QgsAttributeTypeDialog\stackedWidget\rangePage\maximumLabel=true
+Widgets\QgsAttributeTypeDialog\stackedWidget\rangePage\minimumLabel=true
+Widgets\QgsAttributeTypeDialog\stackedWidget\rangePage\rangeLabel=true
+Widgets\QgsAttributeTypeDialog\stackedWidget\rangePage\rangeStackedWidget=true
+Widgets\QgsAttributeTypeDialog\stackedWidget\rangePage\rangeStackedWidget\doublePage=true
+Widgets\QgsAttributeTypeDialog\stackedWidget\rangePage\rangeStackedWidget\intPage=true
+Widgets\QgsAttributeTypeDialog\stackedWidget\rangePage\rangeStackedWidget\intPage\maximumSpinBox=true
+Widgets\QgsAttributeTypeDialog\stackedWidget\rangePage\rangeStackedWidget\intPage\maximumSpinBox\qt_spinbox_lineedit=true
+Widgets\QgsAttributeTypeDialog\stackedWidget\rangePage\rangeStackedWidget\intPage\minimumSpinBox=true
+Widgets\QgsAttributeTypeDialog\stackedWidget\rangePage\rangeStackedWidget\intPage\minimumSpinBox\qt_spinbox_lineedit=true
+Widgets\QgsAttributeTypeDialog\stackedWidget\rangePage\rangeStackedWidget\intPage\stepSpinBox=true
+Widgets\QgsAttributeTypeDialog\stackedWidget\rangePage\rangeStackedWidget\intPage\stepSpinBox\qt_spinbox_lineedit=true
+Widgets\QgsAttributeTypeDialog\stackedWidget\rangePage\rangeWidget=true
+Widgets\QgsAttributeTypeDialog\stackedWidget\rangePage\stepLabel=true
+Widgets\QgsAttributeTypeDialog\stackedWidget\rangePage\valuesLabel=true
+Widgets\QgsAttributeTypeDialog\stackedWidget\textEditPage=true
+Widgets\QgsAttributeTypeDialog\stackedWidget\textEditPage\hiddenLabel_3=true
+Widgets\QgsAttributeTypeDialog\stackedWidget\uniqueValuesPage=true
+Widgets\QgsAttributeTypeDialog\stackedWidget\uniqueValuesPage\editableUniqueValues=true
+Widgets\QgsAttributeTypeDialog\stackedWidget\uniqueValuesPage\label=true
+Widgets\QgsAttributeTypeDialog\stackedWidget\uuidGenPage=true
+Widgets\QgsAttributeTypeDialog\stackedWidget\uuidGenPage\label_9=true
+Widgets\QgsAttributeTypeDialog\stackedWidget\valueMapPage=true
+Widgets\QgsAttributeTypeDialog\stackedWidget\valueMapPage\loadFromCSVButton=true
+Widgets\QgsAttributeTypeDialog\stackedWidget\valueMapPage\loadFromLayerButton=true
+Widgets\QgsAttributeTypeDialog\stackedWidget\valueMapPage\removeSelectedButton=true
+Widgets\QgsAttributeTypeDialog\stackedWidget\valueMapPage\valueMapLabel=true
+Widgets\QgsAttributeTypeDialog\stackedWidget\valueRelationPage=true
+Widgets\QgsAttributeTypeDialog\stackedWidget\valueRelationPage\label_19=true
+Widgets\QgsAttributeTypeDialog\stackedWidget\valueRelationPage\label_5=true
+Widgets\QgsAttributeTypeDialog\stackedWidget\valueRelationPage\label_6=true
+Widgets\QgsAttributeTypeDialog\stackedWidget\valueRelationPage\label_7=true
+Widgets\QgsAttributeTypeDialog\stackedWidget\valueRelationPage\label_8=true
+Widgets\QgsAttributeTypeDialog\stackedWidget\valueRelationPage\valueRelationAllowMulti=true
+Widgets\QgsAttributeTypeDialog\stackedWidget\valueRelationPage\valueRelationAllowNull=true
+Widgets\QgsAttributeTypeDialog\stackedWidget\valueRelationPage\valueRelationFilterExpression=true
+Widgets\QgsAttributeTypeDialog\stackedWidget\valueRelationPage\valueRelationFilterExpression\qt_scrollarea_hcontainer=true
+Widgets\QgsAttributeTypeDialog\stackedWidget\valueRelationPage\valueRelationFilterExpression\qt_scrollarea_vcontainer=true
+Widgets\QgsAttributeTypeDialog\stackedWidget\valueRelationPage\valueRelationFilterExpression\qt_scrollarea_viewport=true
+Widgets\QgsAttributeTypeDialog\stackedWidget\valueRelationPage\valueRelationKeyColumn=true
+Widgets\QgsAttributeTypeDialog\stackedWidget\valueRelationPage\valueRelationLayer=true
+Widgets\QgsAttributeTypeDialog\stackedWidget\valueRelationPage\valueRelationOrderByValue=true
+Widgets\QgsAttributeTypeDialog\stackedWidget\valueRelationPage\valueRelationValueColumn=true
+Widgets\QgsBookmarksBase=true
+Widgets\QgsBookmarksBase\buttonBox=true
+Widgets\QgsBrowserDirectoryPropertiesBase=true
+Widgets\QgsBrowserDirectoryPropertiesBase\buttonBox=true
+Widgets\QgsBrowserDirectoryPropertiesBase\label_2=true
+Widgets\QgsBrowserDirectoryPropertiesBase\leSource=true
+Widgets\QgsBrowserDockWidgetBase=true
+Widgets\QgsBrowserDockWidgetBase\mContents=true
+Widgets\QgsBrowserDockWidgetBase\mContents\mWidgetFilter=true
+Widgets\QgsBrowserLayerPropertiesBase=true
+Widgets\QgsBrowserLayerPropertiesBase\buttonBox=true
+Widgets\QgsBrowserLayerPropertiesBase\label=true
+Widgets\QgsBrowserLayerPropertiesBase\label_2=true
+Widgets\QgsBrowserLayerPropertiesBase\label_3=true
+Widgets\QgsBrowserLayerPropertiesBase\label_4=true
+Widgets\QgsBrowserLayerPropertiesBase\lblNotice=true
+Widgets\QgsBrowserLayerPropertiesBase\leName=true
+Widgets\QgsBrowserLayerPropertiesBase\leProvider=true
+Widgets\QgsBrowserLayerPropertiesBase\leSource=true
+Widgets\QgsBrowserLayerPropertiesBase\txtbMetadata=true
+Widgets\QgsBrowserLayerPropertiesBase\txtbMetadata\qt_scrollarea_hcontainer=true
+Widgets\QgsBrowserLayerPropertiesBase\txtbMetadata\qt_scrollarea_vcontainer=true
+Widgets\QgsBrowserLayerPropertiesBase\txtbMetadata\qt_scrollarea_viewport=true
+Widgets\QgsCategorizedSymbolRendererV2Widget=true
+Widgets\QgsCategorizedSymbolRendererV2Widget\btnAddCategories=true
+Widgets\QgsCategorizedSymbolRendererV2Widget\btnAddCategory=true
+Widgets\QgsCategorizedSymbolRendererV2Widget\btnAdvanced=true
+Widgets\QgsCategorizedSymbolRendererV2Widget\btnChangeCategorizedSymbol=true
+Widgets\QgsCategorizedSymbolRendererV2Widget\btnDeleteAllCategories=true
+Widgets\QgsCategorizedSymbolRendererV2Widget\btnDeleteCategories=true
+Widgets\QgsCategorizedSymbolRendererV2Widget\cboCategorizedColumn=true
+Widgets\QgsCategorizedSymbolRendererV2Widget\label_10=true
+Widgets\QgsCategorizedSymbolRendererV2Widget\label_3=true
+Widgets\QgsCategorizedSymbolRendererV2Widget\label_9=true
+Widgets\QgsCharacterSelectorBase=true
+Widgets\QgsCharacterSelectorBase\mCharSelectButtonBox=true
+Widgets\QgsCharacterSelectorBase\mCharSelectLabel=true
+Widgets\QgsCharacterSelectorBase\mCharSelectLabelFont=true
+Widgets\QgsCharacterSelectorBase\mCharSelectScrollArea=true
+Widgets\QgsCharacterSelectorBase\mCharSelectScrollArea\qt_scrollarea_hcontainer=true
+Widgets\QgsCharacterSelectorBase\mCharSelectScrollArea\qt_scrollarea_vcontainer=true
+Widgets\QgsCharacterSelectorBase\mCharSelectScrollArea\qt_scrollarea_viewport=true
+Widgets\QgsCharacterSelectorBase\mCharSelectScrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents=true
+Widgets\QgsComposerArrowWidgetBase=true
+Widgets\QgsComposerArrowWidgetBase\label_3=true
+Widgets\QgsComposerArrowWidgetBase\scrollArea=true
+Widgets\QgsComposerArrowWidgetBase\scrollArea\qt_scrollarea_hcontainer=true
+Widgets\QgsComposerArrowWidgetBase\scrollArea\qt_scrollarea_vcontainer=true
+Widgets\QgsComposerArrowWidgetBase\scrollArea\qt_scrollarea_viewport=true
+Widgets\QgsComposerArrowWidgetBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents=true
+Widgets\QgsComposerBase=true
+Widgets\QgsComposerBase\centralwidget=true
+Widgets\QgsComposerBase\centralwidget\mButtonBox=true
+Widgets\QgsComposerHtmlWidgetBase=true
+Widgets\QgsComposerHtmlWidgetBase\label=true
+Widgets\QgsComposerHtmlWidgetBase\scrollArea=true
+Widgets\QgsComposerHtmlWidgetBase\scrollArea\qt_scrollarea_hcontainer=true
+Widgets\QgsComposerHtmlWidgetBase\scrollArea\qt_scrollarea_vcontainer=true
+Widgets\QgsComposerHtmlWidgetBase\scrollArea\qt_scrollarea_viewport=true
+Widgets\QgsComposerHtmlWidgetBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents=true
+Widgets\QgsComposerItemWidgetBase=true
+Widgets\QgsComposerLabelWidgetBase=true
+Widgets\QgsComposerLabelWidgetBase\label=true
+Widgets\QgsComposerLabelWidgetBase\scrollArea=true
+Widgets\QgsComposerLabelWidgetBase\scrollArea\qt_scrollarea_hcontainer=true
+Widgets\QgsComposerLabelWidgetBase\scrollArea\qt_scrollarea_vcontainer=true
+Widgets\QgsComposerLabelWidgetBase\scrollArea\qt_scrollarea_viewport=true
+Widgets\QgsComposerLabelWidgetBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents=true
+Widgets\QgsComposerLegendItemDialogBase=true
+Widgets\QgsComposerLegendItemDialogBase\buttonBox=true
+Widgets\QgsComposerLegendItemDialogBase\mItemTextLabel=true
+Widgets\QgsComposerLegendItemDialogBase\mItemTextLineEdit=true
+Widgets\QgsComposerLegendLayersDialogBase=true
+Widgets\QgsComposerLegendLayersDialogBase\buttonBox=true
+Widgets\QgsComposerLegendWidgetBase=true
+Widgets\QgsComposerLegendWidgetBase\label_11=true
+Widgets\QgsComposerLegendWidgetBase\scrollArea=true
+Widgets\QgsComposerLegendWidgetBase\scrollArea\qt_scrollarea_hcontainer=true
+Widgets\QgsComposerLegendWidgetBase\scrollArea\qt_scrollarea_vcontainer=true
+Widgets\QgsComposerLegendWidgetBase\scrollArea\qt_scrollarea_viewport=true
+Widgets\QgsComposerLegendWidgetBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents=true
+Widgets\QgsComposerManagerBase=true
+Widgets\QgsComposerManagerBase\mButtonBox=true
+Widgets\QgsComposerMapWidgetBase=true
+Widgets\QgsComposerMapWidgetBase\label_3=true
+Widgets\QgsComposerMapWidgetBase\scrollArea=true
+Widgets\QgsComposerMapWidgetBase\scrollArea\qt_scrollarea_hcontainer=true
+Widgets\QgsComposerMapWidgetBase\scrollArea\qt_scrollarea_vcontainer=true
+Widgets\QgsComposerMapWidgetBase\scrollArea\qt_scrollarea_viewport=true
+Widgets\QgsComposerMapWidgetBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents=true
+Widgets\QgsComposerPictureWidgetBase=true
+Widgets\QgsComposerPictureWidgetBase\label_2=true
+Widgets\QgsComposerPictureWidgetBase\scrollArea=true
+Widgets\QgsComposerPictureWidgetBase\scrollArea\qt_scrollarea_hcontainer=true
+Widgets\QgsComposerPictureWidgetBase\scrollArea\qt_scrollarea_vcontainer=true
+Widgets\QgsComposerPictureWidgetBase\scrollArea\qt_scrollarea_viewport=true
+Widgets\QgsComposerPictureWidgetBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents=true
+Widgets\QgsComposerScaleBarWidgetBase=true
+Widgets\QgsComposerScaleBarWidgetBase\label_5=true
+Widgets\QgsComposerScaleBarWidgetBase\scrollArea=true
+Widgets\QgsComposerScaleBarWidgetBase\scrollArea\qt_scrollarea_hcontainer=true
+Widgets\QgsComposerScaleBarWidgetBase\scrollArea\qt_scrollarea_vcontainer=true
+Widgets\QgsComposerScaleBarWidgetBase\scrollArea\qt_scrollarea_viewport=true
+Widgets\QgsComposerScaleBarWidgetBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents=true
+Widgets\QgsComposerShapeWidgetBase=true
+Widgets\QgsComposerShapeWidgetBase\label_2=true
+Widgets\QgsComposerShapeWidgetBase\scrollArea=true
+Widgets\QgsComposerShapeWidgetBase\scrollArea\qt_scrollarea_hcontainer=true
+Widgets\QgsComposerShapeWidgetBase\scrollArea\qt_scrollarea_vcontainer=true
+Widgets\QgsComposerShapeWidgetBase\scrollArea\qt_scrollarea_viewport=true
+Widgets\QgsComposerShapeWidgetBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents=true
+Widgets\QgsComposerTableWidgetBase=true
+Widgets\QgsComposerTableWidgetBase\label=true
+Widgets\QgsComposerTableWidgetBase\scrollArea=true
+Widgets\QgsComposerTableWidgetBase\scrollArea\qt_scrollarea_hcontainer=true
+Widgets\QgsComposerTableWidgetBase\scrollArea\qt_scrollarea_vcontainer=true
+Widgets\QgsComposerTableWidgetBase\scrollArea\qt_scrollarea_viewport=true
+Widgets\QgsComposerTableWidgetBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents=true
+Widgets\QgsComposerVectorLegendBase=true
+Widgets\QgsComposerVectorLegendBase\mFontButton=true
+Widgets\QgsComposerVectorLegendBase\mFrameCheckBox=true
+Widgets\QgsComposerVectorLegendBase\mMapComboBox=true
+Widgets\QgsComposerVectorLegendBase\mPreviewModeComboBox=true
+Widgets\QgsComposerVectorLegendBase\mTitleLineEdit=true
+Widgets\QgsComposerVectorLegendBase\textLabel1=true
+Widgets\QgsComposerVectorLegendBase\textLabel1_2=true
+Widgets\QgsComposerVectorLegendBase\textLabel1_5=true
+Widgets\QgsCompositionBase=true
+Widgets\QgsCompositionBase\groupBox=true
+Widgets\QgsCompositionBase\groupBox\mPaperHeightLineEdit=true
+Widgets\QgsCompositionBase\groupBox\mPaperOrientationComboBox=true
+Widgets\QgsCompositionBase\groupBox\mPaperSizeComboBox=true
+Widgets\QgsCompositionBase\groupBox\mPaperUnitsComboBox=true
+Widgets\QgsCompositionBase\groupBox\mPaperWidthLineEdit=true
+Widgets\QgsCompositionBase\groupBox\textLabel3=true
+Widgets\QgsCompositionBase\groupBox\textLabel4=true
+Widgets\QgsCompositionBase\groupBox\textLabel5=true
+Widgets\QgsCompositionBase\groupBox\textLabel6=true
+Widgets\QgsCompositionBase\groupBox\textLabel7=true
+Widgets\QgsCompositionWidgetBase=true
+Widgets\QgsCompositionWidgetBase\scrollArea=true
+Widgets\QgsCompositionWidgetBase\scrollArea\qt_scrollarea_hcontainer=true
+Widgets\QgsCompositionWidgetBase\scrollArea\qt_scrollarea_vcontainer=true
+Widgets\QgsCompositionWidgetBase\scrollArea\qt_scrollarea_viewport=true
+Widgets\QgsCompositionWidgetBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents=true
+Widgets\QgsConfigureShortcutsDialog=true
+Widgets\QgsConfigureShortcutsDialog\btnChangeShortcut=true
+Widgets\QgsConfigureShortcutsDialog\btnLoadShortcuts=true
+Widgets\QgsConfigureShortcutsDialog\btnResetShortcut=true
+Widgets\QgsConfigureShortcutsDialog\btnSaveShortcuts=true
+Widgets\QgsConfigureShortcutsDialog\btnSetNoShortcut=true
+Widgets\QgsConfigureShortcutsDialog\buttonBox=true
+Widgets\QgsCptCityColorRampV2DialogBase=true
+Widgets\QgsCptCityColorRampV2DialogBase\buttonBox=true
+Widgets\QgsCptCityColorRampV2DialogBase\cboConvertStandard=true
+Widgets\QgsCptCityColorRampV2DialogBase\mStackedWidget=true
+Widgets\QgsCptCityColorRampV2DialogBase\mStackedWidget\page=true
+Widgets\QgsCptCityColorRampV2DialogBase\mStackedWidget\page\tabWidget=true
+Widgets\QgsCptCityColorRampV2DialogBase\mStackedWidget\page\tabWidget\tab=true
+Widgets\QgsCptCityColorRampV2DialogBase\mStackedWidget\page\tabWidget\tab\cboVariantName=true
+Widgets\QgsCptCityColorRampV2DialogBase\mStackedWidget\page\tabWidget\tab\label=true
+Widgets\QgsCptCityColorRampV2DialogBase\mStackedWidget\page\tabWidget\tab\label_2=true
+Widgets\QgsCptCityColorRampV2DialogBase\mStackedWidget\page\tabWidget\tab\label_6=true
+Widgets\QgsCptCityColorRampV2DialogBase\mStackedWidget\page\tabWidget\tab\lblLicensePreview=true
+Widgets\QgsCptCityColorRampV2DialogBase\mStackedWidget\page\tabWidget\tab\lblPreview=true
+Widgets\QgsCptCityColorRampV2DialogBase\mStackedWidget\page\tabWidget\tab\lblSchemeName=true
+Widgets\QgsCptCityColorRampV2DialogBase\mStackedWidget\page\tabWidget\tab\lblSchemePath=true
+Widgets\QgsCptCityColorRampV2DialogBase\mStackedWidget\page\tabWidget\tab_2=true
+Widgets\QgsCptCityColorRampV2DialogBase\mStackedWidget\page\tabWidget\tab_2\label_3=true
+Widgets\QgsCptCityColorRampV2DialogBase\mStackedWidget\page\tabWidget\tab_2\label_4=true
+Widgets\QgsCptCityColorRampV2DialogBase\mStackedWidget\page\tabWidget\tab_2\label_5=true
+Widgets\QgsCptCityColorRampV2DialogBase\mStackedWidget\page\tabWidget\tab_2\lblAuthorName=true
+Widgets\QgsCptCityColorRampV2DialogBase\mStackedWidget\page\tabWidget\tab_2\lblLicenseName=true
+Widgets\QgsCptCityColorRampV2DialogBase\mStackedWidget\page\tabWidget\tab_2\lblLicenseName\qt_scrollarea_hcontainer=true
+Widgets\QgsCptCityColorRampV2DialogBase\mStackedWidget\page\tabWidget\tab_2\lblLicenseName\qt_scrollarea_vcontainer=true
+Widgets\QgsCptCityColorRampV2DialogBase\mStackedWidget\page\tabWidget\tab_2\lblLicenseName\qt_scrollarea_viewport=true
+Widgets\QgsCptCityColorRampV2DialogBase\mStackedWidget\page\tabWidget\tab_2\lblSrcLink=true
+Widgets\QgsCptCityColorRampV2DialogBase\mStackedWidget\page_2=true
+Widgets\QgsCredentialDialog=true
+Widgets\QgsCredentialDialog\buttonBox=true
+Widgets\QgsCredentialDialog\label=true
+Widgets\QgsCredentialDialog\label_2=true
+Widgets\QgsCredentialDialog\label_3=true
+Widgets\QgsCredentialDialog\labelMessage=true
+Widgets\QgsCredentialDialog\labelRealm=true
+Widgets\QgsCredentialDialog\lePassword=true
+Widgets\QgsCredentialDialog\leUsername=true
+Widgets\QgsCustomizationDialogBase=true
+Widgets\QgsCustomizationDialogBase\centralwidget=true
+Widgets\QgsCustomizationDialogBase\centralwidget\buttonBox=true
+Widgets\QgsCustomizationDialogBase\centralwidget\mCustomizationEnabledCheckBox=true
+Widgets\QgsCustomProjectionDialogBase=true
+Widgets\QgsCustomProjectionDialogBase\buttonBox=true
+Widgets\QgsCustomProjectionDialogBase\groupBox=true
+Widgets\QgsCustomProjectionDialogBase\groupBox\label=true
+Widgets\QgsCustomProjectionDialogBase\groupBox\label_3=true
+Widgets\QgsCustomProjectionDialogBase\groupBox\label_4=true
+Widgets\QgsCustomProjectionDialogBase\groupBox\leName=true
+Widgets\QgsCustomProjectionDialogBase\groupBox\pbnAdd=true
+Widgets\QgsCustomProjectionDialogBase\groupBox\pbnCopyCRS=true
+Widgets\QgsCustomProjectionDialogBase\groupBox\pbnRemove=true
+Widgets\QgsCustomProjectionDialogBase\groupBox_2=true
+Widgets\QgsCustomProjectionDialogBase\groupBox_2\eastWGS84=true
+Widgets\QgsCustomProjectionDialogBase\groupBox_2\label_2=true
+Widgets\QgsCustomProjectionDialogBase\groupBox_2\northWGS84=true
+Widgets\QgsCustomProjectionDialogBase\groupBox_2\pbnCalculate=true
+Widgets\QgsCustomProjectionDialogBase\groupBox_2\projectedX=true
+Widgets\QgsCustomProjectionDialogBase\groupBox_2\projectedY=true
+Widgets\QgsCustomProjectionDialogBase\groupBox_2\textLabel1_3=true
+Widgets\QgsCustomProjectionDialogBase\groupBox_2\textLabel2_2=true
+Widgets\QgsCustomProjectionDialogBase\groupBox_2\textLabel2_2_2=true
+Widgets\QgsCustomProjectionDialogBase\groupBox_2\textLabel2_3=true
+Widgets\QgsDataDefinedSymbolDialog=true
+Widgets\QgsDataDefinedSymbolDialog\mButtonBox=true
+Widgets\QgsDbSourceSelectBase=true
+Widgets\QgsDbSourceSelectBase\buttonBox=true
+Widgets\QgsDbSourceSelectBase\cbxAllowGeometrylessTables=true
+Widgets\QgsDbSourceSelectBase\connectionsGroupBox=true
+Widgets\QgsDbSourceSelectBase\connectionsGroupBox\btnConnect=true
+Widgets\QgsDbSourceSelectBase\connectionsGroupBox\btnDelete=true
+Widgets\QgsDbSourceSelectBase\connectionsGroupBox\btnEdit=true
+Widgets\QgsDbSourceSelectBase\connectionsGroupBox\btnLoad=true
+Widgets\QgsDbSourceSelectBase\connectionsGroupBox\btnNew=true
+Widgets\QgsDbSourceSelectBase\connectionsGroupBox\btnSave=true
+Widgets\QgsDbSourceSelectBase\connectionsGroupBox\cmbConnections=true
+Widgets\QgsDbSourceSelectBase\mSearchGroupBox=true
+Widgets\QgsDbSourceSelectBase\mSearchGroupBox\mSearchColumnComboBox=true
+Widgets\QgsDbSourceSelectBase\mSearchGroupBox\mSearchColumnsLabel=true
+Widgets\QgsDbSourceSelectBase\mSearchGroupBox\mSearchLabel=true
+Widgets\QgsDbSourceSelectBase\mSearchGroupBox\mSearchModeComboBox=true
+Widgets\QgsDbSourceSelectBase\mSearchGroupBox\mSearchModeLabel=true
+Widgets\QgsDbSourceSelectBase\mSearchGroupBox\mSearchTableEdit=true
+Widgets\QgsDecorationCopyrightDialog=true
+Widgets\QgsDecorationCopyrightDialog\buttonBox=true
+Widgets\QgsDecorationCopyrightDialog\cboOrientation=true
+Widgets\QgsDecorationCopyrightDialog\cboPlacement=true
+Widgets\QgsDecorationCopyrightDialog\cboxEnabled=true
+Widgets\QgsDecorationCopyrightDialog\label=true
+Widgets\QgsDecorationCopyrightDialog\label_2=true
+Widgets\QgsDecorationCopyrightDialog\textLabel15=true
+Widgets\QgsDecorationCopyrightDialog\textLabel16=true
+Widgets\QgsDecorationCopyrightDialog\txtCopyrightText=true
+Widgets\QgsDecorationCopyrightDialog\txtCopyrightText\qt_scrollarea_hcontainer=true
+Widgets\QgsDecorationCopyrightDialog\txtCopyrightText\qt_scrollarea_vcontainer=true
+Widgets\QgsDecorationCopyrightDialog\txtCopyrightText\qt_scrollarea_viewport=true
+Widgets\QgsDecorationGridDialog=true
+Widgets\QgsDecorationGridDialog\buttonBox=true
+Widgets\QgsDecorationGridDialog\chkEnable=true
+Widgets\QgsDecorationGridDialog\groupBox=true
+Widgets\QgsDecorationGridDialog\groupBox\mPbtnUpdateFromExtents=true
+Widgets\QgsDecorationGridDialog\groupBox\mPbtnUpdateFromLayer=true
+Widgets\QgsDecorationGridDialog\mDrawAnnotationCheckBox=true
+Widgets\QgsDecorationGridDialog\mDrawAnnotationCheckBox\mAnnotationDirectionComboBox=true
+Widgets\QgsDecorationGridDialog\mDrawAnnotationCheckBox\mAnnotationDirectionLabel=true
+Widgets\QgsDecorationGridDialog\mDrawAnnotationCheckBox\mAnnotationFontButton=true
+Widgets\QgsDecorationGridDialog\mDrawAnnotationCheckBox\mCoordinatePrecisionLabel=true
+Widgets\QgsDecorationGridDialog\mDrawAnnotationCheckBox\mCoordinatePrecisionSpinBox=true
+Widgets\QgsDecorationGridDialog\mDrawAnnotationCheckBox\mCoordinatePrecisionSpinBox\qt_spinbox_lineedit=true
+Widgets\QgsDecorationGridDialog\mDrawAnnotationCheckBox\mDistanceToFrameLabel=true
+Widgets\QgsDecorationGridDialog\mGridTypeComboBox=true
+Widgets\QgsDecorationGridDialog\mGridTypeLabel=true
+Widgets\QgsDecorationGridDialog\mIntervalXEdit=true
+Widgets\QgsDecorationGridDialog\mIntervalXLabel=true
+Widgets\QgsDecorationGridDialog\mIntervalYEdit=true
+Widgets\QgsDecorationGridDialog\mIntervalYLabel=true
+Widgets\QgsDecorationGridDialog\mLineSymbolButton=true
+Widgets\QgsDecorationGridDialog\mLineSymbolLabel=true
+Widgets\QgsDecorationGridDialog\mMarkerSymbolButton=true
+Widgets\QgsDecorationGridDialog\mMarkerSymbolLabel=true
+Widgets\QgsDecorationGridDialog\mOffsetXEdit=true
+Widgets\QgsDecorationGridDialog\mOffsetXLabel=true
+Widgets\QgsDecorationGridDialog\mOffsetYEdit=true
+Widgets\QgsDecorationGridDialog\mOffsetYLabel=true
+Widgets\QgsDecorationNorthArrowDialog=true
+Widgets\QgsDecorationNorthArrowDialog\buttonBox=true
+Widgets\QgsDecorationScaleBarDialog=true
+Widgets\QgsDecorationScaleBarDialog\buttonBox=true
+Widgets\QgsDecorationScaleBarDialog\cboPlacement=true
+Widgets\QgsDecorationScaleBarDialog\cboStyle=true
+Widgets\QgsDecorationScaleBarDialog\chkEnable=true
+Widgets\QgsDecorationScaleBarDialog\chkSnapping=true
+Widgets\QgsDecorationScaleBarDialog\spnSize=true
+Widgets\QgsDecorationScaleBarDialog\spnSize\qt_spinbox_lineedit=true
+Widgets\QgsDecorationScaleBarDialog\textLabel1=true
+Widgets\QgsDecorationScaleBarDialog\textLabel1_2=true
+Widgets\QgsDecorationScaleBarDialog\textLabel1_3=true
+Widgets\QgsDecorationScaleBarDialog\textLabel1_3_2=true
+Widgets\QgsDelAttrDialogBase=true
+Widgets\QgsDelAttrDialogBase\buttonBox=true
+Widgets\QgsDelimitedTextSourceSelectBase=true
+Widgets\QgsDelimitedTextSourceSelectBase\buttonBox=true
+Widgets\QgsDelimitedTextSourceSelectBase\cbxPointIsComma=true
+Widgets\QgsDelimitedTextSourceSelectBase\cbxSkipEmptyFields=true
+Widgets\QgsDelimitedTextSourceSelectBase\cbxSpatialIndex=true
+Widgets\QgsDelimitedTextSourceSelectBase\cbxSubsetIndex=true
+Widgets\QgsDelimitedTextSourceSelectBase\cbxTrimFields=true
+Widgets\QgsDelimitedTextSourceSelectBase\cbxUseHeader=true
+Widgets\QgsDelimitedTextSourceSelectBase\cbxWatchFile=true
+Widgets\QgsDelimitedTextSourceSelectBase\delimiterChars=true
+Widgets\QgsDelimitedTextSourceSelectBase\delimiterCSV=true
+Widgets\QgsDelimitedTextSourceSelectBase\delimiterRegexp=true
+Widgets\QgsDelimitedTextSourceSelectBase\geomTypeNone=true
+Widgets\QgsDelimitedTextSourceSelectBase\geomTypeWKT=true
+Widgets\QgsDelimitedTextSourceSelectBase\geomTypeXY=true
+Widgets\QgsDelimitedTextSourceSelectBase\label_2=true
+Widgets\QgsDelimitedTextSourceSelectBase\label_3=true
+Widgets\QgsDelimitedTextSourceSelectBase\label_4=true
+Widgets\QgsDelimitedTextSourceSelectBase\label_6=true
+Widgets\QgsDelimitedTextSourceSelectBase\label_8=true
+Widgets\QgsDelimitedTextSourceSelectBase\labelFileFormat=true
+Widgets\QgsDelimitedTextSourceSelectBase\lblStatus=true
+Widgets\QgsDelimitedTextSourceSelectBase\rowCounter=true
+Widgets\QgsDelimitedTextSourceSelectBase\rowCounter\qt_spinbox_lineedit=true
+Widgets\QgsDelimitedTextSourceSelectBase\swFileFormat=true
+Widgets\QgsDelimitedTextSourceSelectBase\swFileFormat\swpCSVOptions=true
+Widgets\QgsDelimitedTextSourceSelectBase\swFileFormat\swpDelimOptions=true
+Widgets\QgsDelimitedTextSourceSelectBase\swFileFormat\swpRegexpOptions=true
+Widgets\QgsDelimitedTextSourceSelectBase\swFileFormat\swpRegexpOptions\label_7=true
+Widgets\QgsDelimitedTextSourceSelectBase\swFileFormat\swpRegexpOptions\lblRegexpError=true
+Widgets\QgsDelimitedTextSourceSelectBase\swFileFormat\swpRegexpOptions\txtDelimiterRegexp=true
+Widgets\QgsDelimitedTextSourceSelectBase\swGeomType=true
+Widgets\QgsDelimitedTextSourceSelectBase\swGeomType\swpGeomNone=true
+Widgets\QgsDelimitedTextSourceSelectBase\swGeomType\swpGeomWKT=true
+Widgets\QgsDelimitedTextSourceSelectBase\swGeomType\swpGeomWKT\cmbGeometryType=true
+Widgets\QgsDelimitedTextSourceSelectBase\swGeomType\swpGeomWKT\cmbWktField=true
+Widgets\QgsDelimitedTextSourceSelectBase\swGeomType\swpGeomWKT\label=true
+Widgets\QgsDelimitedTextSourceSelectBase\swGeomType\swpGeomWKT\label_5=true
+Widgets\QgsDelimitedTextSourceSelectBase\swGeomType\swpGeomXY=true
+Widgets\QgsDelimitedTextSourceSelectBase\swGeomType\swpGeomXY\cbxXyDms=true
+Widgets\QgsDelimitedTextSourceSelectBase\swGeomType\swpGeomXY\cmbXField=true
+Widgets\QgsDelimitedTextSourceSelectBase\swGeomType\swpGeomXY\cmbYField=true
+Widgets\QgsDelimitedTextSourceSelectBase\swGeomType\swpGeomXY\textLabelx=true
+Widgets\QgsDelimitedTextSourceSelectBase\swGeomType\swpGeomXY\textLabely=true
+Widgets\QgsDelimitedTextSourceSelectBase\widget_3=true
+Widgets\QgsDelimitedTextSourceSelectBase\widget_3\btnBrowseForFile=true
+Widgets\QgsDelimitedTextSourceSelectBase\widget_3\cmbEncoding=true
+Widgets\QgsDelimitedTextSourceSelectBase\widget_3\lblEncoding=true
+Widgets\QgsDelimitedTextSourceSelectBase\widget_3\textLabelFileName=true
+Widgets\QgsDelimitedTextSourceSelectBase\widget_3\textLabelLayerName=true
+Widgets\QgsDelimitedTextSourceSelectBase\widget_3\txtFilePath=true
+Widgets\QgsDelimitedTextSourceSelectBase\widget_3\txtLayerName=true
+Widgets\QgsDetailedItemWidgetBase=true
+Widgets\QgsDetailedItemWidgetBase\cbx=true
+Widgets\QgsDetailedItemWidgetBase\lblCategory=true
+Widgets\QgsDetailedItemWidgetBase\lblDetail=true
+Widgets\QgsDetailedItemWidgetBase\lblIcon=true
+Widgets\QgsDetailedItemWidgetBase\lblTitle=true
+Widgets\QgsDetailedItemWidgetBase\widget=true
+Widgets\QgsDisplayAngleBase=true
+Widgets\QgsDisplayAngleBase\buttonBox=true
+Widgets\QgsDisplayAngleBase\mAngleLineEdit=true
+Widgets\QgsEngineConfigDialog=true
+Widgets\QgsEngineConfigDialog\buttonBox=true
+Widgets\QgsEngineConfigDialog\cboSearchMethod=true
+Widgets\QgsEngineConfigDialog\chkShowAllLabels=true
+Widgets\QgsEngineConfigDialog\chkShowCandidates=true
+Widgets\QgsEngineConfigDialog\groupBox=true
+Widgets\QgsEngineConfigDialog\groupBox\label_2=true
+Widgets\QgsEngineConfigDialog\groupBox\label_3=true
+Widgets\QgsEngineConfigDialog\groupBox\label_4=true
+Widgets\QgsEngineConfigDialog\groupBox\spinCandLine=true
+Widgets\QgsEngineConfigDialog\groupBox\spinCandLine\qt_spinbox_lineedit=true
+Widgets\QgsEngineConfigDialog\groupBox\spinCandPoint=true
+Widgets\QgsEngineConfigDialog\groupBox\spinCandPoint\qt_spinbox_lineedit=true
+Widgets\QgsEngineConfigDialog\groupBox\spinCandPolygon=true
+Widgets\QgsEngineConfigDialog\groupBox\spinCandPolygon\qt_spinbox_lineedit=true
+Widgets\QgsEngineConfigDialog\label=true
+Widgets\QgsEngineConfigDialog\label_6=true
+Widgets\QgsEngineConfigDialog\mSaveWithProjectChkBox=true
+Widgets\QgsEngineConfigDialog\mShadowDebugRectChkBox=true
+Widgets\QgsErrorDialogBase=true
+Widgets\QgsErrorDialogBase\buttonBox=true
+Widgets\QgsErrorDialogBase\mDetailCheckBox=true
+Widgets\QgsErrorDialogBase\mDetailPushButton=true
+Widgets\QgsErrorDialogBase\mDetailTextBrowser=true
+Widgets\QgsErrorDialogBase\mDetailTextBrowser\qt_scrollarea_hcontainer=true
+Widgets\QgsErrorDialogBase\mDetailTextBrowser\qt_scrollarea_vcontainer=true
+Widgets\QgsErrorDialogBase\mDetailTextBrowser\qt_scrollarea_viewport=true
+Widgets\QgsErrorDialogBase\mIconLabel=true
+Widgets\QgsErrorDialogBase\mSummaryTextBrowser=true
+Widgets\QgsErrorDialogBase\mSummaryTextBrowser\qt_scrollarea_hcontainer=true
+Widgets\QgsErrorDialogBase\mSummaryTextBrowser\qt_scrollarea_vcontainer=true
+Widgets\QgsErrorDialogBase\mSummaryTextBrowser\qt_scrollarea_viewport=true
+Widgets\QgsExpressionBuilderDialogBase=true
+Widgets\QgsExpressionBuilderDialogBase\buttonBox=true
+Widgets\QgsExpressionBuilderWidgetBase=true
+Widgets\QgsExpressionBuilderWidgetBase\btnLoadAll=true
+Widgets\QgsExpressionBuilderWidgetBase\btnLoadSample=true
+Widgets\QgsExpressionBuilderWidgetBase\groupBox=true
+Widgets\QgsExpressionBuilderWidgetBase\groupBox\txtExpressionString=true
+Widgets\QgsExpressionBuilderWidgetBase\groupBox\txtExpressionString\qt_scrollarea_hcontainer=true
+Widgets\QgsExpressionBuilderWidgetBase\groupBox\txtExpressionString\qt_scrollarea_vcontainer=true
+Widgets\QgsExpressionBuilderWidgetBase\groupBox\txtExpressionString\qt_scrollarea_viewport=true
+Widgets\QgsExpressionBuilderWidgetBase\label_2=true
+Widgets\QgsExpressionBuilderWidgetBase\lblPreview=true
+Widgets\QgsExpressionBuilderWidgetBase\mFunctionHelGroup=true
+Widgets\QgsExpressionBuilderWidgetBase\mFunctionHelGroup\txtHelpText=true
+Widgets\QgsExpressionBuilderWidgetBase\mFunctionHelGroup\txtHelpText\qt_scrollarea_hcontainer=true
+Widgets\QgsExpressionBuilderWidgetBase\mFunctionHelGroup\txtHelpText\qt_scrollarea_vcontainer=true
+Widgets\QgsExpressionBuilderWidgetBase\mFunctionHelGroup\txtHelpText\qt_scrollarea_viewport=true
+Widgets\QgsExpressionBuilderWidgetBase\moperationListGroup=true
+Widgets\QgsExpressionBuilderWidgetBase\mOperatorsGroupBox=true
+Widgets\QgsExpressionBuilderWidgetBase\mOperatorsGroupBox\btnCloseBracketPushButton=true
+Widgets\QgsExpressionBuilderWidgetBase\mOperatorsGroupBox\btnConcatButton=true
+Widgets\QgsExpressionBuilderWidgetBase\mOperatorsGroupBox\btnDividePushButton=true
+Widgets\QgsExpressionBuilderWidgetBase\mOperatorsGroupBox\btnEqualPushButton=true
+Widgets\QgsExpressionBuilderWidgetBase\mOperatorsGroupBox\btnExpButton=true
+Widgets\QgsExpressionBuilderWidgetBase\mOperatorsGroupBox\btnMinusPushButton=true
+Widgets\QgsExpressionBuilderWidgetBase\mOperatorsGroupBox\btnMultiplyPushButton=true
+Widgets\QgsExpressionBuilderWidgetBase\mOperatorsGroupBox\btnOpenBracketPushButton=true
+Widgets\QgsExpressionBuilderWidgetBase\mOperatorsGroupBox\btnPlusPushButton=true
+Widgets\QgsExpressionBuilderWidgetBase\mValueGroupBox=true
+Widgets\QgsExpressionSelectionDialogBase=true
+Widgets\QgsExpressionSelectionDialogBase\mPbnClose=true
+Widgets\QgsFieldCalculatorBase=true
+Widgets\QgsFieldCalculatorBase\mButtonBox=true
+Widgets\QgsFieldCalculatorBase\mNewFieldGroupBox=true
+Widgets\QgsFieldCalculatorBase\mNewFieldGroupBox\mFieldNameLabel=true
+Widgets\QgsFieldCalculatorBase\mNewFieldGroupBox\mOutputFieldNameLineEdit=true
+Widgets\QgsFieldCalculatorBase\mNewFieldGroupBox\mOutputFieldPrecisionLabel=true
+Widgets\QgsFieldCalculatorBase\mNewFieldGroupBox\mOutputFieldPrecisionSpinBox=true
+Widgets\QgsFieldCalculatorBase\mNewFieldGroupBox\mOutputFieldPrecisionSpinBox\qt_spinbox_lineedit=true
+Widgets\QgsFieldCalculatorBase\mNewFieldGroupBox\mOutputFieldTypeComboBox=true
+Widgets\QgsFieldCalculatorBase\mNewFieldGroupBox\mOutputFieldTypeLabel=true
+Widgets\QgsFieldCalculatorBase\mNewFieldGroupBox\mOutputFieldWidthLabel=true
+Widgets\QgsFieldCalculatorBase\mNewFieldGroupBox\mOutputFieldWidthSpinBox=true
+Widgets\QgsFieldCalculatorBase\mNewFieldGroupBox\mOutputFieldWidthSpinBox\qt_spinbox_lineedit=true
+Widgets\QgsFieldCalculatorBase\mOnlyUpdateSelectedCheckBox=true
+Widgets\QgsFieldCalculatorBase\mUpdateExistingGroupBox=true
+Widgets\QgsFieldCalculatorBase\mUpdateExistingGroupBox\mExistingFieldComboBox=true
+Widgets\QgsFieldsPropertiesBase=true
+Widgets\QgsFieldsPropertiesBase\label_2=true
+Widgets\QgsFieldsPropertiesBase\label_3=true
+Widgets\QgsFieldsPropertiesBase\leEditFormInit=true
+Widgets\QgsFieldsPropertiesBase\mEditorLayoutComboBox=true
+Widgets\QgsFormAnnotationDialogBase=true
+Widgets\QgsFormAnnotationDialogBase\mButtonBox=true
+Widgets\QgsFormAnnotationDialogBase\mFileLineEdit=true
+Widgets\QgsFormAnnotationDialogBase\mStackedWidget=true
+Widgets\QgsFormAnnotationDialogBase\mStackedWidget\page=true
+Widgets\QgsFormAnnotationDialogBase\mStackedWidget\page_2=true
+Widgets\QgsGenericProjectionSelectorBase=true
+Widgets\QgsGenericProjectionSelectorBase\buttonBox=true
+Widgets\QgsGenericProjectionSelectorBase\textEdit=true
+Widgets\QgsGenericProjectionSelectorBase\textEdit\qt_scrollarea_hcontainer=true
+Widgets\QgsGenericProjectionSelectorBase\textEdit\qt_scrollarea_vcontainer=true
+Widgets\QgsGenericProjectionSelectorBase\textEdit\qt_scrollarea_viewport=true
+Widgets\QgsGpsInformationWidgetBase=true
+Widgets\QgsGpsInformationWidgetBase\mBtnAddVertex=true
+Widgets\QgsGpsInformationWidgetBase\mBtnCloseFeature=true
+Widgets\QgsGpsInformationWidgetBase\mConnectButton=true
+Widgets\QgsGpsInformationWidgetBase\mLblStatusIndicator=true
+Widgets\QgsGpsInformationWidgetBase\mStackedWidget=true
+Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1=true
+Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2=true
+Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_hcontainer=true
+Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_vcontainer=true
+Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_viewport=true
+Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2=true
+Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\mLblAltitude=true
+Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\mLblDirection=true
+Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\mLblFixMode=true
+Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\mLblFixType=true
+Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\mLblHacc=true
+Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\mLblHdop=true
+Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\mLblLatitude=true
+Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\mLblLongitude=true
+Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\mLblPdop=true
+Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\mLblQuality=true
+Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\mLblSatellitesUsed=true
+Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\mLblSpeed=true
+Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\mLblStatus=true
+Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\mLblUtcTime=true
+Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\mLblVacc=true
+Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\mLblVdop=true
+Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\mTxtAltitude=true
+Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\mTxtDateTime=true
+Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\mTxtDirection=true
+Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\mTxtFixMode=true
+Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\mTxtFixType=true
+Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\mTxtHacc=true
+Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\mTxtHdop=true
+Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\mTxtLatitude=true
+Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\mTxtLongitude=true
+Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\mTxtPdop=true
+Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\mTxtQuality=true
+Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\mTxtSatellitesUsed=true
+Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\mTxtSpeed=true
+Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\mTxtStatus=true
+Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\mTxtVacc=true
+Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\mTxtVdop=true
+Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage2=true
+Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage3=true
+Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4=true
+Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea=true
+Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_hcontainer=true
+Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_vcontainer=true
+Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_viewport=true
+Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents=true
+Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox=true
+Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox\mSpinMapExtentMultiplier=true
+Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox\mSpinMapExtentMultiplier\qt_spinbox_lineedit=true
+Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox\radNeverRecenter=true
+Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox\radRecenterMap=true
+Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox\radRecenterWhenNeeded=true
+Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox_2=true
+Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox_2\groupBox_3=true
+Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox_2\groupBox_3\mBtnTrackColor=true
+Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox_2\groupBox_3\mCbxAutoAddVertices=true
+Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox_2\groupBox_3\mSpinTrackWidth=true
+Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox_2\groupBox_3\mSpinTrackWidth\qt_spinbox_lineedit=true
+Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox_2\mCbxAutoCommit=true
+Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\mDeviceGroupBox=true
+Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\mDeviceGroupBox\label_3=true
+Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\mDeviceGroupBox\label_4=true
+Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\mDeviceGroupBox\label_5=true
+Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\mDeviceGroupBox\mCboDevices=true
+Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\mDeviceGroupBox\mGpsdDevice=true
+Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\mDeviceGroupBox\mGpsdHost=true
+Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\mDeviceGroupBox\mGpsdPort=true
+Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\mDeviceGroupBox\mRadAutodetect=true
+Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\mDeviceGroupBox\mRadGpsd=true
+Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\mDeviceGroupBox\mRadInternal=true
+Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\mDeviceGroupBox\mRadUserPath=true
+Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\mGroupShowMarker=true
+Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\mGroupShowMarker\label=true
+Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\mGroupShowMarker\label_2=true
+Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\mGroupShowMarker\mSliderMarkerSize=true
+Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\mLogFileGroupBox=true
+Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\mLogFileGroupBox\mBtnLogFile=true
+Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\mLogFileGroupBox\mTxtLogFile=true
+Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage5=true
+Widgets\QgsGraduatedSymbolRendererV2Widget=true
+Widgets\QgsGraduatedSymbolRendererV2Widget\btnAdvanced=true
+Widgets\QgsGraduatedSymbolRendererV2Widget\btnChangeGraduatedSymbol=true
+Widgets\QgsGraduatedSymbolRendererV2Widget\btnDeleteAllClasses=true
+Widgets\QgsGraduatedSymbolRendererV2Widget\btnGraduatedAdd=true
+Widgets\QgsGraduatedSymbolRendererV2Widget\btnGraduatedClassify=true
+Widgets\QgsGraduatedSymbolRendererV2Widget\btnGraduatedDelete=true
+Widgets\QgsGraduatedSymbolRendererV2Widget\cboGraduatedColumn=true
+Widgets\QgsGraduatedSymbolRendererV2Widget\cboGraduatedMode=true
+Widgets\QgsGraduatedSymbolRendererV2Widget\label_4=true
+Widgets\QgsGraduatedSymbolRendererV2Widget\label_5=true
+Widgets\QgsGraduatedSymbolRendererV2Widget\label_6=true
+Widgets\QgsGraduatedSymbolRendererV2Widget\label_7=true
+Widgets\QgsGraduatedSymbolRendererV2Widget\label_8=true
+Widgets\QgsGraduatedSymbolRendererV2Widget\spinGraduatedClasses=true
+Widgets\QgsGraduatedSymbolRendererV2Widget\spinGraduatedClasses\qt_spinbox_lineedit=true
+Widgets\QgsHandleBadLayersBase=true
+Widgets\QgsHandleBadLayersBase\buttonBox=true
+Widgets\QgsIdentifyResultsBase=true
+Widgets\QgsIdentifyResultsBase\buttonBox=true
+Widgets\QgsLabelDialogBase=true
+Widgets\QgsLabelDialogBase\groupBox5=true
+Widgets\QgsLabelDialogBase\groupBox5\lblSample=true
+Widgets\QgsLabelDialogBase\tabWidget=true
+Widgets\QgsLabelDialogBase\tabWidget\tab=true
+Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea=true
+Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_hcontainer=true
+Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_vcontainer=true
+Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport=true
+Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents=true
+Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\buttonGroup10=true
+Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\buttonGroup10\cboOffsetUnits=true
+Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\chkUseBuffer=true
+Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\chkUseBuffer\cboBufferSizeUnits=true
+Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\chkUseBuffer\pbnDefaultBufferColor=true
+Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\chkUseBuffer\spinBufferTransparency=true
+Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\chkUseBuffer\spinBufferTransparency\qt_spinbox_lineedit=true
+Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\chkUseBuffer\textLabel4_3_2_2=true
+Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\chkUseScaleDependentRendering=true
+Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\chkUseScaleDependentRendering\leMaximumScale=true
+Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\chkUseScaleDependentRendering\leMinimumScale=true
+Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\chkUseScaleDependentRendering\textLabel1_1=true
+Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\chkUseScaleDependentRendering\textLabel1_2_2_1=true
+Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox_2=true
+Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox_2\radioAbove=true
+Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox_2\radioAboveLeft=true
+Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox_2\radioAboveRight=true
+Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox_2\radioBelow=true
+Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox_2\radioBelowLeft=true
+Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox_2\radioBelowRight=true
+Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox_2\radioLeft=true
+Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox_2\radioOver=true
+Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox_2\radioRight=true
+Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox_8=true
+Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox_8\btnDefaultFont=true
+Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox_8\cboFontSizeUnits=true
+Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox_8\cboLabelField=true
+Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox_8\chkSelectedOnly=true
+Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox_8\chkUseMultiline=true
+Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox_8\leDefaultLabel=true
+Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox_8\pbnDefaultFontColor=true
+Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox_8\spinAngle=true
+Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox_8\spinAngle\qt_spinbox_lineedit=true
+Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox_8\textLabel1=true
+Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox_8\textLabel1_2_2_2_2_2=true
+Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox_8\textLabel5=true
+Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox_8\textLabel5_2_2_3_2=true
+Widgets\QgsLabelDialogBase\tabWidget\tab_2=true
+Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2=true
+Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_hcontainer=true
+Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_vcontainer=true
+Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport=true
+Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2=true
+Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox=true
+Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox\cboBoldField=true
+Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox\cboFontColorField=true
+Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox\cboFontField=true
+Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox\cboFontSizeField=true
+Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox\cboFontSizeTypeField=true
+Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox\cboItalicField=true
+Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox\cboStrikeOutField=true
+Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox\cboUnderlineField=true
+Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox\label=true
+Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox\lblFont=true
+Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox\textLabel4=true
+Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox\textLabel4_2_4=true
+Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox\textLabel4_3=true
+Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox\textLabel4_3_2=true
+Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox\textLabel4_3_2_4=true
+Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox\textLabel4_3_2_5=true
+Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox_5=true
+Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox_5\cboAlignmentField=true
+Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox_5\cboAngleField=true
+Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox_5\textLabel1_2_2_2_2=true
+Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox_5\textLabel1_2_2_2_2_3=true
+Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox_6=true
+Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox_6\cboBufferSizeField=true
+Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox_6\cboBufferTransparencyField=true
+Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox_6\textLabel1_3_2_2_2=true
+Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox_6\textLabel4_3_2_2_2=true
+Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox_7=true
+Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox_7\cboXCoordinateField=true
+Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox_7\cboXOffsetField=true
+Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox_7\cboYCoordinateField=true
+Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox_7\cboYOffsetField=true
+Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox_7\textLabel1_2=true
+Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox_7\textLabel1_2_2=true
+Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox_7\textLabel1_2_2_2=true
+Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox_7\textLabel1_2_3=true
+Widgets\QgsLabelPropertyDialogBase=true
+Widgets\QgsLabelPropertyDialogBase\buttonBox=true
+Widgets\QgsLabelPropertyDialogBase\groupBox=true
+Widgets\QgsLabelPropertyDialogBase\groupBox\label=true
+Widgets\QgsLabelPropertyDialogBase\groupBox\mAlwaysShowChkbx=true
+Widgets\QgsLabelPropertyDialogBase\groupBox\mMaxScaleSpinBox=true
+Widgets\QgsLabelPropertyDialogBase\groupBox\mMaxScaleSpinBox\qt_spinbox_lineedit=true
+Widgets\QgsLabelPropertyDialogBase\groupBox\mMinScaleSpinBox=true
+Widgets\QgsLabelPropertyDialogBase\groupBox\mMinScaleSpinBox\qt_spinbox_lineedit=true
+Widgets\QgsLabelPropertyDialogBase\groupBox\mShowLabelChkbx=true
+Widgets\QgsLabelPropertyDialogBase\mBufferGroupBox=true
+Widgets\QgsLabelPropertyDialogBase\mBufferGroupBox\mBufferSizeLabel=true
+Widgets\QgsLabelPropertyDialogBase\mFontGroupBox=true
+Widgets\QgsLabelPropertyDialogBase\mFontGroupBox\label_3=true
+Widgets\QgsLabelPropertyDialogBase\mFontGroupBox\mFontSizeLabel=true
+Widgets\QgsLabelPropertyDialogBase\mFontGroupBox\mFontStyleCmbBx=true
+Widgets\QgsLabelPropertyDialogBase\mLabelTextLabel=true
+Widgets\QgsLabelPropertyDialogBase\mLabelTextLineEdit=true
+Widgets\QgsLabelPropertyDialogBase\mPositionGroupBlox=true
+Widgets\QgsLabelPropertyDialogBase\mPositionGroupBlox\mHaliComboBox=true
+Widgets\QgsLabelPropertyDialogBase\mPositionGroupBlox\mHaliLabel=true
+Widgets\QgsLabelPropertyDialogBase\mPositionGroupBlox\mLabelDistanceLabel=true
+Widgets\QgsLabelPropertyDialogBase\mPositionGroupBlox\mRotationLabel=true
+Widgets\QgsLabelPropertyDialogBase\mPositionGroupBlox\mValiComboBox=true
+Widgets\QgsLabelPropertyDialogBase\mPositionGroupBlox\mValiLabel=true
+Widgets\QgsLabelPropertyDialogBase\mPositionGroupBlox\mXCoordLabel=true
+Widgets\QgsLabelPropertyDialogBase\mPositionGroupBlox\mYCoordLabel=true
+Widgets\QgsLoadStyleFromDBDialogLayout=true
+Widgets\QgsLoadStyleFromDBDialogLayout\label=true
+Widgets\QgsLoadStyleFromDBDialogLayout\label_2=true
+Widgets\QgsLoadStyleFromDBDialogLayout\mCancelButton=true
+Widgets\QgsLoadStyleFromDBDialogLayout\mLoadButton=true
+Widgets\QgsLUDialogBase=true
+Widgets\QgsLUDialogBase\buttonBox=true
+Widgets\QgsLUDialogBase\mLowerEdit=true
+Widgets\QgsLUDialogBase\mLowerLabel=true
+Widgets\QgsLUDialogBase\mUpperEdit=true
+Widgets\QgsLUDialogBase\mUpperLabel=true
+Widgets\QgsManageConnectionsDialogBase=true
+Widgets\QgsManageConnectionsDialogBase\buttonBox=true
+Widgets\QgsManageConnectionsDialogBase\label=true
+Widgets\QgsMeasureBase=true
+Widgets\QgsMeasureBase\buttonBox=true
+Widgets\QgsMeasureBase\editTotal=true
+Widgets\QgsMeasureBase\textLabel2=true
+Widgets\QgsMergeAttributesDialogBase=true
+Widgets\QgsMergeAttributesDialogBase\buttonBox=true
+Widgets\QgsMergeAttributesDialogBase\mFromSelectedPushButton=true
+Widgets\QgsMergeAttributesDialogBase\mRemoveFeatureFromSelectionButton=true
+Widgets\QgsMergeAttributesDialogBase\mRemoveFeatureFromSelectionLabel=true
+Widgets\QgsMergeAttributesDialogBase\mTakeSelectedAttributesLabel=true
+Widgets\QgsMessageLogViewer=true
+Widgets\QgsMessageLogViewer\tabWidget=true
+Widgets\QgsMessageViewer=true
+Widgets\QgsMessageViewer\buttonBox=true
+Widgets\QgsMessageViewer\checkBox=true
+Widgets\QgsMessageViewer\txtMessage=true
+Widgets\QgsMessageViewer\txtMessage\qt_scrollarea_hcontainer=true
+Widgets\QgsMessageViewer\txtMessage\qt_scrollarea_vcontainer=true
+Widgets\QgsMessageViewer\txtMessage\qt_scrollarea_viewport=true
+Widgets\QgsMssqlNewConnectionBase=true
+Widgets\QgsMssqlNewConnectionBase\buttonBox=true
+Widgets\QgsMssqlNewConnectionBase\GroupBox1=true
+Widgets\QgsMssqlNewConnectionBase\GroupBox1\btnConnect=true
+Widgets\QgsMssqlNewConnectionBase\GroupBox1\cb_allowGeometrylessTables=true
+Widgets\QgsMssqlNewConnectionBase\GroupBox1\cb_geometryColumns=true
+Widgets\QgsMssqlNewConnectionBase\GroupBox1\cb_trustedConnection=true
+Widgets\QgsMssqlNewConnectionBase\GroupBox1\cb_useEstimatedMetadata=true
+Widgets\QgsMssqlNewConnectionBase\GroupBox1\chkStorePassword=true
+Widgets\QgsMssqlNewConnectionBase\GroupBox1\chkStoreUsername=true
+Widgets\QgsMssqlNewConnectionBase\GroupBox1\label=true
+Widgets\QgsMssqlNewConnectionBase\GroupBox1\label_2=true
+Widgets\QgsMssqlNewConnectionBase\GroupBox1\TextLabel1=true
+Widgets\QgsMssqlNewConnectionBase\GroupBox1\TextLabel1_2=true
+Widgets\QgsMssqlNewConnectionBase\GroupBox1\TextLabel2=true
+Widgets\QgsMssqlNewConnectionBase\GroupBox1\TextLabel3=true
+Widgets\QgsMssqlNewConnectionBase\GroupBox1\TextLabel3_2=true
+Widgets\QgsMssqlNewConnectionBase\GroupBox1\txtDatabase=true
+Widgets\QgsMssqlNewConnectionBase\GroupBox1\txtHost=true
+Widgets\QgsMssqlNewConnectionBase\GroupBox1\txtName=true
+Widgets\QgsMssqlNewConnectionBase\GroupBox1\txtPassword=true
+Widgets\QgsMssqlNewConnectionBase\GroupBox1\txtService=true
+Widgets\QgsMssqlNewConnectionBase\GroupBox1\txtUsername=true
+Widgets\QgsMultiBandColorRendererWidgetBase=true
+Widgets\QgsMultiBandColorRendererWidgetBase\label=true
+Widgets\QgsMultiBandColorRendererWidgetBase\label_2=true
+Widgets\QgsMultiBandColorRendererWidgetBase\mBlueBandComboBox=true
+Widgets\QgsMultiBandColorRendererWidgetBase\mBlueBandLabel=true
+Widgets\QgsMultiBandColorRendererWidgetBase\mBlueMaxLineEdit=true
+Widgets\QgsMultiBandColorRendererWidgetBase\mBlueMinLineEdit=true
+Widgets\QgsMultiBandColorRendererWidgetBase\mContrastEnhancementAlgorithmComboBox=true
+Widgets\QgsMultiBandColorRendererWidgetBase\mContrastEnhancementAlgorithmLabel=true
+Widgets\QgsMultiBandColorRendererWidgetBase\mGreenBandComboBox=true
+Widgets\QgsMultiBandColorRendererWidgetBase\mGreenBandLabel=true
+Widgets\QgsMultiBandColorRendererWidgetBase\mGreenMaxLineEdit=true
+Widgets\QgsMultiBandColorRendererWidgetBase\mGreenMinLineEdit=true
+Widgets\QgsMultiBandColorRendererWidgetBase\mMinLabel=true
+Widgets\QgsMultiBandColorRendererWidgetBase\mRedBandComboBox=true
+Widgets\QgsMultiBandColorRendererWidgetBase\mRedBandLabel=true
+Widgets\QgsMultiBandColorRendererWidgetBase\mRedMaxLineEdit=true
+Widgets\QgsMultiBandColorRendererWidgetBase\mRedMinLineEdit=true
+Widgets\QgsNewHttpConnectionBase=true
+Widgets\QgsNewHttpConnectionBase\buttonBox=true
+Widgets\QgsNewHttpConnectionBase\mGroupBox=true
+Widgets\QgsNewHttpConnectionBase\mGroupBox\cbxIgnoreAxisOrientation=true
+Widgets\QgsNewHttpConnectionBase\mGroupBox\cbxIgnoreGetFeatureInfoURI=true
+Widgets\QgsNewHttpConnectionBase\mGroupBox\cbxIgnoreGetMapURI=true
+Widgets\QgsNewHttpConnectionBase\mGroupBox\cbxInvertAxisOrientation=true
+Widgets\QgsNewHttpConnectionBase\mGroupBox\cbxSmoothPixmapTransform=true
+Widgets\QgsNewHttpConnectionBase\mGroupBox\label=true
+Widgets\QgsNewHttpConnectionBase\mGroupBox\label_2=true
+Widgets\QgsNewHttpConnectionBase\mGroupBox\label_3=true
+Widgets\QgsNewHttpConnectionBase\mGroupBox\lblReferer=true
+Widgets\QgsNewHttpConnectionBase\mGroupBox\TextLabel1=true
+Widgets\QgsNewHttpConnectionBase\mGroupBox\TextLabel1_2=true
+Widgets\QgsNewHttpConnectionBase\mGroupBox\txtName=true
+Widgets\QgsNewHttpConnectionBase\mGroupBox\txtPassword=true
+Widgets\QgsNewHttpConnectionBase\mGroupBox\txtReferer=true
+Widgets\QgsNewHttpConnectionBase\mGroupBox\txtUrl=true
+Widgets\QgsNewHttpConnectionBase\mGroupBox\txtUserName=true
+Widgets\QgsNewOgrConnectionBase=true
+Widgets\QgsNewOgrConnectionBase\buttonBox=true
+Widgets\QgsNewOgrConnectionBase\GroupBox1=true
+Widgets\QgsNewOgrConnectionBase\GroupBox1\btnConnect=true
+Widgets\QgsNewOgrConnectionBase\GroupBox1\chkStorePassword=true
+Widgets\QgsNewOgrConnectionBase\GroupBox1\cmbDatabaseTypes=true
+Widgets\QgsNewOgrConnectionBase\GroupBox1\label=true
+Widgets\QgsNewOgrConnectionBase\GroupBox1\TextLabel1=true
+Widgets\QgsNewOgrConnectionBase\GroupBox1\TextLabel1_2=true
+Widgets\QgsNewOgrConnectionBase\GroupBox1\TextLabel2=true
+Widgets\QgsNewOgrConnectionBase\GroupBox1\TextLabel2_2=true
+Widgets\QgsNewOgrConnectionBase\GroupBox1\TextLabel3=true
+Widgets\QgsNewOgrConnectionBase\GroupBox1\TextLabel3_2=true
+Widgets\QgsNewOgrConnectionBase\GroupBox1\txtDatabase=true
+Widgets\QgsNewOgrConnectionBase\GroupBox1\txtHost=true
+Widgets\QgsNewOgrConnectionBase\GroupBox1\txtName=true
+Widgets\QgsNewOgrConnectionBase\GroupBox1\txtPassword=true
+Widgets\QgsNewOgrConnectionBase\GroupBox1\txtPort=true
+Widgets\QgsNewOgrConnectionBase\GroupBox1\txtUsername=true
+Widgets\QgsNewSpatialiteLayerDialogBase=true
+Widgets\QgsNewSpatialiteLayerDialogBase\buttonBox=true
+Widgets\QgsNewSpatialiteLayerDialogBase\scrollArea=true
+Widgets\QgsNewSpatialiteLayerDialogBase\scrollArea\qt_scrollarea_hcontainer=true
+Widgets\QgsNewSpatialiteLayerDialogBase\scrollArea\qt_scrollarea_vcontainer=true
+Widgets\QgsNewSpatialiteLayerDialogBase\scrollArea\qt_scrollarea_viewport=true
+Widgets\QgsNewSpatialiteLayerDialogBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents=true
+Widgets\QgsNewSpatialiteLayerDialogBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\buttonGroup1=true
+Widgets\QgsNewSpatialiteLayerDialogBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\buttonGroup1\mLineRadioButton=true
+Widgets\QgsNewSpatialiteLayerDialogBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\buttonGroup1\mMultilineRadioButton=true
+Widgets\QgsNewSpatialiteLayerDialogBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\buttonGroup1\mMultipointRadioButton=true
+Widgets\QgsNewSpatialiteLayerDialogBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\buttonGroup1\mMultipolygonRadioButton=true
+Widgets\QgsNewSpatialiteLayerDialogBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\buttonGroup1\mPointRadioButton=true
+Widgets\QgsNewSpatialiteLayerDialogBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\buttonGroup1\mPolygonRadioButton=true
+Widgets\QgsNewSpatialiteLayerDialogBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\checkBoxPrimaryKey=true
+Widgets\QgsNewSpatialiteLayerDialogBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox=true
+Widgets\QgsNewSpatialiteLayerDialogBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox\mNameEdit=true
+Widgets\QgsNewSpatialiteLayerDialogBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox\mTypeBox=true
+Widgets\QgsNewSpatialiteLayerDialogBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox\textLabel1=true
+Widgets\QgsNewSpatialiteLayerDialogBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox\textLabel2=true
+Widgets\QgsNewSpatialiteLayerDialogBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox_2=true
+Widgets\QgsNewSpatialiteLayerDialogBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\label=true
+Widgets\QgsNewSpatialiteLayerDialogBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\label_2=true
+Widgets\QgsNewSpatialiteLayerDialogBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\leGeometryColumn=true
+Widgets\QgsNewSpatialiteLayerDialogBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\leLayerName=true
+Widgets\QgsNewSpatialiteLayerDialogBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\leSRID=true
+Widgets\QgsNewSpatialiteLayerDialogBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\mDatabaseComboBox=true
+Widgets\QgsNewSpatialiteLayerDialogBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\mFileFormatLabel=true
+Widgets\QgsNewSpatialiteLayerDialogBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\pbnFindSRID=true
+Widgets\QgsNewVectorLayerDialogBase=true
+Widgets\QgsNewVectorLayerDialogBase\buttonBox=true
+Widgets\QgsNewVectorLayerDialogBase\buttonGroup1=true
+Widgets\QgsNewVectorLayerDialogBase\buttonGroup1\mLineRadioButton=true
+Widgets\QgsNewVectorLayerDialogBase\buttonGroup1\mPointRadioButton=true
+Widgets\QgsNewVectorLayerDialogBase\buttonGroup1\mPolygonRadioButton=true
+Widgets\QgsNewVectorLayerDialogBase\groupBox=true
+Widgets\QgsNewVectorLayerDialogBase\groupBox\label=true
+Widgets\QgsNewVectorLayerDialogBase\groupBox\label_2=true
+Widgets\QgsNewVectorLayerDialogBase\groupBox\mNameEdit=true
+Widgets\QgsNewVectorLayerDialogBase\groupBox\mPrecision=true
+Widgets\QgsNewVectorLayerDialogBase\groupBox\mTypeBox=true
+Widgets\QgsNewVectorLayerDialogBase\groupBox\mWidth=true
+Widgets\QgsNewVectorLayerDialogBase\groupBox\textLabel1=true
+Widgets\QgsNewVectorLayerDialogBase\groupBox\textLabel2=true
+Widgets\QgsNewVectorLayerDialogBase\groupBox_2=true
+Widgets\QgsNewVectorLayerDialogBase\leSpatialRefSys=true
+Widgets\QgsNewVectorLayerDialogBase\mFileFormatComboBox=true
+Widgets\QgsNewVectorLayerDialogBase\mFileFormatLabel=true
+Widgets\QgsNewVectorLayerDialogBase\pbnChangeSpatialRefSys=true
+Widgets\QgsOpenVectorLayerDialogBase=true
+Widgets\QgsOpenVectorLayerDialogBase\buttonBox=true
+Widgets\QgsOpenVectorLayerDialogBase\dbGroupBox=true
+Widgets\QgsOpenVectorLayerDialogBase\dbGroupBox\cmbDatabaseTypes=true
+Widgets\QgsOpenVectorLayerDialogBase\dbGroupBox\groupBox=true
+Widgets\QgsOpenVectorLayerDialogBase\dbGroupBox\groupBox\btnDelete=true
+Widgets\QgsOpenVectorLayerDialogBase\dbGroupBox\groupBox\btnEdit=true
+Widgets\QgsOpenVectorLayerDialogBase\dbGroupBox\groupBox\btnNew=true
+Widgets\QgsOpenVectorLayerDialogBase\dbGroupBox\groupBox\cmbConnections=true
+Widgets\QgsOpenVectorLayerDialogBase\dbGroupBox\label_4=true
+Widgets\QgsOpenVectorLayerDialogBase\fileGroupBox=true
+Widgets\QgsOpenVectorLayerDialogBase\fileGroupBox\buttonSelectSrc=true
+Widgets\QgsOpenVectorLayerDialogBase\fileGroupBox\cmbDirectoryTypes=true
+Widgets\QgsOpenVectorLayerDialogBase\fileGroupBox\inputSrcDataset=true
+Widgets\QgsOpenVectorLayerDialogBase\fileGroupBox\labelDirectoryType=true
+Widgets\QgsOpenVectorLayerDialogBase\fileGroupBox\labelSrcDataset=true
+Widgets\QgsOpenVectorLayerDialogBase\protocolGroupBox=true
+Widgets\QgsOpenVectorLayerDialogBase\protocolGroupBox\cmbProtocolTypes=true
+Widgets\QgsOpenVectorLayerDialogBase\protocolGroupBox\label=true
+Widgets\QgsOpenVectorLayerDialogBase\protocolGroupBox\label_2=true
+Widgets\QgsOpenVectorLayerDialogBase\protocolGroupBox\protocolURI=true
+Widgets\QgsOpenVectorLayerDialogBase\srcGroupBox_2=true
+Widgets\QgsOpenVectorLayerDialogBase\srcGroupBox_2\cmbEncodings=true
+Widgets\QgsOpenVectorLayerDialogBase\srcGroupBox_2\label_3=true
+Widgets\QgsOpenVectorLayerDialogBase\srcGroupBox_2\radioSrcDatabase=true
+Widgets\QgsOpenVectorLayerDialogBase\srcGroupBox_2\radioSrcDirectory=true
+Widgets\QgsOpenVectorLayerDialogBase\srcGroupBox_2\radioSrcFile=true
+Widgets\QgsOpenVectorLayerDialogBase\srcGroupBox_2\radioSrcProtocol=true
+Widgets\QgsOptionsBase=true
+Widgets\QgsOracleNewConnectionBase=true
+Widgets\QgsOracleNewConnectionBase\buttonBox=true
+Widgets\QgsOracleNewConnectionBase\GroupBox1=true
+Widgets\QgsOracleNewConnectionBase\GroupBox1\btnConnect=true
+Widgets\QgsOracleNewConnectionBase\GroupBox1\cb_allowGeometrylessTables=true
+Widgets\QgsOracleNewConnectionBase\GroupBox1\cb_geometryColumnsOnly=true
+Widgets\QgsOracleNewConnectionBase\GroupBox1\cb_onlyExistingTypes=true
+Widgets\QgsOracleNewConnectionBase\GroupBox1\cb_useEstimatedMetadata=true
+Widgets\QgsOracleNewConnectionBase\GroupBox1\cb_userTablesOnly=true
+Widgets\QgsOracleNewConnectionBase\GroupBox1\chkStorePassword=true
+Widgets\QgsOracleNewConnectionBase\GroupBox1\chkStoreUsername=true
+Widgets\QgsOracleNewConnectionBase\GroupBox1\label=true
+Widgets\QgsOracleNewConnectionBase\GroupBox1\TextLabel1=true
+Widgets\QgsOracleNewConnectionBase\GroupBox1\TextLabel1_2=true
+Widgets\QgsOracleNewConnectionBase\GroupBox1\TextLabel2_2=true
+Widgets\QgsOracleNewConnectionBase\GroupBox1\TextLabel3=true
+Widgets\QgsOracleNewConnectionBase\GroupBox1\TextLabel3_2=true
+Widgets\QgsOracleNewConnectionBase\GroupBox1\txtDatabase=true
+Widgets\QgsOracleNewConnectionBase\GroupBox1\txtHost=true
+Widgets\QgsOracleNewConnectionBase\GroupBox1\txtName=true
+Widgets\QgsOracleNewConnectionBase\GroupBox1\txtPassword=true
+Widgets\QgsOracleNewConnectionBase\GroupBox1\txtPort=true
+Widgets\QgsOracleNewConnectionBase\GroupBox1\txtUsername=true
+Widgets\QgsOSMDownloadDialog=true
+Widgets\QgsOSMDownloadDialog\buttonBox=true
+Widgets\QgsOSMDownloadDialog\editSize=true
+Widgets\QgsOSMDownloadDialog\groupBox=true
+Widgets\QgsOSMDownloadDialog\groupBox\cboLayers=true
+Widgets\QgsOSMDownloadDialog\groupBox\editXMax=true
+Widgets\QgsOSMDownloadDialog\groupBox\editXMin=true
+Widgets\QgsOSMDownloadDialog\groupBox\editYMax=true
+Widgets\QgsOSMDownloadDialog\groupBox\editYMin=true
+Widgets\QgsOSMDownloadDialog\groupBox\radExtentCanvas=true
+Widgets\QgsOSMDownloadDialog\groupBox\radExtentLayer=true
+Widgets\QgsOSMDownloadDialog\groupBox\radExtentManual=true
+Widgets\QgsOSMDownloadDialog\groupBox_2=true
+Widgets\QgsOSMDownloadDialog\groupBox_2\editFileName=true
+Widgets\QgsOSMDownloadDialog\progress=true
+Widgets\QgsOSMExportDialog=true
+Widgets\QgsOSMExportDialog\buttonBox=true
+Widgets\QgsOSMExportDialog\chkLoadWhenFinished=true
+Widgets\QgsOSMExportDialog\groupBox=true
+Widgets\QgsOSMExportDialog\groupBox\editDbFileName=true
+Widgets\QgsOSMExportDialog\groupBox_2=true
+Widgets\QgsOSMExportDialog\groupBox_2\editLayerName=true
+Widgets\QgsOSMExportDialog\groupBox_3=true
+Widgets\QgsOSMExportDialog\groupBox_3\btnLoadTags=true
+Widgets\QgsOSMExportDialog\groupBox_4=true
+Widgets\QgsOSMExportDialog\groupBox_4\radPoints=true
+Widgets\QgsOSMExportDialog\groupBox_4\radPolygons=true
+Widgets\QgsOSMExportDialog\groupBox_4\radPolylines=true
+Widgets\QgsOSMExportDialog\progressBar=true
+Widgets\QgsOSMImportDialog=true
+Widgets\QgsOSMImportDialog\buttonBox=true
+Widgets\QgsOSMImportDialog\groupBox=true
+Widgets\QgsOSMImportDialog\groupBox\editDbFileName=true
+Widgets\QgsOSMImportDialog\groupBox_2=true
+Widgets\QgsOSMImportDialog\groupBox_2\editXmlFileName=true
+Widgets\QgsOSMImportDialog\groupCreateConn=true
+Widgets\QgsOSMImportDialog\groupCreateConn\editConnName=true
+Widgets\QgsOSMImportDialog\groupCreateConn\label=true
+Widgets\QgsOSMImportDialog\progressBar=true
+Widgets\QgsOWSSourceSelectBase=true
+Widgets\QgsOWSSourceSelectBase\mDialogButtonBox=true
+Widgets\QgsOWSSourceSelectBase\mStatusLabel=true
+Widgets\QgsOWSSourceSelectBase\mTabWidget=true
+Widgets\QgsOWSSourceSelectBase\mTabWidget\mLayerOrderTab=true
+Widgets\QgsOWSSourceSelectBase\mTabWidget\mLayerOrderTab\mLayerDownButton=true
+Widgets\QgsOWSSourceSelectBase\mTabWidget\mLayerOrderTab\mLayerUpButton=true
+Widgets\QgsOWSSourceSelectBase\mTabWidget\mLayersTab=true
+Widgets\QgsOWSSourceSelectBase\mTabWidget\mLayersTab\mAddDefaultButton=true
+Widgets\QgsOWSSourceSelectBase\mTabWidget\mLayersTab\mCacheWidget=true
+Widgets\QgsOWSSourceSelectBase\mTabWidget\mLayersTab\mCacheWidget\mCacheComboBox=true
+Widgets\QgsOWSSourceSelectBase\mTabWidget\mLayersTab\mCacheWidget\mCacheLabel=true
+Widgets\QgsOWSSourceSelectBase\mTabWidget\mLayersTab\mConnectButton=true
+Widgets\QgsOWSSourceSelectBase\mTabWidget\mLayersTab\mConnectionsComboBox=true
+Widgets\QgsOWSSourceSelectBase\mTabWidget\mLayersTab\mCRSWidget=true
+Widgets\QgsOWSSourceSelectBase\mTabWidget\mLayersTab\mCRSWidget\mChangeCRSButton=true
+Widgets\QgsOWSSourceSelectBase\mTabWidget\mLayersTab\mCRSWidget\mCRSLabel=true
+Widgets\QgsOWSSourceSelectBase\mTabWidget\mLayersTab\mCRSWidget\mSelectedCRSLabel=true
+Widgets\QgsOWSSourceSelectBase\mTabWidget\mLayersTab\mDeleteButton=true
+Widgets\QgsOWSSourceSelectBase\mTabWidget\mLayersTab\mEditButton=true
+Widgets\QgsOWSSourceSelectBase\mTabWidget\mLayersTab\mFormatWidget=true
+Widgets\QgsOWSSourceSelectBase\mTabWidget\mLayersTab\mFormatWidget\mFormatComboBox=true
+Widgets\QgsOWSSourceSelectBase\mTabWidget\mLayersTab\mFormatWidget\mFormatLabel=true
+Widgets\QgsOWSSourceSelectBase\mTabWidget\mLayersTab\mLoadButton=true
+Widgets\QgsOWSSourceSelectBase\mTabWidget\mLayersTab\mNewButton=true
+Widgets\QgsOWSSourceSelectBase\mTabWidget\mLayersTab\mSaveButton=true
+Widgets\QgsOWSSourceSelectBase\mTabWidget\mLayersTab\mTimeWidget=true
+Widgets\QgsOWSSourceSelectBase\mTabWidget\mLayersTab\mTimeWidget\mTimeComboBox=true
+Widgets\QgsOWSSourceSelectBase\mTabWidget\mLayersTab\mTimeWidget\mTimeLabel=true
+Widgets\QgsOWSSourceSelectBase\mTabWidget\mLayersTab\mWMSGroupBox=true
+Widgets\QgsOWSSourceSelectBase\mTabWidget\mLayersTab\mWMSGroupBox\mFeatureCountLabel=true
+Widgets\QgsOWSSourceSelectBase\mTabWidget\mLayersTab\mWMSGroupBox\mFeatureCountLineEdit=true
+Widgets\QgsOWSSourceSelectBase\mTabWidget\mLayersTab\mWMSGroupBox\mLayerNameLabel=true
+Widgets\QgsOWSSourceSelectBase\mTabWidget\mLayersTab\mWMSGroupBox\mLayerNameLineEdit=true
+Widgets\QgsOWSSourceSelectBase\mTabWidget\mLayersTab\mWMSGroupBox\mTileHeightLineEdit=true
+Widgets\QgsOWSSourceSelectBase\mTabWidget\mLayersTab\mWMSGroupBox\mTileSizeLabel=true
+Widgets\QgsOWSSourceSelectBase\mTabWidget\mLayersTab\mWMSGroupBox\mTileWidthLineEdit=true
+Widgets\QgsOWSSourceSelectBase\mTabWidget\mSearchTab=true
+Widgets\QgsOWSSourceSelectBase\mTabWidget\mSearchTab\mSearchAddButton=true
+Widgets\QgsOWSSourceSelectBase\mTabWidget\mSearchTab\mSearchButton=true
+Widgets\QgsOWSSourceSelectBase\mTabWidget\mSearchTab\mSearchTermLineEdit=true
+Widgets\QgsOWSSourceSelectBase\mTabWidget\mTilesetsTab=true
+Widgets\QgsPalettedRendererWidgetBase=true
+Widgets\QgsPalettedRendererWidgetBase\mBandComboBox=true
+Widgets\QgsPalettedRendererWidgetBase\mBandLabel=true
+Widgets\QgsPasteTransformationsBase=true
+Widgets\QgsPasteTransformationsBase\buttonBox=true
+Widgets\QgsPasteTransformationsBase\destinationLayerComboBox=true
+Widgets\QgsPasteTransformationsBase\sourceLayerComboBox=true
+Widgets\QgsPasteTransformationsBase\textLabel1_2=true
+Widgets\QgsPasteTransformationsBase\textLabel3=true
+Widgets\QgsPasteTransformationsBase\textLabel4=true
+Widgets\QgsPgNewConnectionBase=true
+Widgets\QgsPgNewConnectionBase\buttonBox=true
+Widgets\QgsPgNewConnectionBase\GroupBox1=true
+Widgets\QgsPgNewConnectionBase\GroupBox1\btnConnect=true
+Widgets\QgsPgNewConnectionBase\GroupBox1\cb_allowGeometrylessTables=true
+Widgets\QgsPgNewConnectionBase\GroupBox1\cb_dontResolveType=true
+Widgets\QgsPgNewConnectionBase\GroupBox1\cb_geometryColumnsOnly=true
+Widgets\QgsPgNewConnectionBase\GroupBox1\cb_publicSchemaOnly=true
+Widgets\QgsPgNewConnectionBase\GroupBox1\cb_useEstimatedMetadata=true
+Widgets\QgsPgNewConnectionBase\GroupBox1\cbxSSLmode=true
+Widgets\QgsPgNewConnectionBase\GroupBox1\chkStorePassword=true
+Widgets\QgsPgNewConnectionBase\GroupBox1\chkStoreUsername=true
+Widgets\QgsPgNewConnectionBase\GroupBox1\label=true
+Widgets\QgsPgNewConnectionBase\GroupBox1\TextLabel1=true
+Widgets\QgsPgNewConnectionBase\GroupBox1\TextLabel1_2=true
+Widgets\QgsPgNewConnectionBase\GroupBox1\TextLabel2=true
+Widgets\QgsPgNewConnectionBase\GroupBox1\TextLabel2_2=true
+Widgets\QgsPgNewConnectionBase\GroupBox1\TextLabel3=true
+Widgets\QgsPgNewConnectionBase\GroupBox1\TextLabel3_2=true
+Widgets\QgsPgNewConnectionBase\GroupBox1\TextLabel3_3=true
+Widgets\QgsPgNewConnectionBase\GroupBox1\txtDatabase=true
+Widgets\QgsPgNewConnectionBase\GroupBox1\txtHost=true
+Widgets\QgsPgNewConnectionBase\GroupBox1\txtName=true
+Widgets\QgsPgNewConnectionBase\GroupBox1\txtPassword=true
+Widgets\QgsPgNewConnectionBase\GroupBox1\txtPort=true
+Widgets\QgsPgNewConnectionBase\GroupBox1\txtService=true
+Widgets\QgsPgNewConnectionBase\GroupBox1\txtUsername=true
+Widgets\QgsPluginManagerBase=true
+Widgets\QgsPluginManagerBase\buttonBox=true
+Widgets\QgsPointDisplacementRendererWidgetBase=true
+Widgets\QgsPointDisplacementRendererWidgetBase\mCenterSymbolLabel=true
+Widgets\QgsPointDisplacementRendererWidgetBase\mCenterSymbolPushButton=true
+Widgets\QgsPointDisplacementRendererWidgetBase\mDisplacementCirclesGroupBox=true
+Widgets\QgsPointDisplacementRendererWidgetBase\mDisplacementCirclesGroupBox\mCircleColorLabel=true
+Widgets\QgsPointDisplacementRendererWidgetBase\mDisplacementCirclesGroupBox\mCircleRadiusLabel=true
+Widgets\QgsPointDisplacementRendererWidgetBase\mDisplacementCirclesGroupBox\mCircleWidthLabel=true
+Widgets\QgsPointDisplacementRendererWidgetBase\mDisplacementCirclesGroupBox\mDistanceToleranceLabel=true
+Widgets\QgsPointDisplacementRendererWidgetBase\mLabelingGroupBox=true
+Widgets\QgsPointDisplacementRendererWidgetBase\mLabelingGroupBox\mLabelAttributeLabel=true
+Widgets\QgsPointDisplacementRendererWidgetBase\mLabelingGroupBox\mLabelColorLabel=true
+Widgets\QgsPointDisplacementRendererWidgetBase\mLabelingGroupBox\mLabelFieldComboBox=true
+Widgets\QgsPointDisplacementRendererWidgetBase\mLabelingGroupBox\mLabelFontButton=true
+Widgets\QgsPointDisplacementRendererWidgetBase\mLabelingGroupBox\mMaxScaleDenominatorEdit=true
+Widgets\QgsPointDisplacementRendererWidgetBase\mLabelingGroupBox\mMaxScaleLabel=true
+Widgets\QgsPointDisplacementRendererWidgetBase\mLabelingGroupBox\mScaleDependentLabelsCheckBox=true
+Widgets\QgsPointDisplacementRendererWidgetBase\mRendererComboBox=true
+Widgets\QgsPointDisplacementRendererWidgetBase\mRendererLabel=true
+Widgets\QgsPointDisplacementRendererWidgetBase\mRendererSettingsButton=true
+Widgets\QgsProjectionSelectorBase=true
+Widgets\QgsProjectionSelectorBase\label=true
+Widgets\QgsProjectionSelectorBase\label_3=true
+Widgets\QgsProjectionSelectorBase\label_5=true
+Widgets\QgsProjectionSelectorBase\teProjection=true
+Widgets\QgsProjectionSelectorBase\teProjection\qt_scrollarea_hcontainer=true
+Widgets\QgsProjectionSelectorBase\teProjection\qt_scrollarea_vcontainer=true
+Widgets\QgsProjectionSelectorBase\teProjection\qt_scrollarea_viewport=true
+Widgets\QgsProjectionSelectorBase\teSelected=true
+Widgets\QgsProjectLayerGroupDialogBase=true
+Widgets\QgsProjectLayerGroupDialogBase\mButtonBox=true
+Widgets\QgsProjectLayerGroupDialogBase\mProjectFileLabel=true
+Widgets\QgsProjectLayerGroupDialogBase\mProjectFileLineEdit=true
+Widgets\QgsProjectPropertiesBase=true
+Widgets\QgsQueryBuilderBase=true
+Widgets\QgsQueryBuilderBase\buttonBox=true
+Widgets\QgsQueryBuilderBase\groupBox1=true
+Widgets\QgsQueryBuilderBase\groupBox1\lstFields=true
+Widgets\QgsQueryBuilderBase\groupBox1\lstFields\qt_scrollarea_hcontainer=true
+Widgets\QgsQueryBuilderBase\groupBox1\lstFields\qt_scrollarea_vcontainer=true
+Widgets\QgsQueryBuilderBase\groupBox1\lstFields\qt_scrollarea_viewport=true
+Widgets\QgsQueryBuilderBase\groupBox2=true
+Widgets\QgsQueryBuilderBase\groupBox2\btnGetAllValues=true
+Widgets\QgsQueryBuilderBase\groupBox2\btnSampleValues=true
+Widgets\QgsQueryBuilderBase\groupBox2\lstValues=true
+Widgets\QgsQueryBuilderBase\groupBox2\lstValues\qt_scrollarea_hcontainer=true
+Widgets\QgsQueryBuilderBase\groupBox2\lstValues\qt_scrollarea_vcontainer=true
+Widgets\QgsQueryBuilderBase\groupBox2\lstValues\qt_scrollarea_viewport=true
+Widgets\QgsQueryBuilderBase\groupBox2\mUseUnfilteredLayer=true
+Widgets\QgsQueryBuilderBase\groupBox3=true
+Widgets\QgsQueryBuilderBase\groupBox3\txtSQL=true
+Widgets\QgsQueryBuilderBase\groupBox3\txtSQL\qt_scrollarea_hcontainer=true
+Widgets\QgsQueryBuilderBase\groupBox3\txtSQL\qt_scrollarea_vcontainer=true
+Widgets\QgsQueryBuilderBase\groupBox3\txtSQL\qt_scrollarea_viewport=true
+Widgets\QgsQueryBuilderBase\groupBox4=true
+Widgets\QgsQueryBuilderBase\groupBox4\btnAnd=true
+Widgets\QgsQueryBuilderBase\groupBox4\btnEqual=true
+Widgets\QgsQueryBuilderBase\groupBox4\btnGreaterEqual=true
+Widgets\QgsQueryBuilderBase\groupBox4\btnGreaterThan=true
+Widgets\QgsQueryBuilderBase\groupBox4\btnILike=true
+Widgets\QgsQueryBuilderBase\groupBox4\btnIn=true
+Widgets\QgsQueryBuilderBase\groupBox4\btnLessEqual=true
+Widgets\QgsQueryBuilderBase\groupBox4\btnLessThan=true
+Widgets\QgsQueryBuilderBase\groupBox4\btnLike=true
+Widgets\QgsQueryBuilderBase\groupBox4\btnNot=true
+Widgets\QgsQueryBuilderBase\groupBox4\btnNotEqual=true
+Widgets\QgsQueryBuilderBase\groupBox4\btnNotIn=true
+Widgets\QgsQueryBuilderBase\groupBox4\btnOr=true
+Widgets\QgsQueryBuilderBase\groupBox4\btnPct=true
+Widgets\QgsQueryBuilderBase\lblDataUri=true
+Widgets\QgsRasterCalcDialogBase=true
+Widgets\QgsRasterCalcDialogBase\mButtonBox=true
+Widgets\QgsRasterCalcDialogBase\mExpressionTextEdit=true
+Widgets\QgsRasterCalcDialogBase\mExpressionTextEdit\qt_scrollarea_hcontainer=true
+Widgets\QgsRasterCalcDialogBase\mExpressionTextEdit\qt_scrollarea_vcontainer=true
+Widgets\QgsRasterCalcDialogBase\mExpressionTextEdit\qt_scrollarea_viewport=true
+Widgets\QgsRasterCalcDialogBase\mExpressionValidLabel=true
+Widgets\QgsRasterCalcDialogBase\mOperatorsGroupBox=true
+Widgets\QgsRasterCalcDialogBase\mOperatorsGroupBox\mACosButton=true
+Widgets\QgsRasterCalcDialogBase\mOperatorsGroupBox\mAndButton=true
+Widgets\QgsRasterCalcDialogBase\mOperatorsGroupBox\mASinButton=true
+Widgets\QgsRasterCalcDialogBase\mOperatorsGroupBox\mATanButton=true
+Widgets\QgsRasterCalcDialogBase\mOperatorsGroupBox\mCloseBracketPushButton=true
+Widgets\QgsRasterCalcDialogBase\mOperatorsGroupBox\mCosButton=true
+Widgets\QgsRasterCalcDialogBase\mOperatorsGroupBox\mDividePushButton=true
+Widgets\QgsRasterCalcDialogBase\mOperatorsGroupBox\mEqualButton=true
+Widgets\QgsRasterCalcDialogBase\mOperatorsGroupBox\mExpButton=true
+Widgets\QgsRasterCalcDialogBase\mOperatorsGroupBox\mGreaterButton=true
+Widgets\QgsRasterCalcDialogBase\mOperatorsGroupBox\mGreaterEqualButton=true
+Widgets\QgsRasterCalcDialogBase\mOperatorsGroupBox\mLessButton=true
+Widgets\QgsRasterCalcDialogBase\mOperatorsGroupBox\mLesserEqualButton=true
+Widgets\QgsRasterCalcDialogBase\mOperatorsGroupBox\mMinusPushButton=true
+Widgets\QgsRasterCalcDialogBase\mOperatorsGroupBox\mMultiplyPushButton=true
+Widgets\QgsRasterCalcDialogBase\mOperatorsGroupBox\mOpenBracketPushButton=true
+Widgets\QgsRasterCalcDialogBase\mOperatorsGroupBox\mOrButton=true
+Widgets\QgsRasterCalcDialogBase\mOperatorsGroupBox\mPlusPushButton=true
+Widgets\QgsRasterCalcDialogBase\mOperatorsGroupBox\mSinButton=true
+Widgets\QgsRasterCalcDialogBase\mOperatorsGroupBox\mSqrtButton=true
+Widgets\QgsRasterCalcDialogBase\mOperatorsGroupBox\mTanButton=true
+Widgets\QgsRasterCalcDialogBase\mRasterBandsGroupBox=true
+Widgets\QgsRasterCalcDialogBase\mRasterCalculatorExpressionLabel=true
+Widgets\QgsRasterCalcDialogBase\mResultGroupBox=true
+Widgets\QgsRasterCalcDialogBase\mResultGroupBox\mAddResultToProjectCheckBox=true
+Widgets\QgsRasterCalcDialogBase\mResultGroupBox\mColumnsLabel=true
+Widgets\QgsRasterCalcDialogBase\mResultGroupBox\mCurrentLayerExtentButton=true
+Widgets\QgsRasterCalcDialogBase\mResultGroupBox\mNColumnsSpinBox=true
+Widgets\QgsRasterCalcDialogBase\mResultGroupBox\mNColumnsSpinBox\qt_spinbox_lineedit=true
+Widgets\QgsRasterCalcDialogBase\mResultGroupBox\mNRowsSpinBox=true
+Widgets\QgsRasterCalcDialogBase\mResultGroupBox\mNRowsSpinBox\qt_spinbox_lineedit=true
+Widgets\QgsRasterCalcDialogBase\mResultGroupBox\mOutputFormatComboBox=true
+Widgets\QgsRasterCalcDialogBase\mResultGroupBox\mOutputFormatLabel=true
+Widgets\QgsRasterCalcDialogBase\mResultGroupBox\mOutputLayerLabel=true
+Widgets\QgsRasterCalcDialogBase\mResultGroupBox\mOutputLayerLineEdit=true
+Widgets\QgsRasterCalcDialogBase\mResultGroupBox\mOutputLayerPushButton=true
+Widgets\QgsRasterCalcDialogBase\mResultGroupBox\mRowsLabel=true
+Widgets\QgsRasterCalcDialogBase\mResultGroupBox\mXMaxLabel=true
+Widgets\QgsRasterCalcDialogBase\mResultGroupBox\mXMinLabel=true
+Widgets\QgsRasterCalcDialogBase\mResultGroupBox\mYMaxLabel=true
+Widgets\QgsRasterCalcDialogBase\mResultGroupBox\mYMinLabel=true
+Widgets\QgsRasterFormatSaveOptionsWidgetBase=true
+Widgets\QgsRasterFormatSaveOptionsWidgetBase\mOptionsStackedWidget=true
+Widgets\QgsRasterFormatSaveOptionsWidgetBase\mOptionsStackedWidget\page=true
+Widgets\QgsRasterFormatSaveOptionsWidgetBase\mOptionsStackedWidget\page\mOptionsAddButton=true
+Widgets\QgsRasterFormatSaveOptionsWidgetBase\mOptionsStackedWidget\page\mOptionsDeleteButton=true
+Widgets\QgsRasterFormatSaveOptionsWidgetBase\mOptionsStackedWidget\page\mOptionsHelpButton=true
+Widgets\QgsRasterFormatSaveOptionsWidgetBase\mOptionsStackedWidget\page\mOptionsValidateButton=true
+Widgets\QgsRasterFormatSaveOptionsWidgetBase\mOptionsStackedWidget\page_2=true
+Widgets\QgsRasterFormatSaveOptionsWidgetBase\mOptionsStackedWidget\page_2\mOptionsLineEdit=true
+Widgets\QgsRasterFormatSaveOptionsWidgetBase\mProfileButtons=true
+Widgets\QgsRasterFormatSaveOptionsWidgetBase\mProfileButtons\mProfileDeleteButton=true
+Widgets\QgsRasterFormatSaveOptionsWidgetBase\mProfileButtons\mProfileNewButton=true
+Widgets\QgsRasterFormatSaveOptionsWidgetBase\mProfileButtons\mProfileResetButton=true
+Widgets\QgsRasterFormatSaveOptionsWidgetBase\mProfileComboBox=true
+Widgets\QgsRasterFormatSaveOptionsWidgetBase\mProfileLabel=true
+Widgets\QgsRasterHistogramWidgetBase=true
+Widgets\QgsRasterHistogramWidgetBase\stackedWidget2=true
+Widgets\QgsRasterHistogramWidgetBase\stackedWidget2\page=true
+Widgets\QgsRasterHistogramWidgetBase\stackedWidget2\page\btnHistoCompute=true
+Widgets\QgsRasterHistogramWidgetBase\stackedWidget2\page1_2=true
+Widgets\QgsRasterHistogramWidgetBase\stackedWidget2\page2_2=true
+Widgets\QgsRasterHistogramWidgetBase\stackedWidget2\page2_2\mHistogramProgress=true
+Widgets\QgsRasterLayerPropertiesBase=true
+Widgets\QgsRasterLayerSaveAsDialogBase=true
+Widgets\QgsRasterLayerSaveAsDialogBase\label_2=true
+Widgets\QgsRasterLayerSaveAsDialogBase\mBrowseButton=true
+Widgets\QgsRasterLayerSaveAsDialogBase\mButtonBox=true
+Widgets\QgsRasterLayerSaveAsDialogBase\mChangeCrsPushButton=true
+Widgets\QgsRasterLayerSaveAsDialogBase\mCrsComboBox=true
+Widgets\QgsRasterLayerSaveAsDialogBase\mFormatComboBox=true
+Widgets\QgsRasterLayerSaveAsDialogBase\mFormatLabel=true
+Widgets\QgsRasterLayerSaveAsDialogBase\mModeLabel=true
+Widgets\QgsRasterLayerSaveAsDialogBase\mRawModeRadioButton=true
+Widgets\QgsRasterLayerSaveAsDialogBase\mRenderedModeRadioButton=true
+Widgets\QgsRasterLayerSaveAsDialogBase\mSaveAsLabel=true
+Widgets\QgsRasterLayerSaveAsDialogBase\mSaveAsLineEdit=true
+Widgets\QgsRasterLayerSaveAsDialogBase\mScrollArea=true
+Widgets\QgsRasterLayerSaveAsDialogBase\mScrollArea\qt_scrollarea_hcontainer=true
+Widgets\QgsRasterLayerSaveAsDialogBase\mScrollArea\qt_scrollarea_vcontainer=true
+Widgets\QgsRasterLayerSaveAsDialogBase\mScrollArea\qt_scrollarea_viewport=true
+Widgets\QgsRasterLayerSaveAsDialogBase\mScrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents=true
+Widgets\QgsRasterLayerSaveAsDialogBase\mTileModeCheckBox=true
+Widgets\QgsRasterMinMaxWidgetBase=true
+Widgets\QgsRasterMinMaxWidgetBase\mLoadMinMaxValuesGroupBox=true
+Widgets\QgsRasterMinMaxWidgetBase\mLoadMinMaxValuesGroupBox\label=true
+Widgets\QgsRasterMinMaxWidgetBase\mLoadMinMaxValuesGroupBox\label_2=true
+Widgets\QgsRasterMinMaxWidgetBase\mLoadMinMaxValuesGroupBox\mAccuracyGroupBox=true
+Widgets\QgsRasterMinMaxWidgetBase\mLoadMinMaxValuesGroupBox\mAccuracyGroupBox\mActualRadioButton=true
+Widgets\QgsRasterMinMaxWidgetBase\mLoadMinMaxValuesGroupBox\mAccuracyGroupBox\mEstimateRadioButton=true
+Widgets\QgsRasterMinMaxWidgetBase\mLoadMinMaxValuesGroupBox\mCumulativeCutRadioButton=true
+Widgets\QgsRasterMinMaxWidgetBase\mLoadMinMaxValuesGroupBox\mExtentGroupBox=true
+Widgets\QgsRasterMinMaxWidgetBase\mLoadMinMaxValuesGroupBox\mExtentGroupBox\mCurrentExtentRadioButton=true
+Widgets\QgsRasterMinMaxWidgetBase\mLoadMinMaxValuesGroupBox\mExtentGroupBox\mFullExtentRadioButton=true
+Widgets\QgsRasterMinMaxWidgetBase\mLoadMinMaxValuesGroupBox\mLoadPushButton=true
+Widgets\QgsRasterMinMaxWidgetBase\mLoadMinMaxValuesGroupBox\mMinMaxRadioButton=true
+Widgets\QgsRasterMinMaxWidgetBase\mLoadMinMaxValuesGroupBox\mStdDevRadioButton=true
+Widgets\QgsRasterPyramidsOptionsWidgetBase=true
+Widgets\QgsRasterPyramidsOptionsWidgetBase\cboResamplingMethod=true
+Widgets\QgsRasterPyramidsOptionsWidgetBase\cbxPyramidsFormat=true
+Widgets\QgsRasterPyramidsOptionsWidgetBase\cbxPyramidsLevelsCustom=true
+Widgets\QgsRasterPyramidsOptionsWidgetBase\label_2=true
+Widgets\QgsRasterPyramidsOptionsWidgetBase\label_4=true
+Widgets\QgsRasterPyramidsOptionsWidgetBase\label_5=true
+Widgets\QgsRasterPyramidsOptionsWidgetBase\lePyramidsLevels=true
+Widgets\QgsRasterPyramidsOptionsWidgetBase\textLabel4_2=true
+Widgets\QgsRendererRulePropsDialog=true
+Widgets\QgsRendererRulePropsDialog\btnExpressionBuilder=true
+Widgets\QgsRendererRulePropsDialog\btnTestFilter=true
+Widgets\QgsRendererRulePropsDialog\buttonBox=true
+Widgets\QgsRendererRulePropsDialog\editDescription=true
+Widgets\QgsRendererRulePropsDialog\editFilter=true
+Widgets\QgsRendererRulePropsDialog\editLabel=true
+Widgets\QgsRendererRulePropsDialog\groupScale=true
+Widgets\QgsRendererRulePropsDialog\groupScale\label_2=true
+Widgets\QgsRendererRulePropsDialog\groupScale\label_3=true
+Widgets\QgsRendererRulePropsDialog\groupScale\spinMaxScale=true
+Widgets\QgsRendererRulePropsDialog\groupScale\spinMaxScale\qt_spinbox_lineedit=true
+Widgets\QgsRendererRulePropsDialog\groupScale\spinMinScale=true
+Widgets\QgsRendererRulePropsDialog\groupScale\spinMinScale\qt_spinbox_lineedit=true
+Widgets\QgsRendererRulePropsDialog\groupSymbol=true
+Widgets\QgsRendererRulePropsDialog\label_1=true
+Widgets\QgsRendererRulePropsDialog\label_4=true
+Widgets\QgsRendererRulePropsDialog\label_5=true
+Widgets\QgsRendererV2PropsDialogBase=true
+Widgets\QgsRendererV2PropsDialogBase\buttonBox=true
+Widgets\QgsRendererV2PropsDialogBase\cboRenderers=true
+Widgets\QgsRendererV2PropsDialogBase\stackedWidget=true
+Widgets\QgsRendererV2PropsDialogBase\stackedWidget\pageNoWidget=true
+Widgets\QgsRendererV2PropsDialogBase\stackedWidget\pageNoWidget\label=true
+Widgets\QgsRuleBasedRendererV2Widget=true
+Widgets\QgsRuleBasedRendererV2Widget\btnAddRule=true
+Widgets\QgsRuleBasedRendererV2Widget\btnCountFeatures=true
+Widgets\QgsRuleBasedRendererV2Widget\btnEditRule=true
+Widgets\QgsRuleBasedRendererV2Widget\btnRefineRule=true
+Widgets\QgsRuleBasedRendererV2Widget\btnRemoveRule=true
+Widgets\QgsRuleBasedRendererV2Widget\btnRenderingOrder=true
+Widgets\QgsSaveToDBDialog=true
+Widgets\QgsSaveToDBDialog\buttonBox=true
+Widgets\QgsSaveToDBDialog\descriptionLabel=true
+Widgets\QgsSaveToDBDialog\label=true
+Widgets\QgsSaveToDBDialog\mFileNameLabel=true
+Widgets\QgsSaveToDBDialog\mNameEdit=true
+Widgets\QgsSaveToDBDialog\mUILabel=true
+Widgets\QgsSaveToDBDialog\mUseAsDefault=true
+Widgets\QgsSaveToDBDialog\nameLabel=true
+Widgets\QgsSingleBandGrayRendererWidgetBase=true
+Widgets\QgsSingleBandGrayRendererWidgetBase\label=true
+Widgets\QgsSingleBandGrayRendererWidgetBase\mContrastEnhancementComboBox=true
+Widgets\QgsSingleBandGrayRendererWidgetBase\mContrastEnhancementLabel=true
+Widgets\QgsSingleBandGrayRendererWidgetBase\mGradientComboBox=true
+Widgets\QgsSingleBandGrayRendererWidgetBase\mGrayBandComboBox=true
+Widgets\QgsSingleBandGrayRendererWidgetBase\mGrayBandLabel=true
+Widgets\QgsSingleBandGrayRendererWidgetBase\mMaxLabel=true
+Widgets\QgsSingleBandGrayRendererWidgetBase\mMaxLineEdit=true
+Widgets\QgsSingleBandGrayRendererWidgetBase\mMinLabel=true
+Widgets\QgsSingleBandGrayRendererWidgetBase\mMinLineEdit=true
+Widgets\QgsSingleBandGrayRendererWidgetBase\mMinMaxContainerWidget=true
+Widgets\QgsSingleBandPseudoColorRendererWidgetBase=true
+Widgets\QgsSingleBandPseudoColorRendererWidgetBase\grpGenerateColorMap=true
+Widgets\QgsSingleBandPseudoColorRendererWidgetBase\grpGenerateColorMap\label_2=true
+Widgets\QgsSingleBandPseudoColorRendererWidgetBase\grpGenerateColorMap\mClassificationModeComboBox=true
+Widgets\QgsSingleBandPseudoColorRendererWidgetBase\grpGenerateColorMap\mClassificationModeLabel=true
+Widgets\QgsSingleBandPseudoColorRendererWidgetBase\grpGenerateColorMap\mClassifyButton=true
+Widgets\QgsSingleBandPseudoColorRendererWidgetBase\grpGenerateColorMap\mInvertCheckBox=true
+Widgets\QgsSingleBandPseudoColorRendererWidgetBase\grpGenerateColorMap\mMaxLabel=true
+Widgets\QgsSingleBandPseudoColorRendererWidgetBase\grpGenerateColorMap\mMaxLineEdit=true
+Widgets\QgsSingleBandPseudoColorRendererWidgetBase\grpGenerateColorMap\mMinLabel=true
+Widgets\QgsSingleBandPseudoColorRendererWidgetBase\grpGenerateColorMap\mMinLineEdit=true
+Widgets\QgsSingleBandPseudoColorRendererWidgetBase\grpGenerateColorMap\mMinMaxOriginLabel=true
+Widgets\QgsSingleBandPseudoColorRendererWidgetBase\grpGenerateColorMap\mNumberOfEntriesLabel=true
+Widgets\QgsSingleBandPseudoColorRendererWidgetBase\grpGenerateColorMap\mNumberOfEntriesSpinBox=true
+Widgets\QgsSingleBandPseudoColorRendererWidgetBase\grpGenerateColorMap\mNumberOfEntriesSpinBox\qt_spinbox_lineedit=true
+Widgets\QgsSingleBandPseudoColorRendererWidgetBase\mBandComboBox=true
+Widgets\QgsSingleBandPseudoColorRendererWidgetBase\mBandLabel=true
+Widgets\QgsSingleBandPseudoColorRendererWidgetBase\mClipCheckBox=true
+Widgets\QgsSingleBandPseudoColorRendererWidgetBase\mColorInterpolationComboBox=true
+Widgets\QgsSingleBandPseudoColorRendererWidgetBase\mColorInterpolationLabel=true
+Widgets\QgsSingleBandPseudoColorRendererWidgetBase\mMinMaxContainerWidget=true
+Widgets\QgsSmartGroupConditionWidget=true
+Widgets\QgsSmartGroupConditionWidget\label=true
+Widgets\QgsSmartGroupConditionWidget\mCondCombo=true
+Widgets\QgsSmartGroupConditionWidget\mCondLineEdit=true
+Widgets\QgsSmartGroupConditionWidget\mRemoveBtn=true
+Widgets\QgsSmartGroupEditorDialogBase=true
+Widgets\QgsSmartGroupEditorDialogBase\buttonBox=true
+Widgets\QgsSmartGroupEditorDialogBase\label=true
+Widgets\QgsSmartGroupEditorDialogBase\label_2=true
+Widgets\QgsSmartGroupEditorDialogBase\mAddConditionBtn=true
+Widgets\QgsSmartGroupEditorDialogBase\mAndOrCombo=true
+Widgets\QgsSmartGroupEditorDialogBase\mConditionsBox=true
+Widgets\QgsSmartGroupEditorDialogBase\mNameLineEdit=true
+Widgets\QgsSnappingDialogBase=true
+Widgets\QgsSnappingDialogBase\cbxEnableIntersectionSnappingCheckBox=true
+Widgets\QgsSnappingDialogBase\cbxEnableTopologicalEditingCheckBox=true
+Widgets\QgsSnappingDialogBase\mButtonBox=true
+Widgets\QgsSpatialiteSridsDialogBase=true
+Widgets\QgsSpatialiteSridsDialogBase\buttonBox=true
+Widgets\QgsSpatialiteSridsDialogBase\groupBox=true
+Widgets\QgsSpatialiteSridsDialogBase\groupBox\radioButtonName=true
+Widgets\QgsSpatialiteSridsDialogBase\groupBox\radioButtonSrid=true
+Widgets\QgsSpatialiteSridsDialogBase\label=true
+Widgets\QgsSpatialiteSridsDialogBase\leSearch=true
+Widgets\QgsSpatialiteSridsDialogBase\pbnFilter=true
+Widgets\QgsSponsorsBase=true
+Widgets\QgsSponsorsBase\buttonBox=true
+Widgets\QgsSponsorsBase\qgisIcon=true
+Widgets\QgsSponsorsBase\txtSponsors=true
+Widgets\QgsSponsorsBase\txtSponsors\qt_scrollarea_hcontainer=true
+Widgets\QgsSponsorsBase\txtSponsors\qt_scrollarea_vcontainer=true
+Widgets\QgsSponsorsBase\txtSponsors\qt_scrollarea_viewport=true
+Widgets\QgsStyleV2ExportImportDialogBase=true
+Widgets\QgsStyleV2ExportImportDialogBase\btnBrowse=true
+Widgets\QgsStyleV2ExportImportDialogBase\buttonBox=true
+Widgets\QgsStyleV2ExportImportDialogBase\fromLabel=true
+Widgets\QgsStyleV2ExportImportDialogBase\groupCombo=true
+Widgets\QgsStyleV2ExportImportDialogBase\groupLabel=true
+Widgets\QgsStyleV2ExportImportDialogBase\importTypeCombo=true
+Widgets\QgsStyleV2ExportImportDialogBase\label=true
+Widgets\QgsStyleV2ExportImportDialogBase\listItems=true
+Widgets\QgsStyleV2ExportImportDialogBase\listItems\qt_scrollarea_hcontainer=true
+Widgets\QgsStyleV2ExportImportDialogBase\listItems\qt_scrollarea_vcontainer=true
+Widgets\QgsStyleV2ExportImportDialogBase\listItems\qt_scrollarea_viewport=true
+Widgets\QgsStyleV2ExportImportDialogBase\locationLabel=true
+Widgets\QgsStyleV2ExportImportDialogBase\locationLineEdit=true
+Widgets\QgsStyleV2ManagerDialogBase=true
+Widgets\QgsSublayersDialogBase=true
+Widgets\QgsSublayersDialogBase\buttonBox=true
+Widgets\QgsSymbolLevelsDialogBase=true
+Widgets\QgsSymbolLevelsDialogBase\buttonBox=true
+Widgets\QgsSymbolLevelsDialogBase\chkEnable=true
+Widgets\QgsSymbolLevelsDialogBase\label=true
+Widgets\QgsSymbolSelectorDialogBase=true
+Widgets\QgsSymbolSelectorDialogBase\btnAddLayer=true
+Widgets\QgsSymbolSelectorDialogBase\btnDown=true
+Widgets\QgsSymbolSelectorDialogBase\btnLock=true
+Widgets\QgsSymbolSelectorDialogBase\btnRemoveLayer=true
+Widgets\QgsSymbolSelectorDialogBase\btnUp=true
+Widgets\QgsSymbolSelectorDialogBase\buttonBox=true
+Widgets\QgsSymbolSelectorDialogBase\label_3=true
+Widgets\QgsSymbolSelectorDialogBase\lblPreview=true
+Widgets\QgsTextAnnotationDialogBase=true
+Widgets\QgsTextAnnotationDialogBase\mBoldPushButton=true
+Widgets\QgsTextAnnotationDialogBase\mButtonBox=true
+Widgets\QgsTextAnnotationDialogBase\mFontSizeSpinBox=true
+Widgets\QgsTextAnnotationDialogBase\mFontSizeSpinBox\qt_spinbox_lineedit=true
+Widgets\QgsTextAnnotationDialogBase\mItalicsPushButton=true
+Widgets\QgsTextAnnotationDialogBase\mStackedWidget=true
+Widgets\QgsTextAnnotationDialogBase\mStackedWidget\page=true
+Widgets\QgsTextAnnotationDialogBase\mStackedWidget\page_2=true
+Widgets\QgsTextAnnotationDialogBase\mTextEdit=true
+Widgets\QgsTextAnnotationDialogBase\mTextEdit\qt_scrollarea_hcontainer=true
+Widgets\QgsTextAnnotationDialogBase\mTextEdit\qt_scrollarea_vcontainer=true
+Widgets\QgsTextAnnotationDialogBase\mTextEdit\qt_scrollarea_viewport=true
+Widgets\QgsTileScaleWidget=true
+Widgets\QgsTileScaleWidget\mSlider=true
+Widgets\QgsTipGuiBase=true
+Widgets\QgsTipGuiBase\buttonBox=true
+Widgets\QgsTipGuiBase\cbxDisableTips=true
+Widgets\QgsTipGuiBase\txtTip=true
+Widgets\QgsTipGuiBase\txtTip\qt_scrollarea_hcontainer=true
+Widgets\QgsTipGuiBase\txtTip\qt_scrollarea_vcontainer=true
+Widgets\QgsTipGuiBase\txtTip\qt_scrollarea_viewport=true
+Widgets\QgsVectorColorBrewerColorRampV2DialogBase=true
+Widgets\QgsVectorColorBrewerColorRampV2DialogBase\buttonBox=true
+Widgets\QgsVectorColorBrewerColorRampV2DialogBase\cboColors=true
+Widgets\QgsVectorColorBrewerColorRampV2DialogBase\cboSchemeName=true
+Widgets\QgsVectorColorBrewerColorRampV2DialogBase\groupBox=true
+Widgets\QgsVectorColorBrewerColorRampV2DialogBase\groupBox\lblPreview=true
+Widgets\QgsVectorColorBrewerColorRampV2DialogBase\label=true
+Widgets\QgsVectorColorBrewerColorRampV2DialogBase\label_2=true
+Widgets\QgsVectorGradientColorRampV2DialogBase=true
+Widgets\QgsVectorGradientColorRampV2DialogBase\btnInformation=true
+Widgets\QgsVectorGradientColorRampV2DialogBase\buttonBox=true
+Widgets\QgsVectorGradientColorRampV2DialogBase\cboType=true
+Widgets\QgsVectorGradientColorRampV2DialogBase\groupBox=true
+Widgets\QgsVectorGradientColorRampV2DialogBase\groupBox\lblPreview=true
+Widgets\QgsVectorGradientColorRampV2DialogBase\groupStops=true
+Widgets\QgsVectorGradientColorRampV2DialogBase\groupStops\btnAddStop=true
+Widgets\QgsVectorGradientColorRampV2DialogBase\groupStops\btnRemoveStop=true
+Widgets\QgsVectorGradientColorRampV2DialogBase\label=true
+Widgets\QgsVectorGradientColorRampV2DialogBase\label_2=true
+Widgets\QgsVectorGradientColorRampV2DialogBase\label_3=true
+Widgets\QgsVectorLayerPropertiesBase=true
+Widgets\QgsVectorLayerSaveAsDialogBase=true
+Widgets\QgsVectorLayerSaveAsDialogBase\browseCRS=true
+Widgets\QgsVectorLayerSaveAsDialogBase\browseFilename=true
+Widgets\QgsVectorLayerSaveAsDialogBase\buttonBox=true
+Widgets\QgsVectorLayerSaveAsDialogBase\groupBox=true
+Widgets\QgsVectorLayerSaveAsDialogBase\groupBox\label_5=true
+Widgets\QgsVectorLayerSaveAsDialogBase\groupBox\label_6=true
+Widgets\QgsVectorLayerSaveAsDialogBase\groupBox\mAddToCanvas=true
+Widgets\QgsVectorLayerSaveAsDialogBase\groupBox\mOgrDatasourceOptions=true
+Widgets\QgsVectorLayerSaveAsDialogBase\groupBox\mOgrDatasourceOptions\qt_scrollarea_hcontainer=true
+Widgets\QgsVectorLayerSaveAsDialogBase\groupBox\mOgrDatasourceOptions\qt_scrollarea_vcontainer=true
+Widgets\QgsVectorLayerSaveAsDialogBase\groupBox\mOgrDatasourceOptions\qt_scrollarea_viewport=true
+Widgets\QgsVectorLayerSaveAsDialogBase\groupBox\mOgrLayerOptions=true
+Widgets\QgsVectorLayerSaveAsDialogBase\groupBox\mOgrLayerOptions\qt_scrollarea_hcontainer=true
+Widgets\QgsVectorLayerSaveAsDialogBase\groupBox\mOgrLayerOptions\qt_scrollarea_vcontainer=true
+Widgets\QgsVectorLayerSaveAsDialogBase\groupBox\mOgrLayerOptions\qt_scrollarea_viewport=true
+Widgets\QgsVectorLayerSaveAsDialogBase\groupBox\mSkipAttributeCreation=true
+Widgets\QgsVectorLayerSaveAsDialogBase\label=true
+Widgets\QgsVectorLayerSaveAsDialogBase\label_2=true
+Widgets\QgsVectorLayerSaveAsDialogBase\label_3=true
+Widgets\QgsVectorLayerSaveAsDialogBase\label_4=true
+Widgets\QgsVectorLayerSaveAsDialogBase\leCRS=true
+Widgets\QgsVectorLayerSaveAsDialogBase\leFilename=true
+Widgets\QgsVectorLayerSaveAsDialogBase\mCRSSelection=true
+Widgets\QgsVectorLayerSaveAsDialogBase\mEncodingComboBox=true
+Widgets\QgsVectorLayerSaveAsDialogBase\mFormatComboBox=true
+Widgets\QgsVectorLayerSaveAsDialogBase\mScaleLabel=true
+Widgets\QgsVectorLayerSaveAsDialogBase\mScaleSpinBox=true
+Widgets\QgsVectorLayerSaveAsDialogBase\mScaleSpinBox\qt_spinbox_lineedit=true
+Widgets\QgsVectorLayerSaveAsDialogBase\mSymbologyExportComboBox=true
+Widgets\QgsVectorLayerSaveAsDialogBase\mSymbologyExportLabel=true
+Widgets\QgsVectorRandomColorRampV2DialogBase=true
+Widgets\QgsVectorRandomColorRampV2DialogBase\buttonBox=true
+Widgets\QgsVectorRandomColorRampV2DialogBase\groupBox=true
+Widgets\QgsVectorRandomColorRampV2DialogBase\groupBox\lblPreview=true
+Widgets\QgsVectorRandomColorRampV2DialogBase\label=true
+Widgets\QgsVectorRandomColorRampV2DialogBase\label_10=true
+Widgets\QgsVectorRandomColorRampV2DialogBase\label_2=true
+Widgets\QgsVectorRandomColorRampV2DialogBase\label_3=true
+Widgets\QgsVectorRandomColorRampV2DialogBase\label_4=true
+Widgets\QgsVectorRandomColorRampV2DialogBase\label_5=true
+Widgets\QgsVectorRandomColorRampV2DialogBase\label_6=true
+Widgets\QgsVectorRandomColorRampV2DialogBase\label_7=true
+Widgets\QgsVectorRandomColorRampV2DialogBase\label_8=true
+Widgets\QgsVectorRandomColorRampV2DialogBase\label_9=true
+Widgets\QgsVectorRandomColorRampV2DialogBase\spinCount=true
+Widgets\QgsVectorRandomColorRampV2DialogBase\spinCount\qt_spinbox_lineedit=true
+Widgets\QgsVectorRandomColorRampV2DialogBase\spinHue1=true
+Widgets\QgsVectorRandomColorRampV2DialogBase\spinHue1\qt_spinbox_lineedit=true
+Widgets\QgsVectorRandomColorRampV2DialogBase\spinHue2=true
+Widgets\QgsVectorRandomColorRampV2DialogBase\spinHue2\qt_spinbox_lineedit=true
+Widgets\QgsVectorRandomColorRampV2DialogBase\spinSat1=true
+Widgets\QgsVectorRandomColorRampV2DialogBase\spinSat1\qt_spinbox_lineedit=true
+Widgets\QgsVectorRandomColorRampV2DialogBase\spinSat2=true
+Widgets\QgsVectorRandomColorRampV2DialogBase\spinSat2\qt_spinbox_lineedit=true
+Widgets\QgsVectorRandomColorRampV2DialogBase\spinVal1=true
+Widgets\QgsVectorRandomColorRampV2DialogBase\spinVal1\qt_spinbox_lineedit=true
+Widgets\QgsVectorRandomColorRampV2DialogBase\spinVal2=true
+Widgets\QgsVectorRandomColorRampV2DialogBase\spinVal2\qt_spinbox_lineedit=true
+Widgets\QgsWFSSourceSelectBase=true
+Widgets\QgsWFSSourceSelectBase\buttonBox=true
+Widgets\QgsWFSSourceSelectBase\cbxUseTitleLayerName=true
+Widgets\QgsWFSSourceSelectBase\gbCRS=true
+Widgets\QgsWFSSourceSelectBase\gbCRS\btnChangeSpatialRefSys=true
+Widgets\QgsWFSSourceSelectBase\gbCRS\labelCoordRefSys=true
+Widgets\QgsWFSSourceSelectBase\GroupBox1=true
+Widgets\QgsWFSSourceSelectBase\GroupBox1\btnConnect=true
+Widgets\QgsWFSSourceSelectBase\GroupBox1\btnDelete=true
+Widgets\QgsWFSSourceSelectBase\GroupBox1\btnEdit=true
+Widgets\QgsWFSSourceSelectBase\GroupBox1\btnLoad=true
+Widgets\QgsWFSSourceSelectBase\GroupBox1\btnNew=true
+Widgets\QgsWFSSourceSelectBase\GroupBox1\btnSave=true
+Widgets\QgsWFSSourceSelectBase\GroupBox1\cmbConnections=true
+Widgets\QgsWFSSourceSelectBase\labelFilter=true
+Widgets\QgsWFSSourceSelectBase\lineFilter=true
+Widgets\QgsWMSSourceSelectBase=true
+Widgets\QgsWMSSourceSelectBase\buttonBox=true
+Widgets\QgsWMSSourceSelectBase\labelStatus=true
+Widgets\QgsWMSSourceSelectBase\tabServers=true
+Widgets\QgsWMSSourceSelectBase\tabServers\tabLayerOrder=true
+Widgets\QgsWMSSourceSelectBase\tabServers\tabLayerOrder\mLayerDownButton=true
+Widgets\QgsWMSSourceSelectBase\tabServers\tabLayerOrder\mLayerUpButton=true
+Widgets\QgsWMSSourceSelectBase\tabServers\tabLayers=true
+Widgets\QgsWMSSourceSelectBase\tabServers\tabLayers\btnAddDefault=true
+Widgets\QgsWMSSourceSelectBase\tabServers\tabLayers\btnConnect=true
+Widgets\QgsWMSSourceSelectBase\tabServers\tabLayers\btnDelete=true
+Widgets\QgsWMSSourceSelectBase\tabServers\tabLayers\btnEdit=true
+Widgets\QgsWMSSourceSelectBase\tabServers\tabLayers\btnGrpImageEncoding=true
+Widgets\QgsWMSSourceSelectBase\tabServers\tabLayers\btnLoad=true
+Widgets\QgsWMSSourceSelectBase\tabServers\tabLayers\btnNew=true
+Widgets\QgsWMSSourceSelectBase\tabServers\tabLayers\btnSave=true
+Widgets\QgsWMSSourceSelectBase\tabServers\tabLayers\cmbConnections=true
+Widgets\QgsWMSSourceSelectBase\tabServers\tabLayers\gbCRS=true
+Widgets\QgsWMSSourceSelectBase\tabServers\tabLayers\gbCRS\btnChangeSpatialRefSys=true
+Widgets\QgsWMSSourceSelectBase\tabServers\tabLayers\gbCRS\label=true
+Widgets\QgsWMSSourceSelectBase\tabServers\tabLayers\gbCRS\label_2=true
+Widgets\QgsWMSSourceSelectBase\tabServers\tabLayers\gbCRS\label_3=true
+Widgets\QgsWMSSourceSelectBase\tabServers\tabLayers\gbCRS\label_4=true
+Widgets\QgsWMSSourceSelectBase\tabServers\tabLayers\gbCRS\labelCoordRefSys=true
+Widgets\QgsWMSSourceSelectBase\tabServers\tabLayers\gbCRS\leLayerName=true
+Widgets\QgsWMSSourceSelectBase\tabServers\tabLayers\gbCRS\mFeatureCount=true
+Widgets\QgsWMSSourceSelectBase\tabServers\tabLayers\gbCRS\mStepHeight=true
+Widgets\QgsWMSSourceSelectBase\tabServers\tabLayers\gbCRS\mStepWidth=true
+Widgets\QgsWMSSourceSelectBase\tabServers\tabLayers\gbCRS\mTileHeight=true
+Widgets\QgsWMSSourceSelectBase\tabServers\tabLayers\gbCRS\mTileWidth=true
+Widgets\QgsWMSSourceSelectBase\tabServers\tabServerSearch=true
+Widgets\QgsWMSSourceSelectBase\tabServers\tabServerSearch\btnAddWMS=true
+Widgets\QgsWMSSourceSelectBase\tabServers\tabServerSearch\btnSearch=true
+Widgets\QgsWMSSourceSelectBase\tabServers\tabServerSearch\leSearchTerm=true
+Widgets\QgsWMSSourceSelectBase\tabServers\tabTilesets=true
+Widgets\QgsWmtsDimensionsBase=true
+Widgets\QgsWmtsDimensionsBase\buttonBox=true
+Widgets\SimplifyLineDialog=true
+Widgets\SimplifyLineDialog\horizontalSlider=true
+Widgets\SimplifyLineDialog\label=true
+Widgets\SimplifyLineDialog\okButton=true
+Widgets\SimplifyLineDialog\spinBox=true
+Widgets\SimplifyLineDialog\spinBox\qt_spinbox_lineedit=true
+status=1
+Menus\mSettingsMenu\mUserProfileMenu\mActionProfile_wanger=true
+Menus\mSettingsMenu\mUserProfileMenu\mActionProfile_siwei=true
+Toolbars\ProcessingAlgorithms=true
+Toolbars\ProcessingAlgorithms\mProcessingUserMenu_gdal%3A%U6805%U683C%U6570%U636E%U5206%U53D1=true
+Toolbars\ProcessingAlgorithms\mProcessingUserMenu_gdal%3Aassignprojection=true
+Toolbars\ProcessingAlgorithms\mProcessingUserMenu_gdal%3Aconvertformat=true
+Toolbars\ProcessingAlgorithms\mProcessingUserMenu_gdal%3Agdal2tiles=true
+Toolbars\ProcessingAlgorithms\mProcessingUserMenu_gdal%3Aimportrasterintopostgisdatabase=true
+Toolbars\ProcessingAlgorithms\mProcessingUserMenu_gdal%3Aimportvectorintopostgisdatabaseavailableconnections=true
+Toolbars\ProcessingAlgorithms\mProcessingUserMenu_gdal%3Aogrinfo=true
+Toolbars\ProcessingAlgorithms\mProcessingUserMenu_gdal%3Apostgisrestore=true
+Toolbars\ProcessingAlgorithms\mProcessingUserMenu_gdal%3Apostgistogeoserver=true
+Toolbars\ProcessingAlgorithms\mProcessingUserMenu_gdal%3Apostgisupdate=true
+Toolbars\ProcessingAlgorithms\mProcessingUserMenu_gdal%3Aspotfiledelete=true
+Toolbars\ProcessingAlgorithms\mProcessingUserMenu_gdal%3Aspotfiledownload=true
+Toolbars\ProcessingAlgorithms\mProcessingUserMenu_gdal%3Aspotfileupload=true
+Toolbars\ProcessingAlgorithms\mProcessingUserMenu_gdal%3Avectorexport=true
+Toolbars\ProcessingAlgorithms\mProcessingUserMenu_gdal%3Avectorproject=true
+Docks\FTPDockWidget=true
+Docks\ResourceDockWidget=true
+Menus\mPluginMenu\login=true
+Menus\mPluginMenu\title=true
+Menus\mSettingsMenu\mUserProfileMenu\mActionProfile_zxl=true
+Toolbars\ProcessingAlgorithms\mProcessingUserMenu_gdal%3AA00=true
+Toolbars\ProcessingAlgorithms\mProcessingUserMenu_gdal%3AA01=true
+Toolbars\ProcessingAlgorithms\mProcessingUserMenu_gdal%3AA02=true
+Toolbars\ProcessingAlgorithms\mProcessingUserMenu_gdal%3AA03=true
+Toolbars\ProcessingAlgorithms\mProcessingUserMenu_gdal%3AA04=true
+Toolbars\ProcessingAlgorithms\mProcessingUserMenu_gdal%3AAA01=true
+Toolbars\ProcessingAlgorithms\mProcessingUserMenu_gdal%3AAP01=true
+Toolbars\ProcessingAlgorithms\mProcessingUserMenu_gdal%3Agdbtopostgis=true
+Toolbars\ProcessingAlgorithms\mProcessingUserMenu_gdal%3AL01=true
+Toolbars\ProcessingAlgorithms\mProcessingUserMenu_gdal%3AL02=true
+Toolbars\ProcessingAlgorithms\mProcessingUserMenu_gdal%3AL04=true
+Toolbars\ProcessingAlgorithms\mProcessingUserMenu_gdal%3AL05=true
+Toolbars\ProcessingAlgorithms\mProcessingUserMenu_gdal%3AL06=true
+Toolbars\ProcessingAlgorithms\mProcessingUserMenu_gdal%3ALL01=true
+Toolbars\ProcessingAlgorithms\mProcessingUserMenu_gdal%3ALL03=true
+Toolbars\ProcessingAlgorithms\mProcessingUserMenu_gdal%3AP01=true
+Toolbars\ProcessingAlgorithms\mProcessingUserMenu_gdal%3APA02=true
+Toolbars\ProcessingAlgorithms\mProcessingUserMenu_gdal%3APL02=true
+Toolbars\ProcessingAlgorithms\mProcessingUserMenu_gdal%3Arasterexport=true
+Toolbars\ProcessingAlgorithms\mProcessingUserMenu_gdal%3AAAAimportvectorintopostgisdatabaseavailableconnections=true
+Toolbars\ProcessingAlgorithms\mProcessingUserMenu_gdal%3ABvectorproject=true
+Toolbars\ProcessingAlgorithms\mProcessingUserMenu_gdal%3ACgdal2tiles=true
+Toolbars\ProcessingAlgorithms\mProcessingUserMenu_gdal%3ADpostgistogeoserver=true
+Toolbars\ProcessingAlgorithms\mProcessingUserMenu_gdal%3AEvectorexport=true
+Toolbars\ProcessingAlgorithms\mProcessingUserMenu_gdal%3AFpostgisupdate=true
+Menus\mSettingsMenu\mUserProfileMenu\mActionProfile_siwei_back=true
+Toolbars\ProcessingAlgorithms\mProcessingUserMenu_gdal%3Aimportosgbtopostgis=true
+Toolbars\ProcessingAlgorithms\mProcessingUserMenu_gdal%3Aimportsingleosgbtopostgis=true
+Toolbars\ProcessingAlgorithms\mProcessingUserMenu_gdal%3Aimporttabletopostgis=true

+ 12 - 0
python/plugins/ResourceTree/.idea/FileManage.iml

@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<module type="PYTHON_MODULE" version="4">
+  <component name="NewModuleRootManager">
+    <content url="file://$MODULE_DIR$" />
+    <orderEntry type="jdk" jdkName="Python 3.12 (FileManage)" jdkType="Python SDK" />
+    <orderEntry type="sourceFolder" forTests="false" />
+  </component>
+  <component name="PyDocumentationSettings">
+    <option name="format" value="PLAIN" />
+    <option name="myDocStringFormat" value="Plain" />
+  </component>
+</module>

+ 6 - 0
python/plugins/ResourceTree/.idea/inspectionProfiles/profiles_settings.xml

@@ -0,0 +1,6 @@
+<component name="InspectionProjectProfileManager">
+  <settings>
+    <option name="USE_PROJECT_PROFILE" value="false" />
+    <version value="1.0" />
+  </settings>
+</component>

+ 7 - 0
python/plugins/ResourceTree/.idea/misc.xml

@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+  <component name="Black">
+    <option name="sdkName" value="Python 3.12 (FileManage)" />
+  </component>
+  <component name="ProjectRootManager" version="2" project-jdk-name="Python 3.12 (FileManage)" project-jdk-type="Python SDK" />
+</project>

+ 8 - 0
python/plugins/ResourceTree/.idea/modules.xml

@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+  <component name="ProjectModuleManager">
+    <modules>
+      <module fileurl="file://$PROJECT_DIR$/.idea/FileManage.iml" filepath="$PROJECT_DIR$/.idea/FileManage.iml" />
+    </modules>
+  </component>
+</project>

+ 77 - 0
python/plugins/ResourceTree/.idea/workspace.xml

@@ -0,0 +1,77 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+  <component name="AutoImportSettings">
+    <option name="autoReloadType" value="SELECTIVE" />
+  </component>
+  <component name="ChangeListManager">
+    <list default="true" id="a1bbd533-3733-4b6b-a990-45d698e36ce8" name="Changes" comment="" />
+    <option name="SHOW_DIALOG" value="false" />
+    <option name="HIGHLIGHT_CONFLICTS" value="true" />
+    <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
+    <option name="LAST_RESOLUTION" value="IGNORE" />
+  </component>
+  <component name="FileTemplateManagerImpl">
+    <option name="RECENT_TEMPLATES">
+      <list>
+        <option value="Python Script" />
+      </list>
+    </option>
+  </component>
+  <component name="MarkdownSettingsMigration">
+    <option name="stateVersion" value="1" />
+  </component>
+  <component name="ProjectColorInfo">{
+  &quot;associatedIndex&quot;: 1
+}</component>
+  <component name="ProjectId" id="2o33vcoHGzsYHIJJ85rVWIbvuPu" />
+  <component name="ProjectViewState">
+    <option name="hideEmptyMiddlePackages" value="true" />
+    <option name="showLibraryContents" value="true" />
+  </component>
+  <component name="PropertiesComponent"><![CDATA[{
+  "keyToString": {
+    "RunOnceActivity.OpenProjectViewOnStart": "true",
+    "RunOnceActivity.ShowReadmeOnStart": "true",
+    "ignore.virus.scanning.warn.message": "true",
+    "last_opened_file_path": "D:/Code/python/FTP",
+    "node.js.detected.package.eslint": "true",
+    "node.js.detected.package.tslint": "true",
+    "node.js.selected.package.eslint": "(autodetect)",
+    "node.js.selected.package.tslint": "(autodetect)",
+    "nodejs_package_manager_path": "npm",
+    "settings.editor.selected.configurable": "com.jetbrains.python.configuration.PyActiveSdkModuleConfigurable",
+    "vue.rearranger.settings.migration": "true"
+  }
+}]]></component>
+  <component name="RecentsManager">
+    <key name="MoveFile.RECENT_KEYS">
+      <recent name="D:\Code\python\FileManage\ui" />
+    </key>
+  </component>
+  <component name="SharedIndexes">
+    <attachedChunks>
+      <set>
+        <option value="bundled-python-sdk-c69650fc56ca-b11f5e8da5ad-com.jetbrains.pycharm.pro.sharedIndexes.bundled-PY-233.15619.17" />
+      </set>
+    </attachedChunks>
+  </component>
+  <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
+  <component name="TaskManager">
+    <task active="true" id="Default" summary="Default task">
+      <changelist id="a1bbd533-3733-4b6b-a990-45d698e36ce8" name="Changes" comment="" />
+      <created>1730084664744</created>
+      <option name="number" value="Default" />
+      <option name="presentableId" value="Default" />
+      <updated>1730084664744</updated>
+      <workItem from="1730084666238" duration="588000" />
+      <workItem from="1730085510240" duration="2383000" />
+      <workItem from="1730094512733" duration="2835000" />
+      <workItem from="1730097814844" duration="3063000" />
+      <workItem from="1730101388168" duration="4678000" />
+    </task>
+    <servers />
+  </component>
+  <component name="TypeScriptGeneratedFilesManager">
+    <option name="version" value="3" />
+  </component>
+</project>

+ 674 - 0
python/plugins/ResourceTree/LICENSE

@@ -0,0 +1,674 @@
+                    GNU GENERAL PUBLIC LICENSE
+                       Version 3, 29 June 2007
+
+ Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+                            Preamble
+
+  The GNU General Public License is a free, copyleft license for
+software and other kinds of works.
+
+  The licenses for most software and other practical works are designed
+to take away your freedom to share and change the works.  By contrast,
+the GNU General Public License is intended to guarantee your freedom to
+share and change all versions of a program--to make sure it remains free
+software for all its users.  We, the Free Software Foundation, use the
+GNU General Public License for most of our software; it applies also to
+any other work released this way by its authors.  You can apply it to
+your programs, too.
+
+  When we speak of free software, we are referring to freedom, not
+price.  Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+them if you wish), that you receive source code or can get it if you
+want it, that you can change the software or use pieces of it in new
+free programs, and that you know you can do these things.
+
+  To protect your rights, we need to prevent others from denying you
+these rights or asking you to surrender the rights.  Therefore, you have
+certain responsibilities if you distribute copies of the software, or if
+you modify it: responsibilities to respect the freedom of others.
+
+  For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must pass on to the recipients the same
+freedoms that you received.  You must make sure that they, too, receive
+or can get the source code.  And you must show them these terms so they
+know their rights.
+
+  Developers that use the GNU GPL protect your rights with two steps:
+(1) assert copyright on the software, and (2) offer you this License
+giving you legal permission to copy, distribute and/or modify it.
+
+  For the developers' and authors' protection, the GPL clearly explains
+that there is no warranty for this free software.  For both users' and
+authors' sake, the GPL requires that modified versions be marked as
+changed, so that their problems will not be attributed erroneously to
+authors of previous versions.
+
+  Some devices are designed to deny users access to install or run
+modified versions of the software inside them, although the manufacturer
+can do so.  This is fundamentally incompatible with the aim of
+protecting users' freedom to change the software.  The systematic
+pattern of such abuse occurs in the area of products for individuals to
+use, which is precisely where it is most unacceptable.  Therefore, we
+have designed this version of the GPL to prohibit the practice for those
+products.  If such problems arise substantially in other domains, we
+stand ready to extend this provision to those domains in future versions
+of the GPL, as needed to protect the freedom of users.
+
+  Finally, every program is threatened constantly by software patents.
+States should not allow patents to restrict development and use of
+software on general-purpose computers, but in those that do, we wish to
+avoid the special danger that patents applied to a free program could
+make it effectively proprietary.  To prevent this, the GPL assures that
+patents cannot be used to render the program non-free.
+
+  The precise terms and conditions for copying, distribution and
+modification follow.
+
+                       TERMS AND CONDITIONS
+
+  0. Definitions.
+
+  "This License" refers to version 3 of the GNU General Public License.
+
+  "Copyright" also means copyright-like laws that apply to other kinds of
+works, such as semiconductor masks.
+
+  "The Program" refers to any copyrightable work licensed under this
+License.  Each licensee is addressed as "you".  "Licensees" and
+"recipients" may be individuals or organizations.
+
+  To "modify" a work means to copy from or adapt all or part of the work
+in a fashion requiring copyright permission, other than the making of an
+exact copy.  The resulting work is called a "modified version" of the
+earlier work or a work "based on" the earlier work.
+
+  A "covered work" means either the unmodified Program or a work based
+on the Program.
+
+  To "propagate" a work means to do anything with it that, without
+permission, would make you directly or secondarily liable for
+infringement under applicable copyright law, except executing it on a
+computer or modifying a private copy.  Propagation includes copying,
+distribution (with or without modification), making available to the
+public, and in some countries other activities as well.
+
+  To "convey" a work means any kind of propagation that enables other
+parties to make or receive copies.  Mere interaction with a user through
+a computer network, with no transfer of a copy, is not conveying.
+
+  An interactive user interface displays "Appropriate Legal Notices"
+to the extent that it includes a convenient and prominently visible
+feature that (1) displays an appropriate copyright notice, and (2)
+tells the user that there is no warranty for the work (except to the
+extent that warranties are provided), that licensees may convey the
+work under this License, and how to view a copy of this License.  If
+the interface presents a list of user commands or options, such as a
+menu, a prominent item in the list meets this criterion.
+
+  1. Source Code.
+
+  The "source code" for a work means the preferred form of the work
+for making modifications to it.  "Object code" means any non-source
+form of a work.
+
+  A "Standard Interface" means an interface that either is an official
+standard defined by a recognized standards body, or, in the case of
+interfaces specified for a particular programming language, one that
+is widely used among developers working in that language.
+
+  The "System Libraries" of an executable work include anything, other
+than the work as a whole, that (a) is included in the normal form of
+packaging a Major Component, but which is not part of that Major
+Component, and (b) serves only to enable use of the work with that
+Major Component, or to implement a Standard Interface for which an
+implementation is available to the public in source code form.  A
+"Major Component", in this context, means a major essential component
+(kernel, window system, and so on) of the specific operating system
+(if any) on which the executable work runs, or a compiler used to
+produce the work, or an object code interpreter used to run it.
+
+  The "Corresponding Source" for a work in object code form means all
+the source code needed to generate, install, and (for an executable
+work) run the object code and to modify the work, including scripts to
+control those activities.  However, it does not include the work's
+System Libraries, or general-purpose tools or generally available free
+programs which are used unmodified in performing those activities but
+which are not part of the work.  For example, Corresponding Source
+includes interface definition files associated with source files for
+the work, and the source code for shared libraries and dynamically
+linked subprograms that the work is specifically designed to require,
+such as by intimate data communication or control flow between those
+subprograms and other parts of the work.
+
+  The Corresponding Source need not include anything that users
+can regenerate automatically from other parts of the Corresponding
+Source.
+
+  The Corresponding Source for a work in source code form is that
+same work.
+
+  2. Basic Permissions.
+
+  All rights granted under this License are granted for the term of
+copyright on the Program, and are irrevocable provided the stated
+conditions are met.  This License explicitly affirms your unlimited
+permission to run the unmodified Program.  The output from running a
+covered work is covered by this License only if the output, given its
+content, constitutes a covered work.  This License acknowledges your
+rights of fair use or other equivalent, as provided by copyright law.
+
+  You may make, run and propagate covered works that you do not
+convey, without conditions so long as your license otherwise remains
+in force.  You may convey covered works to others for the sole purpose
+of having them make modifications exclusively for you, or provide you
+with facilities for running those works, provided that you comply with
+the terms of this License in conveying all material for which you do
+not control copyright.  Those thus making or running the covered works
+for you must do so exclusively on your behalf, under your direction
+and control, on terms that prohibit them from making any copies of
+your copyrighted material outside their relationship with you.
+
+  Conveying under any other circumstances is permitted solely under
+the conditions stated below.  Sublicensing is not allowed; section 10
+makes it unnecessary.
+
+  3. Protecting Users' Legal Rights From Anti-Circumvention Law.
+
+  No covered work shall be deemed part of an effective technological
+measure under any applicable law fulfilling obligations under article
+11 of the WIPO copyright treaty adopted on 20 December 1996, or
+similar laws prohibiting or restricting circumvention of such
+measures.
+
+  When you convey a covered work, you waive any legal power to forbid
+circumvention of technological measures to the extent such circumvention
+is effected by exercising rights under this License with respect to
+the covered work, and you disclaim any intention to limit operation or
+modification of the work as a means of enforcing, against the work's
+users, your or third parties' legal rights to forbid circumvention of
+technological measures.
+
+  4. Conveying Verbatim Copies.
+
+  You may convey verbatim copies of the Program's source code as you
+receive it, in any medium, provided that you conspicuously and
+appropriately publish on each copy an appropriate copyright notice;
+keep intact all notices stating that this License and any
+non-permissive terms added in accord with section 7 apply to the code;
+keep intact all notices of the absence of any warranty; and give all
+recipients a copy of this License along with the Program.
+
+  You may charge any price or no price for each copy that you convey,
+and you may offer support or warranty protection for a fee.
+
+  5. Conveying Modified Source Versions.
+
+  You may convey a work based on the Program, or the modifications to
+produce it from the Program, in the form of source code under the
+terms of section 4, provided that you also meet all of these conditions:
+
+    a) The work must carry prominent notices stating that you modified
+    it, and giving a relevant date.
+
+    b) The work must carry prominent notices stating that it is
+    released under this License and any conditions added under section
+    7.  This requirement modifies the requirement in section 4 to
+    "keep intact all notices".
+
+    c) You must license the entire work, as a whole, under this
+    License to anyone who comes into possession of a copy.  This
+    License will therefore apply, along with any applicable section 7
+    additional terms, to the whole of the work, and all its parts,
+    regardless of how they are packaged.  This License gives no
+    permission to license the work in any other way, but it does not
+    invalidate such permission if you have separately received it.
+
+    d) If the work has interactive user interfaces, each must display
+    Appropriate Legal Notices; however, if the Program has interactive
+    interfaces that do not display Appropriate Legal Notices, your
+    work need not make them do so.
+
+  A compilation of a covered work with other separate and independent
+works, which are not by their nature extensions of the covered work,
+and which are not combined with it such as to form a larger program,
+in or on a volume of a storage or distribution medium, is called an
+"aggregate" if the compilation and its resulting copyright are not
+used to limit the access or legal rights of the compilation's users
+beyond what the individual works permit.  Inclusion of a covered work
+in an aggregate does not cause this License to apply to the other
+parts of the aggregate.
+
+  6. Conveying Non-Source Forms.
+
+  You may convey a covered work in object code form under the terms
+of sections 4 and 5, provided that you also convey the
+machine-readable Corresponding Source under the terms of this License,
+in one of these ways:
+
+    a) Convey the object code in, or embodied in, a physical product
+    (including a physical distribution medium), accompanied by the
+    Corresponding Source fixed on a durable physical medium
+    customarily used for software interchange.
+
+    b) Convey the object code in, or embodied in, a physical product
+    (including a physical distribution medium), accompanied by a
+    written offer, valid for at least three years and valid for as
+    long as you offer spare parts or customer support for that product
+    model, to give anyone who possesses the object code either (1) a
+    copy of the Corresponding Source for all the software in the
+    product that is covered by this License, on a durable physical
+    medium customarily used for software interchange, for a price no
+    more than your reasonable cost of physically performing this
+    conveying of source, or (2) access to copy the
+    Corresponding Source from a network server at no charge.
+
+    c) Convey individual copies of the object code with a copy of the
+    written offer to provide the Corresponding Source.  This
+    alternative is allowed only occasionally and noncommercially, and
+    only if you received the object code with such an offer, in accord
+    with subsection 6b.
+
+    d) Convey the object code by offering access from a designated
+    place (gratis or for a charge), and offer equivalent access to the
+    Corresponding Source in the same way through the same place at no
+    further charge.  You need not require recipients to copy the
+    Corresponding Source along with the object code.  If the place to
+    copy the object code is a network server, the Corresponding Source
+    may be on a different server (operated by you or a third party)
+    that supports equivalent copying facilities, provided you maintain
+    clear directions next to the object code saying where to find the
+    Corresponding Source.  Regardless of what server hosts the
+    Corresponding Source, you remain obligated to ensure that it is
+    available for as long as needed to satisfy these requirements.
+
+    e) Convey the object code using peer-to-peer transmission, provided
+    you inform other peers where the object code and Corresponding
+    Source of the work are being offered to the general public at no
+    charge under subsection 6d.
+
+  A separable portion of the object code, whose source code is excluded
+from the Corresponding Source as a System Library, need not be
+included in conveying the object code work.
+
+  A "User Product" is either (1) a "consumer product", which means any
+tangible personal property which is normally used for personal, family,
+or household purposes, or (2) anything designed or sold for incorporation
+into a dwelling.  In determining whether a product is a consumer product,
+doubtful cases shall be resolved in favor of coverage.  For a particular
+product received by a particular user, "normally used" refers to a
+typical or common use of that class of product, regardless of the status
+of the particular user or of the way in which the particular user
+actually uses, or expects or is expected to use, the product.  A product
+is a consumer product regardless of whether the product has substantial
+commercial, industrial or non-consumer uses, unless such uses represent
+the only significant mode of use of the product.
+
+  "Installation Information" for a User Product means any methods,
+procedures, authorization keys, or other information required to install
+and execute modified versions of a covered work in that User Product from
+a modified version of its Corresponding Source.  The information must
+suffice to ensure that the continued functioning of the modified object
+code is in no case prevented or interfered with solely because
+modification has been made.
+
+  If you convey an object code work under this section in, or with, or
+specifically for use in, a User Product, and the conveying occurs as
+part of a transaction in which the right of possession and use of the
+User Product is transferred to the recipient in perpetuity or for a
+fixed term (regardless of how the transaction is characterized), the
+Corresponding Source conveyed under this section must be accompanied
+by the Installation Information.  But this requirement does not apply
+if neither you nor any third party retains the ability to install
+modified object code on the User Product (for example, the work has
+been installed in ROM).
+
+  The requirement to provide Installation Information does not include a
+requirement to continue to provide support service, warranty, or updates
+for a work that has been modified or installed by the recipient, or for
+the User Product in which it has been modified or installed.  Access to a
+network may be denied when the modification itself materially and
+adversely affects the operation of the network or violates the rules and
+protocols for communication across the network.
+
+  Corresponding Source conveyed, and Installation Information provided,
+in accord with this section must be in a format that is publicly
+documented (and with an implementation available to the public in
+source code form), and must require no special password or key for
+unpacking, reading or copying.
+
+  7. Additional Terms.
+
+  "Additional permissions" are terms that supplement the terms of this
+License by making exceptions from one or more of its conditions.
+Additional permissions that are applicable to the entire Program shall
+be treated as though they were included in this License, to the extent
+that they are valid under applicable law.  If additional permissions
+apply only to part of the Program, that part may be used separately
+under those permissions, but the entire Program remains governed by
+this License without regard to the additional permissions.
+
+  When you convey a copy of a covered work, you may at your option
+remove any additional permissions from that copy, or from any part of
+it.  (Additional permissions may be written to require their own
+removal in certain cases when you modify the work.)  You may place
+additional permissions on material, added by you to a covered work,
+for which you have or can give appropriate copyright permission.
+
+  Notwithstanding any other provision of this License, for material you
+add to a covered work, you may (if authorized by the copyright holders of
+that material) supplement the terms of this License with terms:
+
+    a) Disclaiming warranty or limiting liability differently from the
+    terms of sections 15 and 16 of this License; or
+
+    b) Requiring preservation of specified reasonable legal notices or
+    author attributions in that material or in the Appropriate Legal
+    Notices displayed by works containing it; or
+
+    c) Prohibiting misrepresentation of the origin of that material, or
+    requiring that modified versions of such material be marked in
+    reasonable ways as different from the original version; or
+
+    d) Limiting the use for publicity purposes of names of licensors or
+    authors of the material; or
+
+    e) Declining to grant rights under trademark law for use of some
+    trade names, trademarks, or service marks; or
+
+    f) Requiring indemnification of licensors and authors of that
+    material by anyone who conveys the material (or modified versions of
+    it) with contractual assumptions of liability to the recipient, for
+    any liability that these contractual assumptions directly impose on
+    those licensors and authors.
+
+  All other non-permissive additional terms are considered "further
+restrictions" within the meaning of section 10.  If the Program as you
+received it, or any part of it, contains a notice stating that it is
+governed by this License along with a term that is a further
+restriction, you may remove that term.  If a license document contains
+a further restriction but permits relicensing or conveying under this
+License, you may add to a covered work material governed by the terms
+of that license document, provided that the further restriction does
+not survive such relicensing or conveying.
+
+  If you add terms to a covered work in accord with this section, you
+must place, in the relevant source files, a statement of the
+additional terms that apply to those files, or a notice indicating
+where to find the applicable terms.
+
+  Additional terms, permissive or non-permissive, may be stated in the
+form of a separately written license, or stated as exceptions;
+the above requirements apply either way.
+
+  8. Termination.
+
+  You may not propagate or modify a covered work except as expressly
+provided under this License.  Any attempt otherwise to propagate or
+modify it is void, and will automatically terminate your rights under
+this License (including any patent licenses granted under the third
+paragraph of section 11).
+
+  However, if you cease all violation of this License, then your
+license from a particular copyright holder is reinstated (a)
+provisionally, unless and until the copyright holder explicitly and
+finally terminates your license, and (b) permanently, if the copyright
+holder fails to notify you of the violation by some reasonable means
+prior to 60 days after the cessation.
+
+  Moreover, your license from a particular copyright holder is
+reinstated permanently if the copyright holder notifies you of the
+violation by some reasonable means, this is the first time you have
+received notice of violation of this License (for any work) from that
+copyright holder, and you cure the violation prior to 30 days after
+your receipt of the notice.
+
+  Termination of your rights under this section does not terminate the
+licenses of parties who have received copies or rights from you under
+this License.  If your rights have been terminated and not permanently
+reinstated, you do not qualify to receive new licenses for the same
+material under section 10.
+
+  9. Acceptance Not Required for Having Copies.
+
+  You are not required to accept this License in order to receive or
+run a copy of the Program.  Ancillary propagation of a covered work
+occurring solely as a consequence of using peer-to-peer transmission
+to receive a copy likewise does not require acceptance.  However,
+nothing other than this License grants you permission to propagate or
+modify any covered work.  These actions infringe copyright if you do
+not accept this License.  Therefore, by modifying or propagating a
+covered work, you indicate your acceptance of this License to do so.
+
+  10. Automatic Licensing of Downstream Recipients.
+
+  Each time you convey a covered work, the recipient automatically
+receives a license from the original licensors, to run, modify and
+propagate that work, subject to this License.  You are not responsible
+for enforcing compliance by third parties with this License.
+
+  An "entity transaction" is a transaction transferring control of an
+organization, or substantially all assets of one, or subdividing an
+organization, or merging organizations.  If propagation of a covered
+work results from an entity transaction, each party to that
+transaction who receives a copy of the work also receives whatever
+licenses to the work the party's predecessor in interest had or could
+give under the previous paragraph, plus a right to possession of the
+Corresponding Source of the work from the predecessor in interest, if
+the predecessor has it or can get it with reasonable efforts.
+
+  You may not impose any further restrictions on the exercise of the
+rights granted or affirmed under this License.  For example, you may
+not impose a license fee, royalty, or other charge for exercise of
+rights granted under this License, and you may not initiate litigation
+(including a cross-claim or counterclaim in a lawsuit) alleging that
+any patent claim is infringed by making, using, selling, offering for
+sale, or importing the Program or any portion of it.
+
+  11. Patents.
+
+  A "contributor" is a copyright holder who authorizes use under this
+License of the Program or a work on which the Program is based.  The
+work thus licensed is called the contributor's "contributor version".
+
+  A contributor's "essential patent claims" are all patent claims
+owned or controlled by the contributor, whether already acquired or
+hereafter acquired, that would be infringed by some manner, permitted
+by this License, of making, using, or selling its contributor version,
+but do not include claims that would be infringed only as a
+consequence of further modification of the contributor version.  For
+purposes of this definition, "control" includes the right to grant
+patent sublicenses in a manner consistent with the requirements of
+this License.
+
+  Each contributor grants you a non-exclusive, worldwide, royalty-free
+patent license under the contributor's essential patent claims, to
+make, use, sell, offer for sale, import and otherwise run, modify and
+propagate the contents of its contributor version.
+
+  In the following three paragraphs, a "patent license" is any express
+agreement or commitment, however denominated, not to enforce a patent
+(such as an express permission to practice a patent or covenant not to
+sue for patent infringement).  To "grant" such a patent license to a
+party means to make such an agreement or commitment not to enforce a
+patent against the party.
+
+  If you convey a covered work, knowingly relying on a patent license,
+and the Corresponding Source of the work is not available for anyone
+to copy, free of charge and under the terms of this License, through a
+publicly available network server or other readily accessible means,
+then you must either (1) cause the Corresponding Source to be so
+available, or (2) arrange to deprive yourself of the benefit of the
+patent license for this particular work, or (3) arrange, in a manner
+consistent with the requirements of this License, to extend the patent
+license to downstream recipients.  "Knowingly relying" means you have
+actual knowledge that, but for the patent license, your conveying the
+covered work in a country, or your recipient's use of the covered work
+in a country, would infringe one or more identifiable patents in that
+country that you have reason to believe are valid.
+
+  If, pursuant to or in connection with a single transaction or
+arrangement, you convey, or propagate by procuring conveyance of, a
+covered work, and grant a patent license to some of the parties
+receiving the covered work authorizing them to use, propagate, modify
+or convey a specific copy of the covered work, then the patent license
+you grant is automatically extended to all recipients of the covered
+work and works based on it.
+
+  A patent license is "discriminatory" if it does not include within
+the scope of its coverage, prohibits the exercise of, or is
+conditioned on the non-exercise of one or more of the rights that are
+specifically granted under this License.  You may not convey a covered
+work if you are a party to an arrangement with a third party that is
+in the business of distributing software, under which you make payment
+to the third party based on the extent of your activity of conveying
+the work, and under which the third party grants, to any of the
+parties who would receive the covered work from you, a discriminatory
+patent license (a) in connection with copies of the covered work
+conveyed by you (or copies made from those copies), or (b) primarily
+for and in connection with specific products or compilations that
+contain the covered work, unless you entered into that arrangement,
+or that patent license was granted, prior to 28 March 2007.
+
+  Nothing in this License shall be construed as excluding or limiting
+any implied license or other defenses to infringement that may
+otherwise be available to you under applicable patent law.
+
+  12. No Surrender of Others' Freedom.
+
+  If conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License.  If you cannot convey a
+covered work so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you may
+not convey it at all.  For example, if you agree to terms that obligate you
+to collect a royalty for further conveying from those to whom you convey
+the Program, the only way you could satisfy both those terms and this
+License would be to refrain entirely from conveying the Program.
+
+  13. Use with the GNU Affero General Public License.
+
+  Notwithstanding any other provision of this License, you have
+permission to link or combine any covered work with a work licensed
+under version 3 of the GNU Affero General Public License into a single
+combined work, and to convey the resulting work.  The terms of this
+License will continue to apply to the part which is the covered work,
+but the special requirements of the GNU Affero General Public License,
+section 13, concerning interaction through a network will apply to the
+combination as such.
+
+  14. Revised Versions of this License.
+
+  The Free Software Foundation may publish revised and/or new versions of
+the GNU General Public License from time to time.  Such new versions will
+be similar in spirit to the present version, but may differ in detail to
+address new problems or concerns.
+
+  Each version is given a distinguishing version number.  If the
+Program specifies that a certain numbered version of the GNU General
+Public License "or any later version" applies to it, you have the
+option of following the terms and conditions either of that numbered
+version or of any later version published by the Free Software
+Foundation.  If the Program does not specify a version number of the
+GNU General Public License, you may choose any version ever published
+by the Free Software Foundation.
+
+  If the Program specifies that a proxy can decide which future
+versions of the GNU General Public License can be used, that proxy's
+public statement of acceptance of a version permanently authorizes you
+to choose that version for the Program.
+
+  Later license versions may give you additional or different
+permissions.  However, no additional obligations are imposed on any
+author or copyright holder as a result of your choosing to follow a
+later version.
+
+  15. Disclaimer of Warranty.
+
+  THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
+APPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
+HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
+OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
+THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
+IS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
+ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
+
+  16. Limitation of Liability.
+
+  IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
+THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
+GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
+USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
+DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
+PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
+EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
+SUCH DAMAGES.
+
+  17. Interpretation of Sections 15 and 16.
+
+  If the disclaimer of warranty and limitation of liability provided
+above cannot be given local legal effect according to their terms,
+reviewing courts shall apply local law that most closely approximates
+an absolute waiver of all civil liability in connection with the
+Program, unless a warranty or assumption of liability accompanies a
+copy of the Program in return for a fee.
+
+                     END OF TERMS AND CONDITIONS
+
+            How to Apply These Terms to Your New Programs
+
+  If you develop a new program, and you want it to be of the greatest
+possible use to the public, the best way to achieve this is to make it
+free software which everyone can redistribute and change under these terms.
+
+  To do so, attach the following notices to the program.  It is safest
+to attach them to the start of each source file to most effectively
+state the exclusion of warranty; and each file should have at least
+the "copyright" line and a pointer to where the full notice is found.
+
+    <one line to give the program's name and a brief idea of what it does.>
+    Copyright (C) <year>  <name of author>
+
+    This program is free software: you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation, either version 3 of the License, or
+    (at your option) any later version.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with this program.  If not, see <https://www.gnu.org/licenses/>.
+
+Also add information on how to contact you by electronic and paper mail.
+
+  If the program does terminal interaction, make it output a short
+notice like this when it starts in an interactive mode:
+
+    <program>  Copyright (C) <year>  <name of author>
+    This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
+    This is free software, and you are welcome to redistribute it
+    under certain conditions; type `show c' for details.
+
+The hypothetical commands `show w' and `show c' should show the appropriate
+parts of the General Public License.  Of course, your program's commands
+might be different; for a GUI interface, you would use an "about box".
+
+  You should also get your employer (if you work as a programmer) or school,
+if any, to sign a "copyright disclaimer" for the program, if necessary.
+For more information on this, and how to apply and follow the GNU GPL, see
+<https://www.gnu.org/licenses/>.
+
+  The GNU General Public License does not permit incorporating your program
+into proprietary programs.  If your program is a subroutine library, you
+may consider it more useful to permit linking proprietary applications with
+the library.  If this is what you want to do, use the GNU Lesser General
+Public License instead of this License.  But first, please read
+<https://www.gnu.org/licenses/why-not-lgpl.html>.

+ 3 - 0
python/plugins/ResourceTree/README.md

@@ -0,0 +1,3 @@
+# FileManage
+
+文件管理,实现文件和文件夹的上传下载、浏览、重命名、删除等功能

+ 6 - 0
python/plugins/ResourceTree/__init__.py

@@ -0,0 +1,6 @@
+from .plugin import Siwei
+
+
+def classFactory(iface):
+    """QGIS Plugin"""
+    return Siwei(iface)

BIN
python/plugins/ResourceTree/__pycache__/__init__.cpython-312.pyc


BIN
python/plugins/ResourceTree/__pycache__/plugin.cpython-312.pyc


BIN
python/plugins/ResourceTree/__pycache__/qgis.cpython-312.pyc


+ 3 - 0
python/plugins/ResourceTree/checklicense.py

@@ -0,0 +1,3 @@
+
+
+licensepath = "D:\\Program Files\\QGIS 3.34.9\\bin\\license.txt"

+ 17 - 0
python/plugins/ResourceTree/file.py

@@ -0,0 +1,17 @@
+import win32ui
+import shutil
+import os
+current_path = os.getcwd()
+print(current_path)
+
+def copy_file(src_path, dst_path):
+    shutil.copy(src_path, dst_path)
+
+
+dlg = win32ui.CreateFileDialog(1)  # 参数 1 表示打开文件对话框
+dlg.SetOFNInitialDir('C://')  # 设置打开文件对话框中的初始显示目录
+dlg.DoModal()
+filename = dlg.GetPathName()
+print(filename)
+if filename is not None and filename != "":
+    copy_file(filename, current_path + "/license.txt")

+ 61 - 0
python/plugins/ResourceTree/from.py

@@ -0,0 +1,61 @@
+import sys
+from PyQt5.QtWidgets import QApplication, QDialog, QVBoxLayout, QLineEdit, QFormLayout, QLabel, QPushButton, \
+    QInputDialog
+
+
+class FormDialog(QDialog):
+    def __init__(self):
+        super().__init__()
+
+        self.setWindowTitle("表单输入")
+
+        # 创建表单布局
+        self.layout = QFormLayout()
+
+        # 创建输入框
+        self.name_line_edit = QLineEdit(self)
+        self.age_line_edit = QLineEdit(self)
+
+        # 创建提交按钮
+        # self.submit_button = QPushButton("提交", self)
+        # self.submit_button.clicked.connect(self.on_submit)
+
+        # 将控件添加到表单布局
+        self.layout.addRow(QLabel("姓名:"), self.name_line_edit)
+        self.layout.addRow(QLabel("年龄:"), self.age_line_edit)
+        # self.layout.addWidget(self.submit_button)
+
+        # 设置对话框的主布局
+        self.setLayout(self.layout)
+
+    def on_submit(self):
+        # 获取输入的内容
+        name = self.name_line_edit.text()
+        age = self.age_line_edit.text()
+
+        # 打印输入内容
+        print(f"姓名: {name}")
+        print(f"年龄: {age}")
+
+        # 关闭对话框
+        self.accept()
+
+
+class MainWindow(QDialog):
+    def __init__(self):
+        super().__init__()
+
+        self.setWindowTitle("QInputDialog 表单")
+
+        # 创建并显示表单对话框
+        self.form_dialog = FormDialog()
+
+        # 显示表单对话框
+        self.form_dialog.exec_()
+
+
+# 创建并运行应用
+app = QApplication(sys.argv)
+window = MainWindow()
+window.show()
+sys.exit(app.exec_())

+ 5 - 0
python/plugins/ResourceTree/images/add_map.svg

@@ -0,0 +1,5 @@
+<svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
+<path d="M13.0999 40.8011L6.33287 43.6712C4.56778 44.4197 4.55215 46.9498 6.3077 47.721L31.5684 58.8186C32.1301 59.0655 32.7686 59.0601 33.3264 58.8041L57.7247 47.6034C59.4421 46.8148 59.4198 44.3336 57.6884 43.5772L51.1468 40.7192L33.3264 48.9002C32.7686 49.1562 32.1301 49.1616 31.5684 48.9147L13.0999 40.8011Z" fill="#6C71F3"/>
+<path d="M6.30768 36.7168C4.55212 35.9455 4.56795 33.4155 6.33302 32.6669L31.6509 21.9291C32.1942 21.6986 32.8065 21.702 33.3473 21.9382L57.6884 32.5729C59.4198 33.3293 59.4422 35.8106 57.7247 36.5991L33.3265 47.7998C32.7687 48.0558 32.1302 48.0611 31.5684 47.8143L6.30768 36.7168Z" fill="#56CCF2"/>
+<path d="M52.0172 7.32759C52.0172 6.04207 50.975 5 49.6896 5C48.4042 5 47.3621 6.04207 47.3621 7.32759V11.9828H42.7069C41.4215 11.9828 40.3793 13.0248 40.3793 14.3103C40.3793 15.5959 41.4215 16.6379 42.7069 16.6379H47.3621V21.2931C47.3621 22.5786 48.4042 23.6207 49.6896 23.6207C50.975 23.6207 52.0172 22.5786 52.0172 21.2931V16.6379H56.6724C57.9578 16.6379 59 15.5959 59 14.3103C59 13.0248 57.9578 11.9828 56.6724 11.9828H52.0172V7.32759Z" fill="#6C71F2"/>
+</svg>

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 3 - 0
python/plugins/ResourceTree/images/earth.svg


+ 6 - 0
python/plugins/ResourceTree/images/fitzoom.svg

@@ -0,0 +1,6 @@
+<svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
+<path d="M17.6 27.2H8V17.6C8.00254 15.0547 9.01478 12.6144 10.8146 10.8146C12.6144 9.01478 15.0547 8.00254 17.6 8H27.2V17.6H17.6V27.2Z" fill="#2F80ED"/>
+<path d="M56 27.2H46.4V17.6H36.8V8H46.4C48.9453 8.00254 51.3856 9.01478 53.1854 10.8146C54.9852 12.6144 55.9974 15.0547 56 17.6V27.2Z" fill="#2F80ED"/>
+<path d="M27.2 56H17.6C15.0547 55.9975 12.6144 54.9852 10.8146 53.1854C9.01478 51.3856 8.00254 48.9453 8 46.4V36.8H17.6V46.4H27.2V56Z" fill="#2F80ED"/>
+<path d="M46.4 56H36.8V46.4H46.4V36.8H56V46.4C55.9974 48.9453 54.9852 51.3856 53.1854 53.1854C51.3856 54.9852 48.9453 55.9975 46.4 56Z" fill="#2F80ED"/>
+</svg>

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
python/plugins/ResourceTree/images/ftp.svg


BIN
python/plugins/ResourceTree/images/icon.png


+ 0 - 0
python/plugins/ResourceTree/images/map_icons/ESRI.webp


+ 0 - 0
python/plugins/ResourceTree/images/map_icons/amap.svg


+ 0 - 0
python/plugins/ResourceTree/images/map_icons/default.svg


+ 0 - 0
python/plugins/ResourceTree/images/map_icons/googlemap_default.png


+ 0 - 0
python/plugins/ResourceTree/images/map_icons/googlemap_satellite.png


+ 0 - 0
python/plugins/ResourceTree/images/map_icons/googlemap_terrain.png


+ 0 - 0
python/plugins/ResourceTree/images/map_icons/osm.webp


+ 0 - 0
python/plugins/ResourceTree/images/map_icons/stamen_terrain.webp


+ 0 - 0
python/plugins/ResourceTree/images/map_icons/stamen_toner.webp


+ 0 - 0
python/plugins/ResourceTree/images/map_icons/stamen_watercolor.webp


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 2 - 0
python/plugins/ResourceTree/images/map_tianditu.svg


+ 1 - 0
python/plugins/ResourceTree/images/resource.svg

@@ -0,0 +1 @@
+<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1730769658740" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="5396" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32"><path d="M784 672.64l191.36 68.48c9.6 3.2 16.64 12.16 16.64 21.76 0 9.6-6.4 18.56-16.64 21.76l-424.32 152.32c-24.96 8.96-52.48 8.96-78.08 0L48.64 784.64a22.464 22.464 0 0 1 0-43.52l191.36-68.48 233.6 83.84c22.4 7.68 46.72 8.96 69.76 2.56l8.32-2.56 232.32-83.84z" fill="#1296db" p-id="5397"></path><path d="M784 434.56l191.36 68.48c9.6 3.2 16.64 12.16 16.64 21.76 0 9.6-6.4 18.56-16.64 21.76l-424.32 152.32c-24.96 8.96-52.48 8.96-78.08 0L48.64 547.2a23.04 23.04 0 0 1-16.64-21.76c0-9.6 6.4-18.56 16.64-21.76L240 435.2l232.96 83.2c22.4 7.68 46.72 8.96 69.76 2.56l8.32-2.56 232.96-83.84z" fill="#1296db" p-id="5398"></path><path d="M551.04 113.28l424.32 152.32c10.24 3.2 16.64 12.16 16.64 21.76 0 9.6-6.4 18.56-16.64 21.76L551.04 461.44c-24.96 8.96-52.48 8.96-78.08 0L48.64 309.12a23.04 23.04 0 0 1-16.64-21.76c0-9.6 6.4-18.56 16.64-21.76l424.32-152.32c24.96-8.96 53.12-8.96 78.08 0z" fill="#1296db" p-id="5399"></path></svg>

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 1 - 0
python/plugins/ResourceTree/images/setting.svg


+ 1 - 0
python/plugins/ResourceTree/license.txt

@@ -0,0 +1 @@
+gdalwarp -overwrite -of GTiff -cutline D:/gisdata/HaiNanXZQ/XZQH3857.shp -cl XZQH3857 -crop_to_cutline D:/gisdata/tif/3857.tif D:/temp.tif

+ 114 - 0
python/plugins/ResourceTree/map.py

@@ -0,0 +1,114 @@
+from qgis.core import *
+from qgis.gui import *
+from qgis.PyQt.QtWidgets import *
+from qgis.PyQt.QtGui import *
+from qgis.PyQt.QtCore import *
+
+from os.path import *
+import sys
+
+
+class MyWnd(QMainWindow):
+    def __init__(self):
+        QMainWindow.__init__(self)
+        self.resize(1200, 800)
+        self.setWindowTitle("GIS软件")
+        self.canvas = QgsMapCanvas()
+        self.canvas.setCanvasColor(Qt.white)
+        self.canvas.setVisible(True)
+        self.canvas.xyCoordinates.connect(self.showXY)
+
+        self.actionZoomIn = QAction("放大工具", self)
+        self.actionZoomOut = QAction("缩小工具", self)
+        self.actionPan = QAction("平移工具", self)
+        self.actionOpenRas = QAction("打开影像", self)
+
+        self.actionZoomIn.setCheckable(True)
+        self.actionZoomOut.setCheckable(True)
+        self.actionPan.setCheckable(True)
+
+        self.actionZoomIn.triggered.connect(self.zoomIn)
+        self.actionZoomOut.triggered.connect(self.zoomOut)
+        self.actionPan.triggered.connect(self.pan)
+        self.actionOpenRas.triggered.connect(self.openDialogRas)
+
+        self.toolbar = QToolBar("Canvas actions")
+        self.addToolBar(self.toolbar)
+        self.toolbar.addAction(self.actionZoomIn)
+        self.toolbar.addAction(self.actionZoomOut)
+        self.toolbar.addAction(self.actionPan)
+        self.toolbar.addAction(self.actionOpenRas)
+
+        self.root = QgsProject.instance().layerTreeRoot()
+        self.model = QgsLayerTreeModel(self.root, self)
+        self.model.setFlag(QgsLayerTreeModel.AllowNodeReorder)
+        self.model.setFlag(QgsLayerTreeModel.AllowNodeChangeVisibility)
+        self.tocView = QgsLayerTreeView()
+        self.tocView.setModel(self.model)
+        self.tocView.setFixedWidth(200)
+        self.bridge = QgsLayerTreeMapCanvasBridge(self.root, self.canvas, self)
+
+        # create the map tools
+        self.toolPan = QgsMapToolPan(self.canvas)
+        self.toolPan.setAction(self.actionPan)
+        self.toolZoomIn = QgsMapToolZoom(self.canvas, False)  # false = in
+        self.toolZoomIn.setAction(self.actionZoomIn)
+        self.toolZoomOut = QgsMapToolZoom(self.canvas, True)  # true = out
+        self.toolZoomOut.setAction(self.actionZoomOut)
+
+        centralWidget = QWidget()
+        hLayout = QHBoxLayout()
+        hLayout.addWidget(self.canvas)
+        hLayout.addWidget(self.tocView)
+        centralWidget.setLayout(hLayout)
+        self.setCentralWidget(centralWidget)
+
+        self.pan()
+
+    def zoomIn(self):
+        self.canvas.setMapTool(self.toolZoomIn)
+
+    def zoomOut(self):
+        self.canvas.setMapTool(self.toolZoomOut)
+
+    def pan(self):
+        self.canvas.setMapTool(self.toolPan)
+
+    def openDialogRas(self):
+        path_to_tif = QFileDialog.getOpenFileName()[0]
+        if path_to_tif == "":
+            return
+        self.addRaster(path_to_tif)
+
+    def openDialogVec(self):
+        path_to_vec = QFileDialog.getOpenFileName()[0]
+        if path_to_vec == "":
+            return
+        self.addVector(path_to_vec)
+
+    def addRaster(self, path):
+        layer = QgsRasterLayer(path, basename(path))
+        if not layer.isValid():
+            QMessageBox.information(self, '提示', '文件打开失败', QMessageBox.Ok)
+            return
+        layer.dataProvider().setNoDataValue(1, 0)
+        QgsProject.instance().addMapLayers([layer])
+        self.canvas.setLayers([layer])
+        self.canvas.setExtent(layer.extent())
+        self.canvas.refresh()
+
+    def showXY(self, point):
+        m_statusBar = self.statusBar()
+        m_statusBar.showMessage("Coordinate:" + str(point.x()) + "," + str(point.y()))
+
+
+if __name__ == "__main__":
+    QgsApplication.setPrefixPath("./qgis_init", True)
+    qgs = QgsApplication([], False)
+    qgs.initQgis()
+
+    w = MyWnd()
+    w.show()
+    sys.exit(qgs.exec_())
+
+    qgs.exitQgis()

+ 17 - 0
python/plugins/ResourceTree/metadata.txt

@@ -0,0 +1,17 @@
+[general]
+name=ResourceTree
+qgisMinimumVersion=3.4
+description=资源目录
+about=资源目录
+version=1.0.0
+tags=资源目录
+icon=images/icon.png
+experimental=False
+deprecated=False
+author=四维
+email=
+homepage=
+tracker=
+repository=
+changelog=
+

+ 19 - 0
python/plugins/ResourceTree/plugin.py

@@ -0,0 +1,19 @@
+from .widgets.toolbar import SiweiToolbar
+class Siwei:
+    def __init__(self, iface):
+        self.iface = iface
+        # 设置QGIS界面接受拖放
+        # self.iface.setDragDropEnabled(True)
+        self.toolbar = SiweiToolbar(self.iface)
+        self.initGui()
+
+    def initGui(self):
+        self.iface.addToolBar(self.toolbar)
+
+
+    def unload(self):
+        """Unload from the QGIS interface"""
+        self.toolbar.remove_dock()
+        mw = self.iface.mainWindow()
+        mw.removeToolBar(self.toolbar)
+        self.toolbar.deleteLater()

+ 32 - 0
python/plugins/ResourceTree/qgis.py

@@ -0,0 +1,32 @@
+import os
+import platform
+import winreg
+
+
+def get_qgis_install_dir():
+    # 尝试从环境变量获取
+    qgis_env = os.getenv('QGIS_PREFIX_PATH')
+    if qgis_env:
+        return f'{qgis_env.replace("apps/qgis-ltr","")}bin'
+    # 尝试从Windows注册表获取
+    if platform.system() == "Windows":
+        sub_key = winreg.OpenKey(winreg.HKEY_CURRENT_USER, r'Software\QGIS')
+        try:
+            qgis_dir, _ = winreg.QueryValueEx(sub_key, 'QGIS_PREFIX_PATH')
+            return qgis_dir
+        except WindowsError:
+            pass
+    # 常见的安装路径
+    default_paths = [
+        os.path.join(os.path.expanduser('~'), 'AppData\Local\QGIS\QGIS3'),
+        r'C:\Program Files\QGIS 3.X',
+        r'C:\Program Files (x86)\QGIS 3.X',
+    ]
+    for path in default_paths:
+        if os.path.exists(path):
+            return path
+    return None
+
+# 使用函数
+qgis_dir = get_qgis_install_dir()
+print(f"QGIS Install Directory: {qgis_dir}")

+ 81 - 0
python/plugins/ResourceTree/test.py

@@ -0,0 +1,81 @@
+from cryptography.fernet import Fernet
+import json
+
+import datetime
+import socket
+
+machine_name = socket.gethostname()
+current_time = datetime.datetime.now()
+# 示例使用
+params = {
+    "host": "DESKTOP-5Q00G3P",
+    "license": "2024-11-30"
+}
+
+# 生成一个密钥
+key = Fernet.generate_key()
+print(key)
+#
+# # 使用密钥创建一个Fernet对象
+cipher_suite = Fernet(key)
+#
+# # 需要加密的数据
+message = str(params).encode("utf-8")
+#
+# # 加密数据
+encrypted_message = cipher_suite.encrypt(message)
+print(f"加密的消息: {encrypted_message}")
+# #
+# # # 解密数据
+# decrypted_message = cipher_suite.decrypt(encrypted_message)
+# print(f"解密的消息: {decrypted_message.decode('utf-8')}")
+
+# licensepath = "D:\\Program Files\\QGIS 3.34.9\\bin\\license.txt"
+# # 打开文件并读取内容
+# text = []
+# with open(licensepath, 'r') as file:
+#     for line in file:
+#         text.append(line.replace('\n', ' '))
+# # 打印文件内容
+# print(text)
+#
+#
+# def str_to_time(time_str):
+#     return datetime.datetime.strptime(time_str, "%Y-%m-%d %H:%M:%S")
+#
+#
+# def str_to_dict(string):
+#     # 去除首尾的花括号
+#     string = string.strip("{}")
+#     # 分割每个键值对
+#     pairs = string.split(", ")
+#     # 创建空字典
+#     result = {}
+#     # 遍历键值对并添加到字典中
+#     for pair in pairs:
+#         key, value = pair.split(": ")
+#         # 去除键和值两边的引号
+#         key = key.strip("'")
+#         value = value.strip("'")
+#         # 添加到字典中
+#         result[key] = value
+#     return result
+#
+#
+# fernet = Fernet(text[0].encode("utf-8"))
+# decrypted_message = fernet.decrypt(text[1].encode("utf-8"))
+# license = decrypted_message.decode('utf-8')
+# licenseDict = str_to_dict(license)
+# host = licenseDict["host"]
+# date = licenseDict["license"]
+#
+# time_str = f"{date} 23:59:59"
+# licensetime = str_to_time(time_str)
+# if host != machine_name:
+#     print("机器名错误!")
+#     exit(1)
+# elif current_time > licensetime:
+#     print("许可已过期!")
+# else:
+#     print("许可正常")
+#     print(f"解密的消息: {decrypted_message.decode('utf-8')}")

+ 202 - 0
python/plugins/ResourceTree/ui/CombinedDialog.py

@@ -0,0 +1,202 @@
+from PyQt5.QtGui import QTextOption
+from PyQt5.uic.properties import QtWidgets
+from qgis.PyQt.QtWidgets import QDialog, QVBoxLayout, QTabWidget, QTableWidget, QTableWidgetItem, QGraphicsView, \
+    QGraphicsScene, QPushButton
+from qgis.core import QgsProject, QgsVectorLayer
+from qgis.gui import QgsMapCanvas
+from qgis.utils import iface
+from qgis.PyQt.QtGui import QColor
+from PyQt5.QtWidgets import QSizePolicy, QStyledItemDelegate
+from PyQt5.QtCore import Qt, QSizeF, QRectF
+
+
+class WordWrapDelegate(QStyledItemDelegate):
+    def paint(self, painter, option, index):
+        if index.column() == 1:  # Only apply word wrapping to the second column
+            painter.save()
+
+            # Create a QRectF for the bounding box (the cell's rectangle)
+            rect = QRectF(option.rect)  # Use option.rect for the cell's bounding rectangle
+
+            # Define the QTextOption for word wrapping
+            text_option = QTextOption()
+            text_option.setWrapMode(QTextOption.WrapMode.WordWrap)  # Enable word wrap
+
+            # Draw the text inside the cell with word wrapping
+            painter.setClipRect(option.rect)  # Set clipping to the cell's rectangle
+            painter.drawText(rect, index.data(), text_option)  # Correct method signature here
+
+            painter.restore()
+        else:
+            super().paint(painter, option, index)
+
+class CombinedDialog(QDialog):
+    def __init__(self, layer, parent=None):
+        super().__init__(parent)
+        self.layer = layer
+
+        # Set the dialog layout
+        self.setWindowTitle('图层属性')
+        layout = QVBoxLayout(self)
+
+        # Create a QTabWidget to hold the different panels
+        self.tabs = QTabWidget(self)
+
+        # Add Metadata Panel (using QTableWidget instead of QTextEdit)
+        metadata_table = QTableWidget(self)  # Create a table widget for displaying metadata
+        self.populate_metadata_table(metadata_table)  # Populate the table with metadata
+        self.tabs.addTab(metadata_table, '基本信息')
+
+        # Add Preview Panel (using QgsMapCanvas in a QGraphicsView)
+        preview_widget = QGraphicsView(self)
+        preview_scene = QGraphicsScene(self)
+        preview_widget.setScene(preview_scene)
+
+        # Set up the map canvas for previewing the layer
+        map_canvas = QgsMapCanvas()
+        map_canvas.setCanvasColor(QColor('white'))  # Set the canvas color to white
+        map_canvas.setDestinationCrs(self.layer.crs())  # Set the CRS of the map canvas
+        map_canvas.setExtent(self.layer.extent())  # Set the extent to match the layer's extent
+        map_canvas.setLayers([self.layer])  # Set the layer to be previewed
+        map_canvas.refresh()  # Refresh the map canvas to show the layer
+
+        # Add the map canvas to the preview scene
+        preview_scene.addWidget(map_canvas)
+        # Make sure the preview widget expands to fill the layout
+        preview_widget.setSizePolicy(QSizePolicy.Expanding, QSizePolicy.Expanding)
+        # preview_scene.setSizePolicy(QSizePolicy.Expanding, QSizePolicy.Expanding)
+        self.tabs.addTab(preview_widget, '预览')
+
+        # Add Attribute Table Button
+        if isinstance(layer, QgsVectorLayer):
+            self.show_attribute_table_button = QPushButton("属性表", self)
+            self.show_attribute_table_button.setFixedSize(60, 25)
+            self.show_attribute_table_button.clicked.connect(self.show_attribute_table)
+            layout.addWidget(self.show_attribute_table_button)
+
+        # Add the QTabWidget to the layout
+        layout.addWidget(self.tabs)
+
+        # Set dialog size
+        self.resize(800, 600)
+        # Ensure the map canvas resizes to fit inside the scene
+        map_canvas.setSizePolicy(QSizePolicy.Expanding, QSizePolicy.Expanding)
+
+        # Connect the resize event to adjust the canvas size
+        preview_widget.resizeEvent = self.on_resize_event
+
+    def on_resize_event(self, event):
+        """Handles the resize event to ensure the map canvas adjusts its size."""
+        # Resize the map canvas to the size of the QGraphicsView
+        preview_widget = self.findChild(QGraphicsView)
+        map_canvas = preview_widget.scene().items()[0]  # Get the map canvas from the scene
+
+        # Convert QSize to QSizeF (float size)
+        new_size = QSizeF(preview_widget.size().width(), preview_widget.size().height())
+
+        # Resize the canvas to match the new size
+        map_canvas.resize(new_size)  # Resize with QSizeF
+        event.accept()
+
+    def populate_metadata_table(self, table_widget):
+        """Populate the table with metadata information of the layer."""
+        # Get layer metadata
+        metadata = [
+            ("图层名称", self.layer.name()),
+            # ("Layer Type", str(self.layer.type())),
+            ("坐标系", self.layer.crs().authid()),
+        ]
+        if isinstance(self.layer, QgsVectorLayer):
+            metadata.append(("要素数量", str(self.layer.featureCount())))
+            metadata.append(("字段", ", ".join([field.name() for field in self.layer.fields()])))
+        metadata.append(("数据范围", str(self.layer.extent().toString())))
+        # Set the table dimensions
+        table_widget.setRowCount(len(metadata))
+        table_widget.setColumnCount(2)
+
+        # Set the table headers
+        table_widget.setHorizontalHeaderLabels(["属性名称", "属性值"])
+        # Hide the headers
+        table_widget.horizontalHeader().setVisible(False)  # Hide horizontal (column) headers
+        table_widget.verticalHeader().setVisible(False)  # Optionally hide vertical (row) headers
+        # Set column width
+        table_widget.setColumnWidth(0, 200)  # Set the first column (attribute) to a fixed width of 200px
+        table_widget.setColumnWidth(1, 600)
+        # Make the second column (value) stretchable
+        # table_widget.horizontalHeader().setSectionResizeMode(1)
+        # Populate the table with the metadata
+        for row, (attribute, value) in enumerate(metadata):
+            item_attr = QTableWidgetItem(attribute)
+            item_value = QTableWidgetItem(value)
+
+            # Enable word wrapping for both columns
+            item_attr.setTextAlignment(Qt.AlignCenter | Qt.AlignLeft)
+            item_value.setTextAlignment(Qt.AlignCenter | Qt.AlignLeft)
+
+            # Wrap text in the second column (value)
+            text_option = QTextOption()
+            text_option.setWrapMode(QTextOption.WrapMode.WordWrap)  # Enable word wrap for this column
+            item_value.setText(value)  # Apply value with word wrap option
+
+            # Add items to the table
+            table_widget.setItem(row, 0, item_attr)
+            table_widget.setItem(row, 1, item_value)
+
+        delegate = WordWrapDelegate()
+        table_widget.setItemDelegateForColumn(1, delegate)
+
+        table_widget.setHorizontalScrollBarPolicy(Qt.ScrollBarPolicy.ScrollBarAlwaysOff)
+        table_widget.setVerticalScrollBarPolicy(Qt.ScrollBarPolicy.ScrollBarAlwaysOff)
+        # Resize the columns to fit the content
+        table_widget.resizeColumnsToContents()
+        table_widget.resizeColumnToContents(1)
+
+
+    def get_layer_metadata(self, layer):
+        """Return basic metadata information of the layer"""
+        metadata = []
+
+        # Get layer name
+        metadata.append(f"Layer Name: {layer.name()}")
+
+        # Get layer type
+        metadata.append(f"Layer Type: {layer.type()}")
+
+        # Get CRS (Coordinate Reference System)
+        metadata.append(f"CRS: {layer.crs().authid()}")
+
+        # Get feature count
+        if isinstance(layer, QgsVectorLayer):
+            metadata.append(f"Feature Count: {layer.featureCount()}")
+
+            # Get fields (attribute names)
+            fields = ", ".join([field.name() for field in layer.fields()])
+            metadata.append(f"Fields: {fields}")
+
+        # Get extent
+        metadata.append(f"Extent: {layer.extent().toString()}")
+
+        return "\n".join(metadata)
+
+    def show_attribute_table(self):
+        """Show the attribute table for the current layer"""
+        # Ensure the attribute table is brought to the front
+
+        # Bring the main window and attribute table dialog to the front
+        main_window = iface.mainWindow()
+        main_window.raise_()  # Raise the main window to the front
+        main_window.activateWindow()  # Focus the main window
+
+        # Additionally, ensure the active window is focused (in case the attribute table dialog gets hidden)
+        iface.showAttributeTable(self.layer)  # Reopen if needed to ensure focus
+
+    def showDialog(self):
+        self.exec_()
+
+# Usage:
+# layer = iface.activeLayer()  # Get the active layer
+# if layer:
+#     dialog = CombinedDialog(layer)
+#     dialog.showDialog()
+# else:
+#     print("No layer selected")

+ 6 - 0
python/plugins/ResourceTree/ui/FtpConfig.py

@@ -0,0 +1,6 @@
+ftpHost = '192.168.60.2'
+ftpPort = 2021
+ftpUsername = 'user1'
+ftpPassword = 'password'
+modelViewerUri = 'http://127.0.0.1:8091/website/#model='
+modelBaseUri = 'http://127.0.0.1:8090'

+ 132 - 0
python/plugins/ResourceTree/ui/FtpUitl.py

@@ -0,0 +1,132 @@
+import ftplib
+import os
+
+
+class FtpOper:
+    ftp = ftplib.FTP()
+
+    def __init__(self):
+        super().__init__()
+
+    def close(self):
+        self.ftp.quit()  # 关闭服务器
+
+    # 上传文件
+    def uploadfile(self, localfile, remotepath):
+        if not os.path.isfile(localfile):
+            print('不是文件')
+        filename = os.path.split(localfile)[-1]  # 获取文件名
+        self.ftp.cwd(remotepath)
+        with open(localfile, 'rb') as file:  # 读取文件
+            self.ftp.storbinary(f'STOR {filename}', file)  # 二进制存储
+
+    # 上传文件夹
+    def uploaddir(self, localdir, remotepath):
+        # if not os.path.isdir(localdir):
+        #     print('不是文件夹')
+        dirname = os.path.split(localdir)[-1]  # 文件夹名称
+        new_remotepath = remotepath + '/' + dirname  # os.path.join(remotepath, dirname)
+        self.makedir(dirname, remotepath, new_remotepath)
+        for localfile in os.listdir(localdir):
+            src = os.path.join(localdir, localfile)
+            if os.path.isfile(src):
+                self.uploadfile(src, new_remotepath)
+            elif os.path.isdir(src):
+                self.uploaddir(src, new_remotepath)  # 嵌套的文件夹:{src}
+        self.ftp.cwd('..')
+
+    # 创建文件夹
+    def makedir(self, dirname, remotepath, new_remotepath):
+        try:
+            self.ftp.cwd(new_remotepath)
+            print('文件夹已存在')
+            return '文件夹已存在'
+        except ftplib.error_perm:
+            try:
+                self.ftp.cwd(remotepath)
+                self.ftp.mkd(dirname)
+                print(f'文件夹创建成功:{remotepath}/{dirname}')
+                return '文件夹创建成功'
+            except ftplib.error_perm as ex:
+                print(f'创建文件夹失败:{ex}')
+                return '创建文件夹失败'
+
+    # 下载文件
+    def downloadfile(self, localfile, remotefile):
+        remotepath, remotefile_name = os.path.split(remotefile)
+        if self.is_exist(remotepath, remotefile_name):  # 判断文件是否存在
+            with open(localfile, 'wb') as file:
+                self.ftp.retrbinary(f'RETR {remotefile}', file.write)
+            print(f'文件下载成功:{localfile}')
+        else:
+            print('文件不存在')
+
+    # 下载文件夹
+    def downloaddir(self, localdir, remotepath):
+        if not self.is_exist(remotepath):
+            print('远程文件夹不存在')
+        else:
+            if not os.path.exists(localdir):
+                print(f'创建本地文件夹:{localdir}')
+                os.makedirs(localdir)
+            self.ftp.cwd(remotepath)
+            remotenames = self.ftp.nlst()
+            for file in remotenames:
+                localfile = os.path.join(localdir, file)
+                if file.find('.') == -1:  # 此节点下的文件夹
+                    if not os.path.exists(localfile):
+                        os.makedirs(localfile)
+                    self.downloaddir(localfile, remotepath + '/' + file)  # 递归文件夹:{remotepath}
+                else:  # 此节点下的文件
+                    self.downloadfile(localfile, file)
+            self.ftp.cwd('..')
+
+    # 判断文件/文件夹是否存在
+    def is_exist(self, remotepath, filename=None):
+        try:
+            self.ftp.cwd(remotepath)
+        except ftplib.error_perm:
+            print('远程路径不存在')
+            return False
+        if filename is not None:
+            filelist = self.ftp.nlst()
+            if filename in filelist:
+                print(f'存在该文件{filename}')
+                return True
+            else:
+                print(f'没有该文件{filename}')
+        else:
+            print(f'远程路径存在{remotepath}')
+            return True
+
+    # 删除文件
+    def deletfile(self, filename, remotepath):
+        if self.is_exist(remotepath, filename):
+            self.ftp.delete(filename)
+            print('远程文件已删除')
+        else:
+            print('远程文件不存在')
+
+    # 删除文件夹
+    def deletedir(self, remotepath):
+        if self.is_exist(remotepath):
+            filelist = self.ftp.nlst()
+            if len(filelist) != 0:
+                for file in filelist:
+                    new_remotepath = os.path.join(remotepath, file).replace('\\', '/')
+                    if file.find('.') == -1:
+                        self.deletedir(new_remotepath)
+                    else:
+                        self.deletfile(file, remotepath)
+            self.ftp.rmd(remotepath)
+            print('远程文件夹删除成功')
+        else:
+            print('远程文件夹不存在')
+
+    # 重命名
+    def rename(self, oldname, newname):
+        try:
+            self.ftp.rename(oldname, newname)
+            return True
+        except ftplib.error_perm:
+            return False

+ 22 - 0
python/plugins/ResourceTree/ui/ModelWebView.py

@@ -0,0 +1,22 @@
+from PyQt5.QtWebEngineWidgets import QWebEngineView, QWebEnginePage
+from typing import Optional
+from PyQt5.QtCore import QUrl
+from PyQt5 import QtCore
+QtCore.QCoreApplication.setAttribute(QtCore.Qt.AA_ShareOpenGLContexts)
+
+
+class ModelWebView(QWebEngineView):
+    def __init__(
+            self,
+            weburi: str,
+            title: Optional[str] = "自定义窗口",
+            windowW: Optional[int] = 1200,
+            windowH: Optional[int] = 800,
+    ):
+        super().__init__()
+        self.uri = weburi
+        self.resize(windowW, windowH)
+        self.setWindowTitle(title)
+        self.page = QWebEnginePage()
+        self.page.load(QUrl(self.uri))
+        self.setPage(self.page)

+ 148 - 0
python/plugins/ResourceTree/ui/PostgreSQL.py

@@ -0,0 +1,148 @@
+# -*- coding: utf-8 -*-
+
+__author__ = 'wanger'
+__date__ = '2024-08-20'
+__copyright__ = '(C) 2024 by siwei'
+__revision__ = '1.0'
+
+import time
+from typing import Optional
+import os
+import psycopg2
+import uuid
+
+
+class PostgreSQL:
+    # 矢量数据元数据表
+    Vector_Storage = "t_vector_storage"
+    def __init__(
+            self,
+            host: Optional[str] = "192.168.60.2",  # default host during installation
+            port: Optional[str] = "5432",  # default port during pg installation
+            user: Optional[str] = "postgres",  # default user during pg installation
+            password: Optional[str] = "postgis",  # default password during pg installation
+            dbname: Optional[str] = "real3d",  # default dbname during pg installation
+            schema: Optional[str] = None
+    ):
+        # 配置数据库连接参数并指定schema
+        self.connparams = {
+            "dbname": dbname,
+            "user": user,
+            "password": password,
+            "host": host,
+            "port": port,
+            "options": "-c search_path=otherSchema," + schema if schema is not None else None
+        }
+        self.conn = psycopg2.connect(**self.connparams)
+        # 创建一个游标对象
+        self.cur = self.conn.cursor()
+        # 执行一个查询
+        # self.cur.execute("SELECT 省,类型 from \"XZQH3857\";")
+        # 获取查询结果
+        # rows = self.cur.fetchall()
+        # 打印结果
+        # for row in rows:
+        #     for v in row:
+        #         print(v)
+
+    # def execute(self, sql):
+    #     # 执行一个查询
+    #     self.cur.execute(sql)
+    #     # 获取查询结果
+    #     return self.cur.fetchall()
+
+    def execute(self, sql, params=None):
+        try:
+            if params:
+                self.cur.execute(sql, params)
+            else:
+                self.cur.execute(sql)
+
+            # 如果是 SELECT,才 fetch 结果
+            if sql.strip().lower().startswith("select"):
+                return self.cur.fetchall()
+            else:
+                self.conn.commit()
+                return None
+        except Exception as e:
+            print(f"SQL执行出错:{e}")
+            self.conn.rollback()
+            raise
+
+    def close(self):
+        # 关闭游标和连接
+        self.cur.close()
+        self.conn.close()
+
+
+    def getManagerTables(self, username='admin'):
+        sql = f'select t.id "id",name "name", case when t.table_alias != \'\' then  t.table_alias else t.name end as "alias", t.ywlx "ywlx" ' \
+              f'from {self.Vector_Storage} t where t.glbm = (select dept_name from sys_dept d where d.dept_id = (select dept_id from sys_user u where u.user_name = \'{username}\' )) and t.sjlx = \'vector\''
+        self.cur.execute(sql)
+        rows = self.cur.fetchall()
+        return rows
+
+    def getZyml(self):
+        self.cur.execute("""
+                         SELECT *
+                         FROM (SELECT t.bsm::text, t.name::text, t.pbsm::text, ''::text AS type, t.sort::integer
+                               FROM t_vector_zyml t
+                               ORDER BY t.sort) AS a
+                         UNION ALL
+                         SELECT s.name::text AS bsm, CASE
+                                                         WHEN s.table_alias IS NULL OR s.table_alias = '' THEN s.name
+                                                         ELSE s.table_alias
+                             END::text AS name, s.xmlx::text AS pbsm, s.sjlx::text AS type, row_number() OVER (ORDER BY cnt DESC)::integer AS sort
+                         FROM (SELECT s.*, count(*) OVER (PARTITION BY s.xmlx) AS cnt
+                               FROM t_vector_storage s
+                                        JOIN t_vector_zyml z ON s.xmlx = z.bsm OR s.xmlx = z.pbsm) s
+                         """)
+        columns = [desc[0] for desc in self.cur.description]
+        return [dict(zip(columns, row)) for row in self.cur.fetchall()]
+
+    def dropTable(self, tablename):
+        self.cur.execute(
+            "delete from t_vector_storage where name = '{}'".format(tablename))
+        self.conn.commit()
+        self.cur.execute("drop table {}".format(tablename))
+        self.conn.commit()
+
+    def addZyml(self, uid, pid, name):
+        # 注意:CAST sort AS INTEGER
+        self.cur.execute("SELECT COALESCE(MAX(CAST(sort AS INTEGER)), -1) + 1 FROM t_vector_zyml WHERE pbsm = %s",
+                         (pid,))
+        sort_val = self.cur.fetchone()[0]
+
+        self.cur.execute(
+            "INSERT INTO t_vector_zyml (bsm, name, pbsm, sort) VALUES (%s, %s, %s, %s)",
+            (uid, name, pid, sort_val)
+        )
+        self.conn.commit()
+
+    def renameZyml(self, id, name):
+        self.cur.execute("update t_vector_zyml set name = '{}' where bsm = '{}'".format(name, id))
+        self.conn.commit()
+
+    def deleteZyml(self, id):
+        self.cur.execute(
+            "delete from t_vector_zyml where bsm in (WITH RECURSIVE a AS ( SELECT g.bsm, g.pbsm FROM t_vector_zyml g WHERE bsm = '{}' UNION ALL SELECT d.bsm, d.pbsm FROM t_vector_zyml d JOIN a ON a.bsm = d.pbsm ) SELECT bsm FROM a order by a.bsm)".format(
+                id))
+        self.conn.commit()
+
+    def getResourceAttr(self, tablename):
+        self.cur.execute(
+            "select t.*, case when t.sjlx = 'vector' then '矢量数据' else '栅格数据' end from t_vector_storage t where name = '{}'".format(
+                tablename))
+        rows = self.cur.fetchall()
+        return rows[0]
+
+    # 获取行政区划
+    def getXzqh(self):
+        self.cur.execute(
+            "select t.id, t.name, case when t.pid = '0' then '' else t.pid end from vector.xzqh t order by t.id")
+        rows = self.cur.fetchall()
+        return rows
+
+    # 判断数据是否为字符串
+    def is_string(self, var):
+        return isinstance(var, str)

+ 1259 - 0
python/plugins/ResourceTree/ui/ResourceTree.py

@@ -0,0 +1,1259 @@
+# -*- coding: utf-8 -*-
+import ftplib
+import inspect
+import uuid
+import os
+import shutil
+import subprocess
+from PyQt5.QtWidgets import QMessageBox
+import psycopg2
+import redis
+from PyQt5 import QtCore, QtGui, QtWidgets
+from PyQt5.QtCore import QSize, QUrl, Qt, QTimer
+from PyQt5.QtGui import QIcon, QDrag
+from PyQt5.QtWidgets import QVBoxLayout, QHBoxLayout, QPushButton, QTreeWidget, QTreeWidgetItem, QMessageBox, \
+    QInputDialog, QLineEdit, QWidget, QFileDialog, QMenu, QDialog, QFormLayout, QLabel, QTimeEdit, QDateTimeEdit
+# 导入QGIS相关模块
+from qgis.core import QgsProject, QgsVectorLayer, QgsRasterLayer
+from .TreeWidget import Tree
+from .FtpUitl import FtpOper
+from .FtpConfig import *
+from .PostgreSQL import PostgreSQL
+from qgis.utils import iface
+from qgis.core import QgsRectangle, QgsCoordinateReferenceSystem, QgsCoordinateTransform, QgsProject, QgsVectorLayer
+from qgis import processing
+from .CombinedDialog import CombinedDialog
+
+# from .ModelWebView import ModelWebView
+
+current_directory = os.path.dirname(os.path.abspath(inspect.getfile(inspect.currentframe())))  # 获取当前路径
+
+
+class FormDialog(QDialog):
+    def __init__(self, data):
+        super().__init__()
+        self.setWindowTitle("元数据信息")
+        # 设置固定宽度和高度
+        self.setFixedWidth(450)  # 设置固定宽度为 400
+        self.setFixedHeight(300)  # 设置固定高度为 300
+        # 创建表单布局
+        self.layout = QFormLayout()
+        # 创建输入框
+        self.type_line_edit = QLineEdit(self)
+        self.type_line_edit.setText(data[13])
+        self.tablename_line_edit = QLineEdit(self)
+        self.tablename_line_edit.setText(data[0])
+        self.tablename_line_edit.setReadOnly(True)
+        self.tablealias_line_edit = QLineEdit(self)
+        self.tablealias_line_edit.setText(data[12])
+        self.xzqfield_line_edit = QLineEdit(self)
+        self.xzqfield_line_edit.setText(data[7])
+        self.sjly_line_edit = QLineEdit(self)
+        self.sjly_line_edit.setText(data[2])
+        self.sjsx_line_edit = QLineEdit(self)
+        self.sjsx_line_edit.setText(data[1])
+        self.ywlx_line_edit = QLineEdit(self)
+        self.ywlx_line_edit.setText(data[8])
+        self.glbm_line_edit = QLineEdit(self)
+        self.glbm_line_edit.setText(data[11])
+        self.sjxzqh_line_edit = QLineEdit(self)
+        self.sjxzqh_line_edit.setText(data[3])
+        self.rksj_time_edit = QDateTimeEdit(self)
+        self.rksj_time_edit.setDateTime(data[5])
+        self.rksj_time_edit.setReadOnly(True)
+        # 将控件添加到表单布局
+        self.layout.addRow(QLabel("数据类型:"), self.type_line_edit)
+        self.layout.addRow(QLabel("数据库表名:"), self.tablename_line_edit)
+        self.layout.addRow(QLabel("表别名:"), self.tablealias_line_edit)
+        self.layout.addRow(QLabel("行政区字段:"), self.xzqfield_line_edit)
+        self.layout.addRow(QLabel("数据来源:"), self.sjly_line_edit)
+        self.layout.addRow(QLabel("数据时效:"), self.sjsx_line_edit)
+        self.layout.addRow(QLabel("业务类型:"), self.ywlx_line_edit)
+        self.layout.addRow(QLabel("管理部门:"), self.glbm_line_edit)
+        self.layout.addRow(QLabel("所属行政区:"), self.sjxzqh_line_edit)
+        self.layout.addRow(QLabel("入库时间:"), self.rksj_time_edit)
+        # 创建修改按钮
+        # self.edit_button = QPushButton("修改", self)
+        # self.edit_button.clicked.connect(self.on_edit)
+        # self.layout.addWidget(self.edit_button)
+        # 设置对话框的主布局
+        self.setLayout(self.layout)
+
+    def on_edit(self):
+        # 获取输入的内容
+        name = self.tablealias_line_edit.text()
+        # 打印输入内容
+        print(f"姓名: {name}")
+        # 关闭对话框
+        self.accept()
+
+
+class Ui_ResourceDockWidget(object):
+    contexMenu = None
+    # **修改1: 延迟初始化Redis连接**
+    redis_client = None
+    tableattr = None
+    dbcoon = {
+        "dbname": "real3d",
+        "user": "postgres",
+        "password": "postgis",
+        "host": "192.168.60.2",
+        "port": "5432",
+        "schema": "base"
+    }
+
+    # **修改2: 添加数据库连接池标志**
+    _db_connection = None
+    _tree_initialized = False
+
+    def setupUi(self, ResourceDockWidget):
+        ResourceDockWidget.setObjectName("ResourceDockWidget")
+        font = QtGui.QFont()
+        font.setFamily("微软雅黑")
+        ResourceDockWidget.setFont(font)
+        self.dockWidgetContents = QtWidgets.QWidget()
+        self.dockWidgetContents.setObjectName("resourceDockWidgetContents")
+        # 添加FTP管理界面
+        self.mainLayout = QVBoxLayout(self.dockWidgetContents)
+        self.layoutH = QHBoxLayout()  # 按钮布局
+        self.layoutV = QVBoxLayout()  # 树结构的布局
+
+        # **修改3: 延迟初始化树结构**
+        self.setupButtons()
+        self.setupTreeWidget()
+
+        ResourceDockWidget.setWidget(self.dockWidgetContents)
+        self.retranslateUi(ResourceDockWidget)
+        QtCore.QMetaObject.connectSlotsByName(ResourceDockWidget)
+        self.setContextMenuPolicy(Qt.CustomContextMenu)  # 右键菜单
+        self.customContextMenuRequested.connect(self.rightClickMenu)
+
+        # **修改4: 使用定时器延迟加载数据库数据**
+        QTimer.singleShot(100, self.initializeTreeData)
+
+    def setupButtons(self):
+        """分离按钮初始化逻辑"""
+        # 功能按钮区域
+        # 加载到地图
+        self.viewButton = QPushButton()
+        self.viewButton.setCursor(Qt.PointingHandCursor)
+        self.setBtnStyleSheet(self.viewButton)
+        self.viewButton.setIcon(QIcon(os.path.join(current_directory + "\\icon", "map.png")))
+        self.viewButton.setIconSize(QSize(20, 20))
+        self.viewButton.setFixedSize(25, 25)
+        self.viewButton.setToolTip("加载到地图")
+        self.viewButton.clicked.connect(self.actionViewHandler)
+        self.layoutH.addWidget(self.viewButton)
+        # 数据统计
+        self.staticButton = QPushButton()
+        self.staticButton.setCursor(Qt.PointingHandCursor)
+        self.setBtnStyleSheet(self.staticButton)
+        self.staticButton.setIcon(QIcon(os.path.join(current_directory + "\\icon", "static.png")))
+        self.staticButton.setIconSize(QSize(20, 20))
+        self.staticButton.setFixedSize(25, 25)
+        self.staticButton.setToolTip("数据统计")
+        self.staticButton.clicked.connect(self.actionstaticHandler)
+        self.layoutH.addWidget(self.staticButton)
+        # 元数据
+        self.resourceButton = QPushButton()
+        self.resourceButton.setCursor(Qt.PointingHandCursor)
+        self.setBtnStyleSheet(self.resourceButton)
+        self.resourceButton.setIcon(QIcon(os.path.join(current_directory + "\\icon", "resource.png")))
+        self.resourceButton.setIconSize(QSize(20, 20))
+        self.resourceButton.setFixedSize(25, 25)
+        self.resourceButton.setToolTip("元数据")
+        self.resourceButton.clicked.connect(self.actionAttrHandler)
+        self.layoutH.addWidget(self.resourceButton)
+        # 导入矢量
+        self.importButton = QPushButton()
+        self.importButton.setCursor(Qt.PointingHandCursor)
+        self.setBtnStyleSheet(self.importButton)
+        self.importButton.setIcon(QIcon(os.path.join(current_directory + "\\icon", "importvector.png")))
+        self.importButton.setIconSize(QSize(20, 20))
+        self.importButton.setFixedSize(25, 25)
+        self.importButton.setToolTip("导入矢量数据")
+        self.importButton.clicked.connect(self.actionImportVectorHandler)
+        self.layoutH.addWidget(self.importButton)
+        # 导入栅格
+        self.importRasterButton = QPushButton()
+        self.importRasterButton.setCursor(Qt.PointingHandCursor)
+        self.setBtnStyleSheet(self.importRasterButton)
+        self.importRasterButton.setIcon(QIcon(os.path.join(current_directory + "\\icon", "importimage.png")))
+        self.importRasterButton.setIconSize(QSize(20, 20))
+        self.importRasterButton.setFixedSize(25, 25)
+        self.importRasterButton.setToolTip("导入栅格数据")
+        self.importRasterButton.clicked.connect(self.actionImportRasterHandler)
+        self.layoutH.addWidget(self.importRasterButton)
+        # 导出
+        self.exportButton = QPushButton()
+        self.exportButton.setCursor(Qt.PointingHandCursor)
+        self.setBtnStyleSheet(self.exportButton)
+        self.exportButton.setIcon(QIcon(os.path.join(current_directory + "\\icon", "export.png")))
+        self.exportButton.setIconSize(QSize(20, 20))
+        self.exportButton.setFixedSize(25, 25)
+        self.exportButton.setToolTip("导出数据")
+        self.exportButton.clicked.connect(self.actionExportHandler)
+        self.layoutH.addWidget(self.exportButton)
+        # 新建
+        self.newButton = QPushButton()
+        self.newButton.setCursor(Qt.PointingHandCursor)
+        self.setBtnStyleSheet(self.newButton)
+        self.newButton.setIcon(QIcon(os.path.join(current_directory + "\\icon", "new.png")))
+        self.newButton.setIconSize(QSize(20, 20))
+        self.newButton.setFixedSize(25, 25)
+        self.newButton.setToolTip("新建节点")
+        self.newButton.clicked.connect(self.actionNewNodeHandler)
+        self.layoutH.addWidget(self.newButton)
+        # 取消选中
+        self.unSelectButton = QPushButton()
+        self.unSelectButton.setCursor(Qt.PointingHandCursor)
+        self.setBtnStyleSheet(self.unSelectButton)
+        self.unSelectButton.setIcon(QIcon(os.path.join(current_directory + "\\icon", "unselect.png")))
+        self.unSelectButton.setIconSize(QSize(20, 20))
+        self.unSelectButton.setFixedSize(25, 25)
+        self.unSelectButton.setToolTip("取消选中")
+        self.unSelectButton.clicked.connect(self.actionUnselectHandler)
+        self.layoutH.addWidget(self.unSelectButton)
+        # 刷新树
+        self.refreshButton = QPushButton()
+        self.refreshButton.setCursor(Qt.PointingHandCursor)
+        self.setBtnStyleSheet(self.refreshButton)
+        self.refreshButton.setIcon(QIcon(os.path.join(current_directory + "\\icon", "refresh.png")))
+        self.refreshButton.setIconSize(QSize(20, 20))
+        self.refreshButton.setFixedSize(25, 25)
+        self.refreshButton.setToolTip("刷新")
+        self.refreshButton.clicked.connect(self.refreshTreeWidget)
+        self.layoutH.addWidget(self.refreshButton)
+        # 服务发布
+        self.publishButton = QPushButton()
+        self.publishButton.setCursor(Qt.PointingHandCursor)
+        self.setBtnStyleSheet(self.publishButton)
+        self.publishButton.setIcon(QIcon(os.path.join(current_directory + "\\icon", "publishserver.png")))
+        self.publishButton.setIconSize(QSize(20, 20))
+        self.publishButton.setFixedSize(25, 25)
+        self.publishButton.setToolTip("刷新")
+        self.publishButton.clicked.connect(self.publishserverHandler)
+        self.layoutH.addWidget(self.publishButton)
+        # 添加动态布局 元素自动左对齐
+        self.layoutH.addStretch()
+
+        self.mainLayout.addLayout(self.layoutH)
+
+    def setupTreeWidget(self):
+        self.treeWidget = QTreeWidget()
+        self.treeWidget.setHeaderLabel("资源目录")
+        self.treeWidget.setDragEnabled(True)
+        self.treeWidget.setAcceptDrops(True)
+        self.treeWidget.setDragDropMode(QTreeWidget.InternalMove)
+        self.treeWidget.setDefaultDropAction(Qt.MoveAction)
+
+        self.treeWidget.setDropIndicatorShown(True)
+        self.treeWidget.model().rowsMoved.connect(self.on_tree_item_dropped)  # 拖动后保存排序
+
+        self.layoutV.addWidget(self.treeWidget)
+        self.treeWidget.itemSelectionChanged.connect(self.parametersHaveChanged)
+        self.treeWidget.itemDoubleClicked.connect(self.on_item_double_clicked)
+        self.treeWidget.viewport().setAcceptDrops(True)
+
+        self.mainLayout.addLayout(self.layoutV)
+
+
+    def get_redis_client(self):
+        """延迟初始化Redis连接"""
+        if self.redis_client is None:
+            try:
+                self.redis_client = redis.Redis(host='192.168.60.2', port=6379, db=0, socket_timeout=5)
+                # 测试连接
+                self.redis_client.ping()
+            except Exception as e:
+                print(f"Redis连接失败: {e}")
+                self.redis_client = None
+        return self.redis_client
+
+    def get_db_connection(self):
+        """获取数据库连接,使用连接池思想"""
+        if self._db_connection is None or self._db_connection.close:
+            try:
+                dbcoon = self.dbcoon
+                self._db_connection = PostgreSQL(
+                    schema=dbcoon["schema"],
+                    host=dbcoon["host"],
+                    port=dbcoon["port"],
+                    user=dbcoon["user"],
+                    password=dbcoon["password"],
+                    dbname=dbcoon["dbname"]
+                )
+            except Exception as e:
+                print(f"数据库连接失败: {e}")
+                return None
+        return self._db_connection
+
+
+    # 设置按钮样式
+    def setBtnStyleSheet(self, btn):
+        btn.setStyleSheet("""
+            QPushButton {
+                border: 2px solid transparent;  /* 默认边框透明 */
+                padding: 10px;
+                background-color: #f0f0f0;
+            }
+            QPushButton:hover {
+                background-color: #f6f6f6;
+                border: 1px solid #958585;  /* 鼠标悬浮时显示蓝色边框 */
+            }
+        """)
+
+    # 右键菜单
+    def rightClickMenu(self, pos):
+        try:
+            self.currentItem = self.treeWidget.currentItem()
+            self.contexMenu = QMenu()
+            layertype = self.getNodeType(self.currentItem)
+            if (layertype is not None and layertype != ""):
+                if layertype == "table":
+                    self.actionView = self.contexMenu.addAction('打开属性表')
+                    self.actionView.triggered.connect(self.actionViewHandler)
+                    actionDelete = self.contexMenu.addAction('删除')
+                    actionDelete.triggered.connect(self.actionDeleteTableHandler)
+                elif layertype == "osgb":
+                    self.actionView = self.contexMenu.addAction('加载三维数据')
+                    self.actionView.triggered.connect(self.actionViewHandler)
+                    actionDelete = self.contexMenu.addAction('删除')
+                    actionDelete.triggered.connect(self.actionDeleteTableHandler1)
+                else:
+                    self.actionView = self.contexMenu.addAction('加载到地图')
+                    self.actionView.triggered.connect(self.actionViewHandler)
+                    actionExport = self.contexMenu.addAction('导出数据')
+                    actionExport.triggered.connect(self.actionExportHandler)
+                    self.actionAttr = self.contexMenu.addAction('元数据信息')
+                    self.actionAttr.triggered.connect(self.actionAttrHandler)
+                    if layertype == "vector":
+                        actionUpdate = self.contexMenu.addAction('数据更新')
+                        actionUpdate.triggered.connect(self.actionVectorUpdateHandler)
+                        actionRestore = self.contexMenu.addAction('版本回退')
+                        actionRestore.triggered.connect(self.actionVectorRestoreHandler)
+                        # self.actionAttributeTable = self.contexMenu.addAction('属性表')
+                        # self.actionAttributeTable.triggered.connect(self.actionAttrTableHandler)
+                    self.actionLayerAttr = self.contexMenu.addAction('图层属性')
+                    self.actionLayerAttr.triggered.connect(self.actionLayerAttrHandler)
+                    actionDelete = self.contexMenu.addAction('删除')
+                    actionDelete.triggered.connect(self.actionDeleteTableHandler)
+            else:
+                self.actionNewNode = self.contexMenu.addAction('新建资源目录')
+                self.actionNewNode.triggered.connect(self.actionNewNodeHandler)
+                self.actionImport = self.contexMenu.addAction('导入矢量数据')
+                self.actionImport.triggered.connect(self.actionImportVectorHandler)
+                self.actionImportRaster = self.contexMenu.addAction('导入栅格数据')
+                self.actionImportRaster.triggered.connect(self.actionImportRasterHandler)
+                rename = self.contexMenu.addAction('重命名')
+                rename.triggered.connect(self.actionRenameNodeHandler)
+                delete = self.contexMenu.addAction('删除')
+                delete.triggered.connect(self.actionDeleteNodeHandler)
+            self.contexMenu.exec_(self.mapToGlobal(pos))
+            if self.contexMenu is not None:
+                self.contexMenu.show()
+
+        except Exception as e:
+            print(e)
+
+    def startDrag(self, supportedActions):
+        # 创建一个drag item
+        item = self.currentItem()
+        print(item)
+        if item:
+            drag = QDrag(self)
+            mimeData = self.model().mimeData([item])
+            drag.setMimeData(mimeData)
+            drag.exec_(Qt.MoveAction)
+
+    def parametersHaveChanged(self):
+        print("资源目录树节点选中变化了")
+
+    def retranslateUi(self, SearchDockWidget):
+        _translate = QtCore.QCoreApplication.translate
+        SearchDockWidget.setWindowTitle(_translate("SearchDockWidget", "资源目录"))
+
+    def actionUnselectHandler(self):
+        self.treeWidget.clearSelection()  # 清除所有选中的项
+        self.treeWidget.setCurrentItem(None)  # 清除当前选中的项
+
+    def actionVectorUpdateHandler(self):
+        self.deleteMenu()
+        print("导入矢量数据操作,调用其他工具面板")
+        self.currentItem = self.treeWidget.currentItem()
+        params = {}
+        if self.currentItem is not None:
+            name = self.getNodeId(self.currentItem)
+            # **修改8: 使用优化的数据库连接**
+            pg = self.get_db_connection()
+            if pg is None:
+                QMessageBox.warning(None, "错误", "数据库连接失败")
+                return
+            rows = pg.getManagerTables()
+            for i in range(len(rows)):
+                row = rows[i]
+                if name == row[1]:
+                    params = {"TARGET": i}
+                    break
+        processing.execAlgorithmDialog("gdal:postgisupdate", params)
+
+    def actionVectorRestoreHandler(self):
+        self.deleteMenu()
+        print("导入矢量数据操作,调用其他工具面板")
+        self.currentItem = self.treeWidget.currentItem()
+        params = {}
+        if self.currentItem is not None:
+            name = self.getNodeId(self.currentItem)
+            # **修改9: 使用优化的数据库连接**
+            pg = self.get_db_connection()
+            if pg is None:
+                QMessageBox.warning(None, "错误", "数据库连接失败")
+                return
+            rows = pg.getManagerTables()
+            for i in range(len(rows)):
+                row = rows[i]
+                if name == row[1]:
+                    params = {"RESTORETABLE": i}
+                    break
+            # **修改10: 使用优化的Redis连接**
+            redis_client = self.get_redis_client()
+            if redis_client:
+                try:
+                    redis_client.set("curRestoreTable", name, 60 * 30)
+                except Exception as e:
+                    print(f"Redis操作失败: {e}")
+        processing.execAlgorithmDialog("gdal:postgisrestore", params)
+
+    def actionImportVectorHandler(self):
+        self.deleteMenu()
+        print("导入矢量数据操作,调用其他工具面板")
+        self.currentItem = self.treeWidget.currentItem()
+        params = {}
+        if self.currentItem is not None:
+            name = self.getNodeName(self.currentItem)
+            # **修改11: 使用优化的数据库连接**
+            pg = self.get_db_connection()
+            if pg is None:
+                QMessageBox.warning(None, "错误", "数据库连接失败")
+                return
+            rows = pg.getVectorZyml()
+            for i in range(len(rows)):
+                row = rows[i]
+                if name == row[1]:
+                    params = {"VECTOR_ZYML": i}
+                    break
+        processing.execAlgorithmDialog("gdal:importvectorintopostgisdatabaseavailableconnections", params)
+
+    def publishserverHandler(self):
+        processing.execAlgorithmDialog("gdal:postgistogeoserver")
+
+    def actionImportRasterHandler(self):
+        self.deleteMenu()
+        print("导入栅格数据操作,调用其他工具面板")
+        self.currentItem = self.treeWidget.currentItem()
+        params = {}
+        if self.currentItem is not None:
+            name = self.getNodeName(self.currentItem)
+            # **修改12: 使用优化的数据库连接**
+            pg = self.get_db_connection()
+            if pg is None:
+                QMessageBox.warning(None, "错误", "数据库连接失败")
+                return
+            rows = pg.getVectorZyml()
+            for i in range(len(rows)):
+                row = rows[i]
+                if name == row[1]:
+                    params = {"VECTOR_ZYML": i}
+                    break
+        processing.execAlgorithmDialog("gdal:importrasterintopostgisdatabase", params)
+
+    def actionExportHandler(self):
+        self.deleteMenu()
+        print("导出数据操作,调用其他工具面板")
+        self.currentItem = self.treeWidget.currentItem()
+        if self.currentItem is not None:
+            type = self.getNodeType(self.currentItem)
+            self.actionViewHandler()
+            if type == "vector":
+                processing.execAlgorithmDialog("gdal:vectorexport")
+            elif type == "raster":
+                processing.execAlgorithmDialog("gdal:rasterexport")
+
+    def deleteMenu(self):
+        if self.contexMenu is not None:
+            self.contexMenu.hide()
+            self.contexMenu.close()
+            self.contexMenu.clear()
+            del self.contexMenu
+            # self.contexMenu = None
+
+    def actionDeleteTableHandler(self):
+        print("")
+        self.deleteMenu()
+        self.currentItem = self.treeWidget.currentItem()
+        id = self.getNodeId(self.currentItem)
+        question = QMessageBox.question(None, '删除确认', '确认删除此项数据资源吗?')
+        if question == QMessageBox.Yes:
+            # **修改13: 使用优化的数据库连接**
+            pg = self.get_db_connection()
+            if pg is None:
+                QMessageBox.warning(None, "错误", "数据库连接失败")
+                return
+            pg.dropTable(id)
+            self.delete_node_and_children_with_widgets(self.currentItem)
+
+    def actionDeleteTableHandler1(self):
+        print("")
+        self.deleteMenu()
+        self.currentItem = self.treeWidget.currentItem()
+        id = self.getNodeId(self.currentItem)
+        question = QMessageBox.question(None, '删除确认', '确认删除此项数据资源吗?')
+        if question == QMessageBox.Yes:
+            # **修改14: 使用优化的数据库连接和错误处理**
+            try:
+                conn_params = {
+                    'host': "192.168.60.2",
+                    'port': "5432",
+                    'dbname': "real3d",
+                    'user': "postgres",
+                    'password': "postgis"
+                }
+                conn = psycopg2.connect(**conn_params)
+                cursor = conn.cursor()
+
+                # 删除 t_vector_storage 中对应行(使用参数化查询)
+                delete_sql = "DELETE FROM base.t_vector_storage WHERE name = %s"
+                cursor.execute(delete_sql, (id,))
+
+                conn.commit()
+                cursor.close()
+                conn.close()
+
+                self.delete_node_and_children_with_widgets(self.currentItem)
+            except Exception as e:
+                QMessageBox.warning(None, "错误", f"删除操作失败: {str(e)}")
+
+    def actionRenameNodeHandler(self):
+        self.deleteMenu()
+        self.currentItem = self.treeWidget.currentItem()
+        id = self.getNodeId(self.currentItem)
+        oldname = self.getNodeName(self.currentItem)
+        newname, ok = QInputDialog.getText(QWidget(), '重命名', '请输入新名称', QLineEdit.Normal, oldname)
+        if ok and newname != oldname:
+            # **修改15: 使用优化的数据库连接**
+            pg = self.get_db_connection()
+            if pg is None:
+                QMessageBox.warning(None, "错误", "数据库连接失败")
+                return
+            pg.renameZyml(id, newname)
+            self.currentItem.setText(0, newname)
+
+    def actionDeleteNodeHandler(self):
+        self.deleteMenu()
+        self.currentItem = self.treeWidget.currentItem()
+        id = self.getNodeId(self.currentItem)
+        # msgBox = QMessageBox()
+        # # 自定义按钮
+        # msgBox.setStandardButtons(QMessageBox.Yes | QMessageBox.No)
+        # msgBox.setButtonText(QMessageBox.Yes, "确定")
+        # msgBox.setButtonText(QMessageBox.No, "取消")
+        question = QMessageBox.question(None, '删除确认', '确认删除此项目录吗?')
+        if question == QMessageBox.Yes:
+            # **修改16: 使用优化的数据库连接**
+            pg = self.get_db_connection()
+            if pg is None:
+                QMessageBox.warning(None, "错误", "数据库连接失败")
+                return
+            pg.deleteZyml(id)
+            self.delete_node_and_children_with_widgets(self.currentItem)
+
+    def delete_node_and_children_with_widgets(self, item):
+        # 删除节点的所有子节点(递归)
+        while item.childCount() > 0:
+            child = item.child(0)
+            self.delete_node_and_children_with_widgets(child)  # 递归删除子节点
+
+        # 移除小部件(如果有)
+        self.treeWidget.removeItemWidget(item, 0)  # 假设小部件在第0列
+        if item.parent() is not None:
+            item.parent().removeChild(item)  # 删除该节点
+        else:
+            # 从树中删除该顶级节点
+            index = self.treeWidget.indexOfTopLevelItem(item)  # 获取该项的索引
+            if index != -1:
+                self.treeWidget.takeTopLevelItem(index)  # 删除指定的顶级节点
+
+    def actionNewNodeHandler(self):
+        print("新建目录节点")
+        self.deleteMenu()
+        self.currentItem = self.treeWidget.currentItem()
+        print(self.currentItem)
+        name, ok = QInputDialog.getText(QWidget(), '资源目录名称', '请输入资源目录名称:')
+        if ok:
+            uid = self.getUUID()
+            pid = ""
+            if self.currentItem is not None:
+                pid = self.getNodeId(self.currentItem)
+            # **修改17: 使用优化的数据库连接**
+            pg = self.get_db_connection()
+            if pg is None:
+                QMessageBox.warning(None, "错误", "数据库连接失败")
+                return
+            pg.addZyml(uid, pid, name)
+            item = None
+            if self.currentItem is not None:
+                item = QTreeWidgetItem(self.currentItem)
+            else:
+                item = QTreeWidgetItem(self.treeWidget)
+            item.setText(0, name)
+            item.setText(1, uid)
+            item.setText(2, "")
+
+    def getNodeType(self, node):
+        return node.text(2)
+
+    def getUUID(self):
+        id = uuid.uuid4().__str__()
+        return id.replace("-", "")
+
+    def getNodeName(self, node):
+        return node.text(0)
+
+    def getNodeId(self, node):
+        return node.text(1)
+
+    def actionAttrHandler(self):
+        print("元数据信息")
+        self.deleteMenu()
+        if self.treeWidget.currentItem():
+            self.currentItem = self.treeWidget.currentItem()
+            print(self.currentItem)
+            layertype = self.getNodeType(self.currentItem)
+            print(layertype)
+            if layertype is not None and layertype != "":  # 选择的是数据项
+                tablename = self.getNodeId(self.currentItem)
+                # **修改18: 使用优化的数据库连接**
+                # 获取元数据信息
+                pg = self.get_db_connection()
+                if pg is None:
+                    QMessageBox.warning(None, "错误", "数据库连接失败")
+                    return
+                self.tableattr = pg.getResourceAttr(tablename)
+                dia = FormDialog(self.tableattr)
+                dia.exec_()
+            else:  # 选择的是目录
+                QMessageBox.information(self, "提示信息", "请选择数据项")
+
+    def on_item_double_clicked(self):
+        self.actionViewHandler()
+
+    # 属性表
+    def actionAttrTableHandler(self):
+        self.deleteMenu()
+        if self.treeWidget.currentItem():
+            self.currentItem = self.treeWidget.currentItem()
+            layertype = self.getNodeType(self.currentItem)
+            print(layertype)
+            if layertype is not None and layertype != "":  # 选择的是数据项
+                tablename = self.getNodeId(self.currentItem)
+                print(tablename)
+                pglayer = None
+                if layertype == "vector":
+                    pglayer = self.add_postgis_vector(tablename, True)
+                elif layertype == "raster":
+                    pglayer = self.add_postgis_raster(tablename, True)
+                # if pglayer is not None and pglayer.isValid() and pglayer.fields():
+                #     iface.showAttributeTable(pglayer)  # Show the attribute table
+                # else:
+                #     print("No valid layer selected or layer has no attributes.")
+                if pglayer:
+                    dialog = CombinedDialog(pglayer)
+                    dialog.showDialog()
+                else:
+                    print("No layer selected")
+
+    # 图层属性
+    def actionLayerAttrHandler(self):
+        self.deleteMenu()
+        if self.treeWidget.currentItem():
+            self.currentItem = self.treeWidget.currentItem()
+            layertype = self.getNodeType(self.currentItem)
+            print(layertype)
+            if layertype is not None and layertype != "":  # 选择的是数据项
+                tablename = self.getNodeId(self.currentItem)
+                print(tablename)
+                pglayer = None
+                if layertype == "vector":
+                    pglayer = self.add_postgis_vector(tablename, True)
+                elif layertype == "raster":
+                    pglayer = self.add_postgis_raster(tablename, True)
+                # if pglayer is not None:
+                #     iface.showLayerProperties(pglayer)
+                if pglayer:
+                    dialog = CombinedDialog(pglayer)
+                    dialog.showDialog()
+                else:
+                    print("No layer selected")
+
+    def actionViewHandler(self):
+        print(self.contexMenu)
+        self.deleteMenu()
+        if self.treeWidget.currentItem():
+            self.currentItem = self.treeWidget.currentItem()
+            print(self.currentItem)
+            layertype = self.getNodeType(self.currentItem)
+            print(layertype)
+            if layertype is not None and layertype != "":  # 选择的是数据项
+                tablename = self.getNodeId(self.currentItem)
+                print(tablename)
+                if layertype == "vector":
+                    self.add_postgis_vector(tablename, False)
+                elif layertype == "raster":
+                    self.add_postgis_raster(tablename, False)
+                elif layertype == "osgb":
+                    self.load_osgb_layer(tablename)
+                elif layertype == "table":
+                    self.load_table_layer(tablename)
+
+    def actionstaticHandler(self):
+        # **修改19: 优化统计功能,添加异常处理和连接超时**
+        import os
+        import psycopg2
+        import matplotlib.pyplot as plt
+        from matplotlib import font_manager
+        from PyQt5.QtWidgets import (
+            QDialog, QVBoxLayout, QMessageBox, QPushButton,
+            QFileDialog, QHBoxLayout, QLabel, QGridLayout
+        )
+        from matplotlib.backends.backend_qt5agg import FigureCanvasQTAgg as FigureCanvas
+        from PyQt5.QtCore import Qt
+        from qgis.utils import iface
+
+        def set_matplotlib_font():
+            try:
+                font_path = 'C:/Windows/Fonts/msyh.ttc'
+                prop = font_manager.FontProperties(fname=font_path)
+                plt.rcParams['font.family'] = prop.get_name()
+            except Exception as e:
+                print(f"字体设置失败:{e}")
+
+        def get_xmlx_name_mapping(cursor):
+            xmlx_name_map = {}
+            cursor.execute("SELECT bsm, name, pbsm FROM base.t_vector_zyml")
+            rows = cursor.fetchall()
+            pbsm_map = {}
+            for bsm, name, pbsm in rows:
+                if bsm:
+                    xmlx_name_map[bsm] = name
+                if pbsm:
+                    pbsm_map[bsm] = pbsm
+            for bsm, pbsm in pbsm_map.items():
+                if pbsm in xmlx_name_map:
+                    xmlx_name_map[bsm] = xmlx_name_map[pbsm]
+            return xmlx_name_map
+
+        def show_matplotlib_dialog(fig, total_size_mb, total_count, glbm_count, xmlx_count_unique):
+            dialog = QDialog(iface.mainWindow())
+            dialog.setWindowTitle("数据统计")
+
+            layout = QVBoxLayout()
+            top_bar = QHBoxLayout()
+            export_btn = QPushButton("导出图表")
+            export_btn.setFixedWidth(100)
+            export_btn.setCursor(Qt.PointingHandCursor)
+
+            def export_chart():
+                save_path, _ = QFileDialog.getSaveFileName(
+                    dialog, "保存图表", "", "PNG 图片 (*.png);;PDF 文件 (*.pdf)"
+                )
+                if save_path:
+                    try:
+                        fig.savefig(save_path, dpi=300)
+                        QMessageBox.information(dialog, "成功", f"图表已导出到:\n{save_path}")
+                    except Exception as e:
+                        QMessageBox.critical(dialog, "导出失败", f"导出图表时出错:{str(e)}")
+
+            export_btn.clicked.connect(export_chart)
+            top_bar.addStretch()
+            top_bar.addWidget(export_btn)
+            layout.addLayout(top_bar)
+
+            info_grid = QGridLayout()
+            info_titles = ["总体数据量", "总体数据大小", "涉及部门", "数据分类"]
+            info_values = [f"{total_count} 条", f"{total_size_mb:.2f} MB", f"{glbm_count} 个",
+                           f"{xmlx_count_unique} 个"]
+            for i, (title, val) in enumerate(zip(info_titles, info_values)):
+                label_title = QLabel(f"<b>{title}:</b>")
+                label_value = QLabel(val)
+                info_grid.addWidget(label_title, 0, i, alignment=Qt.AlignCenter)
+                info_grid.addWidget(label_value, 1, i, alignment=Qt.AlignCenter)
+            layout.addLayout(info_grid)
+
+            canvas = FigureCanvas(fig)
+            layout.addWidget(canvas)
+            dialog.setLayout(layout)
+            dialog.resize(1200, 900)
+            dialog.exec_()
+
+        try:
+            # **修改20: 添加连接超时和错误处理**
+            conn = psycopg2.connect(
+                host='192.168.60.2', port='5432',
+                dbname='real3d', user='postgres', password='postgis',
+                connect_timeout=10)  # 添加连接超时
+            conn.autocommit = True
+            cursor = conn.cursor()
+
+            schema = 'base'
+            table = 't_vector_storage'
+            full_table = f'"{schema}"."{table}"'
+
+            xmlx_name_map = get_xmlx_name_mapping(cursor)
+
+            cursor.execute(f"SELECT xmlx FROM {full_table} WHERE xmlx IS NOT NULL")
+            xmlx_values = cursor.fetchall()
+            xmlx_count_map = {}
+            for (x,) in xmlx_values:
+                name = xmlx_name_map.get(x, str(x))
+                xmlx_count_map[name] = xmlx_count_map.get(name, 0) + 1
+            stat_results = {'xmlx': sorted(xmlx_count_map.items(), key=lambda x: x[1], reverse=True)}
+
+            for field in ['sjlx', 'glbm']:
+                cursor.execute(f"""
+                    SELECT {field}, COUNT(*) FROM {full_table}
+                    WHERE {field} IS NOT NULL
+                    GROUP BY {field}
+                    ORDER BY COUNT(*) DESC
+                """)
+                stat_results[field] = cursor.fetchall()
+
+            cursor.execute(f"SELECT sjlx, name, sjywz, xmlx, glbm FROM {full_table}")
+            rows = cursor.fetchall()
+
+            size_map = {'vector': 0, 'raster': 0, 'table': 0, 'osgb': 0}
+            size_map_by_field = {'xmlx': {}, 'sjlx': {}, 'glbm': {}}
+
+            sjlx_ch_map = {'vector': '矢量', 'raster': '栅格', 'osgb': '三维', 'table': '附件'}
+
+            for sjlx, name, sjywz, xmlx, glbm in rows:
+                size = 0
+                try:
+                    if sjlx == 'osgb' and sjywz and os.path.exists(sjywz):
+                        if os.path.isdir(sjywz):
+                            for dirpath, _, filenames in os.walk(sjywz):
+                                for fname in filenames:
+                                    fpath = os.path.join(dirpath, fname)
+                                    if os.path.exists(fpath):
+                                        size += os.path.getsize(fpath)
+                        else:
+                            size = os.path.getsize(sjywz)
+                    elif sjlx in ['vector', 'raster']:
+                        if not name:
+                            continue
+                        for tname in [name, f'"{name}"', f'"{schema}"."{name}"']:
+                            try:
+                                cursor.execute("SELECT pg_total_relation_size(%s);", (tname,))
+                                res = cursor.fetchone()
+                                if res and res[0]:
+                                    size = res[0]
+                                    break
+                            except Exception:
+                                continue
+                    elif sjlx == 'table' and sjywz:
+                        for tname in [sjywz, f'"{sjywz}"', f'"{schema}"."{sjywz}"']:
+                            try:
+                                cursor.execute("SELECT pg_total_relation_size(%s);", (tname,))
+                                res = cursor.fetchone()
+                                if res and res[0]:
+                                    size = res[0]
+                                    break
+                            except Exception:
+                                continue
+                except Exception:
+                    pass
+
+                size_mb = size / 1024 / 1024
+                size_map[sjlx] = size_map.get(sjlx, 0) + size_mb
+
+                xmlx_name = xmlx_name_map.get(xmlx, str(xmlx)) if xmlx else "未知"
+                size_map_by_field['xmlx'][xmlx_name] = size_map_by_field['xmlx'].get(xmlx_name, 0) + size_mb
+                if sjlx:
+                    ch_sjlx = sjlx_ch_map.get(sjlx, sjlx)
+                    size_map_by_field['sjlx'][ch_sjlx] = size_map_by_field['sjlx'].get(ch_sjlx, 0) + size_mb
+                if glbm:
+                    size_map_by_field['glbm'][glbm] = size_map_by_field['glbm'].get(glbm, 0) + size_mb
+
+            total_size_mb = sum(size_map.values())
+            cursor.execute(f"SELECT COUNT(*) FROM {full_table}")
+            total_count = cursor.fetchone()[0]
+            glbm_count = len(stat_results['glbm'])
+            xmlx_count_unique = len(stat_results['xmlx'])
+
+            set_matplotlib_font()
+            fig, axes = plt.subplots(2, 3, figsize=(18, 10))
+            field_names = {'xmlx': '数据分类', 'sjlx': '数据类型', 'glbm': '管理部门'}
+            fields = ['xmlx', 'sjlx', 'glbm']
+
+            for idx, field in enumerate(fields):
+                data = stat_results.get(field, [])
+                labels = [sjlx_ch_map.get(str(r[0]), str(r[0])) if field == 'sjlx' else str(r[0]) for r in data]
+                sizes = [r[1] for r in data]
+                ax = axes[0][idx]
+
+                if not sizes or sum(sizes) == 0:
+                    ax.axis('off')
+                    ax.set_title(f"{field_names[field]}(无数据)")
+                    continue
+
+                if len(labels) > 6:
+                    others_sum = sum(sizes[5:])
+                    labels = labels[:5] + ["其他"]
+                    sizes = sizes[:5] + [others_sum]
+
+                wedges, texts, autotexts = ax.pie(
+                    sizes, labels=labels, autopct='%1.1f%%', startangle=90,
+                    wedgeprops=dict(width=0.4), textprops={'fontsize': 9})
+                for i, autotext in enumerate(autotexts):
+                    autotext.set_text(f'{sizes[i]}')
+                ax.axis('equal')
+                ax.set_title(f"{field_names[field]}", fontsize=12)
+                ax.legend(labels, loc='best', fontsize=8)
+
+            for idx, field in enumerate(fields):
+                ax = axes[1][idx]
+                field_data = size_map_by_field[field]
+                if not field_data:
+                    ax.axis('off')
+                    ax.set_title(f"{field_names[field]}(无数据)")
+                    continue
+
+                sorted_items = sorted(field_data.items(), key=lambda x: x[1], reverse=True)
+                if len(sorted_items) > 6:
+                    others = sum(v for _, v in sorted_items[5:])
+                    sorted_items = sorted_items[:5] + [("其他", others)]
+
+                labels = [str(k) for k, _ in sorted_items]
+                values = [round(v, 2) for _, v in sorted_items]
+                bars = ax.bar(labels, values, color='steelblue', width=0.5, edgecolor='black')
+
+                ax.set_title(f"{field_names[field]}", fontsize=12)
+                ax.set_ylabel("大小 (MB)")
+                ax.tick_params(axis='x', rotation=30)
+                ax.set_ylim(0, max(values) * 1.2)
+                for bar in bars:
+                    h = bar.get_height()
+                    ax.annotate(f'{h:.2f}', xy=(bar.get_x() + bar.get_width() / 2, h),
+                                xytext=(0, 3), textcoords="offset points",
+                                ha='center', va='bottom', fontsize=9)
+
+            fig.suptitle("数据量与存储大小统计", fontsize=16)
+            plt.tight_layout(rect=[0, 0.05, 1, 0.95])
+
+            show_matplotlib_dialog(fig, total_size_mb, total_count, glbm_count, xmlx_count_unique)
+
+            cursor.close()
+            conn.close()
+
+        except Exception as e:
+            QMessageBox.critical(iface.mainWindow(), "错误", f"统计失败: {str(e)}")
+
+    def load_table_layer(self, name: str, layer_name: str = None):
+        """
+        根据 name(源文件名)从 t_vector_storage 获取 sjywz,加载 PostgreSQL 非空间表。
+        """
+        # **修改21: 优化数据库连接和错误处理**
+        try:
+            conn = psycopg2.connect(
+                host="192.168.60.2",
+                port="5432",
+                dbname="real3d",
+                user="postgres",
+                password="postgis",
+                connect_timeout=10
+            )
+            cursor = conn.cursor()
+
+            # 按 name 字段查询(模糊匹配也可以加)
+            cursor.execute(
+                "SELECT sjywz FROM base.t_vector_storage WHERE name = %s ORDER BY rksj DESC LIMIT 1",
+                (name,))
+            result = cursor.fetchone()
+
+            if not result:
+                raise Exception(f"未找到 name 为 {name} 的记录。")
+
+            sjywz = result[0]
+            print(f"查到的 sjywz: {sjywz}")
+
+            if '.' not in sjywz:
+                raise Exception(f"sjywz 字段格式非法:{sjywz},应为 schema.tablename")
+
+            schema, table = sjywz.split('.')
+            if layer_name is None:
+                layer_name = table
+
+            uri = (
+                f"dbname='real3d' host=192.168.60.2 port=5432 user='postgres' "
+                f"password='postgis' sslmode=disable table=\"{schema}\".\"{table}\" sql="
+            )
+
+            layer = QgsVectorLayer(uri, layer_name, "postgres")
+
+            if not layer.isValid():
+                raise Exception(f"表格图层加载失败:{schema}.{table}")
+
+            QgsProject.instance().addMapLayer(layer)
+            iface.showAttributeTable(layer)
+
+            cursor.close()
+            conn.close()
+            return layer
+
+        except Exception as e:
+            QMessageBox.warning(None, "错误", f"加载表格数据失败: {str(e)}")
+            return None
+
+    def load_osgb_layer(self, name):
+        print(f"加载三维数据(OSGB): {name}")
+
+        # **修改22: 优化OSGB数据加载,添加错误处理**
+        try:
+            # 连接到 PostgreSQL 数据库
+            conn_params = {
+                'host': "192.168.60.2",
+                'port': "5432",
+                'dbname': "real3d",
+                'user': "postgres",
+                'password': "postgis",
+                'connect_timeout': 10
+            }
+            # 连接数据库
+            conn = psycopg2.connect(**conn_params)
+            cursor = conn.cursor()
+
+            # 查询数据库获取路径
+            cursor.execute("SELECT sjywz FROM base.t_vector_storage WHERE name = %s", (name,))
+            result = cursor.fetchone()
+            cursor.close()
+            conn.close()
+
+            if result is None:
+                QMessageBox.warning(None, "错误", f"未找到三维数据路径: {name}")
+                return
+
+            osgb_dir = result[0]  # 获取路径
+
+        except Exception as e:
+            QMessageBox.warning(None, "错误", f"数据库连接失败或查询错误: {str(e)}")
+            return
+
+        # 检查路径是否存在
+        if not os.path.exists(osgb_dir):
+            QMessageBox.warning(None, "错误", f"三维数据目录不存在: {osgb_dir}")
+            return
+
+        # 构造命令行命令来打开 OSGB 文件
+        dasviewer_path = r"D:\app\DasViewer.exe"
+
+        # **修改23: 检查DasViewer是否存在**
+        if not os.path.exists(dasviewer_path):
+            QMessageBox.warning(None, "错误", f"DasViewer程序不存在: {dasviewer_path}")
+            return
+
+        command = [dasviewer_path, osgb_dir]
+
+        try:
+            # 使用 subprocess 启动 DasViewer
+            subprocess.run(command, check=True)
+            QMessageBox.information(None, "提示", f"已启动 DasViewer 并加载三维数据: {osgb_dir}")
+        except subprocess.CalledProcessError as e:
+            QMessageBox.warning(None, "错误", f"打开 DasViewer 时出错: {str(e)}")
+        except Exception as e:
+            QMessageBox.warning(None, "错误", f"发生错误: {str(e)}")
+
+    def add_local_vector_layer(self, layer_path, layer_name):
+        # 添加矢量图层
+        vector_layer = QgsVectorLayer(layer_path, layer_name, "ogr")
+        # 将图层添加到项目中
+        QgsProject.instance().addMapLayer(vector_layer)
+        self.zoomToLayer(vector_layer)
+
+    def add_postgis_vector(self, tablename, getlayer):
+        # **修改24: 优化PostGIS矢量图层加载,添加错误处理**
+        try:
+            # 创建PostgreSQL图层
+            pgtable = tablename.split(".")
+            postgresLayer = QgsVectorLayer(
+                "dbname='{}' host={} port={} user='{}' password='{}' sslmode=disable checkPrimaryKeyUnicity='1' table=\"{}\".\"{}\" (geom)".format(
+                    self.dbcoon["dbname"],
+                    self.dbcoon["host"],
+                    self.dbcoon["port"],
+                    self.dbcoon["user"],
+                    self.dbcoon["password"],
+                    pgtable[0],
+                    pgtable[1]
+                ),
+                pgtable[1], 'postgres')
+
+            if not postgresLayer.isValid():
+                QMessageBox.warning(None, "错误", f"无法加载矢量图层: {tablename}")
+                return None
+
+            if getlayer == True:
+                return postgresLayer
+            # 添加图层到QGIS项目
+            QgsProject.instance().addMapLayer(postgresLayer)
+            self.zoomToLayer(postgresLayer)
+            return postgresLayer
+
+        except Exception as e:
+            QMessageBox.warning(None, "错误", f"加载矢量图层失败: {str(e)}")
+            return None
+
+    def add_postgis_raster(self, tablename, getlayer):
+        # **修改25: 优化PostGIS栅格图层加载,添加错误处理**
+        try:
+            # 创建PostgreSQL图层
+            pgtable = tablename.split(".")
+            postgresLayer = QgsRasterLayer(
+                "dbname='{}' host={} port={} user='{}' password='{}' sslmode=disable checkPrimaryKeyUnicity='1' table=\"{}\".\"{}\" (rast)".format(
+                    self.dbcoon["dbname"],
+                    self.dbcoon["host"],
+                    self.dbcoon["port"],
+                    self.dbcoon["user"],
+                    self.dbcoon["password"],
+                    pgtable[0],
+                    pgtable[1]
+                ),
+                pgtable[1], "postgresraster")
+
+            if not postgresLayer.isValid():
+                QMessageBox.warning(None, "错误", f"无法加载栅格图层: {tablename}")
+                return None
+
+            if getlayer == True:
+                return postgresLayer
+            # 添加图层到QGIS项目
+            QgsProject.instance().addMapLayer(postgresLayer)
+            self.zoomToLayer(postgresLayer)
+            return postgresLayer
+
+        except Exception as e:
+            QMessageBox.warning(None, "错误", f"加载栅格图层失败: {str(e)}")
+            return None
+
+    def add_local_raster_layer(self, layer_path, layer_name):
+        # 添加栅格图层
+        raster_layer = QgsRasterLayer(layer_path, layer_name)
+        # 将图层添加到项目中
+        QgsProject.instance().addMapLayer(raster_layer)
+        self.zoomToLayer(raster_layer)
+
+    def zoomToLayer(self, layer):
+        # 当前活动图层
+        activelayer = iface.activeLayer()
+        # 缩放到图层范围
+        # 获取当前项目的 CRS
+        current_canvas_crs = QgsProject.instance().crs()
+        current_layer_crs = layer.crs()
+        if activelayer is None or activelayer == layer or current_canvas_crs.authid() == current_layer_crs.authid():
+            iface.mapCanvas().setExtent(layer.extent())
+        else:
+            print(current_canvas_crs.authid())
+            print(current_layer_crs.authid())
+            rect = layer.extent()
+            print(rect)
+            # 创建坐标转换器
+            transform = QgsCoordinateTransform(current_layer_crs, current_canvas_crs, QgsProject.instance())
+            print(current_layer_crs)
+            print(current_layer_crs)
+            # 使用坐标转换器将 QgsRectangle 转换为目标 CRS
+            # 我们需要将矩形的四个角进行转换
+            rect_min_x, rect_min_y = transform.transform(rect.xMinimum(), rect.yMinimum())
+            rect_max_x, rect_max_y = transform.transform(rect.xMaximum(), rect.yMaximum())
+            # 创建新的转换后的
+            transformed_rect = QgsRectangle(rect_min_x, rect_min_y, rect_max_x, rect_max_y)
+            iface.mapCanvas().setExtent(transformed_rect)
+        iface.mapCanvas().refresh()
+
+    # === 以下为新增支持资源目录排序及保存的函数 ===
+
+    def save_tree_sort_order(self):
+        pg = self.get_db_connection()
+        if pg is None:
+            QMessageBox.warning(None, "错误", "数据库连接失败")
+            return
+
+        # 遍历顶层节点(一级目录)
+        for i in range(self.treeWidget.topLevelItemCount()):
+            top_item = self.treeWidget.topLevelItem(i)
+            top_bsm = top_item.text(1)
+            try:
+                pg.execute("UPDATE t_vector_zyml SET sort = %s WHERE bsm = %s", (i, top_bsm))
+            except Exception as e:
+                print(f"更新一级目录排序失败: {top_bsm} -> {e}")
+
+            # 遍历当前一级目录的子节点(二级目录或数据项)
+            for j in range(top_item.childCount()):
+                child_item = top_item.child(j)
+                child_bsm = child_item.text(1)
+                child_pbsm = child_item.text(2)  # pbsm
+                try:
+                    pg.execute("UPDATE t_vector_zyml SET sort = %s WHERE bsm = %s", (j, child_bsm))
+                except Exception as e:
+                    print(f"更新子节点排序失败: {child_bsm} -> {e}")
+
+    def sort_tree_items(self, parent_item):
+        child_count = parent_item.childCount()
+        if child_count <= 1:
+            return
+
+        children = [parent_item.child(i) for i in range(child_count)]
+
+        def sort_key(item):
+            try:
+                return int(item.data(0, Qt.UserRole + 1))
+            except:
+                return 9999
+
+        children.sort(key=sort_key)
+
+        for i in reversed(range(child_count)):
+            parent_item.takeChild(i)
+        for child in children:
+            parent_item.addChild(child)
+
+    def initializeTreeData(self):
+        if not self._tree_initialized:
+            try:
+                tree = Tree()
+                temp_tree = tree.initTreeWidget(self.dbcoon)
+
+                for i in range(temp_tree.topLevelItemCount()):
+                    item = temp_tree.topLevelItem(i).clone()
+                    self.treeWidget.addTopLevelItem(item)
+                    self.sort_tree_items(item)  # 对一级节点排序其子项
+
+                self._tree_initialized = True
+            except Exception as e:
+                print(f"初始化树形数据失败: {e}")
+                error_item = QTreeWidgetItem(self.treeWidget)
+                error_item.setText(0, "数据加载失败,请点击刷新重试")
+
+    def refreshTreeWidget(self):
+        try:
+            self.save_tree_sort_order()
+            self.treeWidget.clear()
+            self._tree_initialized = False
+            self.initializeTreeData()
+        except Exception as e:
+            print(f"刷新树形控件失败: {e}")
+            QMessageBox.warning(None, "错误", f"刷新失败: {str(e)}")
+
+    def on_tree_item_dropped(self):
+        self.save_tree_sort_order()
+
+
+
+
+

+ 58 - 0
python/plugins/ResourceTree/ui/TreeWidget.py

@@ -0,0 +1,58 @@
+from typing import Optional
+from PyQt5.QtCore import Qt
+from PyQt5.QtWidgets import QTreeWidget, QTreeWidgetItem
+from .PostgreSQL import PostgreSQL
+
+class Tree:
+    type = ""
+
+    def __init__(self, type: Optional[str] = ''):
+        self.type = type
+
+    def createTree(self, data, parent, parentid):
+        for row in data:
+            if (parentid is None and row['pbsm'] == '') or (parentid is not None and row['pbsm'] == parentid):
+                item = QTreeWidgetItem(parent)
+                item.setText(0, row['name'])
+                item.setText(1, row['bsm'])
+                item.setText(2, row['pbsm'])
+                item.setData(0, Qt.UserRole + 1, int(row['sort']) if row['sort'] is not None else 9999)
+                self.createTree(data, item, row['bsm'])
+
+    def initTreeWidget(self, dbcoon):
+        try:
+            print("初始化 QTreeWidget...")
+            tree = QTreeWidget()
+            tree.setStyleSheet("QTreeView::item{padding: 2px;}")
+            tree.setColumnCount(3)
+            tree.setColumnHidden(1, True)
+            tree.setColumnHidden(2, True)
+            tree.setObjectName(self.type)
+            tree.setHeaderLabels(["名称", "实体数据名称", "数据类型"])
+            tree.headerItem().setHidden(True)
+
+            print("准备连接数据库...")
+            pg = PostgreSQL(schema=dbcoon["schema"], host=dbcoon["host"],
+                            port=dbcoon["port"],
+                            user=dbcoon["user"],
+                            password=dbcoon["password"],
+                            dbname=dbcoon["dbname"])
+            print("数据库连接成功")
+
+            print("获取资源目录数据...")
+            treedata = pg.getZyml()
+            print(f"资源目录数据数量: {len(treedata)}")
+
+            self.createTree(treedata, tree, "")
+            print("树结构创建成功")
+
+            pg.close()
+            print("数据库连接关闭")
+
+            return tree
+        except Exception as e:
+            import traceback
+            print("initTreeWidget 初始化失败:", e)
+            print(traceback.format_exc())
+            raise e  # 抛出给外层捕获
+

+ 0 - 0
python/plugins/ResourceTree/ui/__init__.py


BIN
python/plugins/ResourceTree/ui/__pycache__/CombinedDialog.cpython-312.pyc


BIN
python/plugins/ResourceTree/ui/__pycache__/FtpConfig.cpython-312.pyc


BIN
python/plugins/ResourceTree/ui/__pycache__/FtpUitl.cpython-312.pyc


BIN
python/plugins/ResourceTree/ui/__pycache__/PostgreSQL.cpython-312.pyc


BIN
python/plugins/ResourceTree/ui/__pycache__/ResourceTree.cpython-312.pyc


BIN
python/plugins/ResourceTree/ui/__pycache__/TreeWidget.cpython-312.pyc


BIN
python/plugins/ResourceTree/ui/__pycache__/__init__.cpython-312.pyc


BIN
python/plugins/ResourceTree/ui/icon/CustomerMap.png


BIN
python/plugins/ResourceTree/ui/icon/export.png


BIN
python/plugins/ResourceTree/ui/icon/export2.png


BIN
python/plugins/ResourceTree/ui/icon/import.png


BIN
python/plugins/ResourceTree/ui/icon/importimage.png


BIN
python/plugins/ResourceTree/ui/icon/importvector.png


BIN
python/plugins/ResourceTree/ui/icon/logo.png


BIN
python/plugins/ResourceTree/ui/icon/map.png


BIN
python/plugins/ResourceTree/ui/icon/new.png


BIN
python/plugins/ResourceTree/ui/icon/publishserver.png


BIN
python/plugins/ResourceTree/ui/icon/refresh.png


BIN
python/plugins/ResourceTree/ui/icon/resource.png


BIN
python/plugins/ResourceTree/ui/icon/static.png


BIN
python/plugins/ResourceTree/ui/icon/unselect.png


BIN
python/plugins/ResourceTree/ui/icon/view.png


BIN
python/plugins/ResourceTree/ui/icon/文件上传.png


BIN
python/plugins/ResourceTree/ui/icon/文件下载.png


BIN
python/plugins/ResourceTree/ui/icon/文件删除.png


BIN
python/plugins/ResourceTree/ui/icon/文件夹上传.png


BIN
python/plugins/ResourceTree/ui/icon/文件查看.png


BIN
python/plugins/ResourceTree/ui/icon/文件重命名.png


BIN
python/plugins/ResourceTree/ui/icon/新建文件夹.png


BIN
python/plugins/ResourceTree/ui/icon/模型查看.png


+ 1 - 0
python/plugins/ResourceTree/widgets/Resource/__init__.py

@@ -0,0 +1 @@
+from .main import ResourceAction

BIN
python/plugins/ResourceTree/widgets/Resource/__pycache__/__init__.cpython-312.pyc


BIN
python/plugins/ResourceTree/widgets/Resource/__pycache__/main.cpython-312.pyc


BIN
python/plugins/ResourceTree/widgets/Resource/__pycache__/resourceDock.cpython-312.pyc


+ 38 - 0
python/plugins/ResourceTree/widgets/Resource/main.py

@@ -0,0 +1,38 @@
+from qgis.PyQt.QtCore import Qt
+from qgis.PyQt.QtWidgets import QAction
+from .resourceDock import ResourceDockWidget
+from ..icons import icons
+
+
+class ResourceAction(QAction):
+    def __init__(
+            self,
+            iface,
+            parent=None,
+    ):
+        super().__init__(parent)
+        self.parent = parent
+        self.iface = iface
+        self.setIcon(icons["resource"])
+        self.setText("资源目录")
+        self.resourcedockwidget = ResourceDockWidget(self.iface)
+        self.resourcedockwidget.visibilityChanged.connect(self.onDockVisibilityChanged)
+        self.iface.addDockWidget(Qt.LeftDockWidgetArea, self.resourcedockwidget)
+        self.resourcedockwidget.hide()
+        self.setCheckable(True)
+        self.triggered.connect(self.openFTP)
+
+    def openFTP(self):
+        if self.resourcedockwidget.isHidden():
+            self.resourcedockwidget.show()
+        else:
+            self.resourcedockwidget.hide()
+
+    def onDockVisibilityChanged(self, is_visible):
+        if not is_visible:
+            self.setChecked(False)
+        else:
+            self.setChecked(True)
+
+    def unload(self):
+        self.iface.removeDockWidget(self.resourcedockwidget)

+ 11 - 0
python/plugins/ResourceTree/widgets/Resource/resourceDock.py

@@ -0,0 +1,11 @@
+import re
+from qgis.PyQt import QtWidgets
+from ...ui.ResourceTree import Ui_ResourceDockWidget
+
+
+class ResourceDockWidget(QtWidgets.QDockWidget, Ui_ResourceDockWidget):
+    def __init__(self, iface):
+        super().__init__()
+        self.search_request_thread = None
+        self.setupUi(self)
+        self.iface = iface

+ 0 - 0
python/plugins/ResourceTree/widgets/__init__.py


BIN
python/plugins/ResourceTree/widgets/__pycache__/__init__.cpython-312.pyc


BIN
python/plugins/ResourceTree/widgets/__pycache__/icons.cpython-312.pyc


BIN
python/plugins/ResourceTree/widgets/__pycache__/toolbar.cpython-312.pyc


+ 14 - 0
python/plugins/ResourceTree/widgets/icons.py

@@ -0,0 +1,14 @@
+from qgis.PyQt.QtGui import QIcon
+from pathlib import Path
+
+PluginDir = Path(__file__).parent.parent
+icon_dict = {
+    "setting": "./images/setting.svg",
+    "add": "./images/add_map.svg",
+    "map": "./images/map_tianditu.svg",
+    "other": "./images/earth.svg",
+    "ftp": "./images/ftp.svg",
+    "fitzoom": "./images/fitzoom.svg",
+    "resource": "./images/resource.svg",
+}
+icons = {key: QIcon(str(PluginDir.joinpath(value))) for key, value in icon_dict.items()}

+ 24 - 0
python/plugins/ResourceTree/widgets/toolbar.py

@@ -0,0 +1,24 @@
+from qgis.PyQt.QtWidgets import QToolBar
+from .Resource import ResourceAction
+from .icons import icons
+
+class SiweiToolbar(QToolBar):
+    def __init__(self, iface, parent=None) -> None:
+        super().__init__("资源目录", parent)
+        self.iface = iface
+        self.icons = icons
+        self.setToolTip("资源目录")
+        self.add_button = None
+        self.actions = []
+        self.setup_action()
+
+    def setup_action(self):
+        action_ftp = ResourceAction(iface=self.iface, parent=self)
+        self.actions.extend([action_ftp])
+        self.addActions(self.actions)
+
+    def remove_dock(self):
+        print(self.actions)
+        if self.actions is not None and len(self.actions) > 1:
+            dock = self.actions[1]
+            dock.unload()

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.