1 <?xml version="1.0" encoding="UTF-8"?> 2 <ui version="4.0"> 3 <author>Pere Constans</author> 4 <class>c2bReferenceList</class> 5 <widget class="QWidget" name="c2bReferenceList"> 6 <property name="geometry"> 7 <rect> 8 <x>0</x> 9 <y>0</y> 10 <width>738</width> 11 <height>153</height> 12 </rect> 13 </property> 14 <property name="sizePolicy"> 15 <sizepolicy hsizetype="Ignored" vsizetype="Preferred"> 16 <horstretch>0</horstretch> 17 <verstretch>0</verstretch> 18 </sizepolicy> 19 </property> 20 <property name="windowTitle"> 21 <string>References</string> 22 </property> 23 <layout class="QGridLayout"> 24 <property name="margin"> 25 <number>0</number> 26 </property> 27 <property name="spacing"> 28 <number>2</number> 29 </property> 30 <item row="2" column="2"> 31 <widget class="QToolButton" name="clearB"> 32 <property name="toolTip"> 33 <string/> 34 </property> 35 <property name="statusTip"> 36 <string>Clear filter</string> 37 </property> 38 <property name="text"> 39 <string/> 40 </property> 41 <property name="icon"> 42 <iconset resource="cb2bib.qrc"> 43 <normaloff>:/icons/icons/clear_left.png</normaloff>:/icons/icons/clear_left.png</iconset> 44 </property> 45 </widget> 46 </item> 47 <item row="2" column="0"> 48 <widget class="QToolButton" name="filterB"> 49 <property name="statusTip"> 50 <string>Filter Author and Title</string> 51 </property> 52 <property name="text"> 53 <string>...</string> 54 </property> 55 <property name="icon"> 56 <iconset resource="cb2bib.qrc"> 57 <normaloff>:/icons/icons/filter.png</normaloff>:/icons/icons/filter.png</iconset> 58 </property> 59 <property name="popupMode"> 60 <enum>QToolButton::InstantPopup</enum> 61 </property> 62 </widget> 63 </item> 64 <item row="1" column="0" colspan="3"> 65 <widget class="Line" name="line"> 66 <property name="frameShape"> 67 <enum>QFrame::HLine</enum> 68 </property> 69 <property name="frameShadow"> 70 <enum>QFrame::Sunken</enum> 71 </property> 72 <property name="orientation"> 73 <enum>Qt::Horizontal</enum> 74 </property> 75 </widget> 76 </item> 77 <item row="0" column="0" colspan="3"> 78 <widget class="QTreeWidget" name="listView"> 79 <property name="mouseTracking"> 80 <bool>true</bool> 81 </property> 82 <property name="frameShadow"> 83 <enum>QFrame::Raised</enum> 84 </property> 85 <property name="tabKeyNavigation"> 86 <bool>true</bool> 87 </property> 88 <property name="selectionMode"> 89 <enum>QAbstractItemView::ExtendedSelection</enum> 90 </property> 91 <property name="rootIsDecorated"> 92 <bool>false</bool> 93 </property> 94 <property name="sortingEnabled"> 95 <bool>true</bool> 96 </property> 97 <property name="columnCount"> 98 <number>6</number> 99 </property> 100 <column> 101 <property name="text"> 102 <string>0</string> 103 </property> 104 </column> 105 <column> 106 <property name="text"> 107 <string>1</string> 108 </property> 109 </column> 110 <column> 111 <property name="text"> 112 <string>2</string> 113 </property> 114 </column> 115 <column> 116 <property name="text"> 117 <string>3</string> 118 </property> 119 </column> 120 <column> 121 <property name="text"> 122 <string>4</string> 123 </property> 124 </column> 125 <column> 126 <property name="text"> 127 <string>5</string> 128 </property> 129 </column> 130 </widget> 131 </item> 132 <item row="2" column="1"> 133 <widget class="c2bComboBox" name="comboFilter"> 134 <property name="sizePolicy"> 135 <sizepolicy hsizetype="Ignored" vsizetype="Ignored"> 136 <horstretch>0</horstretch> 137 <verstretch>0</verstretch> 138 </sizepolicy> 139 </property> 140 <property name="editable"> 141 <bool>true</bool> 142 </property> 143 <property name="duplicatesEnabled"> 144 <bool>false</bool> 145 </property> 146 </widget> 147 </item> 148 </layout> 149 </widget> 150 <layoutdefault spacing="6" margin="11"/> 151 <customwidgets> 152 <customwidget> 153 <class>c2bComboBox</class> 154 <extends>QComboBox</extends> 155 <header>c2bComboBox.h</header> 156 </customwidget> 157 </customwidgets> 158 <resources> 159 <include location="cb2bib.qrc"/> 160 </resources> 161 <connections> 162 <connection> 163 <sender>clearB</sender> 164 <signal>clicked()</signal> 165 <receiver>comboFilter</receiver> 166 <slot>clearEditText()</slot> 167 <hints> 168 <hint type="sourcelabel"> 169 <x>735</x> 170 <y>152</y> 171 </hint> 172 <hint type="destinationlabel"> 173 <x>548</x> 174 <y>151</y> 175 </hint> 176 </hints> 177 </connection> 178 </connections> 179 </ui>