From af0232ace0890ee6e8afc97c0fefd03a224c42bb Mon Sep 17 00:00:00 2001 From: deepa-chaudhari Date: Tue, 2 Jun 2015 22:34:08 +0530 Subject: Initial checkin --- Connections/Shear/Finplate/doc/build.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Connections/Shear/Finplate/doc/build.txt (limited to 'Connections/Shear/Finplate/doc/build.txt') diff --git a/Connections/Shear/Finplate/doc/build.txt b/Connections/Shear/Finplate/doc/build.txt new file mode 100644 index 0000000..b437043 --- /dev/null +++ b/Connections/Shear/Finplate/doc/build.txt @@ -0,0 +1,5 @@ +This converts designer file(.ui file)to python file (.py file) +pyuic4 -x finplatewindow.ui -o ui_finplatewindow.py + +This compiles resource file (.qrc file) to python file(.pyfile) +pyrcc4 ./ResourceFiles/icons.qrc -o icons_rc.py \ No newline at end of file -- cgit