Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Qt ではじめるクロスプラットフォームアプリケーション開発

Qt ではじめるクロスプラットフォームアプリケーション開発

オープンソースカンファレンス 2014 Tokyo/Fall でのセミナー資料になります。
https://www.ospn.jp/osc2014-fall

Tasuku Suzuki

October 18, 2014
Tweet

More Decks by Tasuku Suzuki

Other Decks in Technology

Transcript

  1. ࣗݾ঺հ ླ໦ ༎(Tasuku Suzuki) http://qt5.jp/ ೔ຊ Qt Ϣʔβʔձ ॴଐ Qt

    ͷษڧձΛຖ݄։࠵͍ͯ͠·͢ Qt Ͱ৭ʑ։ൃ͍ͯ͠·͢ Qt ࣗମͷ։ൃ΋ͨ·ʹ͍ͯ͠·͢
  2. Hello World #include <QtWidgets/QApplication> #include <QtWidgets/QLabel> int main(int argc, char

    *argv[]) { QApplication app(argc, argv); QLabel label; label.show(); return app.exec(); }
  3. ༷ʑͳ؀ڥͰಈ࡞͠·͢ Windows / Mac OS X / Linux X11 Embedded

    Linux / Windows Embedded QNX / VxWorks / INTEGRITY Android / iOS / WinRT / BlackBerry10 Sailfish / Ubuntu Phone ͳͲͳͲ
  4. Qt ࣗମʹ΋ߩݙ͍ͯ͠·͢ QTBUG-35899: Qt 5.2's WebKit does not support plugin

    on Mac OS X QTBUG-36880: QGroupBox not inherits palette "WindowText". Change I122f7970: QSqlQuery::isNull string overload Change I48178b89: Add Wacom tablet support for Cocoa QtͷϩʔΧϥΠθʔγϣϯ