1.11.2 split up of xml helper functions. started to work on attributes
2 <class>HistoryWindow</class>
3 <widget class="QDialog" name="HistoryWindow" >
4 <property name="geometry" >
12 <property name="windowTitle" >
13 <string>Dialog</string>
15 <layout class="QGridLayout" >
16 <property name="leftMargin" >
19 <property name="topMargin" >
22 <property name="rightMargin" >
25 <property name="bottomMargin" >
28 <property name="horizontalSpacing" >
31 <property name="verticalSpacing" >
34 <item row="0" column="0" >
36 <property name="orientation" >
37 <enum>Qt::Vertical</enum>
39 <property name="sizeHint" >
47 <item row="2" column="0" >
48 <widget class="QPushButton" name="redoButton" >
49 <property name="text" >
54 <item row="3" column="0" >
56 <property name="orientation" >
57 <enum>Qt::Vertical</enum>
59 <property name="sizeHint" >
67 <item rowspan="4" row="0" column="1" >
68 <widget class="QTableWidget" name="historyTable" >
71 <property name="text" >
76 <property name="text" >
77 <string>Comment</string>
82 <item row="1" column="0" >
83 <widget class="QPushButton" name="undoButton" >
84 <property name="text" >
89 <item row="4" column="0" colspan="2" >
90 <layout class="QHBoxLayout" >
91 <property name="spacing" >
94 <property name="leftMargin" >
97 <property name="topMargin" >
100 <property name="rightMargin" >
103 <property name="bottomMargin" >
108 <property name="orientation" >
109 <enum>Qt::Horizontal</enum>
111 <property name="sizeHint" >
120 <widget class="QPushButton" name="closeButton" >
121 <property name="text" >
122 <string>Close</string>
133 <sender>closeButton</sender>
134 <signal>clicked()</signal>
135 <receiver>HistoryWindow</receiver>
138 <hint type="sourcelabel" >
142 <hint type="destinationlabel" >