KUIViewer: Difference between revisions
m (Removed the "Under Construction" box) |
(Markup edit) |
||
Line 1: | Line 1: | ||
{{Template:I18n/Language Navigation Bar|KUIViewer}} | {{Template:I18n/Language Navigation Bar|KUIViewer}} | ||
<languages /> | |||
{|class="tablecenter vertical-centered" | |||
{| | |[[Image:Kuiviewer.png|48px|center]]||<translate>'''KUIViewer is a tool to display and check user interface (.ui) files created in Qt Designer.'''</translate> | ||
|[[Image:Kuiviewer.png|48px|center]]||'''KUIViewer is a tool to display and check user interface (.ui) files created in Qt Designer.''' | |||
|} | |} | ||
<translate> | |||
== Features == | == Features == | ||
Line 15: | Line 15: | ||
== Setup == | == Setup == | ||
KUIViewer usually is not installed by default, so it has to be installed manually. KUIViewer is part of the '''kdesdk'''-package. | '''KUIViewer''' usually is not installed by default, so it has to be installed manually. '''KUIViewer''' is part of the '''kdesdk'''-package. | ||
Once installed you can find it under K-Menu -> Development -> GUI Development -> KUIViewer, or start it with KRunner (Alt+F2) typing | Once installed you can find it under <menuchoice>K-Menu -> Development -> GUI Development -> KUIViewer</menuchoice>, or start it with <menuchoice>KRunner</menuchoice> (<keycap>Alt+F2</keycap>) and typing {{Input|kuiviewer}}. | ||
== Using KUIViewer == | == Using 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. | |||
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. | |||
{{Note|You cannot edit user interfaces with KUIViewer. For that purpose you should use Qt Designer, there is a tutorial in Techbase: [http://techbase.kde.org/Development/Tutorials/Using_Qt_Designer Using Qt Designer].}} | |||
[[Category:Development]] | [[Category:Development]] | ||
</translate> |
Revision as of 13:54, 12 September 2010
Template:I18n/Language Navigation Bar
KUIViewer is a tool to display and check user interface (.ui) files created in Qt Designer. |
Features
- View user interface (.ui) files created in Qt Designer
- Quickly change the widget style
Setup
KUIViewer usually is not installed by default, so it has to be installed manually. KUIViewer is part of the kdesdk-package.
Once installed you can find it under Alt+F2) and typing
, or start it with (kuiviewer
.
Using KUIViewer
After starting UIViewer an almost empty window opens. Click
in the toolbar or use the menu 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
. 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.