Transferred import-export related preference pages to a separate group
This commit is contained in:
898
src/Gui/Icons/preferences-import-export.svg
Normal file
898
src/Gui/Icons/preferences-import-export.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 37 KiB |
@@ -22,6 +22,7 @@
|
||||
<file>macro-stop.svg</file>
|
||||
<file>preferences-display.svg</file>
|
||||
<file>preferences-general.svg</file>
|
||||
<file>preferences-import-export.svg</file>
|
||||
<file>utilities-terminal.svg</file>
|
||||
<file>ClassBrowser/const_member.png</file>
|
||||
<file>ClassBrowser/member.png</file>
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -113,14 +113,14 @@ class ArchWorkbench(Workbench):
|
||||
FreeCADGui.addLanguagePath(":/translations")
|
||||
FreeCADGui.addPreferencePage(":/ui/archprefs-base.ui","Arch")
|
||||
FreeCADGui.addPreferencePage(":/ui/archprefs-defaults.ui","Arch")
|
||||
FreeCADGui.addPreferencePage(":/ui/archprefs-import.ui","Arch")
|
||||
FreeCADGui.addPreferencePage(":/ui/archprefs-import.ui","Import-Export")
|
||||
if hasattr(FreeCADGui,"draftToolBar"):
|
||||
if not hasattr(FreeCADGui.draftToolBar,"loadedPreferences"):
|
||||
FreeCADGui.addPreferencePage(":/ui/userprefs-base.ui","Draft")
|
||||
FreeCADGui.addPreferencePage(":/ui/userprefs-snap.ui","Draft")
|
||||
FreeCADGui.addPreferencePage(":/ui/userprefs-visual.ui","Draft")
|
||||
FreeCADGui.addPreferencePage(":/ui/userprefs-import1.ui","Draft")
|
||||
FreeCADGui.addPreferencePage(":/ui/userprefs-import2.ui","Draft")
|
||||
FreeCADGui.addPreferencePage(":/ui/userprefs-import1.ui","Import-Export")
|
||||
FreeCADGui.addPreferencePage(":/ui/userprefs-import2.ui","Import-Export")
|
||||
FreeCADGui.draftToolBar.loadedPreferences = True
|
||||
Log ('Loading Arch module... done\n')
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
<string>Import / export</string>
|
||||
<string>IFC / DAE / WebGL</string>
|
||||
</property>
|
||||
<layout class="QVBoxLayout">
|
||||
<property name="spacing">
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -136,8 +136,8 @@ class DraftWorkbench (Workbench):
|
||||
FreeCADGui.addPreferencePage(":/ui/userprefs-base.ui","Draft")
|
||||
FreeCADGui.addPreferencePage(":/ui/userprefs-snap.ui","Draft")
|
||||
FreeCADGui.addPreferencePage(":/ui/userprefs-visual.ui","Draft")
|
||||
FreeCADGui.addPreferencePage(":/ui/userprefs-import1.ui","Draft")
|
||||
FreeCADGui.addPreferencePage(":/ui/userprefs-import2.ui","Draft")
|
||||
FreeCADGui.addPreferencePage(":/ui/userprefs-import1.ui","Import-Export")
|
||||
FreeCADGui.addPreferencePage(":/ui/userprefs-import2.ui","Import-Export")
|
||||
FreeCADGui.draftToolBar.loadedPreferences = True
|
||||
Log ('Loading Draft module...done\n')
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
<string>DXF / DWG options</string>
|
||||
<string>DXF / DWG</string>
|
||||
</property>
|
||||
<layout class="QVBoxLayout">
|
||||
<property name="spacing">
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
<string>SVG / OCA options</string>
|
||||
<string>SVG / OCA</string>
|
||||
</property>
|
||||
<layout class="QVBoxLayout">
|
||||
<property name="spacing">
|
||||
|
||||
Reference in New Issue
Block a user