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

@ -256,7 +256,6 @@ FORMS += \
Traces/tracewidget.ui \
Traces/xyplotaxisdialog.ui \
VNA/Deembedding/deembeddingdialog.ui \
VNA/Deembedding/form.ui \
VNA/Deembedding/matchingnetworkdialog.ui \
VNA/Deembedding/measurementdialog.ui \
VNA/Deembedding/portextensioneditdialog.ui \

View File

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

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>

View File

@ -47,5 +47,7 @@
<file>icons/DUT.svg</file>
<file>icons/port1.svg</file>
<file>icons/port2.svg</file>
<file>icons/down.png</file>
<file>icons/up.png</file>
</qresource>
</RCC>

Binary file not shown.

After

Width:  |  Height:  |  Size: 490 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 496 B

View File

@ -73,7 +73,7 @@
</size>
</property>
<property name="currentIndex">
<number>1</number>
<number>0</number>
</property>
<widget class="QWidget" name="Startup">
<layout class="QHBoxLayout" name="horizontalLayout_4">