Skip to content

Instantly share code, notes, and snippets.

@jesperrix
jesperrix / gist:1484975ed496448e8912
Created May 24, 2014 09:54
Create Gui with Qt Designer and generate python code from it
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
@jesperrix
jesperrix / gist:ec382e1ed9472ac583f4
Created September 18, 2014 11:13
Mysql commandline to dump to a txt file
mysql -u username -h xx.xxx.xx.xx -ppasswd -e "SELECT * FROM ..." > hello.txt