Translations:Development/Tutorials/KDE3/Qt Designer and KDevelop 3.0 for Beginners/102/ja: Difference between revisions

From KDE TechBase
(Created page with "接続を確立するためには適切なシグナル (この場合は <menuchoice>clicked()</menuchoice>) とスロット (この場合は先程新しく作った<menuchoice>sl...")
 
(No difference)

Latest revision as of 13:00, 30 January 2012

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Development/Tutorials/KDE3/Qt Designer and KDevelop 3.0 for Beginners)
To make a connection you simply select the appropriate signal (which is <menuchoice>clicked()</menuchoice> in our case) and then select the slot (which is our new slot <menuchoice>slotCreateSig()</menuchoice>). When you have selected both signal and slot you will see the connection made at the bottom of the screen. After you are finished click <menuchoice>OK</menuchoice>.

接続を確立するためには適切なシグナル (この場合は clicked()) とスロット (この場合は先程新しく作ったslotCreateSig()) を選択するだけです。When you have selected both signal and slot you will see the connection made at the bottom of the screen. 終わったら OK ボタンを押して下さい。