diff options
author | deepa-chaudhari | 2015-06-02 22:34:08 +0530 |
---|---|---|
committer | deepa-chaudhari | 2015-06-02 22:34:08 +0530 |
commit | af0232ace0890ee6e8afc97c0fefd03a224c42bb (patch) | |
tree | 6ba0b57fe30456f26362a6713718280440f8c2d9 /Connections/Shear/Finplate/doc | |
download | OsdagLive-af0232ace0890ee6e8afc97c0fefd03a224c42bb.tar.gz OsdagLive-af0232ace0890ee6e8afc97c0fefd03a224c42bb.tar.bz2 OsdagLive-af0232ace0890ee6e8afc97c0fefd03a224c42bb.zip |
Initial checkin
Diffstat (limited to 'Connections/Shear/Finplate/doc')
-rw-r--r-- | Connections/Shear/Finplate/doc/build.txt | 5 |
1 files changed, 5 insertions, 0 deletions
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 |