2013-08-09 06:57:18 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>lcQPreferencesDialog</class>
|
|
|
|
<widget class="QDialog" name="lcQPreferencesDialog">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2017-08-25 21:57:14 +02:00
|
|
|
<width>598</width>
|
2020-08-16 01:16:26 +02:00
|
|
|
<height>503</height>
|
2013-08-09 06:57:18 +02:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Preferences</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QTabWidget" name="tabWidget">
|
|
|
|
<property name="currentIndex">
|
2019-09-24 02:06:16 +02:00
|
|
|
<number>0</number>
|
2013-08-09 06:57:18 +02:00
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="tabGeneral">
|
|
|
|
<attribute name="title">
|
|
|
|
<string>General</string>
|
|
|
|
</attribute>
|
|
|
|
<layout class="QFormLayout" name="formLayout">
|
2013-08-20 03:23:41 +02:00
|
|
|
<property name="fieldGrowthPolicy">
|
|
|
|
<enum>QFormLayout::ExpandingFieldsGrow</enum>
|
|
|
|
</property>
|
2019-11-28 22:52:06 +01:00
|
|
|
<item row="1" column="0" colspan="2">
|
|
|
|
<widget class="QGroupBox" name="ApplicationGroup">
|
|
|
|
<property name="title">
|
|
|
|
<string>Application</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="gridLayout_4">
|
2020-07-25 22:21:22 +02:00
|
|
|
<item row="1" column="0">
|
2019-11-28 22:52:06 +01:00
|
|
|
<widget class="QLabel" name="label_19">
|
|
|
|
<property name="text">
|
|
|
|
<string>Language:</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>Language</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-07-25 22:21:22 +02:00
|
|
|
<item row="1" column="1">
|
2019-11-28 22:52:06 +01:00
|
|
|
<widget class="QComboBox" name="Language">
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Default</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
2020-04-25 02:16:53 +02:00
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Czech</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
2019-11-28 22:52:06 +01:00
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Deutsch </string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>English</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Français</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Português</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
2020-05-09 21:42:55 +02:00
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Español</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
2019-11-28 22:52:06 +01:00
|
|
|
</widget>
|
|
|
|
</item>
|
2020-07-25 22:21:22 +02:00
|
|
|
<item row="2" column="1">
|
2019-11-28 22:52:06 +01:00
|
|
|
<widget class="QComboBox" name="checkForUpdates">
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Never</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Once a day</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Once a week</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-07-25 22:21:22 +02:00
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QLabel" name="label_10">
|
|
|
|
<property name="text">
|
|
|
|
<string>Check for updates:</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>checkForUpdates</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="2">
|
2019-11-28 22:52:06 +01:00
|
|
|
<spacer name="horizontalSpacer_8">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2020-07-25 22:21:22 +02:00
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="label_25">
|
|
|
|
<property name="text">
|
|
|
|
<string>Color Theme:</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>Language</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QComboBox" name="ColorTheme">
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Dark</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>System</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2019-11-28 22:52:06 +01:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0">
|
2013-08-20 03:23:41 +02:00
|
|
|
<widget class="QLabel" name="label_4">
|
2013-08-09 06:57:18 +02:00
|
|
|
<property name="text">
|
2013-08-20 03:23:41 +02:00
|
|
|
<string>Default author name:</string>
|
2013-08-09 06:57:18 +02:00
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
2013-08-20 03:23:41 +02:00
|
|
|
<cstring>authorName</cstring>
|
2013-08-09 06:57:18 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2019-11-28 22:52:06 +01:00
|
|
|
<item row="2" column="1">
|
2013-08-20 03:23:41 +02:00
|
|
|
<widget class="QLineEdit" name="authorName"/>
|
2013-08-09 06:57:18 +02:00
|
|
|
</item>
|
2019-11-28 22:52:06 +01:00
|
|
|
<item row="9" column="0" colspan="2">
|
2013-08-20 03:23:41 +02:00
|
|
|
<widget class="QCheckBox" name="fixedDirectionKeys">
|
|
|
|
<property name="text">
|
|
|
|
<string>Fixed direction keys</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2019-11-28 22:52:06 +01:00
|
|
|
<item row="10" column="0" colspan="2">
|
2019-03-07 17:26:50 +01:00
|
|
|
<widget class="QCheckBox" name="autoLoadMostRecent">
|
|
|
|
<property name="text">
|
|
|
|
<string>Open most recent file on startup</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2019-06-21 03:52:33 +02:00
|
|
|
<item row="0" column="0" colspan="2">
|
2019-11-28 22:52:06 +01:00
|
|
|
<widget class="QGroupBox" name="CustomPathsGroup">
|
2019-06-21 03:52:33 +02:00
|
|
|
<property name="title">
|
|
|
|
<string>Custom Paths</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QFormLayout" name="formLayout_2">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="label_5">
|
|
|
|
<property name="text">
|
|
|
|
<string>Parts Library:</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>partsLibrary</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
|
|
|
<item>
|
|
|
|
<widget class="QLineEdit" name="partsLibrary"/>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="partsLibraryBrowse">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset>
|
|
|
|
<normaloff>:/resources/file_open.png</normaloff>:/resources/file_open.png</iconset>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="partsArchiveBrowse">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset>
|
|
|
|
<normaloff>:/resources/archive.png</normaloff>:/resources/archive.png</iconset>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2019-11-28 22:52:06 +01:00
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="label_17">
|
|
|
|
<property name="text">
|
|
|
|
<string>Color Configuration:</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>ColorConfigEdit</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<layout class="QHBoxLayout" name="ColorConfigLayout">
|
2019-06-21 03:52:33 +02:00
|
|
|
<item>
|
2019-11-28 22:52:06 +01:00
|
|
|
<widget class="QLineEdit" name="ColorConfigEdit"/>
|
2019-06-21 03:52:33 +02:00
|
|
|
</item>
|
|
|
|
<item>
|
2019-11-28 22:52:06 +01:00
|
|
|
<widget class="QToolButton" name="ColorConfigBrowseButton">
|
2019-06-21 03:52:33 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>...</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2019-11-28 22:52:06 +01:00
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QLabel" name="label_18">
|
2019-06-21 03:52:33 +02:00
|
|
|
<property name="text">
|
2019-11-28 22:52:06 +01:00
|
|
|
<string>Minifig Settings:</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>MinifigSettingsEdit</cstring>
|
2019-06-21 03:52:33 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2019-11-28 22:52:06 +01:00
|
|
|
<item row="2" column="1">
|
|
|
|
<layout class="QHBoxLayout" name="MinifigSettingsLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QLineEdit" name="MinifigSettingsEdit"/>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="MinifigSettingsBrowseButton">
|
|
|
|
<property name="text">
|
|
|
|
<string>...</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="0">
|
|
|
|
<widget class="QLabel" name="povrayLabel">
|
2019-06-21 03:52:33 +02:00
|
|
|
<property name="text">
|
2019-11-28 22:52:06 +01:00
|
|
|
<string>PO&V-Ray Executable:</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>povrayExecutable</cstring>
|
2019-06-21 03:52:33 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2019-11-28 22:52:06 +01:00
|
|
|
<item row="3" column="1">
|
|
|
|
<layout class="QHBoxLayout" name="povrayLayout">
|
2019-06-21 03:52:33 +02:00
|
|
|
<item>
|
2019-11-28 22:52:06 +01:00
|
|
|
<widget class="QLineEdit" name="povrayExecutable"/>
|
2019-06-21 03:52:33 +02:00
|
|
|
</item>
|
|
|
|
<item>
|
2019-11-28 22:52:06 +01:00
|
|
|
<widget class="QToolButton" name="povrayExecutableBrowse">
|
2019-06-21 03:52:33 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>...</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2019-11-28 22:52:06 +01:00
|
|
|
<item row="4" column="0">
|
|
|
|
<widget class="QLabel" name="label_9">
|
|
|
|
<property name="text">
|
|
|
|
<string>&LGEO Library:</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>lgeoPath</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="4" column="1">
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_10">
|
2019-06-21 03:52:33 +02:00
|
|
|
<item>
|
2019-11-28 22:52:06 +01:00
|
|
|
<widget class="QLineEdit" name="lgeoPath"/>
|
2019-06-21 03:52:33 +02:00
|
|
|
</item>
|
|
|
|
<item>
|
2019-11-28 22:52:06 +01:00
|
|
|
<widget class="QToolButton" name="lgeoPathBrowse">
|
2019-06-21 03:52:33 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>...</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-01-02 02:06:17 +01:00
|
|
|
<item row="11" column="0" colspan="2">
|
|
|
|
<widget class="QCheckBox" name="RestoreTabLayout">
|
|
|
|
<property name="text">
|
|
|
|
<string>Restore tab layout</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-08-09 06:57:18 +02:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<widget class="QWidget" name="tabRendering">
|
|
|
|
<attribute name="title">
|
|
|
|
<string>Rendering</string>
|
|
|
|
</attribute>
|
2013-08-31 23:58:47 +02:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_8">
|
|
|
|
<item>
|
|
|
|
<widget class="QWidget" name="widget" native="true">
|
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
2020-07-11 19:47:52 +02:00
|
|
|
<item row="0" column="3">
|
|
|
|
<spacer name="horizontalSpacer_2">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item row="5" column="0">
|
2020-04-25 21:16:37 +02:00
|
|
|
<widget class="QCheckBox" name="HighlightNewParts">
|
|
|
|
<property name="text">
|
|
|
|
<string>Highlight new parts</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-08-25 21:57:14 +02:00
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QComboBox" name="antiAliasingSamples">
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>2x</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>4x</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>8x</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-07-11 19:47:52 +02:00
|
|
|
<item row="3" column="0">
|
|
|
|
<widget class="QCheckBox" name="MeshLOD">
|
|
|
|
<property name="text">
|
|
|
|
<string>Mesh LOD</string>
|
2020-04-25 20:36:28 +02:00
|
|
|
</property>
|
2020-07-11 19:47:52 +02:00
|
|
|
</widget>
|
2020-01-02 02:06:17 +01:00
|
|
|
</item>
|
2020-07-11 19:47:52 +02:00
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QCheckBox" name="edgeLines">
|
2017-08-25 21:57:14 +02:00
|
|
|
<property name="text">
|
2020-07-11 19:47:52 +02:00
|
|
|
<string>Edge lines</string>
|
2017-08-25 21:57:14 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2019-09-21 18:47:33 +02:00
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QComboBox" name="studLogoCombo">
|
2013-08-31 23:58:47 +02:00
|
|
|
<item>
|
|
|
|
<property name="text">
|
2019-09-21 18:47:33 +02:00
|
|
|
<string>Logo1</string>
|
2013-08-31 23:58:47 +02:00
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
2019-09-21 18:47:33 +02:00
|
|
|
<string>Logo2</string>
|
2013-08-31 23:58:47 +02:00
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
2019-09-21 18:47:33 +02:00
|
|
|
<string>Logo3</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Logo4</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Logo5</string>
|
2013-08-31 23:58:47 +02:00
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-07-11 19:47:52 +02:00
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QCheckBox" name="studLogo">
|
2020-04-25 20:36:28 +02:00
|
|
|
<property name="text">
|
2020-07-11 19:47:52 +02:00
|
|
|
<string>Stud Logo</string>
|
2020-04-25 20:36:28 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-04-25 21:16:37 +02:00
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QCheckBox" name="antiAliasing">
|
2019-11-28 21:47:19 +01:00
|
|
|
<property name="text">
|
2020-04-25 21:16:37 +02:00
|
|
|
<string>Anti-aliasing</string>
|
2019-11-28 21:47:19 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-07-11 19:47:52 +02:00
|
|
|
<item row="4" column="0">
|
|
|
|
<widget class="QCheckBox" name="FadeSteps">
|
2020-01-02 02:06:17 +01:00
|
|
|
<property name="text">
|
2020-07-11 19:47:52 +02:00
|
|
|
<string>Fade previous steps</string>
|
2020-01-02 02:06:17 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-07-11 19:47:52 +02:00
|
|
|
<item row="7" column="0">
|
2020-04-25 21:16:37 +02:00
|
|
|
<widget class="QLabel" name="label_3">
|
|
|
|
<property name="text">
|
|
|
|
<string>Shading Mode:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-07-11 19:47:52 +02:00
|
|
|
<item row="7" column="1" colspan="2">
|
2020-04-25 21:16:37 +02:00
|
|
|
<widget class="QComboBox" name="ShadingMode">
|
2020-04-25 20:36:28 +02:00
|
|
|
<item>
|
2020-04-25 21:16:37 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>Wireframe</string>
|
|
|
|
</property>
|
2020-04-25 20:36:28 +02:00
|
|
|
</item>
|
|
|
|
<item>
|
2020-04-25 21:16:37 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>Flat Shading</string>
|
|
|
|
</property>
|
2020-04-25 20:36:28 +02:00
|
|
|
</item>
|
|
|
|
<item>
|
2020-04-25 21:16:37 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>Default Lights</string>
|
|
|
|
</property>
|
2020-04-25 20:36:28 +02:00
|
|
|
</item>
|
2020-04-25 21:16:37 +02:00
|
|
|
</widget>
|
|
|
|
</item>
|
2020-07-11 19:47:52 +02:00
|
|
|
<item row="4" column="1">
|
2020-04-25 21:16:37 +02:00
|
|
|
<widget class="QToolButton" name="FadeStepsColor">
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-07-11 19:47:52 +02:00
|
|
|
<item row="5" column="1">
|
2020-04-25 21:16:37 +02:00
|
|
|
<widget class="QToolButton" name="HighlightNewPartsColor">
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2020-04-25 20:36:28 +02:00
|
|
|
</item>
|
2020-06-06 20:16:01 +02:00
|
|
|
<item row="2" column="1">
|
|
|
|
<widget class="QSlider" name="LineWidthSlider">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="tickPosition">
|
|
|
|
<enum>QSlider::NoTicks</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="3">
|
|
|
|
<widget class="QLabel" name="LineWidthLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-08-16 01:16:26 +02:00
|
|
|
<item row="3" column="1">
|
|
|
|
<widget class="QSlider" name="MeshLODSlider">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="tickPosition">
|
|
|
|
<enum>QSlider::NoTicks</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="3">
|
|
|
|
<widget class="QLabel" name="MeshLODLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-08-31 23:58:47 +02:00
|
|
|
</layout>
|
2013-08-09 06:57:18 +02:00
|
|
|
</widget>
|
|
|
|
</item>
|
2020-07-11 19:47:52 +02:00
|
|
|
<item>
|
|
|
|
<spacer name="verticalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>40</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<widget class="QWidget" name="tab">
|
|
|
|
<attribute name="title">
|
|
|
|
<string>Interface</string>
|
|
|
|
</attribute>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_13">
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="groupBox_6">
|
|
|
|
<property name="title">
|
|
|
|
<string>Overlays</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="gridLayout_3">
|
|
|
|
<item row="0" column="2">
|
|
|
|
<spacer name="horizontalSpacer_7">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2020-07-25 22:21:22 +02:00
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QCheckBox" name="AxisIconCheckBox">
|
|
|
|
<property name="text">
|
|
|
|
<string>Axis icon</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0">
|
2020-07-11 19:47:52 +02:00
|
|
|
<widget class="QLabel" name="label_2">
|
|
|
|
<property name="text">
|
|
|
|
<string>Overlay Color:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-07-25 22:21:22 +02:00
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QToolButton" name="AxesColorButton">
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="1">
|
2020-07-11 19:47:52 +02:00
|
|
|
<widget class="QToolButton" name="OverlayColorButton">
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-07-25 22:21:22 +02:00
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="label_6">
|
|
|
|
<property name="text">
|
|
|
|
<string>Active View:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QToolButton" name="ActiveViewColorButton">
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-07-11 19:47:52 +02:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-08-31 23:58:47 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="groupBox_4">
|
|
|
|
<property name="title">
|
|
|
|
<string>Base Grid</string>
|
2013-08-09 06:57:18 +02:00
|
|
|
</property>
|
2013-08-31 23:58:47 +02:00
|
|
|
<layout class="QGridLayout" name="gridLayout_2">
|
|
|
|
<item row="1" column="3">
|
|
|
|
<widget class="QToolButton" name="gridLineColor">
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QLineEdit" name="gridLineSpacing">
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>75</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="4">
|
|
|
|
<spacer name="horizontalSpacer_5">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QCheckBox" name="gridStuds">
|
|
|
|
<property name="text">
|
|
|
|
<string>Draw studs</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="2">
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
<property name="text">
|
|
|
|
<string>studs</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QCheckBox" name="gridLines">
|
|
|
|
<property name="text">
|
|
|
|
<string>Draw lines every</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QToolButton" name="gridStudColor">
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2013-08-09 06:57:18 +02:00
|
|
|
</widget>
|
|
|
|
</item>
|
2018-09-02 20:23:49 +02:00
|
|
|
<item>
|
2020-07-11 19:47:52 +02:00
|
|
|
<widget class="QGroupBox" name="ViewSphereGroup_2">
|
2018-09-02 20:23:49 +02:00
|
|
|
<property name="title">
|
2018-10-29 01:59:01 +01:00
|
|
|
<string>View Sphere</string>
|
2018-09-02 20:23:49 +02:00
|
|
|
</property>
|
2020-07-11 19:47:52 +02:00
|
|
|
<layout class="QGridLayout" name="gridLayout_5">
|
2019-01-20 20:59:18 +01:00
|
|
|
<item row="0" column="7">
|
2020-07-11 19:47:52 +02:00
|
|
|
<spacer name="horizontalSpacer_9">
|
2019-01-20 20:59:18 +01:00
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
2018-09-02 20:23:49 +02:00
|
|
|
</property>
|
2019-01-20 20:59:18 +01:00
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
2018-09-02 20:23:49 +02:00
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
2019-01-20 20:59:18 +01:00
|
|
|
<widget class="QComboBox" name="ViewSphereSizeCombo">
|
2018-09-02 20:23:49 +02:00
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Disabled</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
2019-01-20 20:59:18 +01:00
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Small</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Medium</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Large</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="5">
|
2020-07-11 19:47:52 +02:00
|
|
|
<widget class="QLabel" name="label_20">
|
2019-01-20 20:59:18 +01:00
|
|
|
<property name="text">
|
|
|
|
<string>Highlight Color:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="0">
|
2020-07-11 19:47:52 +02:00
|
|
|
<widget class="QLabel" name="label_21">
|
2019-01-20 20:59:18 +01:00
|
|
|
<property name="text">
|
|
|
|
<string>Size:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="1">
|
|
|
|
<widget class="QToolButton" name="ViewSphereColorButton">
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0">
|
2020-07-11 19:47:52 +02:00
|
|
|
<widget class="QLabel" name="label_22">
|
2019-01-20 20:59:18 +01:00
|
|
|
<property name="text">
|
|
|
|
<string>Color:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="3">
|
|
|
|
<widget class="QToolButton" name="ViewSphereTextColorButton">
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="2">
|
2020-07-11 19:47:52 +02:00
|
|
|
<widget class="QLabel" name="label_23">
|
2019-01-20 20:59:18 +01:00
|
|
|
<property name="text">
|
|
|
|
<string>Text Color:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="2">
|
2020-07-11 19:47:52 +02:00
|
|
|
<widget class="QLabel" name="label_24">
|
2019-01-20 20:59:18 +01:00
|
|
|
<property name="text">
|
|
|
|
<string>Location:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="3">
|
|
|
|
<widget class="QComboBox" name="ViewSphereLocationCombo">
|
2018-09-02 20:23:49 +02:00
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Top Left</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Top Right</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Bottom Left</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Bottom Right</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2019-01-20 20:59:18 +01:00
|
|
|
<item row="2" column="6">
|
|
|
|
<widget class="QToolButton" name="ViewSphereHighlightColorButton">
|
2018-09-02 20:23:49 +02:00
|
|
|
<property name="text">
|
2019-01-20 20:59:18 +01:00
|
|
|
<string/>
|
2018-09-02 20:23:49 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-08-31 23:58:47 +02:00
|
|
|
<item>
|
2020-07-11 19:47:52 +02:00
|
|
|
<spacer name="verticalSpacer_2">
|
2013-08-09 06:57:18 +02:00
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>40</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<widget class="QWidget" name="tabCategories">
|
|
|
|
<attribute name="title">
|
|
|
|
<string>Categories</string>
|
|
|
|
</attribute>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="groupBox_3">
|
|
|
|
<property name="title">
|
|
|
|
<string>Parts Library Categories</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_7">
|
|
|
|
<item>
|
|
|
|
<widget class="QSplitter" name="splitter">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<widget class="QTreeWidget" name="categoriesTree">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
|
|
<horstretch>1</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="rootIsDecorated">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="uniformRowHeights">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="itemsExpandable">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="expandsOnDoubleClick">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<column>
|
|
|
|
<property name="text">
|
|
|
|
<string>Categories</string>
|
|
|
|
</property>
|
|
|
|
</column>
|
|
|
|
</widget>
|
|
|
|
<widget class="QTreeWidget" name="partsTree">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
|
|
<horstretch>2</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="selectionMode">
|
|
|
|
<enum>QAbstractItemView::NoSelection</enum>
|
|
|
|
</property>
|
|
|
|
<property name="rootIsDecorated">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="uniformRowHeights">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="itemsExpandable">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="sortingEnabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="columnCount">
|
|
|
|
<number>2</number>
|
|
|
|
</property>
|
|
|
|
<attribute name="headerShowSortIndicator" stdset="0">
|
|
|
|
<bool>true</bool>
|
|
|
|
</attribute>
|
|
|
|
<column>
|
|
|
|
<property name="text">
|
|
|
|
<string>Name</string>
|
|
|
|
</property>
|
|
|
|
</column>
|
|
|
|
<column>
|
|
|
|
<property name="text">
|
|
|
|
<string>Number</string>
|
|
|
|
</property>
|
|
|
|
</column>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="importCategories">
|
|
|
|
<property name="text">
|
|
|
|
<string>Import...</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="exportCategories">
|
|
|
|
<property name="text">
|
|
|
|
<string>Export...</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="resetCategories">
|
|
|
|
<property name="text">
|
|
|
|
<string>Reset...</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer_4">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="groupBox_2">
|
|
|
|
<property name="title">
|
|
|
|
<string>Category</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_7">
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="newCategory">
|
|
|
|
<property name="text">
|
|
|
|
<string>New...</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="editCategory">
|
|
|
|
<property name="text">
|
|
|
|
<string>Edit...</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="deleteCategory">
|
|
|
|
<property name="text">
|
|
|
|
<string>Delete...</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<widget class="QWidget" name="tabKeyboard">
|
|
|
|
<attribute name="title">
|
|
|
|
<string>Keyboard</string>
|
|
|
|
</attribute>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_4">
|
|
|
|
<item>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_5">
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="groupBox">
|
|
|
|
<property name="title">
|
|
|
|
<string>Keyboard Shortcuts</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_6">
|
|
|
|
<item>
|
|
|
|
<widget class="QTreeWidget" name="commandList">
|
|
|
|
<property name="rootIsDecorated">
|
2019-05-12 01:46:37 +02:00
|
|
|
<bool>true</bool>
|
2013-08-09 06:57:18 +02:00
|
|
|
</property>
|
|
|
|
<property name="uniformRowHeights">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<column>
|
|
|
|
<property name="text">
|
|
|
|
<string>Command</string>
|
|
|
|
</property>
|
|
|
|
</column>
|
|
|
|
<column>
|
|
|
|
<property name="text">
|
|
|
|
<string>Shortcut</string>
|
|
|
|
</property>
|
|
|
|
</column>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2019-05-12 01:46:37 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QLineEdit" name="KeyboardFilterEdit">
|
|
|
|
<property name="placeholderText">
|
|
|
|
<string>Search shortcuts</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-08-09 06:57:18 +02:00
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_9">
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="shortcutsImport">
|
|
|
|
<property name="text">
|
|
|
|
<string>Import...</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="shortcutsExport">
|
|
|
|
<property name="text">
|
|
|
|
<string>Export...</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="shortcutsReset">
|
|
|
|
<property name="text">
|
|
|
|
<string>Reset...</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer_3">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_6"/>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="shortcutGroup">
|
|
|
|
<property name="title">
|
|
|
|
<string>Shortcut</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_5">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_7">
|
|
|
|
<property name="text">
|
2017-08-25 21:57:14 +02:00
|
|
|
<string>Key se&quence:</string>
|
2013-08-09 06:57:18 +02:00
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>shortcutEdit</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLineEdit" name="shortcutEdit"/>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="shortcutAssign">
|
|
|
|
<property name="text">
|
|
|
|
<string>Assign</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="shortcutRemove">
|
|
|
|
<property name="text">
|
|
|
|
<string>Remove</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
<zorder>shortcutEdit</zorder>
|
|
|
|
<zorder>label_7</zorder>
|
|
|
|
<zorder>shortcutAssign</zorder>
|
|
|
|
<zorder>shortcutRemove</zorder>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_4"/>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2016-04-25 07:26:34 +02:00
|
|
|
<widget class="QWidget" name="tabMouse">
|
|
|
|
<attribute name="title">
|
|
|
|
<string>Mouse</string>
|
|
|
|
</attribute>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_10">
|
|
|
|
<item>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_9">
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="groupBox_5">
|
|
|
|
<property name="title">
|
|
|
|
<string>Mouse Shortcuts</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_11">
|
|
|
|
<item>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_12">
|
|
|
|
<item>
|
|
|
|
<widget class="QTreeWidget" name="mouseTree">
|
|
|
|
<property name="rootIsDecorated">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="uniformRowHeights">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<column>
|
|
|
|
<property name="text">
|
|
|
|
<string>Action</string>
|
|
|
|
</property>
|
|
|
|
</column>
|
|
|
|
<column>
|
|
|
|
<property name="text">
|
2017-07-11 23:25:06 +02:00
|
|
|
<string>Shortcut 1</string>
|
|
|
|
</property>
|
|
|
|
</column>
|
|
|
|
<column>
|
|
|
|
<property name="text">
|
|
|
|
<string>Shortcut 2</string>
|
2016-04-25 07:26:34 +02:00
|
|
|
</property>
|
|
|
|
</column>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_13">
|
2020-08-23 03:47:03 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="MouseImportButton">
|
|
|
|
<property name="text">
|
|
|
|
<string>Import...</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="MouseExportButton">
|
|
|
|
<property name="text">
|
|
|
|
<string>Export...</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2016-04-25 07:26:34 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="mouseReset">
|
|
|
|
<property name="text">
|
|
|
|
<string>Reset...</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer_6">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="MouseShortcutGroup">
|
|
|
|
<property name="title">
|
|
|
|
<string>Shortcut</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_12">
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_14">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_11">
|
|
|
|
<property name="text">
|
|
|
|
<string>Button:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QComboBox" name="mouseButton">
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>None</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Left</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Middle</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Right</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_12">
|
|
|
|
<property name="text">
|
|
|
|
<string>Modifiers:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="mouseControl">
|
|
|
|
<property name="text">
|
|
|
|
<string>Control</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="mouseAlt">
|
|
|
|
<property name="text">
|
|
|
|
<string>Alt</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="mouseShift">
|
|
|
|
<property name="text">
|
|
|
|
<string>Shift</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="mouseAssign">
|
|
|
|
<property name="text">
|
|
|
|
<string>Assign</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="mouseRemove">
|
|
|
|
<property name="text">
|
|
|
|
<string>Remove</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_15">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_13">
|
|
|
|
<property name="text">
|
|
|
|
<string>Mouse sensitivity:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QSlider" name="mouseSensitivity">
|
|
|
|
<property name="minimum">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>20</number>
|
|
|
|
</property>
|
|
|
|
<property name="pageStep">
|
|
|
|
<number>5</number>
|
|
|
|
</property>
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2013-08-09 06:57:18 +02:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QDialogButtonBox" name="buttonBox">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="standardButtons">
|
|
|
|
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<tabstops>
|
|
|
|
<tabstop>tabWidget</tabstop>
|
|
|
|
<tabstop>partsLibrary</tabstop>
|
|
|
|
<tabstop>partsLibraryBrowse</tabstop>
|
2019-03-06 19:54:17 +01:00
|
|
|
<tabstop>partsArchiveBrowse</tabstop>
|
2019-06-21 03:52:33 +02:00
|
|
|
<tabstop>ColorConfigEdit</tabstop>
|
|
|
|
<tabstop>ColorConfigBrowseButton</tabstop>
|
|
|
|
<tabstop>MinifigSettingsEdit</tabstop>
|
|
|
|
<tabstop>MinifigSettingsBrowseButton</tabstop>
|
2013-08-17 03:17:23 +02:00
|
|
|
<tabstop>povrayExecutable</tabstop>
|
2013-08-17 23:54:07 +02:00
|
|
|
<tabstop>povrayExecutableBrowse</tabstop>
|
2013-08-17 03:17:23 +02:00
|
|
|
<tabstop>lgeoPath</tabstop>
|
|
|
|
<tabstop>lgeoPathBrowse</tabstop>
|
2020-07-25 22:21:22 +02:00
|
|
|
<tabstop>ColorTheme</tabstop>
|
2019-11-28 22:52:06 +01:00
|
|
|
<tabstop>Language</tabstop>
|
2013-08-09 06:57:18 +02:00
|
|
|
<tabstop>checkForUpdates</tabstop>
|
2019-11-28 22:52:06 +01:00
|
|
|
<tabstop>authorName</tabstop>
|
2013-08-09 06:57:18 +02:00
|
|
|
<tabstop>fixedDirectionKeys</tabstop>
|
2019-05-12 01:46:37 +02:00
|
|
|
<tabstop>autoLoadMostRecent</tabstop>
|
2020-08-16 01:16:26 +02:00
|
|
|
<tabstop>RestoreTabLayout</tabstop>
|
2013-08-09 06:57:18 +02:00
|
|
|
<tabstop>antiAliasing</tabstop>
|
|
|
|
<tabstop>antiAliasingSamples</tabstop>
|
2019-09-24 02:06:16 +02:00
|
|
|
<tabstop>studLogo</tabstop>
|
|
|
|
<tabstop>studLogoCombo</tabstop>
|
2013-08-09 06:57:18 +02:00
|
|
|
<tabstop>edgeLines</tabstop>
|
2020-06-06 20:16:01 +02:00
|
|
|
<tabstop>LineWidthSlider</tabstop>
|
2019-11-28 21:47:19 +01:00
|
|
|
<tabstop>MeshLOD</tabstop>
|
2020-08-16 01:16:26 +02:00
|
|
|
<tabstop>MeshLODSlider</tabstop>
|
2020-01-02 02:06:17 +01:00
|
|
|
<tabstop>FadeSteps</tabstop>
|
2020-04-25 21:16:37 +02:00
|
|
|
<tabstop>FadeStepsColor</tabstop>
|
2020-04-25 20:36:28 +02:00
|
|
|
<tabstop>HighlightNewParts</tabstop>
|
|
|
|
<tabstop>HighlightNewPartsColor</tabstop>
|
2017-08-25 21:57:14 +02:00
|
|
|
<tabstop>ShadingMode</tabstop>
|
2020-07-11 19:47:52 +02:00
|
|
|
<tabstop>AxisIconCheckBox</tabstop>
|
|
|
|
<tabstop>AxesColorButton</tabstop>
|
2020-07-25 22:21:22 +02:00
|
|
|
<tabstop>ActiveViewColorButton</tabstop>
|
2020-07-11 19:47:52 +02:00
|
|
|
<tabstop>OverlayColorButton</tabstop>
|
2013-08-31 23:58:47 +02:00
|
|
|
<tabstop>gridStuds</tabstop>
|
|
|
|
<tabstop>gridStudColor</tabstop>
|
|
|
|
<tabstop>gridLines</tabstop>
|
|
|
|
<tabstop>gridLineSpacing</tabstop>
|
|
|
|
<tabstop>gridLineColor</tabstop>
|
2019-01-20 20:59:18 +01:00
|
|
|
<tabstop>ViewSphereSizeCombo</tabstop>
|
2018-10-29 01:59:01 +01:00
|
|
|
<tabstop>ViewSphereLocationCombo</tabstop>
|
2019-01-20 20:59:18 +01:00
|
|
|
<tabstop>ViewSphereColorButton</tabstop>
|
|
|
|
<tabstop>ViewSphereTextColorButton</tabstop>
|
|
|
|
<tabstop>ViewSphereHighlightColorButton</tabstop>
|
2013-08-09 06:57:18 +02:00
|
|
|
<tabstop>categoriesTree</tabstop>
|
|
|
|
<tabstop>partsTree</tabstop>
|
|
|
|
<tabstop>importCategories</tabstop>
|
|
|
|
<tabstop>exportCategories</tabstop>
|
|
|
|
<tabstop>resetCategories</tabstop>
|
|
|
|
<tabstop>newCategory</tabstop>
|
|
|
|
<tabstop>editCategory</tabstop>
|
|
|
|
<tabstop>deleteCategory</tabstop>
|
|
|
|
<tabstop>commandList</tabstop>
|
2019-05-12 01:46:37 +02:00
|
|
|
<tabstop>KeyboardFilterEdit</tabstop>
|
2013-08-09 06:57:18 +02:00
|
|
|
<tabstop>shortcutsImport</tabstop>
|
|
|
|
<tabstop>shortcutsExport</tabstop>
|
|
|
|
<tabstop>shortcutsReset</tabstop>
|
|
|
|
<tabstop>shortcutEdit</tabstop>
|
|
|
|
<tabstop>shortcutAssign</tabstop>
|
2013-08-17 03:17:23 +02:00
|
|
|
<tabstop>shortcutRemove</tabstop>
|
2017-08-25 21:57:14 +02:00
|
|
|
<tabstop>mouseTree</tabstop>
|
2020-08-23 03:47:03 +02:00
|
|
|
<tabstop>MouseImportButton</tabstop>
|
|
|
|
<tabstop>MouseExportButton</tabstop>
|
2017-08-25 21:57:14 +02:00
|
|
|
<tabstop>mouseReset</tabstop>
|
|
|
|
<tabstop>mouseButton</tabstop>
|
|
|
|
<tabstop>mouseControl</tabstop>
|
|
|
|
<tabstop>mouseAlt</tabstop>
|
|
|
|
<tabstop>mouseShift</tabstop>
|
|
|
|
<tabstop>mouseAssign</tabstop>
|
|
|
|
<tabstop>mouseRemove</tabstop>
|
|
|
|
<tabstop>mouseSensitivity</tabstop>
|
2013-08-09 06:57:18 +02:00
|
|
|
</tabstops>
|
|
|
|
<resources/>
|
|
|
|
<connections>
|
|
|
|
<connection>
|
|
|
|
<sender>buttonBox</sender>
|
|
|
|
<signal>accepted()</signal>
|
|
|
|
<receiver>lcQPreferencesDialog</receiver>
|
|
|
|
<slot>accept()</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>261</x>
|
|
|
|
<y>440</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>157</x>
|
|
|
|
<y>274</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
|
|
|
<sender>buttonBox</sender>
|
|
|
|
<signal>rejected()</signal>
|
|
|
|
<receiver>lcQPreferencesDialog</receiver>
|
|
|
|
<slot>reject()</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>329</x>
|
|
|
|
<y>440</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>286</x>
|
|
|
|
<y>274</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
</connections>
|
|
|
|
</ui>
|