Articles 3
Evgenii Legotckoi
Evgenii LegotckoiMay 15, 2016, 7:11 a.m.
Qt/C++ - Lesson 048. QThread — How to work with threads using moveToThread In a previous article we are only a little touch to working with threads , and in the version that is more for the customization of thread, although it can be used to perform outside …
Evgenii Legotckoi
Evgenii LegotckoiMay 9, 2016, 1:12 p.m.
Qt/C++ - Lesson 047. QThread – How to make threads in Qt One of the most common ways to create a separate parallel threads in an application to Qt , and perform useful tasks in them is the inheritance of QThread class and overrid…
Evgenii Legotckoi
Evgenii LegotckoiApril 7, 2016, 1:05 p.m.
Qt/C++ - Lesson 046. QThread - Introduction GUI thread and the worker thread Each program has a single thread (thread) on startup. This thread is called the main flow thread or GUI in Qt applications. Qt GUI to be started in t…
Comments 0
Nothing found
Forum topics 3
Alexander
AlexanderMarch 10, 2020, 9:26 a.m.
Ошибка c QThread, программа крашится при старте Собственно шел по уроку 048 (кажется где перемещяют объект в поток) и столкнулся с падение программы на этапе коннектов как я понял. собственно вот код #ifndef GUICORE_HPP#define GUICORE_HPP…
F
FynjyFeb. 13, 2018, 11:26 a.m.
виджеты не в GUI потоке Привет Всем! Вопрос такой,: Есть основное GUI приложение, в нем описан базовый класс для работы с различными потомками. Было решено вынести разные реализации потомков в dll. НО это еще не все. В…
Ruslan Polupan
Ruslan PolupanJan. 9, 2018, 4:45 a.m.
Исключения. Потоки. Делаю небольшую утилиту по работе с базой Fierbird. Под MinGW на win компилировалось без проблем. На работе попробовал собрать про Linux выдало следующее: Warning: Qt has caught…
Forum posts 0
Nothing found
Test 0
Nothing found
Shared codes 0
Nothing found

Follow us in social networks