arts: Renew friction, add run, sort, up and down icons.

setup.py
Pierre-Antoine Rouby 2024-03-29 15:00:00 +01:00
parent 6d47664767
commit 701f9ab69b
14 changed files with 7 additions and 104 deletions

Binary file not shown.

BIN
arts/run.kra Normal file

Binary file not shown.

BIN
arts/sort.kra Normal file

Binary file not shown.

BIN
arts/up-down.kra Normal file

Binary file not shown.

View File

@ -282,7 +282,6 @@
<addaction name="action_toolBar_close"/> <addaction name="action_toolBar_close"/>
<addaction name="separator"/> <addaction name="separator"/>
<addaction name="action_toolBar_run_solver"/> <addaction name="action_toolBar_run_solver"/>
<addaction name="separator"/>
</widget> </widget>
<widget class="QToolBar" name="toolBar_modelling"> <widget class="QToolBar" name="toolBar_modelling">
<property name="font"> <property name="font">
@ -461,6 +460,10 @@
</property> </property>
</action> </action>
<action name="action_menu_run_solver"> <action name="action_menu_run_solver">
<property name="icon">
<iconset>
<normaloff>ressources/run.png</normaloff>ressources/run.png</iconset>
</property>
<property name="text"> <property name="text">
<string>Run solver</string> <string>Run solver</string>
</property> </property>
@ -520,7 +523,7 @@
<action name="action_toolBar_run_solver"> <action name="action_toolBar_run_solver">
<property name="icon"> <property name="icon">
<iconset> <iconset>
<normaloff>ressources/player_play.png</normaloff>ressources/player_play.png</iconset> <normaloff>ressources/run.png</normaloff>ressources/run.png</iconset>
</property> </property>
<property name="text"> <property name="text">
<string>Run solver</string> <string>Run solver</string>

View File

@ -33,56 +33,6 @@
</property> </property>
<widget class="QWidget" name="layoutWidget"> <widget class="QWidget" name="layoutWidget">
<layout class="QVBoxLayout" name="verticalLayout_9"> <layout class="QVBoxLayout" name="verticalLayout_9">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_10">
<item>
<widget class="QPushButton" name="pushButton_26">
<property name="text">
<string/>
</property>
<property name="icon">
<iconset>
<normaloff>ressources/gtk-sort-descending.png</normaloff>ressources/gtk-sort-descending.png</iconset>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_27">
<property name="text">
<string/>
</property>
<property name="icon">
<iconset>
<normaloff>ressources/go-up2.png</normaloff>ressources/go-up2.png</iconset>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_28">
<property name="text">
<string/>
</property>
<property name="icon">
<iconset>
<normaloff>ressources/go-down1.png</normaloff>ressources/go-down1.png</iconset>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_9">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
<item> <item>
<widget class="QTableView" name="tableView_reachs"> <widget class="QTableView" name="tableView_reachs">
<property name="minimumSize"> <property name="minimumSize">
@ -103,56 +53,6 @@
</widget> </widget>
<widget class="QWidget" name="layoutWidget"> <widget class="QWidget" name="layoutWidget">
<layout class="QVBoxLayout" name="verticalLayout_8"> <layout class="QVBoxLayout" name="verticalLayout_8">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_9">
<item>
<widget class="QPushButton" name="pushButton_23">
<property name="text">
<string/>
</property>
<property name="icon">
<iconset>
<normaloff>ressources/gtk-sort-descending.png</normaloff>ressources/gtk-sort-descending.png</iconset>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_24">
<property name="text">
<string/>
</property>
<property name="icon">
<iconset>
<normaloff>ressources/go-up2.png</normaloff>ressources/go-up2.png</iconset>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_25">
<property name="text">
<string/>
</property>
<property name="icon">
<iconset>
<normaloff>ressources/go-down1.png</normaloff>ressources/go-down1.png</iconset>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_8">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
<item> <item>
<widget class="QTableView" name="tableView_nodes"> <widget class="QTableView" name="tableView_nodes">
<property name="minimumSize"> <property name="minimumSize">
@ -209,7 +109,7 @@
<action name="action_toolBar_add"> <action name="action_toolBar_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 node or edge</string> <string>Add node or edge</string>
@ -221,7 +121,7 @@
<action name="action_toolBar_del"> <action name="action_toolBar_del">
<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>Remove node or edge</string> <string>Remove node or edge</string>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 531 B

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 562 B

After

Width:  |  Height:  |  Size: 11 KiB