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 'pyqt'

2101583 - Jaylon: python phonon pyqt
  1. Begun, the great internet eduatcion has.
1895050 - PyQt mini browser: pyqt pyqthon
  1. #!/usr/bin/env python
  2. # -*- coding: utf-8 -*-
  3. import sys
  4. from PyQt4 import QtGui, QtCore, QtWebKit
  5.  
  6. DEFAULT_URL = 'http://www.google.com' # Change this as you Wish
  7.  
  8.  
  9.  
1362335 - Bablyon AD Test #2: python phonon pyqt
  1. from PyQt4 import QtCore, QtGui, QtOpenGL
  2. from PyQt4.phonon import *
  3. from MainWindow import *
  4.  
  5. import sys
  6.  
  7. class VideoPreviewWidget(Phonon.VideoWidget):
  8.     def __init__(self, source, aspect = Phonon.VideoWidget.AspectRatioWidget):
  9.  
fantasy-obligation