タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

Programmingとqtとtutorialに関するt_ashulaのブックマーク (2)

  • The Independent Qt Tutorial - TOC

    Author's home | digitalfanatics.org The Independent Qt® Tutorial The Independent Qt Tutorial is an on-line book aiming to cover most topics involved in the process of developing professional quality Qt applications. The text is example driven, filled with lots of tips and has links to the official Qt documentation. If you are interested in the latest version of Qt, version 4, you might be interest

  • Qt による GUI アプリケーションの作成

    Qt とは、クロスプラットフォームな C++ ツールキットです。Google Earth や Opera、KDE などで利用されています。このページでは、Qt Designer を用いた、GUI アプリケーションの作成方法について簡単にまとめてみました。 ここで扱っているのは、Qt 4.1 です。Qt 3 と Qt 4 とはソース互換性がないため、Qt 3 のコードはそのままでは使えません。qt3to4 や uic3 などのツールはあるものの制約があり、どうしても手動で Qt 4 用にコードを書き直す部分が出てきます。(参考:Porting to Qt 4) このページでは、背景色が黒い部分はコマンドラインからの入力を意味します。また、各入力に対する説明を下に書き、各段階で存在するファイルを列挙しました。 まず、Qt Designer で ui ファイルを作成します。ここでは、ウィンドウに

  • 1