Skip to content

Commit

Permalink
updated the UI use, now:
Browse files Browse the repository at this point in the history
>> python setup.py install
>> ipython openpiv/openpiv

opens the main window
  • Loading branch information
alexlib committed Apr 25, 2014
1 parent 97ed0b7 commit 064c0e3
Show file tree
Hide file tree
Showing 4 changed files with 104 additions and 109 deletions.
4 changes: 2 additions & 2 deletions makeui.sh
Original file line number Original file line Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash #!/bin/bash
pyuic4 data/ui/mainwindow.ui -o src/ui/ui_mainwindow.py pyside-uic openpiv/data/ui/mainwindow.ui -o openpiv/ui/ui_mainwindow.py
pyrcc4 data/ui_resources.qrc -o src/ui/ui_resources_rc.py pyrcc4 openpiv/data/ui_resources.qrc -o openpiv/ui/ui_resources_rc.py
2 changes: 1 addition & 1 deletion openpiv/openpiv
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. along with this program. If not, see <http://www.gnu.org/licenses/>.
""" """


from PyQt4 import QtGui from PySide import QtGui


from openpiv.ui.widgets import MainWindow from openpiv.ui.widgets import MainWindow
import sys import sys
Expand Down
Loading

0 comments on commit 064c0e3

Please sign in to comment.