Warning, /graphics/kst-plot/src/libkstapp/shortcutdialog.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>ShortcutDialog</class>
0004  <widget class="QDialog" name="ShortcutDialog">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>476</width>
0010     <height>491</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string comment="kst is the name of the app.">Kst keyboard shortcuts</string>
0015   </property>
0016   <layout class="QGridLayout" name="gridLayout">
0017    <item row="0" column="0">
0018     <layout class="QHBoxLayout">
0019      <item>
0020       <widget class="QLabel" name="label">
0021        <property name="text">
0022         <string/>
0023        </property>
0024        <property name="pixmap">
0025         <pixmap resource="../images/icons.qrc">:/kst.png</pixmap>
0026        </property>
0027       </widget>
0028      </item>
0029      <item>
0030       <widget class="QLabel" name="_toplabel">
0031        <property name="font">
0032         <font>
0033          <pointsize>26</pointsize>
0034         </font>
0035        </property>
0036        <property name="text">
0037         <string comment="the name of the app, but no other meaning.">Kst shortcuts</string>
0038        </property>
0039       </widget>
0040      </item>
0041     </layout>
0042    </item>
0043    <item row="0" column="1">
0044     <spacer>
0045      <property name="orientation">
0046       <enum>Qt::Horizontal</enum>
0047      </property>
0048      <property name="sizeHint" stdset="0">
0049       <size>
0050        <width>40</width>
0051        <height>20</height>
0052       </size>
0053      </property>
0054     </spacer>
0055    </item>
0056    <item row="1" column="0" colspan="2">
0057     <widget class="QTextEdit" name="text"/>
0058    </item>
0059    <item row="2" column="1">
0060     <widget class="QDialogButtonBox" name="buttonBox">
0061      <property name="orientation">
0062       <enum>Qt::Horizontal</enum>
0063      </property>
0064      <property name="standardButtons">
0065       <set>QDialogButtonBox::Close</set>
0066      </property>
0067     </widget>
0068    </item>
0069   </layout>
0070  </widget>
0071  <resources>
0072   <include location="../images/icons.qrc"/>
0073  </resources>
0074  <connections>
0075   <connection>
0076    <sender>buttonBox</sender>
0077    <signal>clicked(QAbstractButton*)</signal>
0078    <receiver>ShortcutDialog</receiver>
0079    <slot>accept()</slot>
0080    <hints>
0081     <hint type="sourcelabel">
0082      <x>191</x>
0083      <y>257</y>
0084     </hint>
0085     <hint type="destinationlabel">
0086      <x>191</x>
0087      <y>138</y>
0088     </hint>
0089    </hints>
0090   </connection>
0091  </connections>
0092 </ui>