8000 Segfault with QGraphicsScene::addText · Issue #51 · mkottman/lqt · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Segfault with QGraphicsScene::addText #51
Open
@daurnimator

Description

@daurnimator

The below segfaults for me; it works if I do scene:addText("hi",QFont()) instead

require "qtcore"
require "qtgui"

local app = QApplication(1 + select('#', ...), {arg[0], ...})
local scene = QGraphicsScene()

scene:addText("hi")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0