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

97 lines
2.5 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>BookmarksManager</class>
<widget class="QWidget" name="BookmarksManager">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<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="QVBoxLayout" name="verticalLayout">
<item>
<widget class="BookmarksTreeView" name="tree"/>
</item>
<item>
<widget class="QGroupBox" name="editBox">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<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>
</widget>
</item>
2011-03-02 16:57:41 +01:00
</layout>
</widget>
<customwidgets>
<customwidget>
<class>BookmarksTreeView</class>
<extends>QTreeView</extends>
<header>bookmarkstreeview.h</header>
</customwidget>
2011-03-02 16:57:41 +01:00
</customwidgets>
<resources/>
2013-01-10 17:48:35 +01:00
<connections/>
2011-03-02 16:57:41 +01:00
</ui>