Warning, /education/kwordquiz/src/prefcharacterbase.ui is written in an unsupported language. File is not indexed.

0001 <ui version="4.0" >
0002   <author>Peter Hedlund &lt;peter.hedlund@kdemail.net></author>
0003  <class>PrefCharacterBase</class>
0004  <widget class="QWidget" name="PrefCharacterBase" >
0005   <property name="geometry" >
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>423</width>
0010     <height>377</height>
0011    </rect>
0012   </property>
0013   <property name="minimumSize" >
0014    <size>
0015     <width>300</width>
0016     <height>350</height>
0017    </size>
0018   </property>
0019   <layout class="QGridLayout" >
0020    <property name="margin" >
0021     <number>0</number>
0022    </property>
0023    <property name="spacing" >
0024     <number>6</number>
0025    </property>
0026    <item row="3" column="0" colspan="2" >
0027     <widget class="QLabel" name="lblShortCutInfo" >
0028      <property name="frameShape" >
0029       <enum>QFrame::NoFrame</enum>
0030      </property>
0031      <property name="frameShadow" >
0032       <enum>QFrame::Plain</enum>
0033      </property>
0034      <property name="text" >
0035       <string>Note: Select Settings -> Configure Shortcuts... to change the shortcut associated with each action.</string>
0036      </property>
0037      <property name="alignment" >
0038       <set>Qt::AlignVCenter</set>
0039      </property>
0040      <property name="wordWrap" >
0041       <bool>true</bool>
0042      </property>
0043     </widget>
0044    </item>
0045    <item row="0" column="0" colspan="2" >
0046     <widget class="QTreeWidget" name="CharacterTree" >
0047      <property name="toolTip" >
0048       <string>Select character to modify</string>
0049      </property>
0050      <property name="whatsThis" >
0051       <string>Customizable special character actions</string>
0052      </property>
0053      <property name="rootIsDecorated" >
0054       <bool>false</bool>
0055      </property>
0056      <property name="columnCount" >
0057       <number>3</number>
0058      </property>
0059      <column>
0060       <property name="text" >
0061        <string>0</string>
0062       </property>
0063      </column>
0064      <column>
0065       <property name="text" >
0066        <string>1</string>
0067       </property>
0068      </column>
0069      <column>
0070       <property name="text" >
0071        <string>2</string>
0072       </property>
0073      </column>
0074     </widget>
0075    </item>
0076    <item row="1" column="1" >
0077     <layout class="QGridLayout" >
0078      <property name="margin" >
0079       <number>0</number>
0080      </property>
0081      <property name="spacing" >
0082       <number>6</number>
0083      </property>
0084      <item rowspan="2" row="0" column="1" >
0085       <spacer>
0086        <property name="orientation" >
0087         <enum>Qt::Horizontal</enum>
0088        </property>
0089        <property name="sizeType" >
0090         <enum>QSizePolicy::Fixed</enum>
0091        </property>
0092        <property name="sizeHint" >
0093         <size>
0094          <width>30</width>
0095          <height>50</height>
0096         </size>
0097        </property>
0098       </spacer>
0099      </item>
0100      <item row="1" column="2" >
0101       <widget class="QPushButton" name="btnCharacter" >
0102        <property name="toolTip" >
0103         <string>Click to choose a new character</string>
0104        </property>
0105        <property name="whatsThis" >
0106         <string>Choose a character for the selected action</string>
0107        </property>
0108        <property name="text" >
0109         <string>C&amp;haracter...</string>
0110        </property>
0111       </widget>
0112      </item>
0113      <item row="0" column="2" >
0114       <spacer>
0115        <property name="orientation" >
0116         <enum>Qt::Vertical</enum>
0117        </property>
0118        <property name="sizeType" >
0119         <enum>QSizePolicy::Fixed</enum>
0120        </property>
0121        <property name="sizeHint" >
0122         <size>
0123          <width>31</width>
0124          <height>31</height>
0125         </size>
0126        </property>
0127       </spacer>
0128      </item>
0129      <item rowspan="2" row="0" column="0" >
0130       <widget class="QLabel" name="lblPreview" >
0131        <property name="sizePolicy" >
0132         <sizepolicy>
0133          <hsizetype>1</hsizetype>
0134          <vsizetype>1</vsizetype>
0135          <horstretch>0</horstretch>
0136          <verstretch>0</verstretch>
0137         </sizepolicy>
0138        </property>
0139        <property name="font" >
0140         <font>
0141          <family></family>
0142          <pointsize>36</pointsize>
0143          <weight>50</weight>
0144          <italic>false</italic>
0145          <bold>false</bold>
0146          <underline>false</underline>
0147          <strikeout>false</strikeout>
0148         </font>
0149        </property>
0150        <property name="toolTip" >
0151         <string>Preview of current character</string>
0152        </property>
0153        <property name="whatsThis" >
0154         <string>Preview of the character associated with the selected action</string>
0155        </property>
0156        <property name="text" >
0157         <string>A</string>
0158        </property>
0159        <property name="alignment" >
0160         <set>Qt::AlignBottom</set>
0161        </property>
0162       </widget>
0163      </item>
0164     </layout>
0165    </item>
0166    <item row="1" column="0" >
0167     <spacer>
0168      <property name="orientation" >
0169       <enum>Qt::Horizontal</enum>
0170      </property>
0171      <property name="sizeType" >
0172       <enum>QSizePolicy::Expanding</enum>
0173      </property>
0174      <property name="sizeHint" >
0175       <size>
0176        <width>220</width>
0177        <height>30</height>
0178       </size>
0179      </property>
0180     </spacer>
0181    </item>
0182    <item row="2" column="0" colspan="2" >
0183     <widget class="Line" name="line1" >
0184      <property name="frameShape" >
0185       <enum>QFrame::HLine</enum>
0186      </property>
0187      <property name="frameShadow" >
0188       <enum>QFrame::Sunken</enum>
0189      </property>
0190      <property name="orientation" >
0191       <enum>Qt::Horizontal</enum>
0192      </property>
0193     </widget>
0194    </item>
0195   </layout>
0196  </widget>
0197  <tabstops>
0198   <tabstop>btnCharacter</tabstop>
0199  </tabstops>
0200  <resources/>
0201  <connections/>
0202 </ui>