894 links
  • Links Lounge
  • Home
  • Login
  • RSS Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 1 / 2
54 results tagged Qt x
  • QFuture ❤️ C++ coroutines | arno's blog
    Thu Feb 12 08:46:01 2026 - permalink -
    - - - https://www.arnorehn.de/blog/2026/02/09/qfuture-c-coroutines/
    C++ Qt Thread
  • [FIXED] Ctrl-C doesn't work with PyQt ~ PythonFixing

    signal.signal(signal.SIGINT, signal.SIG_DFL)

    Mon Dec 11 10:26:11 2023 - permalink -
    - - - https://www.pythonfixing.com/2022/02/fixed-ctrl-c-doesn-work-with-pyqt.html
    Python Qt
  • Critique: Guide to the Total Cost of Ownership of Open-Source Software – Burkhard Stubert
    Fri May 20 17:58:54 2022 - permalink -
    - - - https://embeddeduse.com/2022/05/17/critique-guide-to-the-total-cost-of-ownership-of-open-source-software/
    Libre opensource Qt
  • Introducing qmake2cmake
    Thu Apr 14 09:47:48 2022 - permalink -
    - - - https://www.qt.io/blog/introducing-qmake2cmake
    C++ CMake qmake Qt
  • Announcing ASql - async Sql for Qt

    Ouah.

    Tue Aug 25 08:55:14 2020 - permalink -
    - - - https://cutelyst.org/2020/08/24/announcing-asql-async-sql-for-qt
    Qt SQL
  • Fix error while loading shared libraries: libQt5Core.so.5

    Sur un Debian Buster tout frais, en cas de error while loading shared libraries: libQt5Core.so.5: cannot open shared object file: No such file or directory, il faut exécuter : sudo strip --remove-section=.note.ABI-tag /usr/lib64/libQt5Core.so.5

    Fri Aug 21 15:19:27 2020 - permalink -
    - - - https://github.com/dnschneid/crouton/wiki/Fix-error-while-loading-shared-libraries:-libQt5Core.so.5
    Debian Linux Qt
  • GitHub - jkriege2/JKQtPlotter: a Qt Plotter-class (including a fast variant and a LaTeX equation renderer!), written in C/C++
    Mon Jan 7 09:27:57 2019 - permalink -
    - - - https://github.com/jkriege2/JKQtPlotter
    C++ Graph Qt
  • tst_qsslcertificate.cpp source code [qtbase/tests/auto/network/ssl/qsslcertificate/tst_qsslcertificate.cpp] - Woboq Code Browser

    QVariantMap aiaValue = aia.value().toMap();
    QCOMPARE(aiaValue.keys(), QList() << QStringLiteral("OCSP") << QStringLiteral("caIssuers"));
    QString ocsp = aiaValue[QStringLiteral("OCSP")].toString();

    Wed Oct 31 13:51:19 2018 - permalink -
    - - - https://code.woboq.org/qt5/qtbase/tests/auto/network/ssl/qsslcertificate/tst_qsslcertificate.cpp.html
    OCSP QSsl Qt
  • Getting the most of signal/slot connections : Viking Software – Qt Experts

    Le 3ème argument d'un QObject::connect (le contexte) peut être très utile pour éviter les crash en cas de destruction du pointeur visé dans cet argument. Ou en cas de connexion inter-threads.

    Tue Jun 12 09:24:49 2018 - permalink -
    - - - https://www.vikingsoftware.com/getting-the-most-of-signal-slot-connections/
    C++ Qt
  • Handling multiple versions of Qt – The Enigma

    On peut ajouter une version de Qt sur sa machine grâce à qtchooser:

    qtchooser -install 5.8 /opt/Qt/5.8.0/bin/qmake
    qmake -qt5.8 -v
    Mon Mar 12 15:01:26 2018 - permalink -
    - - - https://harishnavnit.wordpress.com/2014/03/24/handling-multiple-versions-of-qt/
    Cross-Compilation Qt
  • Two C++ tricks used in Verdigris implementation
    Fri Feb 16 13:57:05 2018 - permalink -
    - - - https://woboq.com/blog/verdigris-implementation-tricks.html
    C++ Qt
  • Qt Tips (01): Enlarge Spin box | Software & Hardware: Hand in Hand

    Luckily, the spin box appearance can be changed by Style Sheet.

    To get “Wheel Diameter” style spin box, use following style sheet:

    QSpinBox { border: 3px inset grey; }

    QSpinBox::up-button { subcontrol-position: left; width: 40px; height: 35px;}

    QSpinBox::down-button { subcontrol-position: right; width: 40px; height: 35px;}

    To get “Pulses per Revolution” style spin box, use following style sheet:

    QSpinBox { border: 3px outset grey;padding-right: 40px;}

    QSpinBox::up-button { subcontrol-position: right; right: 40px; width: 40px; height: 35px;}

    QSpinBox::down-button { subcontrol-position: right; width: 40px; height: 35px;}

    To get “Count” style spin box, use following style sheet:

    QSpinBox { border: 3px groove gray}

    QSpinBox::up-button { subcontrol-position: top right; width: 40px; height: 19px;}

    QSpinBox::down-button { subcontrol-position: bottom right; width: 40px; height: 19px;}

    Mon Dec 11 14:01:23 2017 - permalink -
    - - - http://mmcircuit.com/qt-tips-01-enlarge-spin-box/
    QSpinBox Qt
  • c++ - how to check QT_VERSION to include different header? - Stack Overflow

    if QT_VERSION < QT_VERSION_CHECK(5, 0, 0)

    Fri Nov 17 05:51:12 2017 - permalink -
    - - - https://stackoverflow.com/questions/24899558/how-to-check-qt-version-to-include-different-header
    C++ Qt Version
  • libqtaws/test/unit at master · pcolby/libqtaws · GitHub
    Mon Sep 25 13:49:46 2017 - permalink -
    - - - https://github.com/pcolby/libqtaws/tree/master/test/unit
    Architecture Qt Test
  • Qt Lite – basysKom Blog
    Mon May 29 13:50:40 2017 - permalink -
    - - - http://blog.basyskom.com/2017/qt-lite/
    Linux Qt QtLite
  • DevOps and Continuous Integration challenges in C/C++ projects

    Super article !

    Wed Mar 15 09:32:08 2017 - permalink -
    - - - http://blog.conan.io/2017/03/14/Devops-and-Continouous-Integration-Challenges-in-C-C++-Projects.html
    C C++ Conan ContinuousIntegration Qompoter Qt
  • How to use QThread properly

    Un autre post sur les QThread. Quand on connaît un tantiner le sujet, on peut commencer par celui-là pour remettre les pendules à l'heure.

    Fri Jan 13 13:01:56 2017 - permalink -
    - - - http://www.vikingsoft.eu/how-to-use-qthread-properly/
    Qt QThread Thread
  • How do you stop qmake from trying to strip all installed files? | MythTV | Dev

    When adding some files to INSTALLS, they are stripped if they are excecutables.

    To avoid using strip, you can update "QMAKE_STRIP" variable and force stripping executables one by one using ".extra":

    target.extra = strip $${DESTDIR}/$(TARGET)
    QMAKE_STRIP = echo # Avoid striping unwanted files (which will not work)
    applibs.files = $${DESTDIR}/*.so*
    applibs.path = $$EXPORT_LIBPATH
    INSTALLS += applibs
    Thu Dec 1 15:40:55 2016 - permalink -
    - - - http://www.gossamer-threads.com/lists/mythtv/dev/141885
    C++ make qmake Qt
  • "How to use QThread in the right way (Part 1)" — 1+1=10

    Un autre post sur les QThread.

    Thu Oct 6 09:27:42 2016 - permalink -
    - - - http://blog.debao.me/2013/08/how-to-use-qthread-in-the-right-way-part-1/
    C++ Qt Thread
  • GitHub - Fylhan/qompoter: Dependency manager for Qt / C++.

    Hier, j'ai releasé la v0.2.6 de Qompoter, a C++/Qt dependency manager. Outre les améliorations apportées au truc (recherche récursive des paquets, numéros de versions flous du genre v1.*, recherche des paquets dans Inqlude), cela m'a aussi permis de découvrir les scripts d'auto-complémetion Bash ! Et je surkiffe taper qompoter tab tab et voir la liste des actions possibles apparaître "install export inqlude jsong". C'est beau Linux.

    Qompoter a atteint un niveau de maturité suffisant pour les petits projets, alors n'hésitez pas ! Vos retours sont les bienvenues.

    Wed Oct 5 09:35:22 2016 - permalink -
    - - - https://github.com/Fylhan/qompoter
    C++ Qompoter Qt
  • QMake-top-level-srcdir-and-builddir - Qt Wiki

    Très pratique le fichier .qmake.conf.

    Tue Aug 30 10:35:55 2016 - permalink -
    - - - https://wiki.qt.io/QMake-top-level-srcdir-and-builddir
    C++ qmake Qt
  • Cutelyst - The Qt Web Framewok

    Oui, un framework Web en Qt.

    Thu Mar 24 09:09:41 2016 - permalink -
    - - - http://cutelyst.org/2016/03/23/cutelyst-0-11-0-released
    C++ Framework Qt Web
  • Qt on Android: How to run C++ code on Android UI thread - KDAB
    Thu Feb 18 13:20:52 2016 - permalink -
    - - - https://www.kdab.com/qt-android-run-c-code-android-ui-thread/
    Android C++ Qt
  • CMake Manual | Qt 5.5

    Premiers essais de CMake aujourd'hui :-) Depuis le temps que je souhaitais m'y frotter.

    J'aimerai bien que mon petit projet Qompoter (https://github.com/Fylhan/qompoter) sache faire du qmake et du CMake

    • Site officiel CMake : http://www.cmake.org/
    • Tutoriel CMake : http://www.cmake.org/cmake-tutorial/
    • Qt Wiki - CMake with Qt4 : https://wiki.qt.io/Using_CMake_build_system
    Fri Jul 17 15:22:59 2015 - permalink -
    - - - http://doc.qt.io/qt-5/cmake-manual.html
    C++ cmake Qompoter Qt
  • A Qt way: #inqlude: a list of Qt libraries

    S seulement on pouvait parler d'avantage d'inqlude !

    Mon May 11 09:46:20 2015 - permalink -
    - - - http://qtway.blogspot.fr/2015/05/inqlude-list-of-qt-libraries.html
    inqlude Qt
  • YouTube thumbnail
    QtDD14 - David Faure - Additional Qt libraries outside of the Qt Project - YouTube
    Thu Apr 30 14:10:14 2015 - permalink -
    - - - https://www.youtube.com/watch?v=_u_-R8FisQ8&index=5&list=PL6CJYn40gN6jVl3b-ZOcjquSU8Y93pn1l
    Qt
  • YouTube thumbnail
    QtDD14 - Jeff Tranter - Low-Level Hardware Programming for Non-Electrical Engineers - YouTube
    Thu Apr 30 14:10:10 2015 - permalink -
    - - - https://www.youtube.com/watch?v=tVTtlleExuc&index=6&list=PL6CJYn40gN6jVl3b-ZOcjquSU8Y93pn1l
    Qt
  • Installer Qt pour développer en 32bits et 64bits
    Thu Mar 19 13:31:22 2015 - permalink -
    - - - http://30minparjour.la-bnbox.fr/2015/installer-qt-pour-developper-en-32bits-et-64bits
    30minparjour Qt
  • Undocumented qmake - QtCentreWiki

    ça commence à dater, mais c'est vital pour faire une configuration avancée via qmake.

    Another one: http://paulf.free.fr/undocumented_qmake.html

    Thu Dec 11 09:10:33 2014 - permalink -
    - - - https://wiki.qt.io/Undocumented_QMake
    Doc qmake Qt
  • qt creator - How to get QMake to copy large data files only if they are updated - Stack Overflow

    Voilà qui est encore mieux !!!

    OCTAVE_FILES = $$files($${PWD}/scripts/*.m)
    copy_files.name = Copy scripts
    copy_files.input = OCTAVE_FILES
    copy_files.output = $${OUT_PWD}/data/${QMAKE_FILE_BASE}${QMAKE_FILE_EXT}
    copy_files.commands = ${COPY_FILE} ${QMAKE_FILE_IN} ${QMAKE_FILE_OUT}
    copy_files.CONFIG += no_link target_predeps
    QMAKE_EXTRA_COMPILERS += copy_files

    Wed Nov 19 15:13:42 2014 - permalink -
    - - - http://stackoverflow.com/questions/18488154/how-to-get-qmake-to-copy-large-data-files-only-if-they-are-updated?answertab=votes#tab-top
    qmake Qt
  • Copying data files to the build directory with qmake | dragly

    copydata.commands = $(COPY_DIR) $$PWD/data $$OUT_PWD
    first.depends = $(first) copydata
    export(first.depends)
    export(copydata.commands)
    QMAKE_EXTRA_TARGETS += first copydata

    Edit : encore mieux -> http://links.la-bnbox.fr/?kqGppw

    Wed Nov 19 11:02:55 2014 - permalink -
    - - - http://dragly.org/2013/11/05/copying-data-files-to-the-build-directory-when-working-with-qmake/
    qmake Qt
  • c++ - Qt debian/ubuntu: Can't compile, error: cannot find -lGL - Stack Overflow

    Cannot find -lGL ? sudo apt-get install libgl1-mesa-dev

    Mon Oct 6 17:21:02 2014 - permalink -
    - - - http://stackoverflow.com/questions/21092733/qt-debian-ubuntu-cant-compile-error-cannot-find-lgl
    Qt
  • QHttp - Github

    Cette bibliothèque Qt pour lancer un serveur ou un client HTTP semble idéale (licence MIT). Plus aboutie que QHttpServer (https://github.com/nikhilm/qhttpserver, licence MIT aussi).

    ça fait plusieurs développeurs Node.js que je vois aussi faire du C++ avec beaucoup de talent. C'est bien les gars ;-)

    Thu Sep 4 10:33:57 2014 - permalink -
    - - - https://github.com/azadkuh/qhttp
    C++ HTTP Qt
  • [solved] Qt5 under Ubuntu cannot find -lGL | Qt Project forums | Qt Project
    Tue Sep 2 10:39:35 2014 - permalink -
    - - - http://qt-project.org/forums/viewthread/23855
    Qt
  • Qt Weekly #17: Linking Qt Classes in Documentation Generated with Doxygen | Qt Blog

    Voilà qui est bien pratique ! Il faut que je teste si une même génération fonctionne pour Linux et Windows, ou s'il y a des liens absolus...

    Mon Sep 1 14:53:49 2014 - permalink -
    - - - http://blog.qt.digia.com/blog/2014/08/13/qt-weekly-17-linking-qt-classes-in-documentation-generated-with-doxygen/
    Doc Qt
  • Architecture de tests en C++ avec Qt - 30 minutes par jour

    Premier article d'une série sur les tests en Qt / C++.

    Wed Aug 27 15:03:30 2014 - permalink -
    - - - http://30minparjour.la-bnbox.fr/2014/architecture-tests-en-cpp-avec-qt#more-1648
    C++ Qt Test
  • Hiding the System Menu Icon of QMdiSubWindow | Qt Project forums | Qt Project


    QList<QMdiSubWindow > subWindows = ui->mdiArea->subWindowList();
    QMdiSubWindow
    mySubWindow = subWindows.at(0);
    mySubWindow->setWindowIcon(QIcon());

    Wed Jul 30 16:35:37 2014 - permalink -
    - - - https://qt-project.org/forums/viewthread/7932
    GUI Qt Snippet
  • c++ - Polymorphic QSharedPointer - Stack Overflow


    class Switch : public State
    {
    public:
    int a;
    };

    QSharedPointer myState= QSharedPointer(new Switch());
    QSharedPointer mySwitchTest = qSharedPointerCast(myState);

    C'est mieux que (Switch*)myState.data() non ?

    Thu Jul 3 10:23:04 2014 - permalink -
    - - - http://stackoverflow.com/questions/3500336/polymorphic-qsharedpointer
    Qt SmartPointer
  • c++ - selected Rows/Line in QTableView copy to QClipboard - Stack Overflow
    Tue Apr 22 11:17:28 2014 - permalink -
    - - - http://stackoverflow.com/questions/1230222/selected-rows-line-in-qtableview-copy-to-qclipboard
    C++ Qt
  • Où trouver des plugins Qt ?

    Inqlude: http://inqlude.org/
    Qt Apps : http://qt-apps.org/
    Site officiel : http://qt-project.org/wiki/Category:Add-ons
    Sur Github : https://github.com/search?nwo=0TheFox0%2FOpenChart&p=7&q=qt+plugin&ref=cmdform&search_target=global&type=Repositories

    Tue Apr 22 11:14:35 2014 - permalink -
    - - - http://inqlude.org/
    C++ Qt
  • Understand the Qt containers | -Wmarc
    Mon Apr 14 15:32:06 2014 - permalink -
    - - - http://marcmutz.wordpress.com/effective-qt/containers/
    C++ Qt
  • An Introduction to Lock-Free Programming

    Le concept de lock-free programming est vraiment intéressant : empêcher les possibilités de blocages, ou les erreurs lors de l'utilisation d'une mémoire partagée entre plusieurs threads. L'idée étant de ne pas utiliser de mutex, et soit de séquentialiser l'accès à la mémoire partagée, soit d'utiliser des petites opérations atomiques (qui seront exécutée sans interruptions).
    Il n'est pas tellement vraisemblable de créer un gros programme lock-free, l'idée est plutôt de rester pragmatique et de faire interagir plusieurs parties lock-free entres elles.
    Le gain en performance par rapport à des mutex est assez flagrant. Et c'est à mettre en place pour coder efficacement sur du multi-processeur. Mais les compétences pour une mise en œuvre correcte sont aussi plus grandes.
    "So keep mutexes, unless you have a lot of lock contention or are looking for a challenge."

    Une autre ressource sur le sujet :
    http://woboq.com/blog/introduction-to-lockfree-programming.html
    Et comment gérer des opérations atomiques en Qt :
    http://qt-project.org/doc/qt-5/qatomicint.html

    Wed Mar 26 10:06:34 2014 - permalink -
    - - - http://preshing.com/20120612/an-introduction-to-lock-free-programming/
    C++ Lock-Free Qt Thread
  • My tutorial on how to properly use QThreads | Qt Project forums | Qt Project

    "When you move a parent QObject, all its children are automatically moved too.

    Remember though that member variables do not automatically become children; the parent-child relationship must be set by either:

    • passing the parent’s pointer into the child’s constructor, or
    • calling QObject::setParent()
      "

    J'ai comme le sentiment que cette remarque devrait être beaucoup plus visible dans les tutoriels sur les threads Qt !!!

    Thu Mar 6 09:34:58 2014 - permalink -
    - - - http://qt-project.org/forums/viewthread/14806/P15
    Qt Thread
  • Reentrancy and Thread-Safety | QtDoc 5.2 | Documentation | Qt Project

    Une définition assez claire de "thread-safe" et "reentrant".

    Thu Mar 6 09:29:56 2014 - permalink -
    - - - http://qt-project.org/doc/qt-5/threads-reentrancy.html
    C++ Qt Thread
  • Qt - La fenêtre principale

    Excellente explication sur la GUI Qt (widgets) : fenêtre, dock, etc...

    Tue Feb 25 16:40:56 2014 - permalink -
    - - - http://web.univ-pau.fr/~puiseux/enseignement/python/tutoQt-zero/tuto-PyQt-zero.10.html
    GUI Qt
  • Model/View Programming | QtWidgets 5.2 | Documentation | Qt Project

    Ok, je crois que je vais me coltiner ça.

    Tue Feb 11 15:11:16 2014 - permalink -
    - - - http://qt-project.org/doc/qt-5/model-view-programming.html
    C++ GUI Qt
  • [Qt][DLL]Liste des DLL sous Qt 5.0.2

    Apparement, voici la liste des DLL nécessaires pour faire tourner un programme sous Qt5 :

    • Qt5Core.dll
    • Qt5Gui.dll
    • Qt5Widgets.dll
    • D3DCompiler_43.dll
    • icudt49.dll
    • icuin49.dll
    • icuuc49.dll
    • libEGL.dll
    • libgcc_s_sjlj-1.dll
    • libGLESv2.dll
    • libstdc++-6.dll
    • libwinphthread.dll
    • platform/qwindows.dll
    Fri Feb 7 10:34:16 2014 - permalink -
    - - - http://fr.openclassrooms.com/forum/sujet/qt-dll-liste-des-dll-sous-qt-5-0-2
    C++ DLL Qt
  • Free Qt Applications - Qt-Apps.org

    Des bibliothèques (et exemples d'applications) sous Qt pouvant s'avérer utiles à l'occasion.

    Fri Feb 7 10:29:40 2014 - permalink -
    - - - http://qt-apps.org/index.php?xcontentmode=4299&PHPSESSID=f08ddb43f9aa3df5c5e613b81805af4b
    C++ Qt
  • Dessiner des graphiques avec Qt 30 minutes par jour

    En attendant de détailler mes bidouilles, ou de tester des bibliothèques tierces, voici au moins un petit état de l'art de ce que j'ai trouvé pour dessiner des graphiques / courbes / histogrammes en Qt.

    Fri Nov 22 09:04:26 2013 - permalink -
    - - - http://30minparjour.la-bnbox.fr/2013/dessiner-des-graphiques-avec-qt
    30minparjour Qt
  • qmake Advanced Usage | Documentation | Qt Project

    Utilisation avancée de qmake, notamment la gestion des variables. Voilà ce que je cherchais depuis quelques temps...

    Wed Sep 25 15:52:57 2013 - permalink -
    - - - http://doc.qt.io/qt-5/qmake-advanced-usage.html
    Doc qmake Qt
Links per page: 20 50 100
◄Older
page 1 / 2
Shaarli - The personal, minimalist, super-fast, no-database delicious clone by the Shaarli community - Help/documentation