Warning, /sdk/dolphin-plugins/svn/svnlogdialog.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>SvnLogDialog</class>
0004  <widget class="QWidget" name="SvnLogDialog">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>726</width>
0010     <height>654</height>
0011    </rect>
0012   </property>
0013   <property name="sizePolicy">
0014    <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
0015     <horstretch>0</horstretch>
0016     <verstretch>0</verstretch>
0017    </sizepolicy>
0018   </property>
0019   <property name="windowTitle">
0020    <string>SVN Log</string>
0021   </property>
0022   <layout class="QVBoxLayout" name="verticalLayout" stretch="5,1,1,1,1,0">
0023    <item>
0024     <widget class="QTableWidget" name="tLog">
0025      <property name="contextMenuPolicy">
0026       <enum>Qt::CustomContextMenu</enum>
0027      </property>
0028      <property name="editTriggers">
0029       <set>QAbstractItemView::NoEditTriggers</set>
0030      </property>
0031      <property name="selectionMode">
0032       <enum>QAbstractItemView::SingleSelection</enum>
0033      </property>
0034      <property name="selectionBehavior">
0035       <enum>QAbstractItemView::SelectRows</enum>
0036      </property>
0037      <property name="cornerButtonEnabled">
0038       <bool>false</bool>
0039      </property>
0040      <property name="rowCount">
0041       <number>1</number>
0042      </property>
0043      <attribute name="horizontalHeaderStretchLastSection">
0044       <bool>true</bool>
0045      </attribute>
0046      <attribute name="verticalHeaderVisible">
0047       <bool>false</bool>
0048      </attribute>
0049      <attribute name="verticalHeaderStretchLastSection">
0050       <bool>false</bool>
0051      </attribute>
0052      <row/>
0053      <column>
0054       <property name="text">
0055        <string>Revision</string>
0056       </property>
0057      </column>
0058      <column>
0059       <property name="text">
0060        <string>Author</string>
0061       </property>
0062      </column>
0063      <column>
0064       <property name="text">
0065        <string>Date</string>
0066       </property>
0067      </column>
0068      <column>
0069       <property name="text">
0070        <string>Message</string>
0071       </property>
0072      </column>
0073     </widget>
0074    </item>
0075    <item>
0076     <widget class="Line" name="line">
0077      <property name="orientation">
0078       <enum>Qt::Horizontal</enum>
0079      </property>
0080     </widget>
0081    </item>
0082    <item>
0083     <widget class="QPlainTextEdit" name="teMessage"/>
0084    </item>
0085    <item>
0086     <widget class="Line" name="line_2">
0087      <property name="orientation">
0088       <enum>Qt::Horizontal</enum>
0089      </property>
0090     </widget>
0091    </item>
0092    <item>
0093     <widget class="QListWidget" name="lPaths">
0094      <property name="contextMenuPolicy">
0095       <enum>Qt::CustomContextMenu</enum>
0096      </property>
0097     </widget>
0098    </item>
0099    <item>
0100     <layout class="QHBoxLayout" name="horizontalLayout">
0101      <item>
0102       <widget class="QPushButton" name="pbNext100">
0103        <property name="text">
0104         <string>Next 100</string>
0105        </property>
0106        <property name="icon">
0107         <iconset theme="go-down"/>
0108        </property>
0109       </widget>
0110      </item>
0111      <item>
0112       <widget class="QPushButton" name="pbRefresh">
0113        <property name="text">
0114         <string>Refresh</string>
0115        </property>
0116        <property name="icon">
0117         <iconset theme="view-refresh"/>
0118        </property>
0119       </widget>
0120      </item>
0121      <item>
0122       <spacer name="horizontalSpacer">
0123        <property name="orientation">
0124         <enum>Qt::Horizontal</enum>
0125        </property>
0126        <property name="sizeType">
0127         <enum>QSizePolicy::Expanding</enum>
0128        </property>
0129        <property name="sizeHint" stdset="0">
0130         <size>
0131          <width>448</width>
0132          <height>20</height>
0133         </size>
0134        </property>
0135       </spacer>
0136      </item>
0137      <item>
0138       <widget class="QPushButton" name="pbOk">
0139        <property name="sizePolicy">
0140         <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
0141          <horstretch>0</horstretch>
0142          <verstretch>0</verstretch>
0143         </sizepolicy>
0144        </property>
0145        <property name="text">
0146         <string>OK</string>
0147        </property>
0148        <property name="icon">
0149         <iconset theme="dialog-ok"/>
0150        </property>
0151       </widget>
0152      </item>
0153     </layout>
0154    </item>
0155   </layout>
0156  </widget>
0157  <resources/>
0158  <connections/>
0159 </ui>