mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-25 02:05:43 +08:00
refs #335, changed icon in show/hide bar
This commit is contained in:
committed by
Roland Winklmeier
parent
c311e4974b
commit
cf6a555824
@@ -51,7 +51,7 @@
|
|||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item alignment="Qt::AlignTop">
|
||||||
<widget class="BlackGui::CShowHideBar" name="wip_CockpitComPanelShowHideBar" native="true">
|
<widget class="BlackGui::CShowHideBar" name="wip_CockpitComPanelShowHideBar" native="true">
|
||||||
<property name="sizePolicy">
|
<property name="sizePolicy">
|
||||||
<sizepolicy hsizetype="Preferred" vsizetype="Maximum">
|
<sizepolicy hsizetype="Preferred" vsizetype="Maximum">
|
||||||
|
|||||||
@@ -6,12 +6,12 @@
|
|||||||
<rect>
|
<rect>
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>314</width>
|
<width>56</width>
|
||||||
<height>12</height>
|
<height>12</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<property name="sizePolicy">
|
<property name="sizePolicy">
|
||||||
<sizepolicy hsizetype="Preferred" vsizetype="Maximum">
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
||||||
<horstretch>0</horstretch>
|
<horstretch>0</horstretch>
|
||||||
<verstretch>0</verstretch>
|
<verstretch>0</verstretch>
|
||||||
</sizepolicy>
|
</sizepolicy>
|
||||||
@@ -44,7 +44,7 @@
|
|||||||
<item>
|
<item>
|
||||||
<widget class="QPushButton" name="pb_ShowHidePushButton">
|
<widget class="QPushButton" name="pb_ShowHidePushButton">
|
||||||
<property name="sizePolicy">
|
<property name="sizePolicy">
|
||||||
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
||||||
<horstretch>0</horstretch>
|
<horstretch>0</horstretch>
|
||||||
<verstretch>0</verstretch>
|
<verstretch>0</verstretch>
|
||||||
</sizepolicy>
|
</sizepolicy>
|
||||||
@@ -52,7 +52,7 @@
|
|||||||
<property name="maximumSize">
|
<property name="maximumSize">
|
||||||
<size>
|
<size>
|
||||||
<width>16777215</width>
|
<width>16777215</width>
|
||||||
<height>10</height>
|
<height>16777215</height>
|
||||||
</size>
|
</size>
|
||||||
</property>
|
</property>
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
@@ -63,13 +63,13 @@
|
|||||||
</property>
|
</property>
|
||||||
<property name="icon">
|
<property name="icon">
|
||||||
<iconset resource="../blackmisc/blackmisc.qrc">
|
<iconset resource="../blackmisc/blackmisc.qrc">
|
||||||
<normaloff>:/own/icons/own/arrowWide300x10down.png</normaloff>
|
<normaloff>:/own/icons/own/gripdown42x15.png</normaloff>
|
||||||
<normalon>:/own/icons/own/arrowWide300x10up.png</normalon>:/own/icons/own/arrowWide300x10down.png</iconset>
|
<normalon>:/own/icons/own/gripup42x15.png</normalon>:/own/icons/own/gripdown42x15.png</iconset>
|
||||||
</property>
|
</property>
|
||||||
<property name="iconSize">
|
<property name="iconSize">
|
||||||
<size>
|
<size>
|
||||||
<width>300</width>
|
<width>42</width>
|
||||||
<height>10</height>
|
<height>15</height>
|
||||||
</size>
|
</size>
|
||||||
</property>
|
</property>
|
||||||
<property name="checkable">
|
<property name="checkable">
|
||||||
|
|||||||
@@ -326,6 +326,8 @@
|
|||||||
<file>icons/own/transparent1px.png</file>
|
<file>icons/own/transparent1px.png</file>
|
||||||
<file>icons/own/arrowWide300x10down.png</file>
|
<file>icons/own/arrowWide300x10down.png</file>
|
||||||
<file>icons/own/arrowWide300x10up.png</file>
|
<file>icons/own/arrowWide300x10up.png</file>
|
||||||
|
<file>icons/own/gripdown42x15.png</file>
|
||||||
|
<file>icons/own/gripup42x15.png</file>
|
||||||
</qresource>
|
</qresource>
|
||||||
<qresource prefix="/qled">
|
<qresource prefix="/qled">
|
||||||
<file>icons/qled/circle_black.svg</file>
|
<file>icons/qled/circle_black.svg</file>
|
||||||
|
|||||||
BIN
src/blackmisc/icons/own/gripdown42x15.png
Normal file
BIN
src/blackmisc/icons/own/gripdown42x15.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 258 B |
BIN
src/blackmisc/icons/own/gripup42x15.png
Normal file
BIN
src/blackmisc/icons/own/gripup42x15.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 263 B |
Reference in New Issue
Block a user