forked from OpenPIV/openpiv-python
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
updated the UI use, now:
>> python setup.py install >> ipython openpiv/openpiv opens the main window
- Loading branch information
Showing
4 changed files
with
104 additions
and
109 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
#!/bin/bash | ||
pyuic4 data/ui/mainwindow.ui -o src/ui/ui_mainwindow.py | ||
pyrcc4 data/ui_resources.qrc -o src/ui/ui_resources_rc.py | ||
pyside-uic openpiv/data/ui/mainwindow.ui -o openpiv/ui/ui_mainwindow.py | ||
pyrcc4 openpiv/data/ui_resources.qrc -o openpiv/ui/ui_resources_rc.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.