src/ui/addhistoryline.ui

changeset 444
df1b5b902eb7
equal deleted inserted replaced
440:ce2009d50c61 444:df1b5b902eb7
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>AddHistoryLine</class>
4 <widget class="QDialog" name="AddHistoryLine">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>410</width>
10 <height>120</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Add History Line</string>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout">
17 <item>
18 <layout class="QFormLayout" name="formLayout">
19 <item row="0" column="0">
20 <widget class="QLabel" name="label">
21 <property name="text">
22 <string>Date:</string>
23 </property>
24 </widget>
25 </item>
26 <item row="0" column="1">
27 <widget class="QDateEdit" name="m_date"/>
28 </item>
29 <item row="1" column="0">
30 <widget class="QLabel" name="label_2">
31 <property name="text">
32 <string>Username:</string>
33 </property>
34 </widget>
35 </item>
36 <item row="1" column="1">
37 <widget class="QLineEdit" name="m_username"/>
38 </item>
39 <item row="2" column="0">
40 <widget class="QLabel" name="label_3">
41 <property name="text">
42 <string>Comment:</string>
43 </property>
44 </widget>
45 </item>
46 <item row="2" column="1">
47 <widget class="QLineEdit" name="m_comment"/>
48 </item>
49 </layout>
50 </item>
51 <item>
52 <widget class="QDialogButtonBox" name="buttonBox">
53 <property name="orientation">
54 <enum>Qt::Horizontal</enum>
55 </property>
56 <property name="standardButtons">
57 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
58 </property>
59 </widget>
60 </item>
61 </layout>
62 </widget>
63 <resources/>
64 <connections>
65 <connection>
66 <sender>buttonBox</sender>
67 <signal>accepted()</signal>
68 <receiver>AddHistoryLine</receiver>
69 <slot>accept()</slot>
70 <hints>
71 <hint type="sourcelabel">
72 <x>248</x>
73 <y>254</y>
74 </hint>
75 <hint type="destinationlabel">
76 <x>157</x>
77 <y>274</y>
78 </hint>
79 </hints>
80 </connection>
81 <connection>
82 <sender>buttonBox</sender>
83 <signal>rejected()</signal>
84 <receiver>AddHistoryLine</receiver>
85 <slot>reject()</slot>
86 <hints>
87 <hint type="sourcelabel">
88 <x>316</x>
89 <y>260</y>
90 </hint>
91 <hint type="destinationlabel">
92 <x>286</x>
93 <y>274</y>
94 </hint>
95 </hints>
96 </connection>
97 </connections>
98 </ui>

mercurial