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>
|
2014-02-08 18:14:38 +01:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="BookmarksTreeView" name="tree"/>
|
2013-01-10 08:25:46 +01:00
|
|
|
</item>
|
2014-02-08 18:14:38 +01:00
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="editBox">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Maximum">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
2013-12-30 00:35:01 +01:00
|
|
|
</property>
|
2014-02-08 18:14:38 +01:00
|
|
|
<layout class="QFormLayout" name="formLayout_2">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="labelTitle">
|
|
|
|
<property name="text">
|
|
|
|
<string>Title:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QLineEdit" name="title"/>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="labelAddress">
|
|
|
|
<property name="text">
|
|
|
|
<string>Address:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QLineEdit" name="address"/>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QLabel" name="labelKeyword">
|
|
|
|
<property name="text">
|
|
|
|
<string>Keyword:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="1">
|
|
|
|
<widget class="QLineEdit" name="keyword"/>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="0">
|
|
|
|
<widget class="QLabel" name="labelDescription">
|
|
|
|
<property name="text">
|
|
|
|
<string>Description</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="1">
|
|
|
|
<widget class="QPlainTextEdit" name="description">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>50</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>16777215</width>
|
|
|
|
<height>50</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2013-01-10 08:25:46 +01:00
|
|
|
</widget>
|
|
|
|
</item>
|
2011-03-02 16:57:41 +01:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<customwidgets>
|
2013-01-09 13:59:37 +01:00
|
|
|
<customwidget>
|
2014-02-08 18:14:38 +01:00
|
|
|
<class>BookmarksTreeView</class>
|
|
|
|
<extends>QTreeView</extends>
|
|
|
|
<header>bookmarkstreeview.h</header>
|
2013-01-09 13:59:37 +01:00
|
|
|
</customwidget>
|
2011-03-02 16:57:41 +01:00
|
|
|
</customwidgets>
|
2011-09-17 11:39:25 +02:00
|
|
|
<resources/>
|
2013-01-10 17:48:35 +01:00
|
|
|
<connections/>
|
2011-03-02 16:57:41 +01:00
|
|
|
</ui>
|