1 <ui version="4.0" > 2 <author>Pere Constans</author> 3 <class>c2bRLWebSearchSettings</class> 4 <widget class="QDialog" name="c2bRLWebSearchSettings" > 5 <property name="geometry" > 6 <rect> 7 <x>0</x> 8 <y>0</y> 9 <width>466</width> 10 <height>152</height> 11 </rect> 12 </property> 13 <property name="windowTitle" > 14 <string>Web Search Settings - cb2Bib</string> 15 </property> 16 <property name="sizeGripEnabled" > 17 <bool>false</bool> 18 </property> 19 <layout class="QGridLayout" > 20 <property name="margin" > 21 <number>6</number> 22 </property> 23 <property name="spacing" > 24 <number>3</number> 25 </property> 26 <item row="3" column="0" colspan="3" > 27 <widget class="QCheckBox" name="addQuotes" > 28 <property name="text" > 29 <string>&Add quotes to query</string> 30 </property> 31 </widget> 32 </item> 33 <item row="4" column="1" > 34 <spacer> 35 <property name="orientation" > 36 <enum>Qt::Vertical</enum> 37 </property> 38 <property name="sizeType" > 39 <enum>QSizePolicy::Expanding</enum> 40 </property> 41 <property name="sizeHint" stdset="0" > 42 <size> 43 <width>20</width> 44 <height>20</height> 45 </size> 46 </property> 47 </spacer> 48 </item> 49 <item row="5" column="0" colspan="3" > 50 <widget class="Line" name="line" > 51 <property name="orientation" > 52 <enum>Qt::Horizontal</enum> 53 </property> 54 </widget> 55 </item> 56 <item row="6" column="2" > 57 <widget class="QDialogButtonBox" name="buttonBox" > 58 <property name="layoutDirection" > 59 <enum>Qt::LeftToRight</enum> 60 </property> 61 <property name="autoFillBackground" > 62 <bool>true</bool> 63 </property> 64 <property name="orientation" > 65 <enum>Qt::Horizontal</enum> 66 </property> 67 <property name="standardButtons" > 68 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> 69 </property> 70 <property name="centerButtons" > 71 <bool>false</bool> 72 </property> 73 </widget> 74 </item> 75 <item row="6" column="0" > 76 <spacer> 77 <property name="orientation" > 78 <enum>Qt::Horizontal</enum> 79 </property> 80 <property name="sizeHint" stdset="0" > 81 <size> 82 <width>121</width> 83 <height>20</height> 84 </size> 85 </property> 86 </spacer> 87 </item> 88 <item row="0" column="0" colspan="3" > 89 <widget class="QLabel" name="label" > 90 <property name="text" > 91 <string>Search Engine:</string> 92 </property> 93 </widget> 94 </item> 95 <item row="1" column="0" colspan="3" > 96 <widget class="c2bComboBox" name="searchEngine" > 97 <property name="editable" > 98 <bool>true</bool> 99 </property> 100 <property name="insertPolicy" > 101 <enum>QComboBox::NoInsert</enum> 102 </property> 103 </widget> 104 </item> 105 <item row="2" column="0" colspan="3" > 106 <widget class="Line" name="line_2" > 107 <property name="orientation" > 108 <enum>Qt::Horizontal</enum> 109 </property> 110 </widget> 111 </item> 112 </layout> 113 </widget> 114 <customwidgets> 115 <customwidget> 116 <class>c2bComboBox</class> 117 <extends>QComboBox</extends> 118 <header>c2bComboBox.h</header> 119 </customwidget> 120 </customwidgets> 121 <tabstops> 122 <tabstop>addQuotes</tabstop> 123 <tabstop>buttonBox</tabstop> 124 </tabstops> 125 <resources/> 126 <connections> 127 <connection> 128 <sender>buttonBox</sender> 129 <signal>accepted()</signal> 130 <receiver>c2bRLWebSearchSettings</receiver> 131 <slot>accept()</slot> 132 <hints> 133 <hint type="sourcelabel" > 134 <x>455</x> 135 <y>140</y> 136 </hint> 137 <hint type="destinationlabel" > 138 <x>157</x> 139 <y>161</y> 140 </hint> 141 </hints> 142 </connection> 143 <connection> 144 <sender>buttonBox</sender> 145 <signal>rejected()</signal> 146 <receiver>c2bRLWebSearchSettings</receiver> 147 <slot>reject()</slot> 148 <hints> 149 <hint type="sourcelabel" > 150 <x>455</x> 151 <y>146</y> 152 </hint> 153 <hint type="destinationlabel" > 154 <x>286</x> 155 <y>161</y> 156 </hint> 157 </hints> 158 </connection> 159 </connections> 160 </ui>