Warning, /education/kiten/radselect/radical_selector.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  <author>Joe Kerian (jkerian@gmail.com)</author>
0004  <comment>Used for the main window for kiten's radselect program.</comment>
0005  <class>radical_selector</class>
0006  <widget class="QWidget" name="radical_selector">
0007   <property name="geometry">
0008    <rect>
0009     <x>0</x>
0010     <y>0</y>
0011     <width>608</width>
0012     <height>610</height>
0013    </rect>
0014   </property>
0015   <property name="sizePolicy">
0016    <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
0017     <horstretch>0</horstretch>
0018     <verstretch>0</verstretch>
0019    </sizepolicy>
0020   </property>
0021   <property name="windowTitle">
0022    <string>RadicalSelector</string>
0023   </property>
0024   <layout class="QVBoxLayout">
0025    <property name="spacing">
0026     <number>6</number>
0027    </property>
0028    <property name="margin">
0029     <number>9</number>
0030    </property>
0031    <item>
0032     <widget class="QGroupBox" name="groupBox">
0033      <property name="sizePolicy">
0034       <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0035        <horstretch>0</horstretch>
0036        <verstretch>0</verstretch>
0037       </sizepolicy>
0038      </property>
0039      <property name="title">
0040       <string>Results</string>
0041      </property>
0042      <layout class="QVBoxLayout">
0043       <property name="spacing">
0044        <number>6</number>
0045       </property>
0046       <property name="margin">
0047        <number>9</number>
0048       </property>
0049       <item>
0050        <widget class="QListWidget" name="selected_radicals">
0051         <property name="sizePolicy">
0052          <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0053           <horstretch>0</horstretch>
0054           <verstretch>0</verstretch>
0055          </sizepolicy>
0056         </property>
0057         <property name="editTriggers">
0058          <set>QAbstractItemView::NoEditTriggers</set>
0059         </property>
0060         <property name="dragDropMode">
0061          <enum>QAbstractItemView::NoDragDrop</enum>
0062         </property>
0063         <property name="movement">
0064          <enum>QListView::Static</enum>
0065         </property>
0066         <property name="resizeMode">
0067          <enum>QListView::Adjust</enum>
0068         </property>
0069         <property name="viewMode">
0070          <enum>QListView::IconMode</enum>
0071         </property>
0072        </widget>
0073       </item>
0074       <item>
0075        <layout class="QHBoxLayout" name="horizontalLayout">
0076         <item>
0077          <widget class="QLineEdit" name="copied_line"/>
0078         </item>
0079         <item>
0080          <widget class="QPushButton" name="copy_button">
0081           <property name="text">
0082            <string>&amp;To Clipboard</string>
0083           </property>
0084          </widget>
0085         </item>
0086        </layout>
0087       </item>
0088      </layout>
0089     </widget>
0090    </item>
0091    <item>
0092     <layout class="QHBoxLayout">
0093      <property name="spacing">
0094       <number>6</number>
0095      </property>
0096      <property name="margin">
0097       <number>0</number>
0098      </property>
0099      <item>
0100       <widget class="QLabel" name="strokes_label_2">
0101        <property name="text">
0102         <string>Strokes:</string>
0103        </property>
0104        <property name="alignment">
0105         <set>Qt::AlignCenter</set>
0106        </property>
0107       </widget>
0108      </item>
0109      <item>
0110       <widget class="QSpinBox" name="strokes_low">
0111        <property name="sizePolicy">
0112         <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0113          <horstretch>0</horstretch>
0114          <verstretch>0</verstretch>
0115         </sizepolicy>
0116        </property>
0117       </widget>
0118      </item>
0119      <item>
0120       <widget class="QLabel" name="strokes_label">
0121        <property name="text">
0122         <string> - </string>
0123        </property>
0124        <property name="alignment">
0125         <set>Qt::AlignCenter</set>
0126        </property>
0127       </widget>
0128      </item>
0129      <item>
0130       <widget class="QSpinBox" name="strokes_high">
0131        <property name="sizePolicy">
0132         <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0133          <horstretch>0</horstretch>
0134          <verstretch>0</verstretch>
0135         </sizepolicy>
0136        </property>
0137        <property name="wrapping">
0138         <bool>true</bool>
0139        </property>
0140       </widget>
0141      </item>
0142      <item>
0143       <spacer>
0144        <property name="orientation">
0145         <enum>Qt::Horizontal</enum>
0146        </property>
0147        <property name="sizeHint" stdset="0">
0148         <size>
0149          <width>40</width>
0150          <height>20</height>
0151         </size>
0152        </property>
0153       </spacer>
0154      </item>
0155      <item>
0156       <widget class="QPushButton" name="clear_button">
0157        <property name="sizePolicy">
0158         <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0159          <horstretch>0</horstretch>
0160          <verstretch>0</verstretch>
0161         </sizepolicy>
0162        </property>
0163        <property name="text">
0164         <string>Clear</string>
0165        </property>
0166       </widget>
0167      </item>
0168     </layout>
0169    </item>
0170    <item>
0171     <widget class="QScrollArea" name="radical_box">
0172      <property name="sizePolicy">
0173       <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
0174        <horstretch>0</horstretch>
0175        <verstretch>0</verstretch>
0176       </sizepolicy>
0177      </property>
0178      <property name="frameShape">
0179       <enum>QFrame::StyledPanel</enum>
0180      </property>
0181      <property name="frameShadow">
0182       <enum>QFrame::Raised</enum>
0183      </property>
0184     </widget>
0185    </item>
0186   </layout>
0187  </widget>
0188  <tabstops>
0189   <tabstop>clear_button</tabstop>
0190   <tabstop>selected_radicals</tabstop>
0191  </tabstops>
0192  <resources/>
0193  <connections/>
0194 </ui>