keepassxc/src/gui/entry/EditEntryWidgetHistory.ui
Florian Geyer 810a6e4b39 Display history items.
Refs #23
2012-05-17 23:29:37 +02:00

25 lines
546 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>EditEntryWidgetHistory</class>
<widget class="QWidget" name="EditEntryWidgetHistory">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>300</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QTreeView" name="historyView"/>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>