mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 10:52:51 +00:00
43 lines
1.2 KiB
XML
43 lines
1.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0" >
|
|
<class>ModOnHdWidget</class>
|
|
<widget class="QWidget" name="ModOnHdWidget" >
|
|
<layout class="QGridLayout" >
|
|
<property name="margin" >
|
|
<number>0</number>
|
|
</property>
|
|
<item rowspan="2" row="0" column="0" >
|
|
<widget class="QLabel" name="lblIcon" />
|
|
</item>
|
|
<item row="1" column="1" >
|
|
<widget class="QCheckBox" name="chkIgnoreWhiteSpaces" >
|
|
<property name="sizePolicy" >
|
|
<sizepolicy>
|
|
<hsizetype>7</hsizetype>
|
|
<vsizetype>0</vsizetype>
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="text" >
|
|
<string>Ignore white space changes</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="2" >
|
|
<widget class="QPushButton" name="btnDiff" >
|
|
<property name="whatsThis" >
|
|
<string>Calculates the difference between the editor contents and the disk file using diff(1).</string>
|
|
</property>
|
|
<property name="text" >
|
|
<string>&View Difference</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="1" colspan="2" >
|
|
<widget class="QLabel" name="lblText" />
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<connections/>
|
|
</ui>
|