This file contains hidden or 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
mysql -u username -h xx.xxx.xx.xx -ppasswd -e "SELECT * FROM ..." > hello.txt |
This file contains hidden or 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
Install PyQt | |
brew install pyqt | |
1. Create UI with Qt Designer | |
On Your Desktop machine | |
Open Qt Designer and create a gui and save it as a file.ui | |
Example pic: http://farm3.static.flickr.com/2790/4337163813_3da33c11e3.jpg |