mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 17:42:10 +01:00
97 lines
2.4 KiB
Plaintext
97 lines
2.4 KiB
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<ui version="4.0">
|
||
|
<class>HistoryManager</class>
|
||
|
<widget class="QWidget" name="HistoryManager">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>735</width>
|
||
|
<height>547</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="windowTitle">
|
||
|
<string>History</string>
|
||
|
</property>
|
||
|
<property name="windowIcon">
|
||
|
<iconset resource="../data/icons.qrc">
|
||
|
<normaloff>:/icons/qupzilla.png</normaloff>:/icons/qupzilla.png</iconset>
|
||
|
</property>
|
||
|
<layout class="QGridLayout" name="gridLayout">
|
||
|
<item row="0" column="2">
|
||
|
<widget class="QLabel" name="label">
|
||
|
<property name="text">
|
||
|
<string>Search in history: </string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="0" column="3">
|
||
|
<widget class="LineEdit" name="search"/>
|
||
|
</item>
|
||
|
<item row="1" column="0" colspan="4">
|
||
|
<widget class="TreeWidget" name="historyTree">
|
||
|
<property name="contextMenuPolicy">
|
||
|
<enum>Qt::CustomContextMenu</enum>
|
||
|
</property>
|
||
|
<property name="alternatingRowColors">
|
||
|
<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>
|
||
|
<item row="2" column="0">
|
||
|
<widget class="QPushButton" name="deleteB">
|
||
|
<property name="text">
|
||
|
<string>Delete</string>
|
||
|
</property>
|
||
|
<property name="shortcut">
|
||
|
<string>Del</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="2" column="1">
|
||
|
<widget class="QPushButton" name="clearAll">
|
||
|
<property name="text">
|
||
|
<string>Clear All History</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="2" column="3">
|
||
|
<widget class="QDialogButtonBox" name="close">
|
||
|
<property name="standardButtons">
|
||
|
<set>QDialogButtonBox::Close</set>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
<customwidgets>
|
||
|
<customwidget>
|
||
|
<class>LineEdit</class>
|
||
|
<extends>QLineEdit</extends>
|
||
|
<header>lineedit.h</header>
|
||
|
</customwidget>
|
||
|
<customwidget>
|
||
|
<class>TreeWidget</class>
|
||
|
<extends>QTreeWidget</extends>
|
||
|
<header>treewidget.h</header>
|
||
|
</customwidget>
|
||
|
</customwidgets>
|
||
|
<resources>
|
||
|
<include location="../data/icons.qrc"/>
|
||
|
</resources>
|
||
|
<connections/>
|
||
|
</ui>
|