FIX issue #19 where multiple widget values led to bad replacements in the command
[qgit4/redivivus.git] / src / help.ui
blob754b0024f971484782588184929fb4018a4f5966
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>HelpBase</class>
4 <widget class="QWidget" name="HelpBase">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>631</width>
10 <height>451</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Help</string>
15 </property>
16 <property name="windowIcon">
17 <iconset resource="icons.qrc">
18 <normaloff>:/icons/resources/question.svg</normaloff>:/icons/resources/question.svg</iconset>
19 </property>
20 <layout class="QVBoxLayout" name="verticalLayout">
21 <item>
22 <widget class="QSplitter" name="splitter">
23 <property name="orientation">
24 <enum>Qt::Vertical</enum>
25 </property>
26 <widget class="QTextEdit" name="textEditHelp">
27 <property name="undoRedoEnabled">
28 <bool>false</bool>
29 </property>
30 <property name="readOnly">
31 <bool>true</bool>
32 </property>
33 </widget>
34 </widget>
35 </item>
36 <item>
37 <widget class="QDialogButtonBox" name="buttonBox">
38 <property name="standardButtons">
39 <set>QDialogButtonBox::Close</set>
40 </property>
41 </widget>
42 </item>
43 </layout>
44 </widget>
45 <layoutdefault spacing="6" margin="11"/>
46 <resources>
47 <include location="icons.qrc"/>
48 </resources>
49 <connections>
50 <connection>
51 <sender>buttonBox</sender>
52 <signal>rejected()</signal>
53 <receiver>HelpBase</receiver>
54 <slot>close()</slot>
55 <hints>
56 <hint type="sourcelabel">
57 <x>315</x>
58 <y>393</y>
59 </hint>
60 <hint type="destinationlabel">
61 <x>315</x>
62 <y>225</y>
63 </hint>
64 </hints>
65 </connection>
66 </connections>
67 </ui>