KUIViewer/it: Difference between revisions

From KDE UserBase Wiki
(Created page with ''''KUIViewer''' di solito non è installato in modo predefinito, deve quindi essere installato manualmente. '''KUIViewer''' fa parte del pacchetto '''kdesdk'''. Una volta install...')
mNo edit summary
Line 15: Line 15:


'''KUIViewer''' di solito non è installato in modo predefinito, deve quindi essere installato manualmente. '''KUIViewer''' fa parte del pacchetto '''kdesdk'''.
'''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 <menuchoice>K-Menu > Sviluppo > Sviluppo GUI > KUIViewer</menuchoice> o avviarlo tramite <menuchoice>KRunner</menuchoice> (<keycap>Alt+F2</keycap>) digitando {{Input|kuiviewer}}.
Una volta installato puoi trovarlo sotto il <menuchoice>K-Menu > Sviluppo > Sviluppo GUI > KUIViewer</menuchoice> o avviarlo tramite <menuchoice>KRunner</menuchoice> (<keycap>Alt+F2</keycap>) digitando {{Input|kuiviewer}}





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


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