2019-06-11 22:41:49 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>Form</class>
|
|
|
|
<widget class="QWidget" name="Form">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2019-06-20 22:48:43 +02:00
|
|
|
<width>350</width>
|
|
|
|
<height>344</height>
|
2019-06-11 22:41:49 +02:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Readability Settings</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
|
<item>
|
2019-06-20 22:48:43 +02:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="groupBoxIcon">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="title">
|
|
|
|
<string>Menu icon</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_4">
|
|
|
|
<item>
|
|
|
|
<widget class="QRadioButton" name="radioButtonLight">
|
|
|
|
<property name="text">
|
|
|
|
<string>Light</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QRadioButton" name="radioButtonDark">
|
|
|
|
<property name="text">
|
|
|
|
<string>Dark</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="groupBoxColorScheme">
|
|
|
|
<property name="title">
|
|
|
|
<string>Color scheme</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_5">
|
|
|
|
<item>
|
|
|
|
<widget class="QRadioButton" name="radioButtonSchemeLight">
|
|
|
|
<property name="text">
|
|
|
|
<string>Light</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QRadioButton" name="radioButtonSchemeSepia">
|
|
|
|
<property name="text">
|
|
|
|
<string>Sepia</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QRadioButton" name="radioButtonSchemeDark">
|
|
|
|
<property name="text">
|
|
|
|
<string>Dark</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="groupBoxFont">
|
2019-06-11 22:41:49 +02:00
|
|
|
<property name="title">
|
2019-06-20 22:48:43 +02:00
|
|
|
<string>Font</string>
|
2019-06-11 22:41:49 +02:00
|
|
|
</property>
|
2019-06-20 22:48:43 +02:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
2019-06-11 22:41:49 +02:00
|
|
|
<item>
|
2019-06-20 22:48:43 +02:00
|
|
|
<widget class="QRadioButton" name="radioButtonFontSansSerif">
|
2019-06-11 22:41:49 +02:00
|
|
|
<property name="text">
|
2019-06-20 22:48:43 +02:00
|
|
|
<string>Sans-Serif</string>
|
2019-06-11 22:41:49 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2019-06-20 22:48:43 +02:00
|
|
|
<widget class="QRadioButton" name="radioButtonFontSerif">
|
2019-06-11 22:41:49 +02:00
|
|
|
<property name="text">
|
2019-06-20 22:48:43 +02:00
|
|
|
<string>Serif</string>
|
2019-06-11 22:41:49 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2019-06-20 22:48:43 +02:00
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2" stretch="1,0">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="labelFontSize">
|
|
|
|
<property name="text">
|
|
|
|
<string>Font size:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QComboBox" name="comboBoxFontSize">
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>10 px</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>12 px</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>14 px</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>16 px</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>18 px</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>20 px</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>22 px</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>24 px</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>26 px</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2019-06-11 22:41:49 +02:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2019-06-13 19:03:23 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="checkBoxContextMenu">
|
|
|
|
<property name="text">
|
|
|
|
<string>Show in context menu</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2019-06-11 22:41:49 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QDialogButtonBox" name="buttonBoxConfirm">
|
|
|
|
<property name="standardButtons">
|
|
|
|
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|