2011-03-02 16:57:41 +01:00
|
|
|
<?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>
|
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
2011-07-30 17:57:14 +02:00
|
|
|
<item row="0" column="0" colspan="4">
|
2011-03-02 16:57:41 +01:00
|
|
|
<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>
|
2011-07-29 15:39:43 +02:00
|
|
|
<item row="1" column="0">
|
2011-03-02 16:57:41 +01:00
|
|
|
<widget class="QPushButton" name="deleteB">
|
|
|
|
<property name="text">
|
|
|
|
<string>Delete</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-07-29 15:39:43 +02:00
|
|
|
<item row="1" column="1">
|
2011-03-02 16:57:41 +01:00
|
|
|
<widget class="QPushButton" name="clearAll">
|
|
|
|
<property name="text">
|
|
|
|
<string>Clear All History</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-07-29 15:39:43 +02:00
|
|
|
<item row="1" column="2">
|
|
|
|
<spacer name="horizontalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
2011-03-02 16:57:41 +01:00
|
|
|
</property>
|
2011-07-29 15:39:43 +02:00
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
2011-03-02 16:57:41 +01:00
|
|
|
</item>
|
2011-07-30 17:57:14 +02:00
|
|
|
<item row="1" column="3">
|
|
|
|
<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-03-02 16:57:41 +01:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
|
|
|
<class>TreeWidget</class>
|
|
|
|
<extends>QTreeWidget</extends>
|
|
|
|
<header>treewidget.h</header>
|
|
|
|
</customwidget>
|
2011-07-30 17:57:14 +02:00
|
|
|
<customwidget>
|
|
|
|
<class>ClickableLabel</class>
|
|
|
|
<extends>QLabel</extends>
|
|
|
|
<header>clickablelabel.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>
|