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 <normaloff/> 0026 </iconset> 0027 </property> 0028 </widget> 0029 </item> 0030 <item row="1" column="0" colspan="3"> 0031 <widget class="QTreeView" name="plotsView"> 0032 <property name="sizePolicy"> 0033 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> 0034 <horstretch>0</horstretch> 0035 <verstretch>0</verstretch> 0036 </sizepolicy> 0037 </property> 0038 <property name="mouseTracking"> 0039 <bool>true</bool> 0040 </property> 0041 <property name="editTriggers"> 0042 <set>QAbstractItemView::NoEditTriggers</set> 0043 </property> 0044 <property name="tabKeyNavigation"> 0045 <bool>true</bool> 0046 </property> 0047 <property name="showDropIndicator" stdset="0"> 0048 <bool>false</bool> 0049 </property> 0050 <property name="alternatingRowColors"> 0051 <bool>true</bool> 0052 </property> 0053 <property name="selectionBehavior"> 0054 <enum>QAbstractItemView::SelectRows</enum> 0055 </property> 0056 <property name="indentation"> 0057 <number>10</number> 0058 </property> 0059 <property name="rootIsDecorated"> 0060 <bool>true</bool> 0061 </property> 0062 <property name="itemsExpandable"> 0063 <bool>true</bool> 0064 </property> 0065 <property name="sortingEnabled"> 0066 <bool>true</bool> 0067 </property> 0068 <property name="animated"> 0069 <bool>false</bool> 0070 </property> 0071 <property name="wordWrap"> 0072 <bool>false</bool> 0073 </property> 0074 <property name="headerHidden"> 0075 <bool>true</bool> 0076 </property> 0077 <property name="expandsOnDoubleClick"> 0078 <bool>false</bool> 0079 </property> 0080 <attribute name="headerVisible"> 0081 <bool>false</bool> 0082 </attribute> 0083 <attribute name="headerHighlightSections"> 0084 <bool>false</bool> 0085 </attribute> 0086 </widget> 0087 </item> 0088 <item row="0" column="0"> 0089 <widget class="QLabel" name="label"> 0090 <property name="text"> 0091 <string>Collection: </string> 0092 </property> 0093 </widget> 0094 </item> 0095 <item row="0" column="1"> 0096 <widget class="QComboBox" name="dictionaryNames"/> 0097 </item> 0098 <item row="2" column="2"> 0099 <widget class="QPushButton" name="AddButton"> 0100 <property name="text"> 0101 <string>Add</string> 0102 </property> 0103 <property name="icon"> 0104 <iconset theme="list-add"> 0105 <normaloff/> 0106 </iconset> 0107 </property> 0108 </widget> 0109 </item> 0110 </layout> 0111 </widget> 0112 </widget> 0113 <resources/> 0114 <connections/> 0115 </ui>