Added missing up/down icon on windows

This commit is contained in:
Jan Käberich 2021-02-17 16:39:31 +01:00
parent b3338eab9d
commit c25fd3912b
8 changed files with 11 additions and 51 deletions

View file

@ -79,8 +79,8 @@
<string/>
</property>
<property name="icon">
<iconset theme="go-up">
<normaloff>../../Traces/Math</normaloff>../../Traces/Math</iconset>
<iconset theme="go-up" resource="../../icons.qrc">
<normaloff>:/icons/up.png</normaloff>:/icons/up.png</iconset>
</property>
</widget>
</item>
@ -96,8 +96,8 @@
<string/>
</property>
<property name="icon">
<iconset theme="go-down">
<normaloff>../../Traces/Math</normaloff>../../Traces/Math</iconset>
<iconset theme="go-down" resource="../../icons.qrc">
<normaloff>:/icons/down.png</normaloff>:/icons/down.png</iconset>
</property>
</widget>
</item>

View file

@ -1,41 +0,0 @@
<?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>
<width>339</width>
<height>238</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<property name="styleSheet">
<string notr="true">QWidget#Form {image: url(:/icons/parallelC.svg);}
border: 1px solid red;</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QLineEdit" name="lineEdit"/>
</item>
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>186</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>