Warning, /sdk/kommit/src/libkommitwidgets/dialogs/runnerdialog.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>RunnerDialog</class>
0004  <widget class="QDialog" name="RunnerDialog">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>496</width>
0010     <height>381</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Run command</string>
0015   </property>
0016   <property name="windowIcon">
0017    <iconset theme="kommit">
0018     <normaloff>.</normaloff>.</iconset>
0019   </property>
0020   <layout class="QVBoxLayout" name="verticalLayout_2">
0021    <item>
0022     <widget class="QLineEdit" name="lineEditCommand">
0023      <property name="frame">
0024       <bool>false</bool>
0025      </property>
0026      <property name="readOnly">
0027       <bool>true</bool>
0028      </property>
0029     </widget>
0030    </item>
0031    <item>
0032     <widget class="QProgressBar" name="progressBar">
0033      <property name="value">
0034       <number>0</number>
0035      </property>
0036      <property name="format">
0037       <string>%p%</string>
0038      </property>
0039     </widget>
0040    </item>
0041    <item>
0042     <widget class="QTabWidget" name="tabWidget">
0043      <property name="currentIndex">
0044       <number>0</number>
0045      </property>
0046      <widget class="QWidget" name="tab">
0047       <attribute name="title">
0048        <string>Output</string>
0049       </attribute>
0050       <layout class="QVBoxLayout" name="verticalLayout">
0051        <item>
0052         <widget class="QTextBrowser" name="textBrowser">
0053          <property name="font">
0054           <font>
0055            <family>Monospace</family>
0056           </font>
0057          </property>
0058          <property name="styleSheet">
0059           <string notr="true">QTextBrowser {
0060 background-color: rgb(30, 30, 30);
0061 color: rgb(245, 245, 245);
0062 }</string>
0063          </property>
0064          <property name="lineWrapMode">
0065           <enum>QTextEdit::NoWrap</enum>
0066          </property>
0067          <property name="html">
0068           <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
0069 &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
0070 p, li { white-space: pre-wrap; }
0071 &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Monospace'; font-size:10pt; font-weight:400; font-style:normal;&quot;&gt;
0072 &lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:9pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0073          </property>
0074         </widget>
0075        </item>
0076       </layout>
0077      </widget>
0078     </widget>
0079    </item>
0080    <item>
0081     <layout class="QHBoxLayout" name="horizontalLayout">
0082      <item>
0083       <spacer name="horizontalSpacer">
0084        <property name="orientation">
0085         <enum>Qt::Horizontal</enum>
0086        </property>
0087        <property name="sizeHint" stdset="0">
0088         <size>
0089          <width>40</width>
0090          <height>20</height>
0091         </size>
0092        </property>
0093       </spacer>
0094      </item>
0095      <item>
0096       <widget class="QPushButton" name="pushButtonStop">
0097        <property name="text">
0098         <string>Stop</string>
0099        </property>
0100       </widget>
0101      </item>
0102      <item>
0103       <widget class="QPushButton" name="pushButtonClose">
0104        <property name="text">
0105         <string>Close</string>
0106        </property>
0107       </widget>
0108      </item>
0109     </layout>
0110    </item>
0111   </layout>
0112  </widget>
0113  <resources/>
0114  <connections/>
0115 </ui>