You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!/bin/bash
|
|
pyuic -tr i18n tooltip.ui -o tooltip.py
|
|
pyuic -tr i18n guidance_power_manager_ui.ui -o guidance_power_manager_ui.py
|
|
pyuic -tr i18n notify.ui -o notify.py
|
|
|
|
|