Added Edit button icon

This commit is contained in:
parax0 2016-03-07 15:22:11 -07:00
parent 0b5c7c8e90
commit 0eae2162b9
5 changed files with 52 additions and 33 deletions

View File

@ -40,5 +40,8 @@
<file>icons/SelectMode_16px.png</file> <file>icons/SelectMode_16px.png</file>
<file>icons/Swap_16px.png</file> <file>icons/Swap_16px.png</file>
<file>icons/Swap_24px.png</file> <file>icons/Swap_24px.png</file>
<file>icons/Edit_16px.png</file>
<file>icons/Edit_24px.png</file>
<file>icons/Edit_32px.png</file>
</qresource> </qresource>
</RCC> </RCC>

View File

@ -157,7 +157,7 @@
<item> <item>
<widget class="QToolButton" name="AddOutgoingConnectionToolButton"> <widget class="QToolButton" name="AddOutgoingConnectionToolButton">
<property name="sizePolicy"> <property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Fixed"> <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch> <horstretch>0</horstretch>
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
@ -165,11 +165,14 @@
<property name="focusPolicy"> <property name="focusPolicy">
<enum>Qt::StrongFocus</enum> <enum>Qt::StrongFocus</enum>
</property> </property>
<property name="toolTip">
<string>New Link</string>
</property>
<property name="text"> <property name="text">
<string/> <string/>
</property> </property>
<property name="icon"> <property name="icon">
<iconset> <iconset resource="../Icons.qrc">
<normaloff>:/icons/Plus.png</normaloff>:/icons/Plus.png</iconset> <normaloff>:/icons/Plus.png</normaloff>:/icons/Plus.png</iconset>
</property> </property>
<property name="popupMode"> <property name="popupMode">
@ -181,24 +184,19 @@
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QPushButton" name="EditOutgoingConnectionButton"> <widget class="QToolButton" name="EditOutgoingConnectionButton">
<property name="enabled"> <property name="focusPolicy">
<bool>false</bool> <enum>Qt::StrongFocus</enum>
</property> </property>
<property name="sizePolicy"> <property name="toolTip">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed"> <string>Edit Link</string>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>30</width>
<height>16777215</height>
</size>
</property> </property>
<property name="text"> <property name="text">
<string>Edit</string> <string/>
</property>
<property name="icon">
<iconset resource="../Icons.qrc">
<normaloff>:/icons/Edit_16px.png</normaloff>:/icons/Edit_16px.png</iconset>
</property> </property>
</widget> </widget>
</item> </item>
@ -216,12 +214,18 @@
</spacer> </spacer>
</item> </item>
<item> <item>
<widget class="QPushButton" name="DeleteOutgoingConnectionButton"> <widget class="QToolButton" name="DeleteOutgoingConnectionButton">
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<property name="toolTip">
<string>Delete Link</string>
</property>
<property name="text"> <property name="text">
<string/> <string/>
</property> </property>
<property name="icon"> <property name="icon">
<iconset> <iconset resource="../Icons.qrc">
<normaloff>:/icons/Minus v2.png</normaloff>:/icons/Minus v2.png</iconset> <normaloff>:/icons/Minus v2.png</normaloff>:/icons/Minus v2.png</iconset>
</property> </property>
</widget> </widget>
@ -270,7 +274,7 @@
<item> <item>
<widget class="QToolButton" name="AddIncomingConnectionToolButton"> <widget class="QToolButton" name="AddIncomingConnectionToolButton">
<property name="sizePolicy"> <property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Fixed"> <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch> <horstretch>0</horstretch>
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
@ -278,11 +282,14 @@
<property name="focusPolicy"> <property name="focusPolicy">
<enum>Qt::StrongFocus</enum> <enum>Qt::StrongFocus</enum>
</property> </property>
<property name="toolTip">
<string>New Link</string>
</property>
<property name="text"> <property name="text">
<string/> <string/>
</property> </property>
<property name="icon"> <property name="icon">
<iconset> <iconset resource="../Icons.qrc">
<normaloff>:/icons/Plus.png</normaloff>:/icons/Plus.png</iconset> <normaloff>:/icons/Plus.png</normaloff>:/icons/Plus.png</iconset>
</property> </property>
<property name="popupMode"> <property name="popupMode">
@ -291,18 +298,19 @@
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QPushButton" name="EditIncomingConnectionButton"> <widget class="QToolButton" name="EditIncomingConnectionButton">
<property name="enabled"> <property name="focusPolicy">
<bool>false</bool> <enum>Qt::StrongFocus</enum>
</property> </property>
<property name="maximumSize"> <property name="toolTip">
<size> <string>Edit Link</string>
<width>39</width>
<height>16777215</height>
</size>
</property> </property>
<property name="text"> <property name="text">
<string>Edit</string> <string/>
</property>
<property name="icon">
<iconset resource="../Icons.qrc">
<normaloff>:/icons/Edit_16px.png</normaloff>:/icons/Edit_16px.png</iconset>
</property> </property>
</widget> </widget>
</item> </item>
@ -320,12 +328,18 @@
</spacer> </spacer>
</item> </item>
<item> <item>
<widget class="QPushButton" name="DeleteIncomingConnectionButton"> <widget class="QToolButton" name="DeleteIncomingConnectionButton">
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<property name="toolTip">
<string>Delete Link</string>
</property>
<property name="text"> <property name="text">
<string/> <string/>
</property> </property>
<property name="icon"> <property name="icon">
<iconset> <iconset resource="../Icons.qrc">
<normaloff>:/icons/Minus v2.png</normaloff>:/icons/Minus v2.png</iconset> <normaloff>:/icons/Minus v2.png</normaloff>:/icons/Minus v2.png</iconset>
</property> </property>
</widget> </widget>
@ -359,6 +373,8 @@
<header>Editor/PropertyEdit/CPropertyView.h</header> <header>Editor/PropertyEdit/CPropertyView.h</header>
</customwidget> </customwidget>
</customwidgets> </customwidgets>
<resources/> <resources>
<include location="../Icons.qrc"/>
</resources>
<connections/> <connections/>
</ui> </ui>

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB