4D systems GEN4-4DCAPE-70CT-CLB Başlangıç Kılavuzu - Sayfa 10

Kontrol Ünitesi 4D systems GEN4-4DCAPE-70CT-CLB için çevrimiçi göz atın veya pdf Başlangıç Kılavuzu indirin. 4D systems GEN4-4DCAPE-70CT-CLB 14 sayfaları. Lcd cape for beaglbone black

2. Go to Desktop and create a new file "HelloWorld.py".
3. Open using Sublime Text or any other editor you have installed in you computer.
4. Paste the script below and Save:
import
sys
from
PyQt4
import
window():
def
app
=
QtGui.QApplication(sys.argv)
widget
=
label
=
QtGui.QLabel(widget)
label.setText("Hello
widget.setWindowTitle("PyQt")
widget.show()
sys.exit(app.exec_())
__name__
if
window()
QtGui
QtGui.QWidget()
World!")
==
'__main__':
gen4-4DCAPE-XXT/CT-CLB - GETTING STARTED MANUAL
|
10