Initial commit
[keepassx] / src / forms / ExpiredEntriesDlg.ui
1 <ui version="4.0" >
2  <class>ExpiredEntriesDialog</class>
3  <widget class="QDialog" name="ExpiredEntriesDialog" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>588</width>
9     <height>408</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Expired Entries</string>
14   </property>
15   <layout class="QVBoxLayout" >
16    <property name="spacing" >
17     <number>6</number>
18    </property>
19    <item>
20     <spacer>
21      <property name="orientation" >
22       <enum>Qt::Vertical</enum>
23      </property>
24      <property name="sizeType" >
25       <enum>QSizePolicy::Fixed</enum>
26      </property>
27      <property name="sizeHint" >
28       <size>
29        <width>20</width>
30        <height>50</height>
31       </size>
32      </property>
33     </spacer>
34    </item>
35    <item>
36     <widget class="QLabel" name="label" >
37      <property name="text" >
38       <string>Double click on an entry to jump to it.</string>
39      </property>
40     </widget>
41    </item>
42    <item>
43     <widget class="QTreeWidget" name="treeWidget" >
44      <property name="rootIsDecorated" >
45       <bool>false</bool>
46      </property>
47      <property name="uniformRowHeights" >
48       <bool>true</bool>
49      </property>
50      <property name="itemsExpandable" >
51       <bool>false</bool>
52      </property>
53      <property name="sortingEnabled" >
54       <bool>true</bool>
55      </property>
56      <property name="allColumnsShowFocus" >
57       <bool>true</bool>
58      </property>
59      <column>
60       <property name="text" >
61        <string>Group</string>
62       </property>
63      </column>
64      <column>
65       <property name="text" >
66        <string>Title</string>
67       </property>
68      </column>
69      <column>
70       <property name="text" >
71        <string>Username</string>
72       </property>
73      </column>
74      <column>
75       <property name="text" >
76        <string>Expired</string>
77       </property>
78      </column>
79     </widget>
80    </item>
81    <item>
82     <widget class="QDialogButtonBox" name="buttonBox" >
83      <property name="orientation" >
84       <enum>Qt::Horizontal</enum>
85      </property>
86      <property name="standardButtons" >
87       <set>QDialogButtonBox::Close</set>
88      </property>
89     </widget>
90    </item>
91   </layout>
92  </widget>
93  <resources/>
94  <connections>
95   <connection>
96    <sender>buttonBox</sender>
97    <signal>accepted()</signal>
98    <receiver>ExpiredEntriesDialog</receiver>
99    <slot>accept()</slot>
100    <hints>
101     <hint type="sourcelabel" >
102      <x>248</x>
103      <y>254</y>
104     </hint>
105     <hint type="destinationlabel" >
106      <x>157</x>
107      <y>274</y>
108     </hint>
109    </hints>
110   </connection>
111   <connection>
112    <sender>buttonBox</sender>
113    <signal>rejected()</signal>
114    <receiver>ExpiredEntriesDialog</receiver>
115    <slot>reject()</slot>
116    <hints>
117     <hint type="sourcelabel" >
118      <x>316</x>
119      <y>260</y>
120     </hint>
121     <hint type="destinationlabel" >
122      <x>286</x>
123      <y>274</y>
124     </hint>
125    </hints>
126   </connection>
127  </connections>
128 </ui>