Implement TextMessage delegate
Text selection over multiple items doesn't work yet
This commit is contained in:
parent
56e27ced25
commit
34f5400e99
6 changed files with 243 additions and 11 deletions
|
|
@ -7,6 +7,13 @@
|
|||
|
||||
TimelineViewManager::TimelineViewManager(QWidget *parent)
|
||||
{
|
||||
qmlRegisterUncreatableMetaObject(qml_mtx_events::staticMetaObject,
|
||||
"com.github.nheko",
|
||||
1,
|
||||
0,
|
||||
"MtxEvent",
|
||||
"Can't instantiate enum!");
|
||||
|
||||
view = new QQuickView();
|
||||
container = QWidget::createWindowContainer(view, parent);
|
||||
container->setMinimumSize(200, 200);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue