Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'pyqt4'

1903857 - feiosqt.py: python pyqt4
  1. #!/usr/bin/python
  2. # coding=utf-8
  3. import sys, os
  4. from PyQt4 import QtGui, QtCore
  5. import shutil
  6. import Image, ImageDraw
  7.  
  8. class CentralWidget(QtGui.QWidget):
  9.  
1903853 - feiosqt.py: python pyqt4
  1. #!/usr/bin/python
  2. # coding=utf-8
  3. import sys, os
  4. from PyQt4 import QtGui, QtCore
  5. import shutil
  6. import Image, ImageDraw
  7.  
  8. class CentralWidget(QtGui.QWidget):
  9.  
worth-right
fantasy-obligation