diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-03 11:05:10 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-03 11:05:10 -0600 |
commit | f7e7a923aca8be643f9ae6f7252f9fb27b3d2c3b (patch) | |
tree | 1f78ef53b206c6b4e4efc88c4849aa9f686a094d /tde-i18n-it/docs/tdewebdev/kommander/extending.docbook | |
parent | 85ca18776aa487b06b9d5ab7459b8f837ba637f3 (diff) | |
download | tde-i18n-f7e7a923aca8be643f9ae6f7252f9fb27b3d2c3b.tar.gz tde-i18n-f7e7a923aca8be643f9ae6f7252f9fb27b3d2c3b.zip |
Second part of prior commit
Diffstat (limited to 'tde-i18n-it/docs/tdewebdev/kommander/extending.docbook')
-rw-r--r-- | tde-i18n-it/docs/tdewebdev/kommander/extending.docbook | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/tde-i18n-it/docs/tdewebdev/kommander/extending.docbook b/tde-i18n-it/docs/tdewebdev/kommander/extending.docbook new file mode 100644 index 00000000000..84758288427 --- /dev/null +++ b/tde-i18n-it/docs/tdewebdev/kommander/extending.docbook @@ -0,0 +1,54 @@ +<?xml version="1.0" encoding="UTF-8" ?> + +<chapter id="extending"> +<chapterinfo> +<title +>Estendere &kommander;</title> +<authorgroup> +<author +><firstname +></firstname +> <surname +></surname +> </author> + +<othercredit role="translator" +><firstname +>Samuele</firstname +><surname +>Kaplun</surname +><affiliation +><address +><email +>kaplun@aliceposta.it</email +></address +></affiliation +><contrib +>Traduzione del documento</contrib +></othercredit +> + +</authorgroup> +</chapterinfo> + +<title +>Estendere &kommander;</title> + +<!-- (OPTIONAL, BUT RECOMMENDED) This chapter should list all of the +application windows and their menubar and toolbar commands for easy reference. +Also include any keys that have a special function but have no equivalent in the +menus or toolbars. This may not be necessary for small apps or apps with no tool +or menu bars. --> + +<sect1 id="create-widgets"> +<title +>Creare i Widget di &kommander;</title> +<para +>Con Kommander puoi creare nuovi widget non basati su &kommander; stesso in maniera semplice. L'approccio è quello di derivare la tua nuova classe di &kommander; dal widget &Qt;/&kde; che desideri integrare in &kommander; assieme alla classe KommanderWidget. Fare l'override dei metodi di questa classe dà al widget di &kommander; le proprie funzionalità. </para> +<para +>La maggior parte del codice di un widget di &kommander; è solo codice modello. Perciò puoi usare la finestra di dialogo widgetgenerator.kmdr di &kommander; per generare la maggior parte del codice del widget di &kommander; per te. Tutto quello che devi fare è riempire le parti importanti relative al tuo widget come qualsiasi informazione di stato, testo del widget, ecc. </para> +<para +>Per esempio, supponiamo di voler creare un nuovo widget di tipo casella di testo per &kommander; basato sul widget KLineEdit di &kde;. Utilizzando la finestra di dialogo di generazione dei widget, otteniamo qualcosa di simile a quanto contenuto in questo file header: </para> +</sect1> + +</chapter> |