Warning, /sdk/kommit/src/libkommitwidgets/widgets/diffwidget.ui is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <ui version="4.0">
0003  <class>DiffWIdget</class>
0004  <widget class="QWidget" name="DiffWIdget">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>580</width>
0010     <height>479</height>
0011    </rect>
0012   </property>
0013   <layout class="QHBoxLayout" name="horizontalLayout">
0014    <item>
0015     <widget class="SegmentsScrollBar" name="widgetSegmentsScrollBar" native="true">
0016      <property name="sizePolicy">
0017       <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
0018        <horstretch>0</horstretch>
0019        <verstretch>0</verstretch>
0020       </sizepolicy>
0021      </property>
0022      <property name="minimumSize">
0023       <size>
0024        <width>60</width>
0025        <height>0</height>
0026       </size>
0027      </property>
0028      <property name="maximumSize">
0029       <size>
0030        <width>60</width>
0031        <height>16777215</height>
0032       </size>
0033      </property>
0034     </widget>
0035    </item>
0036    <item>
0037     <widget class="QSplitter" name="splitter">
0038      <property name="orientation">
0039       <enum>Qt::Horizontal</enum>
0040      </property>
0041      <property name="childrenCollapsible">
0042       <bool>false</bool>
0043      </property>
0044      <widget class="CodeEditor" name="leftCodeEditor">
0045       <property name="contextMenuPolicy">
0046        <enum>Qt::CustomContextMenu</enum>
0047       </property>
0048       <property name="lineWrapMode">
0049        <enum>QPlainTextEdit::NoWrap</enum>
0050       </property>
0051       <property name="readOnly">
0052        <bool>true</bool>
0053       </property>
0054      </widget>
0055      <widget class="SegmentConnector" name="segmentConnector" native="true">
0056       <property name="minimumSize">
0057        <size>
0058         <width>80</width>
0059         <height>0</height>
0060        </size>
0061       </property>
0062       <property name="maximumSize">
0063        <size>
0064         <width>80</width>
0065         <height>16777215</height>
0066        </size>
0067       </property>
0068      </widget>
0069      <widget class="CodeEditor" name="rightCodeEditor">
0070       <property name="contextMenuPolicy">
0071        <enum>Qt::CustomContextMenu</enum>
0072       </property>
0073       <property name="lineWrapMode">
0074        <enum>QPlainTextEdit::NoWrap</enum>
0075       </property>
0076       <property name="readOnly">
0077        <bool>true</bool>
0078       </property>
0079      </widget>
0080     </widget>
0081    </item>
0082   </layout>
0083  </widget>
0084  <customwidgets>
0085   <customwidget>
0086    <class>CodeEditor</class>
0087    <extends>QPlainTextEdit</extends>
0088    <header location="global">widgets/codeeditor.h</header>
0089   </customwidget>
0090   <customwidget>
0091    <class>SegmentConnector</class>
0092    <extends>QWidget</extends>
0093    <header>widgets/segmentconnector.h</header>
0094    <container>1</container>
0095   </customwidget>
0096   <customwidget>
0097    <class>SegmentsScrollBar</class>
0098    <extends>QWidget</extends>
0099    <header>widgets/segmentsscrollbar.h</header>
0100    <container>1</container>
0101   </customwidget>
0102  </customwidgets>
0103  <resources/>
0104  <connections/>
0105 </ui>