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

From KDE TechBase
(Created page with "この行程を Cancel ボタンについても行います。clicked() シグナルに close() スロットを繋げて下さい。これであなたはシグナル/スロット...")
 
(No difference)

Latest revision as of 13:01, 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)
Repeat the procedure for the Cancel button by using the clicked() signal and the close() slot. You are now done with the signals and slots.
[[Image:QtDesigner3-ViewandEditConnections.png|center|thumb|350px
]]
{{Warning|Don't forget to save your form!}}

この行程を Cancel ボタンについても行います。clicked() シグナルに close() スロットを繋げて下さい。これであなたはシグナル/スロットマスターです。

Warning
ここでファイルを保存することをお忘れなく!