Skip to content

Commit

Permalink
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
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
@@ -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
2 changes: 1 addition & 1 deletion openpiv/openpiv
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/>.
"""

from PyQt4 import QtGui
from PySide import QtGui

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

0 comments on commit 064c0e3

Please sign in to comment.