371 lines
11 KiB
XML
371 lines
11 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>Gui::Dialog::DlgGeneral</class>
|
|
<widget class="QWidget" name="Gui::Dialog::DlgGeneral">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>425</width>
|
|
<height>578</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>General</string>
|
|
</property>
|
|
<layout class="QGridLayout">
|
|
<property name="margin">
|
|
<number>9</number>
|
|
</property>
|
|
<property name="spacing">
|
|
<number>6</number>
|
|
</property>
|
|
<item row="0" column="0">
|
|
<widget class="QGroupBox" name="GroupBox5">
|
|
<property name="title">
|
|
<string>General</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
<item>
|
|
<widget class="QGroupBox" name="GroupBox7">
|
|
<property name="title">
|
|
<string>Language</string>
|
|
</property>
|
|
<layout class="QGridLayout">
|
|
<property name="margin">
|
|
<number>11</number>
|
|
</property>
|
|
<property name="spacing">
|
|
<number>6</number>
|
|
</property>
|
|
<item row="0" column="0">
|
|
<layout class="QHBoxLayout">
|
|
<property name="spacing">
|
|
<number>6</number>
|
|
</property>
|
|
<property name="margin">
|
|
<number>0</number>
|
|
</property>
|
|
<item>
|
|
<widget class="QLabel" name="TextLabel1_4">
|
|
<property name="text">
|
|
<string>Change language:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QComboBox" name="Languages">
|
|
<property name="toolTip">
|
|
<string>Language of the application's user interface</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="GroupBox3">
|
|
<property name="title">
|
|
<string>Main window</string>
|
|
</property>
|
|
<layout class="QVBoxLayout">
|
|
<property name="spacing">
|
|
<number>6</number>
|
|
</property>
|
|
<property name="margin">
|
|
<number>11</number>
|
|
</property>
|
|
<item>
|
|
<layout class="QHBoxLayout">
|
|
<property name="spacing">
|
|
<number>6</number>
|
|
</property>
|
|
<property name="margin">
|
|
<number>0</number>
|
|
</property>
|
|
<item>
|
|
<widget class="QLabel" name="recentFileListLabel">
|
|
<property name="text">
|
|
<string>Size of recent file list</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<spacer>
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
<property name="sizeType">
|
|
<enum>QSizePolicy::Expanding</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>20</width>
|
|
<height>20</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
<item>
|
|
<widget class="Gui::PrefSpinBox" name="RecentFiles">
|
|
<property name="toolTip">
|
|
<string>How many files should be listed in recent files list</string>
|
|
</property>
|
|
<property name="value">
|
|
<number>4</number>
|
|
</property>
|
|
<property name="prefEntry" stdset="0">
|
|
<cstring>RecentFiles</cstring>
|
|
</property>
|
|
<property name="prefPath" stdset="0">
|
|
<cstring>RecentFiles</cstring>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<layout class="QHBoxLayout">
|
|
<property name="spacing">
|
|
<number>6</number>
|
|
</property>
|
|
<property name="margin">
|
|
<number>0</number>
|
|
</property>
|
|
<item>
|
|
<widget class="QCheckBox" name="tiledBackground">
|
|
<property name="toolTip">
|
|
<string>Background of the main window will consist of tiles of a special image.
|
|
See the FreeCAD Wiki for details about the image.</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Enable tiled background</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<layout class="QHBoxLayout">
|
|
<property name="spacing">
|
|
<number>6</number>
|
|
</property>
|
|
<property name="margin">
|
|
<number>0</number>
|
|
</property>
|
|
<item>
|
|
<widget class="QLabel" name="styleSheetLabel">
|
|
<property name="text">
|
|
<string>Style sheet:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QComboBox" name="StyleSheets">
|
|
<property name="toolTip">
|
|
<string>Style sheet how user interface will look like</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<layout class="QHBoxLayout">
|
|
<property name="spacing">
|
|
<number>6</number>
|
|
</property>
|
|
<property name="margin">
|
|
<number>0</number>
|
|
</property>
|
|
<item>
|
|
<widget class="QLabel" name="iconSizeLabel">
|
|
<property name="text">
|
|
<string>Size of toolbar icons:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QComboBox" name="toolbarIconSize">
|
|
<property name="toolTip">
|
|
<string>Choose your preference for toolbar icon size. You can adjust
|
|
this according to your screen size or personal taste</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<layout class="QHBoxLayout">
|
|
<property name="spacing">
|
|
<number>6</number>
|
|
</property>
|
|
<property name="margin">
|
|
<number>0</number>
|
|
</property>
|
|
<item>
|
|
<widget class="QLabel" name="treeModeLabel">
|
|
<property name="text">
|
|
<string>Tree view mode:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QComboBox" name="treeMode">
|
|
<property name="toolTip">
|
|
<string>Customize how tree view is shown in the panel (restart required).
|
|
|
|
'ComboView': combine tree view and property view into one panel.
|
|
'TreeView and PropertyView': split tree view and property view into separate panel.
|
|
'Both': keep all three panels, and you can have two sets of tree view and property view.</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="GroupBox10">
|
|
<property name="title">
|
|
<string>Start up</string>
|
|
</property>
|
|
<layout class="QGridLayout">
|
|
<property name="margin">
|
|
<number>11</number>
|
|
</property>
|
|
<property name="spacing">
|
|
<number>6</number>
|
|
</property>
|
|
<item row="2" column="0">
|
|
<widget class="Gui::PrefCheckBox" name="SplashScreen">
|
|
<property name="toolTip">
|
|
<string>A Splash screen is a small loading window that is shown
|
|
when FreeCAD is launching. If this option is checked, FreeCAD will
|
|
display the splash screen</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Enable splash screen at start up</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="prefEntry" stdset="0">
|
|
<cstring>ShowSplasher</cstring>
|
|
</property>
|
|
<property name="prefPath" stdset="0">
|
|
<cstring>General</cstring>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="0">
|
|
<layout class="QGridLayout">
|
|
<property name="margin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="spacing">
|
|
<number>6</number>
|
|
</property>
|
|
<item row="0" column="0">
|
|
<widget class="QLabel" name="autoModuleLabel">
|
|
<property name="text">
|
|
<string>Auto load module after start up:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="1">
|
|
<widget class="QComboBox" name="AutoloadModuleCombo">
|
|
<property name="toolTip">
|
|
<string>Choose which workbench will be activated and shown
|
|
after FreeCAD launches</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="GroupBox11">
|
|
<property name="title">
|
|
<string>Python console</string>
|
|
</property>
|
|
<layout class="QGridLayout" name="_4">
|
|
<property name="margin">
|
|
<number>11</number>
|
|
</property>
|
|
<property name="spacing">
|
|
<number>6</number>
|
|
</property>
|
|
<item row="0" column="0">
|
|
<widget class="Gui::PrefCheckBox" name="PythonWordWrap">
|
|
<property name="toolTip">
|
|
<string>Words will be wrapped when they exceed available
|
|
horizontal space in Python console</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Enable word wrap</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="prefEntry" stdset="0">
|
|
<cstring>PythonWordWrap</cstring>
|
|
</property>
|
|
<property name="prefPath" stdset="0">
|
|
<cstring>General</cstring>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<spacer>
|
|
<property name="orientation">
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>352</width>
|
|
<height>221</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<layoutdefault spacing="6" margin="11"/>
|
|
<customwidgets>
|
|
<customwidget>
|
|
<class>Gui::PrefCheckBox</class>
|
|
<extends>QCheckBox</extends>
|
|
<header>Gui/PrefWidgets.h</header>
|
|
</customwidget>
|
|
<customwidget>
|
|
<class>Gui::PrefSpinBox</class>
|
|
<extends>QSpinBox</extends>
|
|
<header>Gui/PrefWidgets.h</header>
|
|
</customwidget>
|
|
<customwidget>
|
|
<class>Gui::PrefComboBox</class>
|
|
<extends>QComboBox</extends>
|
|
<header>Gui/PrefWidgets.h</header>
|
|
</customwidget>
|
|
</customwidgets>
|
|
<tabstops>
|
|
<tabstop>Languages</tabstop>
|
|
<tabstop>RecentFiles</tabstop>
|
|
<tabstop>SplashScreen</tabstop>
|
|
<tabstop>PythonWordWrap</tabstop>
|
|
</tabstops>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|