4D systems GEN4-4DCAPE-43T-CLB 시작하기 매뉴얼 - 페이지 10

{카테고리_이름} 4D systems GEN4-4DCAPE-43T-CLB에 대한 시작하기 매뉴얼을 온라인으로 검색하거나 PDF를 다운로드하세요. 4D systems GEN4-4DCAPE-43T-CLB 14 페이지. 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