Warning, /accessibility/kmouth/phrasebook/phrasebookdialog.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>PhraseBookDialog</class>
0004  <widget class="QWidget" name="PhraseBookDialog">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>564</width>
0010     <height>393</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Phrase Book</string>
0015   </property>
0016   <layout class="QGridLayout">
0017    <property name="margin">
0018     <number>0</number>
0019    </property>
0020    <property name="spacing">
0021     <number>6</number>
0022    </property>
0023    <item row="1" column="0">
0024     <widget class="QGroupBox" name="phrasebox">
0025      <property name="title">
0026       <string>&amp;Currently Selected Phrase or Phrase Book</string>
0027      </property>
0028      <layout class="QGridLayout">
0029       <property name="margin">
0030        <number>11</number>
0031       </property>
0032       <property name="spacing">
0033        <number>6</number>
0034       </property>
0035       <item row="3" column="2">
0036        <widget class="KKeySequenceWidget" name="keyButton" native="true">
0037         <property name="whatsThis">
0038          <string>By clicking on this button you can select the keyboard shortcut associated with the selected phrase.</string>
0039         </property>
0040        </widget>
0041       </item>
0042       <item row="1" column="0" colspan="3">
0043        <widget class="KLineEdit" name="lineEdit">
0044         <property name="whatsThis">
0045          <string>With this line edit you define the name of a sub-phrasebook or the contents of a phrase.</string>
0046         </property>
0047        </widget>
0048       </item>
0049       <item row="3" column="0">
0050        <widget class="QRadioButton" name="noKey">
0051         <property name="whatsThis">
0052          <string>If you select this option then the selected phrase will not be reachable by a keyboard shortcut.</string>
0053         </property>
0054         <property name="text">
0055          <string>&amp;None</string>
0056         </property>
0057        </widget>
0058       </item>
0059       <item row="3" column="1">
0060        <widget class="QRadioButton" name="customKey">
0061         <property name="whatsThis">
0062          <string>If you select this option then the selected phrase will be reachable by a keyboard shortcut. You can change the shortcut with the button next to this option.</string>
0063         </property>
0064         <property name="text">
0065          <string>C&amp;ustom</string>
0066         </property>
0067        </widget>
0068       </item>
0069       <item row="2" column="0" colspan="3">
0070        <widget class="QLabel" name="shortcutLabel">
0071         <property name="text">
0072          <string>Shortcut for the phrase:</string>
0073         </property>
0074        </widget>
0075       </item>
0076       <item row="0" column="0" colspan="3">
0077        <widget class="QLabel" name="textLabel">
0078         <property name="whatsThis">
0079          <string>With this line edit you define the name of a sub-phrasebook or the contents of a phrase.</string>
0080         </property>
0081         <property name="text">
0082          <string>Text of the &amp;phrase:</string>
0083         </property>
0084         <property name="buddy">
0085          <cstring>lineEdit</cstring>
0086         </property>
0087        </widget>
0088       </item>
0089      </layout>
0090     </widget>
0091    </item>
0092    <item row="0" column="0">
0093     <widget class="QTreeView" name="treeView">
0094      <property name="contextMenuPolicy">
0095       <enum>Qt::CustomContextMenu</enum>
0096      </property>
0097      <property name="whatsThis">
0098       <string>This list contains the current phrase book in a tree structure. You can select and modify individual phrases and sub phrase books</string>
0099      </property>
0100      <property name="dragEnabled">
0101       <bool>true</bool>
0102      </property>
0103      <property name="dragDropMode">
0104       <enum>QAbstractItemView::InternalMove</enum>
0105      </property>
0106      <property name="defaultDropAction">
0107       <enum>Qt::MoveAction</enum>
0108      </property>
0109      <property name="selectionMode">
0110       <enum>QAbstractItemView::ExtendedSelection</enum>
0111      </property>
0112      <property name="uniformRowHeights">
0113       <bool>true</bool>
0114      </property>
0115      <property name="allColumnsShowFocus">
0116       <bool>true</bool>
0117      </property>
0118      <attribute name="headerDefaultSectionSize">
0119       <number>300</number>
0120      </attribute>
0121     </widget>
0122    </item>
0123   </layout>
0124  </widget>
0125  <customwidgets>
0126   <customwidget>
0127    <class>KLineEdit</class>
0128    <extends>QLineEdit</extends>
0129    <header>klineedit.h</header>
0130   </customwidget>
0131   <customwidget>
0132    <class>KKeySequenceWidget</class>
0133    <extends>QWidget</extends>
0134    <header>kkeysequencewidget.h</header>
0135    <container>1</container>
0136   </customwidget>
0137  </customwidgets>
0138  <resources/>
0139  <connections/>
0140 </ui>