KUIViewer/it: Difference between revisions

From KDE UserBase Wiki
mNo edit summary
(Created page with '== Utilizzare KUIViewer ==')
Line 18: Line 18:




== Using 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.
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.

Revision as of 17:40, 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

After starting UIViewer an almost empty window opens. Click Open in the toolbar or use the menu File -> Open... to open a user interface file. You can resize the window to see how the layout of the opened user interface adjusts itself.

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.