Skip to content

Instantly share code, notes, and snippets.

View jmason86's full-sized avatar

James Mason jmason86

View GitHub Profile
@hogelog
hogelog / pyside.py
Created April 8, 2013 17:53
QSystemTrayIcon Example
#!/usr/bin/python
# Import PySide classes
import sys
from PySide.QtCore import *
from PySide.QtGui import *
class App:
def __init__(self):