896 links
  • Links Lounge
  • Home
  • Login
  • RSS Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 2 / 3
Newer►
54 results tagged Qt x
  • QMake-top-level-srcdir-and-builddir - Qt Wiki

    Très pratique le fichier .qmake.conf.

    Tue 30 Aug 2016 10:35:55 AM CEST - 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 24 Mar 2016 09:09:41 AM CET - 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 18 Feb 2016 01:20:52 PM CET - 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 17 Jul 2015 03:22:59 PM CEST - 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 11 May 2015 09:46:20 AM CEST - 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 30 Apr 2015 02:10:14 PM CEST - 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 30 Apr 2015 02:10:10 PM CEST - permalink -
    - - - https://www.youtube.com/watch?v=tVTtlleExuc&index=6&list=PL6CJYn40gN6jVl3b-ZOcjquSU8Y93pn1l
    Qt
  • Installer Qt pour développer en 32bits et 64bits
    Thu 19 Mar 2015 01:31:22 PM CET - 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 11 Dec 2014 09:10:33 AM CET - 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 19 Nov 2014 03:13:42 PM CET - 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 19 Nov 2014 11:02:55 AM CET - 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 06 Oct 2014 05:21:02 PM CEST - 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 04 Sep 2014 10:33:57 AM CEST - permalink -
    - - - https://github.com/azadkuh/qhttp
    C++ HTTP Qt
  • [solved] Qt5 under Ubuntu cannot find -lGL | Qt Project forums | Qt Project
    Tue 02 Sep 2014 10:39:35 AM CEST - 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 01 Sep 2014 02:53:49 PM CEST - 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 27 Aug 2014 03:03:30 PM CEST - 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 30 Jul 2014 04:35:37 PM CEST - 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 03 Jul 2014 10:23:04 AM CEST - permalink -
    - - - http://stackoverflow.com/questions/3500336/polymorphic-qsharedpointer
    Qt SmartPointer
  • c++ - selected Rows/Line in QTableView copy to QClipboard - Stack Overflow
    Tue 22 Apr 2014 11:17:28 AM CEST - 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 22 Apr 2014 11:14:35 AM CEST - permalink -
    - - - http://inqlude.org/
    C++ Qt
Links per page: 20 50 100
◄Older
page 2 / 3
Newer►
Shaarli - The personal, minimalist, super-fast, no-database delicious clone by the Shaarli community - Help/documentation