2011-03-02 16:57:41 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>BookmarksManager</class>
|
|
|
|
<widget class="QWidget" name="BookmarksManager">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2011-10-28 17:52:42 +02:00
|
|
|
<width>689</width>
|
|
|
|
<height>467</height>
|
2011-03-02 16:57:41 +01:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Bookmarks</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
2011-10-28 17:52:42 +02:00
|
|
|
<item row="1" column="0" colspan="4">
|
2011-03-02 16:57:41 +01:00
|
|
|
<widget class="QPushButton" name="addFolder">
|
|
|
|
<property name="text">
|
|
|
|
<string>Add Folder</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-12-12 21:14:43 +01:00
|
|
|
<item row="1" column="4">
|
2011-07-29 15:39:43 +02:00
|
|
|
<spacer name="horizontalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2011-12-12 21:14:43 +01:00
|
|
|
<item row="1" column="6">
|
2011-07-30 17:57:14 +02:00
|
|
|
<widget class="ClickableLabel" name="optimizeDb">
|
|
|
|
<property name="cursor">
|
|
|
|
<cursorShape>PointingHandCursor</cursorShape>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Optimize Database</string>
|
|
|
|
</property>
|
2011-09-11 19:15:06 +02:00
|
|
|
<property name="html-link-look" stdset="0">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2011-07-30 17:57:14 +02:00
|
|
|
</widget>
|
|
|
|
</item>
|
2011-10-28 17:52:42 +02:00
|
|
|
<item row="1" column="5">
|
2011-12-12 21:14:43 +01:00
|
|
|
<widget class="ClickableLabel" name="importBookmarks">
|
|
|
|
<property name="cursor">
|
|
|
|
<cursorShape>PointingHandCursor</cursorShape>
|
2011-10-28 17:52:42 +02:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
2011-12-12 21:14:43 +01:00
|
|
|
<string>Import Bookmarks</string>
|
|
|
|
</property>
|
|
|
|
<property name="html-link-look" stdset="0">
|
|
|
|
<bool>true</bool>
|
2011-10-28 17:52:42 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-01-09 13:59:37 +01:00
|
|
|
<item row="0" column="0" colspan="7">
|
|
|
|
<widget class="BookmarksTree" name="bookmarksTree">
|
|
|
|
<property name="contextMenuPolicy">
|
|
|
|
<enum>Qt::CustomContextMenu</enum>
|
|
|
|
</property>
|
|
|
|
<property name="alternatingRowColors">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="selectionMode">
|
|
|
|
<enum>QAbstractItemView::ContiguousSelection</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sortingEnabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<attribute name="headerDefaultSectionSize">
|
|
|
|
<number>330</number>
|
|
|
|
</attribute>
|
|
|
|
<column>
|
|
|
|
<property name="text">
|
|
|
|
<string>Title</string>
|
|
|
|
</property>
|
|
|
|
</column>
|
|
|
|
<column>
|
|
|
|
<property name="text">
|
|
|
|
<string>Url</string>
|
|
|
|
</property>
|
|
|
|
</column>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-03-02 16:57:41 +01:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<customwidgets>
|
2011-07-30 17:57:14 +02:00
|
|
|
<customwidget>
|
|
|
|
<class>ClickableLabel</class>
|
|
|
|
<extends>QLabel</extends>
|
|
|
|
<header>clickablelabel.h</header>
|
|
|
|
</customwidget>
|
2013-01-09 13:59:37 +01:00
|
|
|
<customwidget>
|
|
|
|
<class>BookmarksTree</class>
|
|
|
|
<extends>QTreeWidget</extends>
|
|
|
|
<header>bookmarkstree.h</header>
|
|
|
|
</customwidget>
|
2011-03-02 16:57:41 +01:00
|
|
|
</customwidgets>
|
2011-09-17 11:39:25 +02:00
|
|
|
<resources/>
|
2011-03-02 16:57:41 +01:00
|
|
|
<connections/>
|
|
|
|
</ui>
|