867 links
  • Links Lounge
  • Home
  • Login
  • RSS Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 2 / 3
Newer►
53 results tagged Qt x
  • 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
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