Arşivler: Gistpens

A collection of code snippets.

from PyQt4 import QtGui,QtCore
from PyQt4.QtGui import *
from PyQt4.QtGui import *
import sys
uygulama=QApplication(sys.argv)
pencere=QWidget()
pencere.show()
uygulama.exec_()
from PyQt4.QtGui import *
import sys
uygulama = QApplication(sys.argv)
pencere = QWidget()
pencere.show()
uygulama.exec_()
sudo apt-get install python3-pyqt4