Savings 1.0. released!
Iterating over files in resources:
$ pyside2-rcc resources.qrc > resources.py
import resources
it = QDirIterator(':/icon/icons8/')
while it.hasNext():
self.icon.addItem(QIcon(it.next()), '')
#qt #python
Setup locale on the NextCloudPi (Debian)
vim /etc/locale.gen
locale-gen
https://wiki.debian.org/Locale
#soft #linux
PySide2
Opening dialog windows should be done through .exec()
:
window = QUiLoader().load("form/asset_ed.ui")
window.exec()
#python #soft #pyside2 #qt
Developed the new functionality for packaging rotation management module (OPAK) with issuing kanban containers for shipping, and settling the packaging from pallet receipts issued to the carrier.
#soft #erp #sprint
Flask migration
model.py
(venv) $ flask db migrate -m "migration-name"
(venv) $ flask db upgrade
#flask #softeng
Praca Zdalna Poradnik
Jeszcze w trakcie pisania, ale dla nagle rozpoczynających przygodę z pracą zdalną solidna baza do startu.
Blinking the LED through the network with the micorpython REST server.
#arduino