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.
tdesvn/src/svnfrontend/blamedisplay.ui

112 lines
3.6 KiB

<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>BlameDisplay</class>
<widget class="TQWidget">
<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="TDEListView">
<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(TDEListView*,TQListViewItem*,const TQPoint&amp;)</signal>
<receiver>BlameDisplay</receiver>
<slot>slotContextMenuRequested(TDEListView*,TQListViewItem*,const TQPoint&amp;)</slot>
</connection>
<connection>
<sender>m_BlameList</sender>
<signal>doubleClicked(TQListViewItem*)</signal>
<receiver>BlameDisplay</receiver>
<slot>slotItemDoubleClicked(TQListViewItem*)</slot>
</connection>
</connections>
<forwards>
<forward>class TQListViewItem;</forward>
</forwards>
<slots>
<slot access="protected">slotContextMenuRequested(TDEListView*,TQListViewItem*, const TQPoint&amp;)</slot>
<slot access="protected">slotItemDoubleClicked(TQListViewItem*)</slot>
</slots>
<layoutdefaults spacing="6" margin="11"/>
<includes>
<include location="global" impldecl="in implementation">tdelistview.h</include>
</includes>
</UI>