Похожие чаты

Guys can I ask a qt question?

2 ответов

8 просмотров

Wouldn't it be easier just to ask a question if it's related to C++ instead of asking about asking? 🤔

Пользователь-61653 Автор вопроса
Ihor
Wouldn't it be easier just to ask a question if it...

Hi. Look at this sample : https://doc.qt.io/qt-5/qtwebengine-webenginewidgets-webui-example.html It has a Html page that load statically via qwebengingeview. I Wana add more button to this Html page and connect it to c++ functions. I noticed that I should create qwebchanbel to communicate between Javascript and c++ worlds. But before that I should create my own class that I Wana share its method with javasctip side: class JsInterface: public QObject { Q_OBJECT public: /// Log, for debugging Q_INVOKABLE void log(const QString& str) const { qDebug() << "LOG from JS: " << str; } }; And in Html page inside a script tag, I used this snippet: new QWebChannel(qt.webChannelTransport, function (channel) { // now you retrieve your object var JSobject = channel.objects.TheNameOfTheObjectUsed; }); But when I run the application, it complains that there is no qwebchannel object exists. For more information look at the first answer to this question : https://stackoverflow.com/questions/28565254/how-to-use-qt-webengine-and-qwebchannel/36601118

Похожие вопросы

Обсуждают сегодня

Всем привет, написал код ниже, но он выдает сегфолт, в чем причина? #include <stdio.h> #include <stdlib.h> #include <string.h> struct product { char *name; float price; };...
buzz базз
32
Хотел бы спросить у знающих, правильную ли я выбрал книгу для начала изучения ассемблера Юрова В.И ? Или есть более лучшие книги для начала обучения?
Botsman
25
Добрый день, не подскажите, если в OC-V3 поменять страндартную директорию /storage/ на /storage2/ - не будет сильно много проблем ?
Max Dubovsky
32
Conversation at a festival with a non-crpto person (not a normie by any stretch, though): * person: tell me about crypto, me: ok, the original idea is p2p sound money for the...
molecular#123 🐓
25
Книга Юрова В.И пойдёт для обучения?
Botsman
24
$params = [ 'formid' => 'feedbackForm', 'formTpl' => '@CODE: <form class="form-validate" data-id="ajax_form"> <fieldset class="margin-bottom-md"> ...
Pathologic
1
> Примечательно, что новый владелец удаляет из GitHub любые жалобы, указывающие на подозрительную активность или смену владельца, и, видимо, рассчитывает на то, что пользовате...
Alex Sherbakov
1
I bought some PHA tokens on Kucoin, which is the best wallet to store and easy to use?
AMR
19
'frakturBold' => ['𝖆', '𝖇', '𝖈', '𝖉', '𝖊', '𝖋', '𝖌', '𝖍', '𝖎', '𝖏', '𝖐', '𝖑', '𝖒', '𝖓', '𝖔', '𝖕', '𝖖', '𝖗', '𝖘', '𝖙', '𝖚', '𝖛', '𝖜', '𝖝', '𝖞', '𝖟', '𝕬', '𝕭', '𝕮', '𝕯'...
Roma
4
Подскажите пожалуйста, а я могу вот такую штуку использовать? rpc, только реализованное в реббите https://www.rabbitmq.com/tutorials/tutorial-six-php ( или https://habr.com/ru...
Artyom
11
Карта сайта