Arts: Add save icon and some change.

setup.py
Pierre-Antoine Rouby 2024-03-29 16:00:05 +01:00
parent cd571b6ec4
commit 88c75c0d35
11 changed files with 15 additions and 9 deletions

BIN
arts/close.kra Normal file

Binary file not shown.

Binary file not shown.

BIN
arts/save.kra Normal file

Binary file not shown.

Binary file not shown.

View File

@ -62,7 +62,7 @@
<action name="action_add"> <action name="action_add">
<property name="icon"> <property name="icon">
<iconset> <iconset>
<normaloff>ressources/add.png</normaloff>ressources/gtk-add.png</iconset> <normaloff>ressources/add.png</normaloff>ressources/add.png</iconset>
</property> </property>
<property name="text"> <property name="text">
<string>add</string> <string>add</string>
@ -74,7 +74,7 @@
<action name="action_delete"> <action name="action_delete">
<property name="icon"> <property name="icon">
<iconset> <iconset>
<normaloff>ressources/del.png</normaloff>ressources/gtk-remove.png</iconset> <normaloff>ressources/del.png</normaloff>ressources/del.png</iconset>
</property> </property>
<property name="text"> <property name="text">
<string>delete</string> <string>delete</string>
@ -110,7 +110,7 @@
<action name="action_sort_asc"> <action name="action_sort_asc">
<property name="icon"> <property name="icon">
<iconset> <iconset>
<normaloff>ressources/gtk-sort-ascending.png</normaloff>ressources/gtk-sort-ascending.png</iconset> <normaloff>ressources/sort_1-9.png</normaloff>ressources/sort_1-9.png</iconset>
</property> </property>
<property name="text"> <property name="text">
<string>sort_asc</string> <string>sort_asc</string>
@ -122,7 +122,7 @@
<action name="action_sort_des"> <action name="action_sort_des">
<property name="icon"> <property name="icon">
<iconset> <iconset>
<normaloff>ressources/gtk-sort-descending.png</normaloff>ressources/gtk-sort-descending.png</iconset> <normaloff>ressources/sort_9-1.png</normaloff>ressources/sort_9-1.png</iconset>
</property> </property>
<property name="text"> <property name="text">
<string>sort_des</string> <string>sort_des</string>

View File

@ -197,7 +197,7 @@
</widget> </widget>
<widget class="QMenu" name="menu_Avensed"> <widget class="QMenu" name="menu_Avensed">
<property name="title"> <property name="title">
<string>&amp;Advansed</string> <string>&amp;Advanced</string>
</property> </property>
<widget class="QMenu" name="menuMage"> <widget class="QMenu" name="menuMage">
<property name="title"> <property name="title">
@ -268,6 +268,12 @@
<property name="movable"> <property name="movable">
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="iconSize">
<size>
<width>32</width>
<height>32</height>
</size>
</property>
<property name="floatable"> <property name="floatable">
<bool>false</bool> <bool>false</bool>
</property> </property>
@ -296,8 +302,8 @@
</property> </property>
<property name="iconSize"> <property name="iconSize">
<size> <size>
<width>32</width> <width>36</width>
<height>32</height> <height>36</height>
</size> </size>
</property> </property>
<attribute name="toolBarArea"> <attribute name="toolBarArea">
@ -508,7 +514,7 @@
<action name="action_toolBar_close"> <action name="action_toolBar_close">
<property name="icon"> <property name="icon">
<iconset> <iconset>
<normaloff>ressources/gtk-close.png</normaloff>ressources/gtk-close.png</iconset> <normaloff>ressources/close.png</normaloff>ressources/close.png</iconset>
</property> </property>
<property name="text"> <property name="text">
<string>Close current study</string> <string>Close current study</string>
@ -592,7 +598,7 @@
<string>Friction</string> <string>Friction</string>
</property> </property>
<property name="toolTip"> <property name="toolTip">
<string>Edit friction frictions</string> <string>Edit frictions</string>
</property> </property>
</action> </action>
<action name="action_menu_edit"> <action name="action_menu_edit">

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 963 B

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 14 KiB