Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 664111 Details for
Bug 887511
PyQt4 0.9.6 build regression in calibre
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
adv_search_builder.ui file.
adv_search_builder.ui (text/plain), 12.59 KB, created by
Kevin Fenzi
on 2012-12-15 20:03:18 UTC
(
hide
)
Description:
adv_search_builder.ui file.
Filename:
MIME Type:
Creator:
Kevin Fenzi
Created:
2012-12-15 20:03:18 UTC
Size:
12.59 KB
patch
obsolete
><?xml version="1.0" encoding="UTF-8"?> ><ui version="4.0"> > <class>Dialog</class> > <widget class="QDialog" name="Dialog"> > <property name="geometry"> > <rect> > <x>0</x> > <y>0</y> > <width>752</width> > <height>472</height> > </rect> > </property> > <property name="windowTitle"> > <string>Advanced Search</string> > </property> > <property name="windowIcon"> > <iconset> > <normaloff>:/images/search.png</normaloff>:/images/search.png</iconset> > </property> > <layout class="QGridLayout" name="gridLayout_2"> > <item row="0" column="0"> > <widget class="QLabel" name="label_5"> > <property name="text"> > <string>&What kind of match to use:</string> > </property> > <property name="buddy"> > <cstring>matchkind</cstring> > </property> > </widget> > </item> > <item row="0" column="1"> > <widget class="QComboBox" name="matchkind"> > <item> > <property name="text"> > <string>Contains: the word or phrase matches anywhere in the metadata field</string> > </property> > </item> > <item> > <property name="text"> > <string>Equals: the word or phrase must match the entire metadata field</string> > </property> > </item> > <item> > <property name="text"> > <string>Regular expression: the expression must match anywhere in the metadata field</string> > </property> > </item> > </widget> > </item> > <item row="2" column="0" colspan="2"> > <widget class="QTabWidget" name="tabWidget"> > <property name="currentIndex"> > <number>0</number> > </property> > <widget class="QWidget" name="tab"> > <attribute name="title"> > <string>A&dvanced Search</string> > </attribute> > <layout class="QGridLayout" name="gridLayout_3"> > <item row="0" column="0"> > <widget class="QGroupBox" name="groupBox"> > <property name="title"> > <string>Find entries that have...</string> > </property> > <layout class="QVBoxLayout" name="verticalLayout"> > <item> > <layout class="QHBoxLayout" name="horizontalLayout"> > <item> > <widget class="QLabel" name="label"> > <property name="text"> > <string>&All these words:</string> > </property> > <property name="buddy"> > <cstring>all</cstring> > </property> > </widget> > </item> > <item> > <widget class="QLineEdit" name="all"/> > </item> > </layout> > </item> > <item> > <layout class="QHBoxLayout" name="horizontalLayout_2"> > <item> > <widget class="QLabel" name="label_2"> > <property name="text"> > <string>This exact &phrase:</string> > </property> > <property name="buddy"> > <cstring>all</cstring> > </property> > </widget> > </item> > <item> > <widget class="QLineEdit" name="phrase"/> > </item> > </layout> > </item> > <item> > <layout class="QHBoxLayout" name="horizontalLayout_3"> > <item> > <widget class="QLabel" name="label_3"> > <property name="text"> > <string>&One or more of these words:</string> > </property> > <property name="buddy"> > <cstring>all</cstring> > </property> > </widget> > </item> > <item> > <widget class="QLineEdit" name="any"/> > </item> > </layout> > </item> > </layout> > </widget> > </item> > <item row="1" column="0"> > <widget class="QGroupBox" name="groupBox_2"> > <property name="title"> > <string>But dont show entries that have...</string> > </property> > <layout class="QVBoxLayout" name="verticalLayout_2"> > <item> > <layout class="QHBoxLayout" name="horizontalLayout_4"> > <item> > <widget class="QLabel" name="label_4"> > <property name="text"> > <string>Any of these &unwanted words:</string> > </property> > <property name="buddy"> > <cstring>all</cstring> > </property> > </widget> > </item> > <item> > <widget class="QLineEdit" name="none"/> > </item> > </layout> > </item> > <item> > <widget class="QLabel" name="label_6"> > <property name="maximumSize"> > <size> > <width>16777215</width> > <height>30</height> > </size> > </property> > <property name="text"> > <string>See the <a href="http://manual.calibre-ebook.com/gui.html#the-search-interface">User Manual</a> for more help</string> > </property> > <property name="openExternalLinks"> > <bool>true</bool> > </property> > </widget> > </item> > </layout> > </widget> > </item> > <item row="2" column="0"> > <spacer name="verticalSpacer_2"> > <property name="orientation"> > <enum>Qt::Vertical</enum> > </property> > <property name="sizeHint" stdset="0"> > <size> > <width>20</width> > <height>40</height> > </size> > </property> > </spacer> > </item> > <item row="3" column="0"> > <widget class="QDialogButtonBox" name="buttonBox"> > <property name="orientation"> > <enum>Qt::Horizontal</enum> > </property> > <property name="standardButtons"> > <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> > </property> > </widget> > </item> > </layout> > </widget> > <widget class="QWidget" name="tab_2"> > <attribute name="title"> > <string>Nam&e/Description ...</string> > </attribute> > <layout class="QGridLayout" name="gridLayout"> > <item row="1" column="0"> > <widget class="QLabel" name="label_7"> > <property name="text"> > <string>&Name:</string> > </property> > <property name="buddy"> > <cstring>name_box</cstring> > </property> > </widget> > </item> > <item row="1" column="1"> > <widget class="EnLineEdit" name="name_box"> > <property name="toolTip"> > <string>Enter the title.</string> > </property> > </widget> > </item> > <item row="2" column="0"> > <widget class="QLabel" name="label_8"> > <property name="text"> > <string>&Description:</string> > </property> > <property name="buddy"> > <cstring>description_box</cstring> > </property> > </widget> > </item> > <item row="3" column="0"> > <widget class="QLabel" name="price_label"> > <property name="text"> > <string>&Headquarters:</string> > </property> > <property name="buddy"> > <cstring>headquarters_box</cstring> > </property> > </widget> > </item> > <item row="9" column="0" colspan="2"> > <layout class="QHBoxLayout" name="horizontalLayout_6"> > <item> > <widget class="QPushButton" name="clear_button"> > <property name="text"> > <string>&Clear</string> > </property> > </widget> > </item> > <item> > <widget class="QDialogButtonBox" name="tab_2_button_box"> > <property name="standardButtons"> > <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> > </property> > </widget> > </item> > </layout> > </item> > <item row="8" column="1"> > <spacer name="verticalSpacer"> > <property name="orientation"> > <enum>Qt::Vertical</enum> > </property> > <property name="sizeHint" stdset="0"> > <size> > <width>20</width> > <height>40</height> > </size> > </property> > </spacer> > </item> > <item row="0" column="0" colspan="2"> > <widget class="QLabel" name="label_11"> > <property name="text"> > <string>Search only in specific fields:</string> > </property> > </widget> > </item> > <item row="2" column="1"> > <widget class="EnLineEdit" name="description_box"/> > </item> > <item row="4" column="1"> > <widget class="QLineEdit" name="format_box"/> > </item> > <item row="4" column="0"> > <widget class="QLabel" name="label_10"> > <property name="text"> > <string>&Format:</string> > </property> > <property name="buddy"> > <cstring>format_box</cstring> > </property> > </widget> > </item> > <item row="3" column="1"> > <widget class="EnLineEdit" name="headquarters_box"/> > </item> > <item row="5" column="0"> > <widget class="QLabel" name="label_9"> > <property name="text"> > <string>Enabled:</string> > </property> > </widget> > </item> > <item row="6" column="0"> > <widget class="QLabel" name="label_12"> > <property name="text"> > <string>DRM:</string> > </property> > </widget> > </item> > <item row="5" column="1"> > <widget class="QComboBox" name="enabled_combo"> > <item> > <property name="text"> > <string/> > </property> > </item> > <item> > <property name="text"> > <string>true</string> > </property> > </item> > <item> > <property name="text"> > <string>false</string> > </property> > </item> > </widget> > </item> > <item row="6" column="1"> > <widget class="QComboBox" name="drm_combo"> > <item> > <property name="text"> > <string/> > </property> > </item> > <item> > <property name="text"> > <string>true</string> > </property> > </item> > <item> > <property name="text"> > <string>false</string> > </property> > </item> > </widget> > </item> > <item row="7" column="0"> > <widget class="QLabel" name="label_13"> > <property name="text"> > <string>Affiliate:</string> > </property> > </widget> > </item> > <item row="7" column="1"> > <widget class="QComboBox" name="affiliate_combo"> > <item> > <property name="text"> > <string/> > </property> > </item> > <item> > <property name="text"> > <string>true</string> > </property> > </item> > <item> > <property name="text"> > <string>false</string> > </property> > </item> > </widget> > </item> > </layout> > </widget> > </widget> > </item> > <item row="1" column="1"> > <spacer name="verticalSpacer_3"> > <property name="orientation"> > <enum>Qt::Vertical</enum> > </property> > <property name="sizeHint" stdset="0"> > <size> > <width>20</width> > <height>40</height> > </size> > </property> > </spacer> > </item> > </layout> > </widget> > <customwidgets> > <customwidget> > <class>EnLineEdit</class> > <extends>QLineEdit</extends> > <header>widgets.h</header> > </customwidget> > </customwidgets> > <tabstops> > <tabstop>all</tabstop> > <tabstop>phrase</tabstop> > <tabstop>any</tabstop> > <tabstop>none</tabstop> > <tabstop>buttonBox</tabstop> > <tabstop>name_box</tabstop> > <tabstop>description_box</tabstop> > <tabstop>headquarters_box</tabstop> > <tabstop>format_box</tabstop> > <tabstop>clear_button</tabstop> > <tabstop>tab_2_button_box</tabstop> > <tabstop>tabWidget</tabstop> > <tabstop>matchkind</tabstop> > </tabstops> > <resources> > <include location="../../../../resources/images.qrc"/> > </resources> > <connections> > <connection> > <sender>buttonBox</sender> > <signal>accepted()</signal> > <receiver>Dialog</receiver> > <slot>accept()</slot> > <hints> > <hint type="sourcelabel"> > <x>248</x> > <y>254</y> > </hint> > <hint type="destinationlabel"> > <x>157</x> > <y>274</y> > </hint> > </hints> > </connection> > <connection> > <sender>buttonBox</sender> > <signal>rejected()</signal> > <receiver>Dialog</receiver> > <slot>reject()</slot> > <hints> > <hint type="sourcelabel"> > <x>316</x> > <y>260</y> > </hint> > <hint type="destinationlabel"> > <x>286</x> > <y>274</y> > </hint> > </hints> > </connection> > </connections> ></ui>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 887511
: 664111 |
664112