Warning, /education/khipu/src/dictionarycollection.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>DictionaryCollectionWidget</class>
0004  <widget class="QDockWidget" name="DictionaryCollectionWidget">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>300</width>
0010     <height>164</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Add from Dictionary</string>
0015   </property>
0016   <widget class="QWidget" name="dockWidgetContents">
0017    <layout class="QGridLayout" name="gridLayout">
0018     <item row="0" column="2">
0019      <widget class="QPushButton" name="importDictionary">
0020       <property name="text">
0021        <string>Import Dictionary</string>
0022       </property>
0023       <property name="icon">
0024        <iconset theme="document-import"/>
0025       </property>
0026      </widget>
0027     </item>
0028     <item row="1" column="0" colspan="3">
0029      <widget class="QTreeView" name="plotsView">
0030       <property name="sizePolicy">
0031        <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
0032         <horstretch>0</horstretch>
0033         <verstretch>0</verstretch>
0034        </sizepolicy>
0035       </property>
0036       <property name="mouseTracking">
0037        <bool>true</bool>
0038       </property>
0039       <property name="editTriggers">
0040        <set>QAbstractItemView::NoEditTriggers</set>
0041       </property>
0042       <property name="tabKeyNavigation">
0043        <bool>true</bool>
0044       </property>
0045       <property name="showDropIndicator" stdset="0">
0046        <bool>false</bool>
0047       </property>
0048       <property name="alternatingRowColors">
0049        <bool>true</bool>
0050       </property>
0051       <property name="selectionBehavior">
0052        <enum>QAbstractItemView::SelectRows</enum>
0053       </property>
0054       <property name="indentation">
0055        <number>10</number>
0056       </property>
0057       <property name="rootIsDecorated">
0058        <bool>true</bool>
0059       </property>
0060       <property name="itemsExpandable">
0061        <bool>true</bool>
0062       </property>
0063       <property name="sortingEnabled">
0064        <bool>true</bool>
0065       </property>
0066       <property name="animated">
0067        <bool>false</bool>
0068       </property>
0069       <property name="wordWrap">
0070        <bool>false</bool>
0071       </property>
0072       <property name="headerHidden">
0073        <bool>true</bool>
0074       </property>
0075       <property name="expandsOnDoubleClick">
0076        <bool>false</bool>
0077       </property>
0078       <attribute name="headerVisible">
0079        <bool>false</bool>
0080       </attribute>
0081       <attribute name="headerHighlightSections">
0082        <bool>false</bool>
0083       </attribute>
0084      </widget>
0085     </item>
0086     <item row="0" column="0">
0087      <widget class="QLabel" name="label">
0088       <property name="text">
0089        <string>Collection: </string>
0090       </property>
0091      </widget>
0092     </item>
0093     <item row="0" column="1">
0094      <widget class="QComboBox" name="dictionaryNames"/>
0095     </item>
0096     <item row="2" column="2">
0097      <widget class="QPushButton" name="AddButton">
0098       <property name="text">
0099        <string>Add</string>
0100       </property>
0101       <property name="icon">
0102        <iconset theme="list-add"/>
0103       </property>
0104      </widget>
0105     </item>
0106    </layout>
0107   </widget>
0108  </widget>
0109  <resources/>
0110  <connections/>
0111 </ui>