Skip to content
Snippets Groups Projects
Commit 2fd40d1d authored by Christoph Schmidt's avatar Christoph Schmidt
Browse files

Added new icons

parent c08b9663
No related branches found
No related tags found
No related merge requests found
Showing
with 10 additions and 8 deletions
# - Configuration file stored 2023-11-23 12:45:38.730755 -
# - Configuration file stored 2023-11-24 11:10:33.720518 -
LaserConfig: #!!python/object:controller.LaserConfig
wl_sweep_start: 840 # wl_sweep_start: None
wl_sweep_stop: 850 # wl_sweep_stop: None
velocity: 1.0 # velocity: None
acceleration: 2.0 # acceleration: None
velocity: 2.0 # velocity: None
acceleration: 1.0 # acceleration: None
deceleration: 1.0 # deceleration: None
available_ports: ['USB0', 'USB1', 'USB2', 'USB3', 'USB4', 'USB5', 'USB6', 'USB7', 'USB8', 'USB9'] # available_ports: None
port: "USB0" # port: None
......@@ -256,7 +256,7 @@ QComboBox::drop-down {
border-left-style: solid;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
background-image: url(:/icons/flexsensorpy/images/icons/cil-arrow-bottom.png);
background-image: url(:/icons/icons/cil-arrow-bottom.png);
background-position: center;
background-repeat: no-reperat;
}
......@@ -266,9 +266,9 @@ QComboBox QAbstractItemView {
padding: 10px;
selection-background-color: rgb(39, 44, 54);
}
QComboBox QAbstractItemView::item {
/*QComboBox QAbstractItemView::item {
min-height: 150px;
}
}*/
/* /////////////////////////////////////////////////////////////////////////////////////////////////
Sliders */
......@@ -822,6 +822,8 @@ QTabBar::tab:selected {
</layout>
</widget>
</widget>
<resources/>
<resources>
<include location="resources.qrc"/>
</resources>
<connections/>
</ui>
......@@ -4,4 +4,4 @@
for ui in *.ui; do
pyside6-uic $ui > ../view/Ui_${ui%.*}.py
done
pyside6-rcc ../../resources.qrc -o ../../resources_rc.py
pyside6-rcc ./resources.qrc -o ../../resources_rc.py
src/LaserControl/resources/icons/cil-3d.png

1.91 KiB

src/LaserControl/resources/icons/cil-4k.png

1.9 KiB

src/LaserControl/resources/icons/cil-account-logout.png

1.82 KiB

src/LaserControl/resources/icons/cil-action-redo.png

1.83 KiB

src/LaserControl/resources/icons/cil-action-undo.png

1.84 KiB

src/LaserControl/resources/icons/cil-airplane-mode-off.png

1.94 KiB

src/LaserControl/resources/icons/cil-airplane-mode.png

1.9 KiB

src/LaserControl/resources/icons/cil-alarm.png

1.93 KiB

src/LaserControl/resources/icons/cil-align-center.png

1.8 KiB

src/LaserControl/resources/icons/cil-align-left.png

1.79 KiB

src/LaserControl/resources/icons/cil-align-right.png

1.78 KiB

src/LaserControl/resources/icons/cil-arrow-bottom-2.png

1.75 KiB

src/LaserControl/resources/icons/cil-arrow-bottom.png

1.78 KiB

src/LaserControl/resources/icons/cil-arrow-circle-bottom.png

1.92 KiB

src/LaserControl/resources/icons/cil-arrow-circle-left.png

1.92 KiB

src/LaserControl/resources/icons/cil-arrow-circle-right.png

1.92 KiB

src/LaserControl/resources/icons/cil-arrow-circle-top.png

1.92 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment