~ubuntu-branches/debian/experimental/calibre/experimental

« back to all changes in this revision

Viewing changes to src/calibre/gui2/preferences/look_feel_ui.py

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2012-10-03 23:18:14 UTC
  • mfrom: (1.3.36)
  • Revision ID: package-import@ubuntu.com-20121003231814-i67zl632zxlj4qn1
Tags: 0.9.0+dfsg-1
* New upstream release.
* debian/control, debian/rules: ttf-liberation is no more, move to
  fonts-liberation. Thanks to Kan-Ru Chen! (Closes: #674838)
* debian/calibre.install: Drop pyPdf, not shipped upstream any more.
* debian/control: Add new python-netifaces dependency.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
# Form implementation generated from reading ui file '/home/kovid/work/calibre/src/calibre/gui2/preferences/look_feel.ui'
4
4
#
5
 
# Created: Sun Jul  8 22:37:51 2012
 
5
# Created: Sat Sep  1 09:42:56 2012
6
6
#      by: PyQt4 UI code generator 4.9.4
7
7
#
8
8
# WARNING! All changes made in this file will be lost!
103
103
        self.tab_4.setObjectName(_fromUtf8("tab_4"))
104
104
        self.gridLayout_12 = QtGui.QGridLayout(self.tab_4)
105
105
        self.gridLayout_12.setObjectName(_fromUtf8("gridLayout_12"))
 
106
        self.label_3 = QtGui.QLabel(self.tab_4)
 
107
        self.label_3.setWordWrap(True)
 
108
        self.label_3.setObjectName(_fromUtf8("label_3"))
 
109
        self.gridLayout_12.addWidget(self.label_3, 2, 1, 1, 1)
 
110
        self.opt_use_roman_numerals_for_series_number = QtGui.QCheckBox(self.tab_4)
 
111
        self.opt_use_roman_numerals_for_series_number.setChecked(True)
 
112
        self.opt_use_roman_numerals_for_series_number.setObjectName(_fromUtf8("opt_use_roman_numerals_for_series_number"))
 
113
        self.gridLayout_12.addWidget(self.opt_use_roman_numerals_for_series_number, 0, 1, 1, 1)
106
114
        self.groupBox = QtGui.QGroupBox(self.tab_4)
107
115
        self.groupBox.setObjectName(_fromUtf8("groupBox"))
108
116
        self.gridLayout_3 = QtGui.QGridLayout(self.groupBox)
109
117
        self.gridLayout_3.setObjectName(_fromUtf8("gridLayout_3"))
110
 
        self.field_display_order = QtGui.QListView(self.groupBox)
111
 
        self.field_display_order.setAlternatingRowColors(True)
112
 
        self.field_display_order.setObjectName(_fromUtf8("field_display_order"))
113
 
        self.gridLayout_3.addWidget(self.field_display_order, 0, 0, 3, 1)
114
118
        self.df_up_button = QtGui.QToolButton(self.groupBox)
115
119
        icon1 = QtGui.QIcon()
116
120
        icon1.addPixmap(QtGui.QPixmap(_fromUtf8(I("arrow-up.png"))), QtGui.QIcon.Normal, QtGui.QIcon.Off)
123
127
        self.df_down_button.setIcon(icon2)
124
128
        self.df_down_button.setObjectName(_fromUtf8("df_down_button"))
125
129
        self.gridLayout_3.addWidget(self.df_down_button, 2, 1, 1, 1)
 
130
        self.field_display_order = QtGui.QListView(self.groupBox)
 
131
        self.field_display_order.setAlternatingRowColors(True)
 
132
        self.field_display_order.setObjectName(_fromUtf8("field_display_order"))
 
133
        self.gridLayout_3.addWidget(self.field_display_order, 0, 0, 3, 1)
126
134
        spacerItem1 = QtGui.QSpacerItem(20, 40, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Expanding)
127
135
        self.gridLayout_3.addItem(spacerItem1, 1, 1, 1, 1)
128
 
        self.gridLayout_12.addWidget(self.groupBox, 1, 0, 2, 1)
 
136
        self.gridLayout_12.addWidget(self.groupBox, 2, 0, 2, 1)
129
137
        self.hboxlayout = QtGui.QHBoxLayout()
130
138
        self.hboxlayout.setObjectName(_fromUtf8("hboxlayout"))
131
139
        self.label = QtGui.QLabel(self.tab_4)
135
143
        self.opt_default_author_link.setObjectName(_fromUtf8("opt_default_author_link"))
136
144
        self.hboxlayout.addWidget(self.opt_default_author_link)
137
145
        self.gridLayout_12.addLayout(self.hboxlayout, 0, 0, 1, 1)
138
 
        self.opt_use_roman_numerals_for_series_number = QtGui.QCheckBox(self.tab_4)
139
 
        self.opt_use_roman_numerals_for_series_number.setChecked(True)
140
 
        self.opt_use_roman_numerals_for_series_number.setObjectName(_fromUtf8("opt_use_roman_numerals_for_series_number"))
141
 
        self.gridLayout_12.addWidget(self.opt_use_roman_numerals_for_series_number, 0, 1, 1, 1)
142
 
        self.label_3 = QtGui.QLabel(self.tab_4)
143
 
        self.label_3.setWordWrap(True)
144
 
        self.label_3.setObjectName(_fromUtf8("label_3"))
145
 
        self.gridLayout_12.addWidget(self.label_3, 1, 1, 1, 1)
 
146
        self.opt_bd_show_cover = QtGui.QCheckBox(self.tab_4)
 
147
        self.opt_bd_show_cover.setObjectName(_fromUtf8("opt_bd_show_cover"))
 
148
        self.gridLayout_12.addWidget(self.opt_bd_show_cover, 1, 0, 1, 2)
146
149
        icon3 = QtGui.QIcon()
147
150
        icon3.addPixmap(QtGui.QPixmap(_fromUtf8(I("book.png"))), QtGui.QIcon.Normal, QtGui.QIcon.Off)
148
151
        self.tabWidget.addTab(self.tab_4, icon3, _fromUtf8(""))
248
251
        self.label_widget_style.setText(_("User interface &style (needs restart):"))
249
252
        self.opt_book_list_tooltips.setText(_("Show &tooltips in the book list"))
250
253
        self.tabWidget.setTabText(self.tabWidget.indexOf(self.tab), _("Main Interface"))
 
254
        self.label_3.setText(_("Note that <b>comments</b> will always be displayed at the end, regardless of the position you assign here."))
 
255
        self.opt_use_roman_numerals_for_series_number.setText(_("Use &Roman numerals for series"))
251
256
        self.groupBox.setTitle(_("Select displayed metadata"))
252
257
        self.df_up_button.setToolTip(_("Move up"))
253
258
        self.df_down_button.setToolTip(_("Move down"))
257
262
"be used when no link has been provided for the author using\n"
258
263
"Manage Authors. You can use the values {author} and\n"
259
264
"{author_sort}, and any template function."))
260
 
        self.opt_use_roman_numerals_for_series_number.setText(_("Use &Roman numerals for series"))
261
 
        self.label_3.setText(_("Note that <b>comments</b> will always be displayed at the end, regardless of the position you assign here."))
 
265
        self.opt_bd_show_cover.setText(_("Show &cover in the book details panel"))
262
266
        self.tabWidget.setTabText(self.tabWidget.indexOf(self.tab_4), _("Book Details"))
263
267
        self.opt_categories_using_hierarchy.setToolTip(_("A comma-separated list of categories in which items containing\n"
264
268
"periods are displayed in the tag browser trees. For example, if\n"