fuel-scm/ui/BrowserWidget.ui
kostas 447c5384b7 Updated translations
Pushed English/Greek changes to Transifex


FossilOrigin-Name: 8640e5e0d81bb73fc2a5ad2e7acdef57b1f1aee3
2013-02-25 11:48:39 +00:00

103 lines
2.8 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>BrowserWidget</class>
<widget class="QWidget" name="BrowserWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>300</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<property name="spacing">
<number>0</number>
</property>
<property name="margin">
<number>0</number>
</property>
<item>
<widget class="QToolBar" name="toolBar">
<property name="windowTitle">
<string/>
</property>
<property name="iconSize">
<size>
<width>24</width>
<height>24</height>
</size>
</property>
<addaction name="actionBrowserBack"/>
<addaction name="actionBrowserForward"/>
<addaction name="actionBrowserRefresh"/>
<addaction name="actionBrowserStop"/>
</widget>
</item>
<item>
<widget class="QLineEdit" name="txtUrl"/>
</item>
<item>
<widget class="CustomWebView" name="webView" native="true"/>
</item>
</layout>
<action name="actionBrowserBack">
<property name="icon">
<iconset resource="../rsrc/resources.qrc">
<normaloff>:/icons/icons/Button Previous-01.png</normaloff>:/icons/icons/Button Previous-01.png</iconset>
</property>
<property name="text">
<string>Back</string>
</property>
<property name="toolTip">
<string>Back</string>
</property>
</action>
<action name="actionBrowserForward">
<property name="icon">
<iconset resource="../rsrc/resources.qrc">
<normaloff>:/icons/icons/Button Next-01.png</normaloff>:/icons/icons/Button Next-01.png</iconset>
</property>
<property name="text">
<string>Forward</string>
</property>
<property name="toolTip">
<string>Forward</string>
</property>
</action>
<action name="actionBrowserRefresh">
<property name="icon">
<iconset resource="../rsrc/resources.qrc">
<normaloff>:/icons/icons/Button Refresh-01.png</normaloff>:/icons/icons/Button Refresh-01.png</iconset>
</property>
<property name="text">
<string>Refresh</string>
</property>
<property name="toolTip">
<string>Refresh</string>
</property>
</action>
<action name="actionBrowserStop">
<property name="icon">
<iconset resource="../rsrc/resources.qrc">
<normaloff>:/icons/icons/Button Close-01.png</normaloff>:/icons/icons/Button Close-01.png</iconset>
</property>
<property name="text">
<string>Stop</string>
</property>
</action>
</widget>
<customwidgets>
<customwidget>
<class>CustomWebView</class>
<extends>QWidget</extends>
<header>CustomWebView.h</header>
<container>1</container>
</customwidget>
</customwidgets>
<resources>
<include location="../rsrc/resources.qrc"/>
</resources>
<connections/>
</ui>