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

116 lines
2.9 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="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>210</width>
<height>135</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>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0" colspan="2">
<layout class="QHBoxLayout" name="horizontalLayout_2">
2012-08-22 14:48:27 +02:00
<item>
<spacer name="horizontalSpacer_2">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="ClickableLabel" name="speeddialButton">
<property name="cursor">
<cursorShape>PointingHandCursor</cursorShape>
2012-08-22 14:48:27 +02:00
</property>
<property name="text">
<string>Add to Speed Dial</string>
2012-08-22 14:48:27 +02:00
</property>
<property name="html-link-look" stdset="0">
<bool>true</bool>
</property>
2012-08-22 14:48:27 +02:00
</widget>
</item>
</layout>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="name"/>
2012-08-22 14:48:27 +02:00
</item>
<item row="2" column="1">
<widget class="QComboBox" name="folder">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
2012-08-22 14:48:27 +02:00
</item>
<item row="3" column="0" colspan="2">
2012-08-22 14:48:27 +02:00
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<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>
<item>
<widget class="QPushButton" name="saveRemove">
2012-08-22 14:48:27 +02:00
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
2012-08-22 14:48:27 +02:00
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Save</string>
</property>
</widget>
</item>
</layout>
2011-03-02 16:57:41 +01:00
</item>
<item row="1" column="0">
<widget class="QLabel" name="label">
<property name="text">
<string>Name:</string>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_2">
<property name="text">
<string>Folder:</string>
</property>
</widget>
</item>
2011-03-02 16:57:41 +01:00
</layout>
</widget>
<customwidgets>
<customwidget>
<class>ClickableLabel</class>
<extends>QLabel</extends>
<header>clickablelabel.h</header>
</customwidget>
</customwidgets>
2012-08-22 14:48:27 +02:00
<resources/>
2011-03-02 16:57:41 +01:00
<connections/>
</ui>