From 33d00a06fc74aaa75b00fb3c7bcfca8ad152096d Mon Sep 17 00:00:00 2001 From: Martin Baeuml Date: Tue, 17 May 2011 14:15:03 +0200 Subject: [PATCH] mv update_gui script --- scripts/update_gui.sh | 4 ++++ sloth/gui/qrc_icons.py | 4 ++-- update_gui.sh | 4 ---- 3 files changed, 6 insertions(+), 6 deletions(-) create mode 100755 scripts/update_gui.sh delete mode 100755 update_gui.sh diff --git a/scripts/update_gui.sh b/scripts/update_gui.sh new file mode 100755 index 0000000..2e3793c --- /dev/null +++ b/scripts/update_gui.sh @@ -0,0 +1,4 @@ +#!/bin/bash +#pyuic4 pylabel.ui > ui_pylabel.py +pyrcc4 -o ../sloth/gui/qrc_icons.py ../sloth/gui/icons.qrc + diff --git a/sloth/gui/qrc_icons.py b/sloth/gui/qrc_icons.py index eb054b7..003ff39 100644 --- a/sloth/gui/qrc_icons.py +++ b/sloth/gui/qrc_icons.py @@ -2,8 +2,8 @@ # Resource object code # -# Created: Wed Nov 24 01:58:33 2010 -# by: The Resource Compiler for PyQt (Qt v4.6.3) +# Created: Tue May 17 14:14:22 2011 +# by: The Resource Compiler for PyQt (Qt v4.7.1) # # WARNING! All changes made in this file will be lost! diff --git a/update_gui.sh b/update_gui.sh deleted file mode 100755 index 3319b62..0000000 --- a/update_gui.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/bash -#pyuic4 pylabel.ui > ui_pylabel.py -pyrcc4 -o qrc_icons.py icons.qrc -