Skip to content

Commit

Permalink
Small redesign of the UI
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koefferlein committed Aug 4, 2024
1 parent 7470023 commit 13dec27
Showing 1 changed file with 33 additions and 16 deletions.
49 changes: 33 additions & 16 deletions src/layui/layui/LayoutViewConfigPage7.ui
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>613</width>
<height>496</height>
<height>559</height>
</rect>
</property>
<property name="windowTitle">
Expand Down Expand Up @@ -50,16 +50,33 @@
<property name="spacing">
<number>6</number>
</property>
<item row="3" column="0" colspan="3">
<item row="0" column="0" colspan="3">
<widget class="QLabel" name="label">
<property name="text">
<string>Oversampling increases the image quality by using an internal resolution larger than the image resolution. Drawing speed is somewhat reduced.</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item row="5" column="0" colspan="3">
<widget class="QLabel" name="label_5">
<property name="text">
<string>High resolution mode utilizes the full pixel density on high-DPI displays. Features may look small but rich in details.</string>
<string>High resolution mode utilizes the full pixel density on high-DPI displays. Features may look smaller, but richer in details.</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_2">
<property name="text">
<string>Oversampling mode</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QComboBox" name="oversampling">
<item>
Expand All @@ -79,10 +96,10 @@
</item>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_2">
<item row="6" column="0" colspan="3">
<widget class="QCheckBox" name="highres_mode">
<property name="text">
<string>Oversampling mode</string>
<string>High resolution mode enabled</string>
</property>
</widget>
</item>
Expand All @@ -99,27 +116,27 @@
</property>
</spacer>
</item>
<item row="0" column="0" colspan="3">
<widget class="QLabel" name="label">
<item row="2" column="0" colspan="3">
<widget class="QLabel" name="label_6">
<property name="text">
<string>Oversampling increases the image quality by using an internal resolution larger than the image resolution. Drawing speed is somewhat reduced.</string>
<string>With small rendering, the line widths and stipples are scaled down - a single pixel line becomes half a pixel wide with 2x oversampling. This provides a virtual sub-pixel resolution with finer details.</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item row="4" column="0" colspan="3">
<widget class="QCheckBox" name="highres_mode">
<item row="3" column="0" colspan="3">
<widget class="QCheckBox" name="subres_mode">
<property name="text">
<string>High resolution mode enabled</string>
<string>Small rendering in oversampling mode</string>
</property>
</widget>
</item>
<item row="2" column="0" colspan="3">
<widget class="QCheckBox" name="subres_mode">
<property name="text">
<string>Subresolution mode - scale down line widths and stipples with oversampling</string>
<item row="4" column="0" colspan="3">
<widget class="Line" name="line">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
Expand Down

0 comments on commit 13dec27

Please sign in to comment.