Initial commit
[keepassx] / src / forms / HelpDlg.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>HelpDlg</class>
4  <widget class="QDialog" name="HelpDlg">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>400</width>
10     <height>300</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Help Contents</string>
15   </property>
16   <layout class="QVBoxLayout" name="verticalLayout">
17    <item>
18     <layout class="QHBoxLayout" name="horizontalLayout">
19      <item>
20       <widget class="QPushButton" name="buttonPrevious">
21        <property name="toolTip">
22         <string>Previous Page</string>
23        </property>
24        <property name="text">
25         <string>Previous Page</string>
26        </property>
27       </widget>
28      </item>
29      <item>
30       <widget class="QPushButton" name="buttonNext">
31        <property name="toolTip">
32         <string>Next Page</string>
33        </property>
34        <property name="text">
35         <string>Next Page</string>
36        </property>
37       </widget>
38      </item>
39      <item>
40       <widget class="QPushButton" name="buttonFirst">
41        <property name="toolTip">
42         <string>First Page</string>
43        </property>
44        <property name="text">
45         <string>First Page</string>
46        </property>
47       </widget>
48      </item>
49      <item>
50       <spacer name="horizontalSpacer">
51        <property name="orientation">
52         <enum>Qt::Horizontal</enum>
53        </property>
54        <property name="sizeHint" stdset="0">
55         <size>
56          <width>40</width>
57          <height>20</height>
58         </size>
59        </property>
60       </spacer>
61      </item>
62     </layout>
63    </item>
64    <item>
65     <widget class="QTextBrowser" name="textBrowser">
66      <property name="openExternalLinks">
67       <bool>true</bool>
68      </property>
69     </widget>
70    </item>
71    <item>
72     <widget class="QDialogButtonBox" name="buttonBox">
73      <property name="orientation">
74       <enum>Qt::Horizontal</enum>
75      </property>
76      <property name="standardButtons">
77       <set>QDialogButtonBox::Close</set>
78      </property>
79     </widget>
80    </item>
81   </layout>
82  </widget>
83  <tabstops>
84   <tabstop>textBrowser</tabstop>
85   <tabstop>buttonBox</tabstop>
86  </tabstops>
87  <resources/>
88  <connections>
89   <connection>
90    <sender>buttonBox</sender>
91    <signal>accepted()</signal>
92    <receiver>HelpDlg</receiver>
93    <slot>accept()</slot>
94    <hints>
95     <hint type="sourcelabel">
96      <x>248</x>
97      <y>254</y>
98     </hint>
99     <hint type="destinationlabel">
100      <x>157</x>
101      <y>274</y>
102     </hint>
103    </hints>
104   </connection>
105   <connection>
106    <sender>buttonBox</sender>
107    <signal>rejected()</signal>
108    <receiver>HelpDlg</receiver>
109    <slot>reject()</slot>
110    <hints>
111     <hint type="sourcelabel">
112      <x>316</x>
113      <y>260</y>
114     </hint>
115     <hint type="destinationlabel">
116      <x>286</x>
117      <y>274</y>
118     </hint>
119    </hints>
120   </connection>
121   <connection>
122    <sender>buttonPrevious</sender>
123    <signal>clicked()</signal>
124    <receiver>textBrowser</receiver>
125    <slot>backward()</slot>
126    <hints>
127     <hint type="sourcelabel">
128      <x>64</x>
129      <y>17</y>
130     </hint>
131     <hint type="destinationlabel">
132      <x>199</x>
133      <y>150</y>
134     </hint>
135    </hints>
136   </connection>
137   <connection>
138    <sender>buttonNext</sender>
139    <signal>clicked()</signal>
140    <receiver>textBrowser</receiver>
141    <slot>forward()</slot>
142    <hints>
143     <hint type="sourcelabel">
144      <x>176</x>
145      <y>17</y>
146     </hint>
147     <hint type="destinationlabel">
148      <x>199</x>
149      <y>150</y>
150     </hint>
151    </hints>
152   </connection>
153   <connection>
154    <sender>buttonFirst</sender>
155    <signal>clicked()</signal>
156    <receiver>textBrowser</receiver>
157    <slot>home()</slot>
158    <hints>
159     <hint type="sourcelabel">
160      <x>274</x>
161      <y>17</y>
162     </hint>
163     <hint type="destinationlabel">
164      <x>199</x>
165      <y>150</y>
166     </hint>
167    </hints>
168   </connection>
169   <connection>
170    <sender>textBrowser</sender>
171    <signal>backwardAvailable(bool)</signal>
172    <receiver>buttonPrevious</receiver>
173    <slot>setEnabled(bool)</slot>
174    <hints>
175     <hint type="sourcelabel">
176      <x>199</x>
177      <y>150</y>
178     </hint>
179     <hint type="destinationlabel">
180      <x>64</x>
181      <y>17</y>
182     </hint>
183    </hints>
184   </connection>
185   <connection>
186    <sender>textBrowser</sender>
187    <signal>forwardAvailable(bool)</signal>
188    <receiver>buttonNext</receiver>
189    <slot>setEnabled(bool)</slot>
190    <hints>
191     <hint type="sourcelabel">
192      <x>199</x>
193      <y>150</y>
194     </hint>
195     <hint type="destinationlabel">
196      <x>176</x>
197      <y>17</y>
198     </hint>
199    </hints>
200   </connection>
201  </connections>
202 </ui>