KUIViewer/it: Difference between revisions

From KDE UserBase Wiki
(Created page with '== Utilizzare KUIViewer ==')
(Created page with 'Dopo aver avviato '''KUIViewer''' si apre una finestra quasi vuota. Fai clic su <menuchoice>Apri</menuchoice> nella barra degli strumenti o utilizza il menu <menuchoice>File > Ap...')
Line 20: Line 20:
== Utilizzare KUIViewer ==
== Utilizzare KUIViewer ==


After starting '''UIViewer''' an almost empty window opens. Click <menuchoice>Open</menuchoice> in the toolbar or use the menu <menuchoice>File -> Open...</menuchoice> to open a user interface file. You can resize the window to see how the layout of the opened user interface adjusts itself.
Dopo aver avviato '''KUIViewer''' si apre una finestra quasi vuota. Fai clic su <menuchoice>Apri</menuchoice> nella barra degli strumenti o utilizza il menu <menuchoice>File > Apri...</menuchoice> per aprire un file di interfaccia utente. Puoi ridimensionare la finestra per vedere come la disposizione degli elementi dell'interfaccia si adatta alla finestra.


The interfaces can be shown in a variety of different widget styles to ensure that they display correctly in any environment. To change the widget style of the displayed user interface you can use the ''combobox'' in the toolbar or use the menu <menuchoice>View -> Style</menuchoice>. Choose a style to see how the opened user interface looks like with that style.
The interfaces can be shown in a variety of different widget styles to ensure that they display correctly in any environment. To change the widget style of the displayed user interface you can use the ''combobox'' in the toolbar or use the menu <menuchoice>View -> Style</menuchoice>. Choose a style to see how the opened user interface looks like with that style.

Revision as of 17:41, 13 September 2010

Template:I18n/Language Navigation Bar

Other languages:
KUIViewer è uno strumento per visualizzare e controllare i file di interfaccia utente (.ui) creati in Qt Designer

Caratteristiche

  • Visualizzare i file di interfaccia utente (.ui) creati in Qt Designer;
  • cambiare velocemente lo stile dell'interfaccia.


Installazione

KUIViewer di solito non è installato in modo predefinito, deve quindi essere installato manualmente. KUIViewer fa parte del pacchetto kdesdk.

Una volta installato puoi trovarlo sotto il K-Menu > Sviluppo > Sviluppo GUI > KUIViewer o avviarlo tramite KRunner (Alt+F2) digitando

kuiviewer


Utilizzare KUIViewer

Dopo aver avviato KUIViewer si apre una finestra quasi vuota. Fai clic su Apri nella barra degli strumenti o utilizza il menu File > Apri... per aprire un file di interfaccia utente. Puoi ridimensionare la finestra per vedere come la disposizione degli elementi dell'interfaccia si adatta alla finestra.

The interfaces can be shown in a variety of different widget styles to ensure that they display correctly in any environment. To change the widget style of the displayed user interface you can use the combobox in the toolbar or use the menu View -> Style. Choose a style to see how the opened user interface looks like with that style.

Note

You cannot edit user interfaces with KUIViewer. For that purpose you should use Qt Designer, there is a tutorial in Techbase: Using Qt Designer.