Skip to content
QtWS25 Last Chance
  • Plugin-based application. Best practices?

    Unsolved General and Desktop c++plugin visibility export
    3
    0 Votes
    3 Posts
    1k Views
    SGaistS
    Hi, To add to @kshegunov, you might be interested by the Extending Qt Applications part of the Plugin HowTo in Qt's documentation.
  • A bug ghost!

    3rd Party Software opencv qml c++plugin
    2
    0 Votes
    2 Posts
    1k Views
    JKSHJ
    @Duino said: I just meet a bug ghost in my code.That means if I try to find what happen inside,the code runs well.But if I don't, bugs happen. It's not a ghost. It's a Heisenbug :) How should I catch this bug ghost??? Simplify your program, do unit testing. and use a tool like Valgrind.