python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Problem on std::sort with QObject and QVector<MyQObject*>
I have a problem with sort of QVector<MyQObject*>. This is in real case of use for listing directorys and datas (like ls unix command). Here in this example "/Users/Stephane/" on my un...
Stéphane
Votes: 0
Answers: 1
QObject singleton living on main thread, invoke it's signal from another thread, is it thread safe?
as the title says,
I have a Core singleton that inherits from QObject that is constructed on the main thread.
I also Have a QTcpServer that is creating a new QThread for each new connection, that is w...
sadeq
Votes: 0
Answers: 0
Template deduction error binding QComboBox::currentIndexChanged to lambda
I am 100% sure that this is a not-enough-coffee problem, but I can't see what I'm doing wrong here. This code is attempting to connect a QComboBox's slot to a lambda (something I've done many times an...
Jason C
Votes: 0
Answers: 0
QObject::connect: No such slot QMainWindow::On_clicked_delCare() in ../Gestion_parc_auto/choice_page_2.cpp:91
oplease, help me to solve this probleme. I don't know the proble but if I put QObject in file.h he generate error !
file.h
#include <QMainWindow>
class choice_page_2 : public QMainWindow
{
publi...
parfait tolefo
Votes: 0
Answers: 2