Warning, /kdevelop/kdevelop/plugins/debuggercommon/widgets/debuggerconsoleview.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>MainWindow</class>
0004  <widget class="QMainWindow" name="MainWindow">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>605</width>
0010     <height>330</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string comment="@title:window">Debugger Console</string>
0015   </property>
0016   <property name="windowIcon">
0017    <iconset theme="dialog-scripts"/>
0018   </property>
0019   <widget class="QWidget" name="centralwidget"/>
0020   <widget class="QToolBar" name="toolBar">
0021    <property name="movable">
0022     <bool>false</bool>
0023    </property>
0024    <property name="allowedAreas">
0025     <set>Qt::BottomToolBarArea</set>
0026    </property>
0027    <property name="iconSize">
0028     <size>
0029      <width>22</width>
0030      <height>22</height>
0031     </size>
0032    </property>
0033    <property name="floatable">
0034     <bool>false</bool>
0035    </property>
0036    <attribute name="toolBarArea">
0037     <enum>TopToolBarArea</enum>
0038    </attribute>
0039    <attribute name="toolBarBreak">
0040     <bool>false</bool>
0041    </attribute>
0042    <addaction name="actRepeat"/>
0043    <addaction name="actInterrupt"/>
0044   </widget>
0045   <action name="actInterrupt">
0046    <property name="enabled">
0047     <bool>true</bool>
0048    </property>
0049    <property name="icon">
0050     <iconset theme="media-playback-pause"/>
0051    </property>
0052    <property name="text">
0053     <string comment="@action">Interrupt</string>
0054    </property>
0055    <property name="toolTip">
0056     <string comment="@info:tooltip">Pause execution of the app to enter debugger commands</string>
0057    </property>
0058   </action>
0059   <action name="actRepeat">
0060    <property name="checkable">
0061     <bool>true</bool>
0062    </property>
0063    <property name="checked">
0064     <bool>true</bool>
0065    </property>
0066    <property name="icon">
0067     <iconset theme="edit-redo"/>
0068    </property>
0069    <property name="text">
0070     <string comment="@action">Repeat</string>
0071    </property>
0072    <property name="toolTip">
0073     <string comment="@info:tooltip">Repeat last sent command when hit &lt;Return&gt;</string>
0074    </property>
0075   </action>
0076  </widget>
0077  <resources/>
0078  <connections/>
0079 </ui>