further playing with the Prefs dialog.

This commit is contained in:
2026-01-21 11:20:08 +01:00
parent 9f9e3d4f7f
commit 8843b46460

View File

@@ -10,7 +10,7 @@
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>503</width> <width>503</width>
<height>230</height> <height>271</height>
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
@@ -32,76 +32,87 @@
<attribute name="title"> <attribute name="title">
<string>general</string> <string>general</string>
</attribute> </attribute>
<widget class="QPushButton" name="fDefaultPath_pushButton"> <widget class="QWidget" name="">
<property name="geometry">
<rect>
<x>10</x>
<y>110</y>
<width>451</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>Change Default Search Paths</string>
</property>
</widget>
<widget class="QWidget" name="layoutWidget">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>10</x> <x>10</x>
<y>10</y> <y>10</y>
<width>451</width> <width>451</width>
<height>88</height> <height>161</height>
</rect> </rect>
</property> </property>
<layout class="QHBoxLayout" name="horizontalLayout_2"> <layout class="QVBoxLayout" name="verticalLayout_3">
<item> <item>
<widget class="QLineEdit" name="fTimeout_lineEdit"/> <layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QLineEdit" name="fTimeout_lineEdit"/>
</item>
<item>
<widget class="QLabel" name="fTimeout_label">
<property name="text">
<string>timeout</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_2">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>38</width>
<height>30</height>
</size>
</property>
</spacer>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QCheckBox" name="fIgnoreThemeAutoDetection_checkBox">
<property name="text">
<string>Ignore Theme Auto Detect</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="fDarkThemeIconsMenu_checkBox">
<property name="text">
<string>Dark Theme Icons Menu</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="fDarkThemeIconsToolbar_checkBox">
<property name="text">
<string>Dark Theme Icons Toolbar</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</item> </item>
<item> <item>
<widget class="QLabel" name="fTimeout_label"> <spacer name="verticalSpacer">
<property name="text">
<string>timeout</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_2">
<property name="orientation"> <property name="orientation">
<enum>Qt::Horizontal</enum> <enum>Qt::Vertical</enum>
</property> </property>
<property name="sizeHint" stdset="0"> <property name="sizeHint" stdset="0">
<size> <size>
<width>38</width> <width>20</width>
<height>30</height> <height>28</height>
</size> </size>
</property> </property>
</spacer> </spacer>
</item> </item>
<item> <item>
<layout class="QVBoxLayout" name="verticalLayout_2"> <widget class="QPushButton" name="fDefaultPath_pushButton">
<item> <property name="text">
<widget class="QCheckBox" name="fIgnoreThemeAutoDetection_checkBox"> <string>Change Default Search Paths</string>
<property name="text"> </property>
<string>Ignore Theme Auto Detect</string> </widget>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="fDarkThemeIconsMenu_checkBox">
<property name="text">
<string>Dark Theme Icons Menu</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="fDarkThemeIconsToolbar_checkBox">
<property name="text">
<string>Dark Theme Icons Toolbar</string>
</property>
</widget>
</item>
</layout>
</item> </item>
</layout> </layout>
</widget> </widget>