Warning, /office/kile/src/dialogs/scriptshortcutdialog_base.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>ScriptShortcutDialog</class>
0004  <widget class="QWidget" name="ScriptShortcutDialog">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>302</width>
0010     <height>275</height>
0011    </rect>
0012   </property>
0013   <property name="sizePolicy">
0014    <sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
0015     <horstretch>0</horstretch>
0016     <verstretch>0</verstretch>
0017    </sizepolicy>
0018   </property>
0019   <layout class="QVBoxLayout" name="verticalLayout">
0020    <item>
0021     <widget class="QGroupBox" name="groupBox">
0022      <property name="sizePolicy">
0023       <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
0024        <horstretch>0</horstretch>
0025        <verstretch>0</verstretch>
0026       </sizepolicy>
0027      </property>
0028      <property name="title">
0029       <string/>
0030      </property>
0031      <layout class="QVBoxLayout" name="verticalLayout_2">
0032       <item>
0033        <widget class="QLabel" name="label_2">
0034         <property name="text">
0035          <string>Choose the type of the key sequence:</string>
0036         </property>
0037         <property name="alignment">
0038          <set>Qt::AlignCenter</set>
0039         </property>
0040        </widget>
0041       </item>
0042       <item>
0043        <spacer name="verticalSpacer_4">
0044         <property name="orientation">
0045          <enum>Qt::Vertical</enum>
0046         </property>
0047         <property name="sizeType">
0048          <enum>QSizePolicy::Fixed</enum>
0049         </property>
0050         <property name="sizeHint" stdset="0">
0051          <size>
0052           <width>20</width>
0053           <height>8</height>
0054          </size>
0055         </property>
0056        </spacer>
0057       </item>
0058       <item>
0059        <layout class="QHBoxLayout" name="horizontalLayout">
0060         <item>
0061          <spacer name="horizontalSpacer">
0062           <property name="orientation">
0063            <enum>Qt::Horizontal</enum>
0064           </property>
0065           <property name="sizeType">
0066            <enum>QSizePolicy::Fixed</enum>
0067           </property>
0068           <property name="sizeHint" stdset="0">
0069            <size>
0070             <width>20</width>
0071             <height>20</height>
0072            </size>
0073           </property>
0074          </spacer>
0075         </item>
0076         <item>
0077          <widget class="QRadioButton" name="m_rbKeySequence">
0078           <property name="text">
0079            <string>Editor key sequence</string>
0080           </property>
0081          </widget>
0082         </item>
0083        </layout>
0084       </item>
0085       <item>
0086        <layout class="QHBoxLayout" name="horizontalLayout_2">
0087         <item>
0088          <spacer name="horizontalSpacer_2">
0089           <property name="orientation">
0090            <enum>Qt::Horizontal</enum>
0091           </property>
0092           <property name="sizeType">
0093            <enum>QSizePolicy::Fixed</enum>
0094           </property>
0095           <property name="sizeHint" stdset="0">
0096            <size>
0097             <width>20</width>
0098             <height>20</height>
0099            </size>
0100           </property>
0101          </spacer>
0102         </item>
0103         <item>
0104          <widget class="QRadioButton" name="m_rbShortcut">
0105           <property name="text">
0106            <string>Shortcut</string>
0107           </property>
0108          </widget>
0109         </item>
0110        </layout>
0111       </item>
0112      </layout>
0113     </widget>
0114    </item>
0115    <item>
0116     <spacer name="verticalSpacer_2">
0117      <property name="orientation">
0118       <enum>Qt::Vertical</enum>
0119      </property>
0120      <property name="sizeType">
0121       <enum>QSizePolicy::Fixed</enum>
0122      </property>
0123      <property name="sizeHint" stdset="0">
0124       <size>
0125        <width>20</width>
0126        <height>12</height>
0127       </size>
0128      </property>
0129     </spacer>
0130    </item>
0131    <item>
0132     <widget class="QLabel" name="m_lbKeySequence">
0133      <property name="text">
0134       <string>Please enter a key sequence for this script:</string>
0135      </property>
0136      <property name="alignment">
0137       <set>Qt::AlignCenter</set>
0138      </property>
0139     </widget>
0140    </item>
0141    <item>
0142     <widget class="QLineEdit" name="m_leKeySequence"/>
0143    </item>
0144    <item>
0145     <widget class="QLabel" name="m_lbShortcut">
0146      <property name="layoutDirection">
0147       <enum>Qt::LeftToRight</enum>
0148      </property>
0149      <property name="text">
0150       <string>Please enter a shortcut for this script:</string>
0151      </property>
0152      <property name="alignment">
0153       <set>Qt::AlignCenter</set>
0154      </property>
0155     </widget>
0156    </item>
0157    <item>
0158     <widget class="KKeySequenceWidget" name="m_keyChooser">
0159      <property name="sizePolicy">
0160       <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
0161        <horstretch>0</horstretch>
0162        <verstretch>0</verstretch>
0163       </sizepolicy>
0164      </property>
0165     </widget>
0166    </item>
0167    <item>
0168     <spacer name="verticalSpacer">
0169      <property name="orientation">
0170       <enum>Qt::Vertical</enum>
0171      </property>
0172      <property name="sizeType">
0173       <enum>QSizePolicy::Expanding</enum>
0174      </property>
0175      <property name="sizeHint" stdset="0">
0176       <size>
0177        <width>20</width>
0178        <height>12</height>
0179       </size>
0180      </property>
0181     </spacer>
0182    </item>
0183   </layout>
0184  </widget>
0185  <customwidgets>
0186   <customwidget>
0187    <class>KKeySequenceWidget</class>
0188    <extends>QWidget</extends>
0189    <header>kkeysequencewidget.h</header>
0190   </customwidget>
0191  </customwidgets>
0192  <tabstops>
0193   <tabstop>m_rbKeySequence</tabstop>
0194   <tabstop>m_rbShortcut</tabstop>
0195  </tabstops>
0196  <resources/>
0197  <connections/>
0198 </ui>