Fix no newlines warnings. Patch by Peter Oberndorfer
[kdevelopdvcssupport.git] / plugins / cvs / commitdialog.ui
blob0ad62a81ef420e317329e4df0169de04d0ca99cc
1 <ui version="4.0" >
2  <class>CommitDialogBase</class>
3  <widget class="QDialog" name="CommitDialogBase" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>387</width>
9     <height>269</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Commit to Repository</string>
14   </property>
15   <layout class="QVBoxLayout" >
16    <item>
17     <widget class="QGroupBox" name="groupBox" >
18      <property name="title" >
19       <string>Message</string>
20      </property>
21      <layout class="QGridLayout" >
22       <item row="0" column="0" >
23        <widget class="KTextEdit" name="textedit" />
24       </item>
25      </layout>
26     </widget>
27    </item>
28    <item>
29     <widget class="QDialogButtonBox" name="buttonBox" >
30      <property name="orientation" >
31       <enum>Qt::Horizontal</enum>
32      </property>
33      <property name="standardButtons" >
34       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
35      </property>
36     </widget>
37    </item>
38   </layout>
39  </widget>
40  <customwidgets>
41   <customwidget>
42    <class>KTextEdit</class>
43    <extends>QTextEdit</extends>
44    <header>ktextedit.h</header>
45   </customwidget>
46  </customwidgets>
47  <resources/>
48  <connections>
49   <connection>
50    <sender>buttonBox</sender>
51    <signal>accepted()</signal>
52    <receiver>CommitDialogBase</receiver>
53    <slot>accept()</slot>
54    <hints>
55     <hint type="sourcelabel" >
56      <x>248</x>
57      <y>254</y>
58     </hint>
59     <hint type="destinationlabel" >
60      <x>157</x>
61      <y>274</y>
62     </hint>
63    </hints>
64   </connection>
65   <connection>
66    <sender>buttonBox</sender>
67    <signal>rejected()</signal>
68    <receiver>CommitDialogBase</receiver>
69    <slot>reject()</slot>
70    <hints>
71     <hint type="sourcelabel" >
72      <x>316</x>
73      <y>260</y>
74     </hint>
75     <hint type="destinationlabel" >
76      <x>286</x>
77      <y>274</y>
78     </hint>
79    </hints>
80   </connection>
81  </connections>
82 </ui>