Insert in place with regex:
sed -e -i '/pattern/r file.txt' input.txt
-
-
https://stackoverflow.com/questions/22497246/insert-multiple-lines-into-a-file-after-specified-pattern-using-shell-scriptLuckily, the spin box appearance can be changed by Style Sheet.
To get “Wheel Diameter” style spin box, use following style sheet:
QSpinBox { border: 3px inset grey; }
QSpinBox::up-button { subcontrol-position: left; width: 40px; height: 35px;}
QSpinBox::down-button { subcontrol-position: right; width: 40px; height: 35px;}
To get “Pulses per Revolution” style spin box, use following style sheet:
QSpinBox { border: 3px outset grey;padding-right: 40px;}
QSpinBox::up-button { subcontrol-position: right; right: 40px; width: 40px; height: 35px;}
QSpinBox::down-button { subcontrol-position: right; width: 40px; height: 35px;}
To get “Count” style spin box, use following style sheet:
QSpinBox { border: 3px groove gray}
QSpinBox::up-button { subcontrol-position: top right; width: 40px; height: 19px;}
QSpinBox::down-button { subcontrol-position: bottom right; width: 40px; height: 19px;}
-
-
http://mmcircuit.com/qt-tips-01-enlarge-spin-box/Mode -sync semble intéressant !
-
-
https://korben.info/synchronisez-linux-hubic-dovh.html
-
-
https://stackoverflow.com/questions/24899558/how-to-check-qt-version-to-include-different-headerOu comment lire un capteur de température DS18B20 sur un RaspberryPi 3.
Voir aussi :
-
-
https://www.modmypi.com/blog/ds18b20-one-wire-digital-temperature-sensor-and-the-raspberry-piMettez à jour.
-
-
https://www.krackattacks.com/