Commit 9d0879fa authored by Pierre-Antoine Rouby's avatar Pierre-Antoine Rouby
Browse files

ui: Add script to convert ui file into python file (not used).

Showing with 6 additions and 0 deletions
+6 -0
#! /bin/sh
for ui in $(ls *.ui)
do
python3 -m PyQt5.uic.pyuic -x $ui -o ${ui%.*}.py
done
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment