Added missing up/down icon on windows
This commit is contained in:
parent
b3338eab9d
commit
c25fd3912b
@ -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 \
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
@ -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>
|
||||
|
BIN
Software/PC_Application/icons/down.png
Normal file
BIN
Software/PC_Application/icons/down.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 490 B |
BIN
Software/PC_Application/icons/up.png
Normal file
BIN
Software/PC_Application/icons/up.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 496 B |
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user