mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Dont use a custom layout in the UI file as qt designer from qt 6 does not support it
This commit is contained in:
parent
1294a23c95
commit
ece1249fff
@ -963,24 +963,19 @@ A value of zero means calculate automatically.</string>
|
|||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="5" column="0">
|
<item row="5" column="0">
|
||||||
<layout class="FlowLayout">
|
<layout class="QHBoxLayout" name="horizontalLayout_4">
|
||||||
<item>
|
<item>
|
||||||
<widget class="QPushButton" name="em_export_layout_button">
|
<widget class="QPushButton" name="em_reset_layout_button">
|
||||||
<property name="text">
|
|
||||||
<string>Export list</string>
|
|
||||||
</property>
|
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string><p>Click this button to write the current display
|
<string><p>Click this button to reset the list to its default order.</p></string>
|
||||||
settings to a file. This could be useful if you have several libraries with similar
|
</property>
|
||||||
structure and you want to use the same column order for each one.</p></string>
|
<property name="text">
|
||||||
|
<string>Reset list</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QPushButton" name="em_import_layout_button">
|
<widget class="QPushButton" name="em_import_layout_button">
|
||||||
<property name="text">
|
|
||||||
<string>Import list</string>
|
|
||||||
</property>
|
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string><p>Click this button to set the list to one
|
<string><p>Click this button to set the list to one
|
||||||
previously exported. This could be useful if you have several libraries with
|
previously exported. This could be useful if you have several libraries with
|
||||||
@ -989,18 +984,36 @@ in the imported list that aren't in the current library are ignored. Columns in
|
|||||||
the library that are not in the imported list are put at the end and marked
|
the library that are not in the imported list are put at the end and marked
|
||||||
as displayable.</p></string>
|
as displayable.</p></string>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="text">
|
||||||
|
<string>Import list</string>
|
||||||
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QPushButton" name="em_reset_layout_button">
|
<widget class="QPushButton" name="em_export_layout_button">
|
||||||
<property name="text">
|
|
||||||
<string>Reset list</string>
|
|
||||||
</property>
|
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string><p>Click this button to reset the list to its default order.</p></string>
|
<string><p>Click this button to write the current display
|
||||||
|
settings to a file. This could be useful if you have several libraries with similar
|
||||||
|
structure and you want to use the same column order for each one.</p></string>
|
||||||
|
</property>
|
||||||
|
<property name="text">
|
||||||
|
<string>Export list</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
<item>
|
||||||
|
<spacer name="horizontalSpacer">
|
||||||
|
<property name="orientation">
|
||||||
|
<enum>Qt::Horizontal</enum>
|
||||||
|
</property>
|
||||||
|
<property name="sizeHint" stdset="0">
|
||||||
|
<size>
|
||||||
|
<width>40</width>
|
||||||
|
<height>20</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
|
</spacer>
|
||||||
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
@ -1037,7 +1050,7 @@ will be elided, otherwise they will be word wrapped.</string>
|
|||||||
<item row="2" column="0">
|
<item row="2" column="0">
|
||||||
<widget class="QLabel" name="label_1023">
|
<widget class="QLabel" name="label_1023">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string> </string>
|
<string/>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
@ -1064,14 +1077,14 @@ will be elided, otherwise they will be word wrapped.</string>
|
|||||||
</item>
|
</item>
|
||||||
<item row="3" column="0" colspan="2">
|
<item row="3" column="0" colspan="2">
|
||||||
<widget class="QCheckBox" name="opt_edit_metadata_templates_only_F2_on_booklist">
|
<widget class="QCheckBox" name="opt_edit_metadata_templates_only_F2_on_booklist">
|
||||||
<property name="text">
|
|
||||||
<string>&Tab key doesn't edit column templates in the book list</string>
|
|
||||||
</property>
|
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string><p>Check this box to disable editing the template for
|
<string><p>Check this box to disable editing the template for
|
||||||
a "Column built from other columns" in the book list when the column is entered
|
a "Column built from other columns" in the book list when the column is entered
|
||||||
using the Tab key. The F2 (Edit) key will still open the template editor.</p></string>
|
using the Tab key. The F2 (Edit) key will still open the template editor.</p></string>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="text">
|
||||||
|
<string>&Tab key doesn't edit column templates in the book list</string>
|
||||||
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
@ -1663,11 +1676,6 @@ column being examined (the left-hand pane)</string>
|
|||||||
<header>calibre/gui2/widgets2.h</header>
|
<header>calibre/gui2/widgets2.h</header>
|
||||||
<container>1</container>
|
<container>1</container>
|
||||||
</customwidget>
|
</customwidget>
|
||||||
<customwidget>
|
|
||||||
<class>FlowLayout</class>
|
|
||||||
<extends>QLayout</extends>
|
|
||||||
<header>calibre/gui2/widgets2.h</header>
|
|
||||||
</customwidget>
|
|
||||||
</customwidgets>
|
</customwidgets>
|
||||||
<resources>
|
<resources>
|
||||||
<include location="../../../../resources/images.qrc"/>
|
<include location="../../../../resources/images.qrc"/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user