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">
|
2014-02-09 12:18:52 +01:00
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>167</width>
|
|
|
|
<height>89</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
2011-03-02 16:57:41 +01:00
|
|
|
<property name="windowTitle">
|
2012-08-22 14:48:27 +02:00
|
|
|
<string/>
|
2011-03-02 16:57:41 +01:00
|
|
|
</property>
|
2012-09-11 10:55:37 +02:00
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
2014-02-09 12:18:52 +01:00
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QPushButton" name="bookmarksButton">
|
2014-01-04 22:37:18 +01:00
|
|
|
<property name="text">
|
2014-02-09 12:18:52 +01:00
|
|
|
<string>Add to bookmarks</string>
|
2014-01-04 22:37:18 +01:00
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../data/icons.qrc">
|
2014-02-09 12:18:52 +01:00
|
|
|
<normaloff>:/icons/other/bigstar.png</normaloff>:/icons/other/bigstar.png</iconset>
|
2014-01-04 22:37:18 +01:00
|
|
|
</property>
|
|
|
|
<property name="flat">
|
|
|
|
<bool>true</bool>
|
2012-09-11 10:47:59 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
2012-08-22 14:48:27 +02:00
|
|
|
</item>
|
2014-02-09 12:18:52 +01:00
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QPushButton" name="speeddialButton">
|
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::NoFocus</enum>
|
|
|
|
</property>
|
2012-09-11 10:55:37 +02:00
|
|
|
<property name="text">
|
2014-02-09 12:18:52 +01:00
|
|
|
<string>Add to Speed Dial</string>
|
2014-01-04 22:37:18 +01:00
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../data/icons.qrc">
|
2014-02-09 12:18:52 +01:00
|
|
|
<normaloff>:/icons/theme/speeddial.png</normaloff>:/icons/theme/speeddial.png</iconset>
|
2014-01-04 22:37:18 +01:00
|
|
|
</property>
|
|
|
|
<property name="flat">
|
|
|
|
<bool>true</bool>
|
2012-09-11 10:55:37 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0">
|
2014-02-09 12:18:52 +01:00
|
|
|
<widget class="BookmarksFoldersButton" name="folderButton"/>
|
2012-09-11 10:55:37 +02:00
|
|
|
</item>
|
2011-03-02 16:57:41 +01:00
|
|
|
</layout>
|
|
|
|
</widget>
|
2014-02-09 12:18:52 +01:00
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
|
|
|
<class>BookmarksFoldersButton</class>
|
|
|
|
<extends>QPushButton</extends>
|
|
|
|
<header>bookmarkstools.h</header>
|
|
|
|
</customwidget>
|
|
|
|
</customwidgets>
|
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>
|