1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-23 02:32:10 +02:00
falkonOfficial/src/lib/bookmarks/bookmarkswidget.ui

57 lines
1.6 KiB
Plaintext
Raw Normal View History

2011-03-02 16:57:41 +01:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>BookmarksWidget</class>
<widget class="QWidget" name="BookmarksWidget">
<property name="windowTitle">
2012-08-22 14:48:27 +02:00
<string/>
2011-03-02 16:57:41 +01:00
</property>
<layout class="QGridLayout" name="gridLayout">
2014-01-04 22:37:18 +01:00
<item row="0" column="0">
<widget class="QPushButton" name="speeddialButton">
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="text">
<string>Add to Speed Dial</string>
</property>
<property name="icon">
<iconset resource="../data/icons.qrc">
<normaloff>:/icons/theme/speeddial.png</normaloff>:/icons/theme/speeddial.png</iconset>
</property>
<property name="flat">
<bool>true</bool>
</property>
</widget>
2012-08-22 14:48:27 +02:00
</item>
<item row="1" column="0">
2014-01-04 22:37:18 +01:00
<widget class="QPushButton" name="saveRemove">
<property name="text">
2014-01-04 22:37:18 +01:00
<string>Add to bookmarks</string>
</property>
<property name="icon">
<iconset resource="../data/icons.qrc">
<normaloff>:/icons/other/bigstar.png</normaloff>:/icons/other/bigstar.png</iconset>
</property>
<property name="flat">
<bool>true</bool>
</property>
</widget>
</item>
<item row="2" column="0">
2014-01-04 22:37:18 +01:00
<widget class="QComboBox" name="folder">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
</item>
2011-03-02 16:57:41 +01:00
</layout>
</widget>
2014-01-04 22:37:18 +01:00
<resources>
<include location="../data/icons.qrc"/>
</resources>
2011-03-02 16:57:41 +01:00
<connections/>
</ui>