KUIViewer

From KDE Wiki Sandbox
Revision as of 14:01, 12 September 2010 by Yurchor (talk | contribs) (Created page with ''''KUIViewer''' не є частиною типових наборів пакунків дистрибутивів, отже вам доведеться встановити пр...')

Template:I18n/Language Navigation Bar

Other languages:
KUIViewer — програма для показу і перевірки файлів інтерфейсу користувача (.ui), створених за допомогою Qt Designer.

Можливості

  • Перегляд файлів інтерфейсу користувача (.ui), створених за допомогою Qt Designer.
  • Можливість швидкої зміни стилю віджетів.


Встановлення

KUIViewer не є частиною типових наборів пакунків дистрибутивів, отже вам доведеться встановити програму вручну. KUIViewer є частиною пакунка kdesdk.

Після встановлення ви можете запустити програму за допомогою пункту меню Програми -> Розробка -> Розробка інтерфейсу -> KUIViewer або за допомогою KRunner (Alt+F2) з введенням

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.