Jump to content

Development/Tutorials/KDE3/Qt Designer and KDevelop 3.0 for Beginners/ja: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

5 May 2013

  • curprev 10:5910:59, 5 May 2013 Phanect talk contribs 42,447 bytes −40 Created page with "KDE プログラムで使用される全ての文字列は i18n() 関数(klocale.h で宣言されている)で囲まれる必要があります。 これについては Chapt..."
  • curprev 10:5810:58, 5 May 2013 Phanect talk contribs 42,487 bytes +92 Created page with "signal/slot についてもう少しだけ説明しておきます。 signal/slot 機構は型について厳格です。 signal の型は slot の型に一致しなければ..."
  • curprev 10:5710:57, 5 May 2013 Phanect talk contribs 42,395 bytes −1 No edit summary
  • curprev 10:5710:57, 5 May 2013 Phanect talk contribs 42,396 bytes +95 Created page with "最後にビルドを行います。次の手順を踏んで下さい。<menuchoice>Build -> Run automake & friends</menuchoice>, <menuchoice>Build-> Run Configure</menuchoice..."
  • curprev 10:5510:55, 5 May 2013 Phanect talk contribs 42,301 bytes +24 Created page with "そして header ファイルに次の3行を加えて下さい。"
  • curprev 10:5510:55, 5 May 2013 Phanect talk contribs 42,277 bytes +30 Created page with "この括弧の間に次の4行を挿入します。"
  • curprev 10:5510:55, 5 May 2013 Phanect talk contribs 42,247 bytes +48 Created page with "それでは、最後に sigcreate.cpp のソースファイルを開いて、 slot を実装しましょう。 次の様な括弧で囲まれた部分を見て下さい。"
  • curprev 10:5410:54, 5 May 2013 Phanect talk contribs 42,199 bytes 0 Created page with "===スロットの実装==="
  • curprev 10:5310:53, 5 May 2013 Phanect talk contribs 42,199 bytes +105 Created page with "main.cpp に何行かのコードを書く必要が有ります。 template では KMainWindow というクラスが通常基底クラスとして使用されるのですが..."
  • curprev 10:5210:52, 5 May 2013 Phanect talk contribs 42,094 bytes +52 Created page with "{{Note|1=Qt デザイナーで作成した slot が表示されているのが分かります。 この関数は生成されたファイルで実装されることになりま..."
  • curprev 10:5110:51, 5 May 2013 Phanect talk contribs 42,042 bytes +68 Created page with "In the <menuchoice>Automake Manager -> sigcreate (program in bin)</menuchoice>, right click on sigcreatedlg.ui and choose <menuchoice>Subclass Widget...</menuchoice> from the ..."
  • curprev 10:4810:48, 5 May 2013 Phanect talk contribs 41,974 bytes +185 Created page with "sigcreate クラスは直接はここでは使用せず、sigcreatedlg.ui のサブクラスを作成します。 <menuchoice>Automake Manager</menuchoice> で sigcreate.cpp ..."
  • curprev 10:4610:46, 5 May 2013 Phanect talk contribs 41,789 bytes +68 Created page with "さて、''SigCreate'' という名前の簡単なプロジェクトを開始して sigcreatedlg.ui というファイルをプロジェクトに追加しますた。<menuchoi..."
  • curprev 10:4410:44, 5 May 2013 Phanect talk contribs 41,721 bytes +62 Created page with "このチュートリアルでは ''Automake Manager'' の KDevelop subclassing tool を用います。 この機能を持っていない古い KDevelop を使っている場..."
  • curprev 10:4410:44, 5 May 2013 Phanect talk contribs 41,659 bytes −3 Created page with "===ソースの生成==="

30 January 2012

29 January 2012