You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
109 lines
3.4 KiB
109 lines
3.4 KiB
15 years ago
|
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
|
||
|
<class>BlameDisplay</class>
|
||
|
<widget class="QWidget">
|
||
|
<property name="name">
|
||
|
<cstring>BlameDisplay</cstring>
|
||
|
</property>
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>341</width>
|
||
|
<height>243</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<vbox>
|
||
|
<property name="name">
|
||
|
<cstring>unnamed</cstring>
|
||
|
</property>
|
||
|
<widget class="KListView">
|
||
|
<column>
|
||
|
<property name="text">
|
||
|
<string>Line</string>
|
||
|
</property>
|
||
|
<property name="clickable">
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
|
<property name="resizable">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
</column>
|
||
|
<column>
|
||
|
<property name="text">
|
||
|
<string>Revision</string>
|
||
|
</property>
|
||
|
<property name="clickable">
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
|
<property name="resizable">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
</column>
|
||
|
<column>
|
||
|
<property name="text">
|
||
|
<string>Date</string>
|
||
|
</property>
|
||
|
<property name="clickable">
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
|
<property name="resizable">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
</column>
|
||
|
<column>
|
||
|
<property name="text">
|
||
|
<string>Author</string>
|
||
|
</property>
|
||
|
<property name="clickable">
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
|
<property name="resizable">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
</column>
|
||
|
<column>
|
||
|
<property name="text">
|
||
|
<string>Content</string>
|
||
|
</property>
|
||
|
<property name="clickable">
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
|
<property name="resizable">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
</column>
|
||
|
<property name="name">
|
||
|
<cstring>m_BlameList</cstring>
|
||
|
</property>
|
||
|
<property name="allColumnsShowFocus">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</vbox>
|
||
|
</widget>
|
||
|
<customwidgets>
|
||
|
</customwidgets>
|
||
|
<connections>
|
||
|
<connection>
|
||
|
<sender>m_BlameList</sender>
|
||
|
<signal>contextMenu(KListView*,QListViewItem*,const QPoint&)</signal>
|
||
|
<receiver>BlameDisplay</receiver>
|
||
|
<slot>slotContextMenuRequested(KListView*,QListViewItem*,const QPoint&)</slot>
|
||
|
</connection>
|
||
|
<connection>
|
||
|
<sender>m_BlameList</sender>
|
||
|
<signal>doubleClicked(QListViewItem*)</signal>
|
||
|
<receiver>BlameDisplay</receiver>
|
||
|
<slot>slotItemDoubleClicked(QListViewItem*)</slot>
|
||
|
</connection>
|
||
|
</connections>
|
||
|
<slots>
|
||
|
<slot access="protected">slotContextMenuRequested(KListView*,QListViewItem*, const QPoint&)</slot>
|
||
|
<slot access="protected">slotItemDoubleClicked(QListViewItem*)</slot>
|
||
|
</slots>
|
||
|
<layoutdefaults spacing="6" margin="11"/>
|
||
|
<includehints>
|
||
|
<includehint>klistview.h</includehint>
|
||
|
</includehints>
|
||
|
</UI>
|