8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The below segfaults for me; it works if I do scene:addText("hi",QFont()) instead
scene:addText("hi",QFont())
require "qtcore" require "qtgui" local app = QApplication(1 + select('#', ...), {arg[0], ...}) local scene = QGraphicsScene() scene:addText("hi")