2012-12-21 08:51:59 +01:00
|
|
|
<?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>
|
2020-11-17 10:55:18 +01:00
|
|
|
<width>623</width>
|
2017-01-08 10:41:12 +01:00
|
|
|
<height>514</height>
|
2012-12-21 08:51:59 +01:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_31">
|
|
|
|
<property name="text">
|
2020-11-17 10:55:18 +01:00
|
|
|
<string>SCHEDULING_OPTIONS_GROUP</string>
|
2012-12-21 08:51:59 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QComboBox" name="dconf">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
|
|
<horstretch>3</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="confOpts">
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>16777215</width>
|
|
|
|
<height>32</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2020-11-17 10:55:18 +01:00
|
|
|
<string>ACTIONS_MANAGE</string>
|
2012-12-21 08:51:59 +01:00
|
|
|
</property>
|
|
|
|
<property name="toolButtonStyle">
|
|
|
|
<enum>Qt::ToolButtonTextBesideIcon</enum>
|
|
|
|
</property>
|
|
|
|
<property name="arrowType">
|
|
|
|
<enum>Qt::NoArrow</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="count">
|
2013-05-16 09:50:48 +02:00
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true">* { color: red }</string>
|
|
|
|
</property>
|
2012-12-21 08:51:59 +01:00
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
2013-05-16 09:50:48 +02:00
|
|
|
<property name="wordWrap">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2012-12-21 08:51:59 +01:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QTabWidget" name="tabWidget">
|
|
|
|
<property name="currentIndex">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="tab">
|
|
|
|
<attribute name="title">
|
2020-11-17 10:55:18 +01:00
|
|
|
<string>SCHEDULING_NEW_CARDS</string>
|
2012-12-21 08:51:59 +01:00
|
|
|
</attribute>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
2018-07-11 13:23:22 +02:00
|
|
|
<property name="leftMargin">
|
|
|
|
<number>12</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>12</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>12</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
2017-09-08 08:06:09 +02:00
|
|
|
<number>12</number>
|
|
|
|
</property>
|
2012-12-21 08:51:59 +01:00
|
|
|
<item>
|
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
2017-09-08 08:06:09 +02:00
|
|
|
<property name="spacing">
|
|
|
|
<number>12</number>
|
|
|
|
</property>
|
rework sibling handling and change bury semantics
First, burying changes:
- unburying now happens on day rollover, or when manually unburying from
overview screen
- burying is not performed when returning to deck list, or when closing
collection, so burying now must mark cards as modified to ensure sync
consistent
- because they're no longer temporary to a session, make sure we exclude them
in filtered decks in -is:suspended
Sibling spacing changes:
- core behaviour now based on automatically burying related cards when we
answer a card
- applies to reviews, optionally to new cards, and never to cards in the
learning queue (partly because we can't suspend/bury cards in that queue at
the moment)
- this means spacing works consistently in filtered decks now, works on
reviews even when user is late to review, and provides better separation of
new cards
- if burying new cards disabled, we just discard them from the current queue.
an option to set due=ord*space+due would be nicer, but would require
changing a lot of code and is more appropriate for a future major version
change. discarding from queue suffers from the same issue as the new card
cycling in that queue rebuilds may cause cards to be shown close together,
so the default burying behaviour is preferable
- refer to them as 'related cards' rather than 'siblings'
These changes don't require any changes to the database format, so they
should hopefully coexist with older clients without issue.
2013-08-10 08:54:33 +02:00
|
|
|
<item row="5" column="0">
|
|
|
|
<widget class="QLabel" name="label_24">
|
|
|
|
<property name="text">
|
2020-11-17 10:55:18 +01:00
|
|
|
<string>SCHEDULING_STARTING_EASE</string>
|
rework sibling handling and change bury semantics
First, burying changes:
- unburying now happens on day rollover, or when manually unburying from
overview screen
- burying is not performed when returning to deck list, or when closing
collection, so burying now must mark cards as modified to ensure sync
consistent
- because they're no longer temporary to a session, make sure we exclude them
in filtered decks in -is:suspended
Sibling spacing changes:
- core behaviour now based on automatically burying related cards when we
answer a card
- applies to reviews, optionally to new cards, and never to cards in the
learning queue (partly because we can't suspend/bury cards in that queue at
the moment)
- this means spacing works consistently in filtered decks now, works on
reviews even when user is late to review, and provides better separation of
new cards
- if burying new cards disabled, we just discard them from the current queue.
an option to set due=ord*space+due would be nicer, but would require
changing a lot of code and is more appropriate for a future major version
change. discarding from queue suffers from the same issue as the new card
cycling in that queue rebuilds may cause cards to be shown close together,
so the default burying behaviour is preferable
- refer to them as 'related cards' rather than 'siblings'
These changes don't require any changes to the database format, so they
should hopefully coexist with older clients without issue.
2013-08-10 08:54:33 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="5" column="1">
|
|
|
|
<widget class="QSpinBox" name="lrnFactor">
|
2020-01-31 03:19:51 +01:00
|
|
|
<property name="suffix">
|
2020-11-17 10:55:18 +01:00
|
|
|
<string notr="true">%</string>
|
2020-01-31 03:19:51 +01:00
|
|
|
</property>
|
rework sibling handling and change bury semantics
First, burying changes:
- unburying now happens on day rollover, or when manually unburying from
overview screen
- burying is not performed when returning to deck list, or when closing
collection, so burying now must mark cards as modified to ensure sync
consistent
- because they're no longer temporary to a session, make sure we exclude them
in filtered decks in -is:suspended
Sibling spacing changes:
- core behaviour now based on automatically burying related cards when we
answer a card
- applies to reviews, optionally to new cards, and never to cards in the
learning queue (partly because we can't suspend/bury cards in that queue at
the moment)
- this means spacing works consistently in filtered decks now, works on
reviews even when user is late to review, and provides better separation of
new cards
- if burying new cards disabled, we just discard them from the current queue.
an option to set due=ord*space+due would be nicer, but would require
changing a lot of code and is more appropriate for a future major version
change. discarding from queue suffers from the same issue as the new card
cycling in that queue rebuilds may cause cards to be shown close together,
so the default burying behaviour is preferable
- refer to them as 'related cards' rather than 'siblings'
These changes don't require any changes to the database format, so they
should hopefully coexist with older clients without issue.
2013-08-10 08:54:33 +02:00
|
|
|
<property name="minimum">
|
|
|
|
<number>130</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>999</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="label_8">
|
|
|
|
<property name="text">
|
2020-11-17 10:55:18 +01:00
|
|
|
<string>SCHEDULING_ORDER</string>
|
rework sibling handling and change bury semantics
First, burying changes:
- unburying now happens on day rollover, or when manually unburying from
overview screen
- burying is not performed when returning to deck list, or when closing
collection, so burying now must mark cards as modified to ensure sync
consistent
- because they're no longer temporary to a session, make sure we exclude them
in filtered decks in -is:suspended
Sibling spacing changes:
- core behaviour now based on automatically burying related cards when we
answer a card
- applies to reviews, optionally to new cards, and never to cards in the
learning queue (partly because we can't suspend/bury cards in that queue at
the moment)
- this means spacing works consistently in filtered decks now, works on
reviews even when user is late to review, and provides better separation of
new cards
- if burying new cards disabled, we just discard them from the current queue.
an option to set due=ord*space+due would be nicer, but would require
changing a lot of code and is more appropriate for a future major version
change. discarding from queue suffers from the same issue as the new card
cycling in that queue rebuilds may cause cards to be shown close together,
so the default burying behaviour is preferable
- refer to them as 'related cards' rather than 'siblings'
These changes don't require any changes to the database format, so they
should hopefully coexist with older clients without issue.
2013-08-10 08:54:33 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="4" column="1">
|
|
|
|
<widget class="QSpinBox" name="lrnEasyInt">
|
|
|
|
<property name="minimum">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="1">
|
|
|
|
<widget class="QSpinBox" name="lrnGradInt">
|
|
|
|
<property name="minimum">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-12-21 08:51:59 +01:00
|
|
|
<item row="2" column="2">
|
|
|
|
<widget class="QLabel" name="newplim">
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="4" column="0">
|
|
|
|
<widget class="QLabel" name="label_5">
|
|
|
|
<property name="text">
|
2020-11-17 10:55:18 +01:00
|
|
|
<string>SCHEDULING_EASY_INTERVAL</string>
|
2012-12-21 08:51:59 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="0">
|
|
|
|
<widget class="QLabel" name="label_4">
|
|
|
|
<property name="text">
|
2020-11-17 10:55:18 +01:00
|
|
|
<string>SCHEDULING_GRADUATING_INTERVAL</string>
|
2012-12-21 08:51:59 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="1">
|
|
|
|
<widget class="QSpinBox" name="newPerDay">
|
|
|
|
<property name="maximum">
|
|
|
|
<number>9999</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QLabel" name="label_6">
|
|
|
|
<property name="text">
|
2020-11-17 10:55:18 +01:00
|
|
|
<string>SCHEDULING_NEW_CARDSDAY</string>
|
2012-12-21 08:51:59 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1" colspan="2">
|
|
|
|
<widget class="QLineEdit" name="lrnSteps"/>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="label_2">
|
|
|
|
<property name="text">
|
2020-11-17 10:55:18 +01:00
|
|
|
<string>SCHEDULING_STEPS_IN_MINUTES</string>
|
2012-12-21 08:51:59 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1" colspan="2">
|
|
|
|
<widget class="QComboBox" name="newOrder"/>
|
|
|
|
</item>
|
|
|
|
<item row="6" column="0" colspan="3">
|
rework sibling handling and change bury semantics
First, burying changes:
- unburying now happens on day rollover, or when manually unburying from
overview screen
- burying is not performed when returning to deck list, or when closing
collection, so burying now must mark cards as modified to ensure sync
consistent
- because they're no longer temporary to a session, make sure we exclude them
in filtered decks in -is:suspended
Sibling spacing changes:
- core behaviour now based on automatically burying related cards when we
answer a card
- applies to reviews, optionally to new cards, and never to cards in the
learning queue (partly because we can't suspend/bury cards in that queue at
the moment)
- this means spacing works consistently in filtered decks now, works on
reviews even when user is late to review, and provides better separation of
new cards
- if burying new cards disabled, we just discard them from the current queue.
an option to set due=ord*space+due would be nicer, but would require
changing a lot of code and is more appropriate for a future major version
change. discarding from queue suffers from the same issue as the new card
cycling in that queue rebuilds may cause cards to be shown close together,
so the default burying behaviour is preferable
- refer to them as 'related cards' rather than 'siblings'
These changes don't require any changes to the database format, so they
should hopefully coexist with older clients without issue.
2013-08-10 08:54:33 +02:00
|
|
|
<widget class="QCheckBox" name="bury">
|
2012-12-21 08:51:59 +01:00
|
|
|
<property name="text">
|
2020-11-17 10:55:18 +01:00
|
|
|
<string>SCHEDULING_BURY_RELATED_NEW_CARDS_UNTIL_THE</string>
|
2012-12-21 08:51:59 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="4" column="2">
|
|
|
|
<widget class="QLabel" name="label_9">
|
|
|
|
<property name="text">
|
2020-11-17 10:55:18 +01:00
|
|
|
<string>SCHEDULING_DAYS</string>
|
2012-12-21 08:51:59 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="2">
|
|
|
|
<widget class="QLabel" name="label_7">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2020-11-17 10:55:18 +01:00
|
|
|
<string>SCHEDULING_DAYS</string>
|
2012-12-21 08:51:59 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<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>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<widget class="QWidget" name="tab_3">
|
|
|
|
<attribute name="title">
|
2020-11-17 10:55:18 +01:00
|
|
|
<string>SCHEDULING_REVIEWS</string>
|
2012-12-21 08:51:59 +01:00
|
|
|
</attribute>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_4">
|
2018-07-11 13:23:22 +02:00
|
|
|
<property name="leftMargin">
|
|
|
|
<number>12</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>12</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>12</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
2017-09-08 08:06:09 +02:00
|
|
|
<number>12</number>
|
|
|
|
</property>
|
2012-12-21 08:51:59 +01:00
|
|
|
<item>
|
|
|
|
<layout class="QGridLayout" name="gridLayout_3">
|
2017-09-08 08:06:09 +02:00
|
|
|
<property name="spacing">
|
|
|
|
<number>12</number>
|
|
|
|
</property>
|
rework sibling handling and change bury semantics
First, burying changes:
- unburying now happens on day rollover, or when manually unburying from
overview screen
- burying is not performed when returning to deck list, or when closing
collection, so burying now must mark cards as modified to ensure sync
consistent
- because they're no longer temporary to a session, make sure we exclude them
in filtered decks in -is:suspended
Sibling spacing changes:
- core behaviour now based on automatically burying related cards when we
answer a card
- applies to reviews, optionally to new cards, and never to cards in the
learning queue (partly because we can't suspend/bury cards in that queue at
the moment)
- this means spacing works consistently in filtered decks now, works on
reviews even when user is late to review, and provides better separation of
new cards
- if burying new cards disabled, we just discard them from the current queue.
an option to set due=ord*space+due would be nicer, but would require
changing a lot of code and is more appropriate for a future major version
change. discarding from queue suffers from the same issue as the new card
cycling in that queue rebuilds may cause cards to be shown close together,
so the default burying behaviour is preferable
- refer to them as 'related cards' rather than 'siblings'
These changes don't require any changes to the database format, so they
should hopefully coexist with older clients without issue.
2013-08-10 08:54:33 +02:00
|
|
|
<item row="1" column="0">
|
2012-12-21 08:51:59 +01:00
|
|
|
<widget class="QLabel" name="label_20">
|
|
|
|
<property name="text">
|
2020-11-17 10:55:18 +01:00
|
|
|
<string>SCHEDULING_EASY_BONUS</string>
|
2012-12-21 08:51:59 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QSpinBox" name="easyBonus">
|
2020-01-31 03:19:51 +01:00
|
|
|
<property name="suffix">
|
2020-11-17 10:55:18 +01:00
|
|
|
<string notr="true">%</string>
|
2020-01-31 03:19:51 +01:00
|
|
|
</property>
|
2012-12-21 08:51:59 +01:00
|
|
|
<property name="minimum">
|
|
|
|
<number>100</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>1000</number>
|
|
|
|
</property>
|
|
|
|
<property name="singleStep">
|
|
|
|
<number>5</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QSpinBox" name="revPerDay">
|
|
|
|
<property name="minimum">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>9999</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
rework sibling handling and change bury semantics
First, burying changes:
- unburying now happens on day rollover, or when manually unburying from
overview screen
- burying is not performed when returning to deck list, or when closing
collection, so burying now must mark cards as modified to ensure sync
consistent
- because they're no longer temporary to a session, make sure we exclude them
in filtered decks in -is:suspended
Sibling spacing changes:
- core behaviour now based on automatically burying related cards when we
answer a card
- applies to reviews, optionally to new cards, and never to cards in the
learning queue (partly because we can't suspend/bury cards in that queue at
the moment)
- this means spacing works consistently in filtered decks now, works on
reviews even when user is late to review, and provides better separation of
new cards
- if burying new cards disabled, we just discard them from the current queue.
an option to set due=ord*space+due would be nicer, but would require
changing a lot of code and is more appropriate for a future major version
change. discarding from queue suffers from the same issue as the new card
cycling in that queue rebuilds may cause cards to be shown close together,
so the default burying behaviour is preferable
- refer to them as 'related cards' rather than 'siblings'
These changes don't require any changes to the database format, so they
should hopefully coexist with older clients without issue.
2013-08-10 08:54:33 +02:00
|
|
|
<item row="2" column="0">
|
2012-12-21 08:51:59 +01:00
|
|
|
<widget class="QLabel" name="label_33">
|
|
|
|
<property name="text">
|
2020-11-17 10:55:18 +01:00
|
|
|
<string>SCHEDULING_INTERVAL_MODIFIER</string>
|
2012-12-21 08:51:59 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="label_37">
|
|
|
|
<property name="text">
|
2020-11-17 10:55:18 +01:00
|
|
|
<string>SCHEDULING_MAXIMUM_REVIEWSDAY</string>
|
2012-12-21 08:51:59 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
rework sibling handling and change bury semantics
First, burying changes:
- unburying now happens on day rollover, or when manually unburying from
overview screen
- burying is not performed when returning to deck list, or when closing
collection, so burying now must mark cards as modified to ensure sync
consistent
- because they're no longer temporary to a session, make sure we exclude them
in filtered decks in -is:suspended
Sibling spacing changes:
- core behaviour now based on automatically burying related cards when we
answer a card
- applies to reviews, optionally to new cards, and never to cards in the
learning queue (partly because we can't suspend/bury cards in that queue at
the moment)
- this means spacing works consistently in filtered decks now, works on
reviews even when user is late to review, and provides better separation of
new cards
- if burying new cards disabled, we just discard them from the current queue.
an option to set due=ord*space+due would be nicer, but would require
changing a lot of code and is more appropriate for a future major version
change. discarding from queue suffers from the same issue as the new card
cycling in that queue rebuilds may cause cards to be shown close together,
so the default burying behaviour is preferable
- refer to them as 'related cards' rather than 'siblings'
These changes don't require any changes to the database format, so they
should hopefully coexist with older clients without issue.
2013-08-10 08:54:33 +02:00
|
|
|
<item row="3" column="0">
|
2012-12-21 08:51:59 +01:00
|
|
|
<widget class="QLabel" name="label_3">
|
|
|
|
<property name="text">
|
2020-11-17 10:55:18 +01:00
|
|
|
<string>SCHEDULING_MAXIMUM_INTERVAL</string>
|
2012-12-21 08:51:59 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
rework sibling handling and change bury semantics
First, burying changes:
- unburying now happens on day rollover, or when manually unburying from
overview screen
- burying is not performed when returning to deck list, or when closing
collection, so burying now must mark cards as modified to ensure sync
consistent
- because they're no longer temporary to a session, make sure we exclude them
in filtered decks in -is:suspended
Sibling spacing changes:
- core behaviour now based on automatically burying related cards when we
answer a card
- applies to reviews, optionally to new cards, and never to cards in the
learning queue (partly because we can't suspend/bury cards in that queue at
the moment)
- this means spacing works consistently in filtered decks now, works on
reviews even when user is late to review, and provides better separation of
new cards
- if burying new cards disabled, we just discard them from the current queue.
an option to set due=ord*space+due would be nicer, but would require
changing a lot of code and is more appropriate for a future major version
change. discarding from queue suffers from the same issue as the new card
cycling in that queue rebuilds may cause cards to be shown close together,
so the default burying behaviour is preferable
- refer to them as 'related cards' rather than 'siblings'
These changes don't require any changes to the database format, so they
should hopefully coexist with older clients without issue.
2013-08-10 08:54:33 +02:00
|
|
|
<item row="3" column="1">
|
2012-12-21 08:51:59 +01:00
|
|
|
<widget class="QSpinBox" name="maxIvl">
|
2020-01-31 03:19:51 +01:00
|
|
|
<property name="suffix">
|
|
|
|
<string/>
|
|
|
|
</property>
|
2012-12-21 08:51:59 +01:00
|
|
|
<property name="minimum">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>99999</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
rework sibling handling and change bury semantics
First, burying changes:
- unburying now happens on day rollover, or when manually unburying from
overview screen
- burying is not performed when returning to deck list, or when closing
collection, so burying now must mark cards as modified to ensure sync
consistent
- because they're no longer temporary to a session, make sure we exclude them
in filtered decks in -is:suspended
Sibling spacing changes:
- core behaviour now based on automatically burying related cards when we
answer a card
- applies to reviews, optionally to new cards, and never to cards in the
learning queue (partly because we can't suspend/bury cards in that queue at
the moment)
- this means spacing works consistently in filtered decks now, works on
reviews even when user is late to review, and provides better separation of
new cards
- if burying new cards disabled, we just discard them from the current queue.
an option to set due=ord*space+due would be nicer, but would require
changing a lot of code and is more appropriate for a future major version
change. discarding from queue suffers from the same issue as the new card
cycling in that queue rebuilds may cause cards to be shown close together,
so the default burying behaviour is preferable
- refer to them as 'related cards' rather than 'siblings'
These changes don't require any changes to the database format, so they
should hopefully coexist with older clients without issue.
2013-08-10 08:54:33 +02:00
|
|
|
<item row="3" column="2">
|
2012-12-21 08:51:59 +01:00
|
|
|
<widget class="QLabel" name="label_23">
|
|
|
|
<property name="text">
|
2020-11-17 10:55:18 +01:00
|
|
|
<string>SCHEDULING_DAYS</string>
|
2012-12-21 08:51:59 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-10-18 03:38:29 +02:00
|
|
|
<item row="0" column="2">
|
|
|
|
<widget class="QLabel" name="revplim">
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="1">
|
|
|
|
<widget class="QDoubleSpinBox" name="fi1">
|
2020-01-31 03:19:51 +01:00
|
|
|
<property name="suffix">
|
2020-11-17 10:55:18 +01:00
|
|
|
<string notr="true">%</string>
|
2020-01-31 03:19:51 +01:00
|
|
|
</property>
|
2013-10-18 03:38:29 +02:00
|
|
|
<property name="decimals">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="minimum">
|
|
|
|
<double>0.000000000000000</double>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<double>999.000000000000000</double>
|
|
|
|
</property>
|
|
|
|
<property name="singleStep">
|
|
|
|
<double>1.000000000000000</double>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<double>100.000000000000000</double>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2018-07-11 13:23:22 +02:00
|
|
|
<item row="5" column="0" colspan="3">
|
2013-10-18 03:38:29 +02:00
|
|
|
<widget class="QCheckBox" name="buryRev">
|
|
|
|
<property name="text">
|
2020-11-17 10:55:18 +01:00
|
|
|
<string>SCHEDULING_BURY_RELATED_REVIEWS_UNTIL_THE_NEXT</string>
|
2013-10-18 03:38:29 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2018-07-11 13:23:22 +02:00
|
|
|
<item row="4" column="0">
|
|
|
|
<widget class="QLabel" name="hardFactorLabel">
|
|
|
|
<property name="text">
|
2020-11-17 10:55:18 +01:00
|
|
|
<string>SCHEDULING_HARD_INTERVAL</string>
|
2018-07-11 13:23:22 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="4" column="1">
|
|
|
|
<widget class="QSpinBox" name="hardFactor">
|
2020-01-31 03:19:51 +01:00
|
|
|
<property name="suffix">
|
2020-11-17 10:55:18 +01:00
|
|
|
<string notr="true">%</string>
|
2020-01-31 03:19:51 +01:00
|
|
|
</property>
|
2018-07-11 13:23:22 +02:00
|
|
|
<property name="minimum">
|
|
|
|
<number>5</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>120</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-12-21 08:51:59 +01:00
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="verticalSpacer_3">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>152</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<widget class="QWidget" name="tab_2">
|
|
|
|
<attribute name="title">
|
2020-11-17 10:55:18 +01:00
|
|
|
<string>SCHEDULING_LAPSES</string>
|
2012-12-21 08:51:59 +01:00
|
|
|
</attribute>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
2018-07-11 13:23:22 +02:00
|
|
|
<property name="leftMargin">
|
|
|
|
<number>12</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>12</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>12</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
2017-09-08 08:06:09 +02:00
|
|
|
<number>12</number>
|
|
|
|
</property>
|
2012-12-21 08:51:59 +01:00
|
|
|
<item>
|
|
|
|
<layout class="QGridLayout" name="gridLayout_2">
|
2017-09-08 08:06:09 +02:00
|
|
|
<property name="spacing">
|
|
|
|
<number>12</number>
|
|
|
|
</property>
|
2012-12-21 08:51:59 +01:00
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="label_17">
|
|
|
|
<property name="text">
|
2020-11-17 10:55:18 +01:00
|
|
|
<string>SCHEDULING_STEPS_IN_MINUTES</string>
|
2012-12-21 08:51:59 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1" colspan="2">
|
|
|
|
<widget class="QLineEdit" name="lapSteps"/>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
<property name="text">
|
2020-11-17 10:55:18 +01:00
|
|
|
<string>SCHEDULING_NEW_INTERVAL</string>
|
2012-12-21 08:51:59 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="0">
|
|
|
|
<widget class="QLabel" name="label_10">
|
|
|
|
<property name="text">
|
2020-11-17 10:55:18 +01:00
|
|
|
<string>SCHEDULING_LEECH_THRESHOLD</string>
|
2012-12-21 08:51:59 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="1">
|
|
|
|
<widget class="QSpinBox" name="leechThreshold"/>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="2">
|
|
|
|
<widget class="QLabel" name="label_11">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2020-11-17 10:55:18 +01:00
|
|
|
<string>SCHEDULING_LAPSES2</string>
|
2012-12-21 08:51:59 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="4" column="0">
|
|
|
|
<widget class="QLabel" name="label_12">
|
|
|
|
<property name="text">
|
2020-11-17 10:55:18 +01:00
|
|
|
<string>SCHEDULING_LEECH_ACTION</string>
|
2012-12-21 08:51:59 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="1">
|
|
|
|
<widget class="QSpinBox" name="lapMinInt">
|
|
|
|
<property name="minimum">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>99</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QLabel" name="label_13">
|
|
|
|
<property name="text">
|
2020-11-17 10:55:18 +01:00
|
|
|
<string>SCHEDULING_MINIMUM_INTERVAL</string>
|
2012-12-21 08:51:59 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="2">
|
|
|
|
<widget class="QLabel" name="label_14">
|
|
|
|
<property name="text">
|
2020-11-17 10:55:18 +01:00
|
|
|
<string>SCHEDULING_DAYS</string>
|
2012-12-21 08:51:59 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="4" column="1" colspan="2">
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QComboBox" name="leechAction">
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
2020-11-17 10:55:18 +01:00
|
|
|
<string>ACTIONS_SUSPEND_CARD</string>
|
2012-12-21 08:51:59 +01:00
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
2020-11-17 10:55:18 +01:00
|
|
|
<string>SCHEDULING_TAG_ONLY</string>
|
2012-12-21 08:51:59 +01:00
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
</widget>
|
|
|
|
</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>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QSpinBox" name="lapMult">
|
2020-01-31 03:19:51 +01:00
|
|
|
<property name="suffix">
|
2020-11-17 10:55:18 +01:00
|
|
|
<string notr="true">%</string>
|
2020-01-31 03:19:51 +01:00
|
|
|
</property>
|
2012-12-21 08:51:59 +01:00
|
|
|
<property name="maximum">
|
|
|
|
<number>100</number>
|
|
|
|
</property>
|
|
|
|
<property name="singleStep">
|
|
|
|
<number>5</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="verticalSpacer_2">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>72</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<widget class="QWidget" name="tab_5">
|
|
|
|
<attribute name="title">
|
2020-11-17 10:55:18 +01:00
|
|
|
<string>SCHEDULING_GENERAL</string>
|
2012-12-21 08:51:59 +01:00
|
|
|
</attribute>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_6">
|
2018-07-11 13:23:22 +02:00
|
|
|
<property name="leftMargin">
|
|
|
|
<number>12</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>12</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>12</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
2017-09-08 08:06:09 +02:00
|
|
|
<number>12</number>
|
|
|
|
</property>
|
2012-12-21 08:51:59 +01:00
|
|
|
<item>
|
|
|
|
<layout class="QGridLayout" name="gridLayout_5">
|
2017-09-08 08:06:09 +02:00
|
|
|
<property name="spacing">
|
|
|
|
<number>12</number>
|
|
|
|
</property>
|
2012-12-21 08:51:59 +01:00
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="label_25">
|
|
|
|
<property name="text">
|
2020-11-17 10:55:18 +01:00
|
|
|
<string>SCHEDULING_IGNORE_ANSWER_TIMES_LONGER_THAN</string>
|
2012-12-21 08:51:59 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QSpinBox" name="maxTaken">
|
|
|
|
<property name="minimum">
|
|
|
|
<number>30</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>3600</number>
|
|
|
|
</property>
|
|
|
|
<property name="singleStep">
|
|
|
|
<number>10</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="2">
|
|
|
|
<widget class="QLabel" name="label_26">
|
|
|
|
<property name="text">
|
2020-11-17 10:55:18 +01:00
|
|
|
<string>SCHEDULING_SECONDS</string>
|
2012-12-21 08:51:59 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="showTimer">
|
|
|
|
<property name="text">
|
2020-11-17 10:55:18 +01:00
|
|
|
<string>SCHEDULING_SHOW_ANSWER_TIMER</string>
|
2012-12-21 08:51:59 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="autoplaySounds">
|
|
|
|
<property name="text">
|
2020-11-17 10:55:18 +01:00
|
|
|
<string>SCHEDULING_AUTOMATICALLY_PLAY_AUDIO</string>
|
2012-12-21 08:51:59 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="replayQuestion">
|
|
|
|
<property name="text">
|
2020-11-17 10:55:18 +01:00
|
|
|
<string>SCHEDULING_ALWAYS_INCLUDE_QUESTION_SIDE_WHEN_REPLAYING</string>
|
2012-12-21 08:51:59 +01:00
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="verticalSpacer_5">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>199</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<widget class="QWidget" name="tab_4">
|
|
|
|
<attribute name="title">
|
2020-11-17 10:55:18 +01:00
|
|
|
<string>SCHEDULING_DESCRIPTION</string>
|
2012-12-21 08:51:59 +01:00
|
|
|
</attribute>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_5">
|
2017-09-08 08:06:09 +02:00
|
|
|
<property name="spacing">
|
|
|
|
<number>12</number>
|
|
|
|
</property>
|
2018-07-11 13:23:22 +02:00
|
|
|
<property name="leftMargin">
|
|
|
|
<number>12</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>12</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>12</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
2017-09-08 08:06:09 +02:00
|
|
|
<number>12</number>
|
|
|
|
</property>
|
2012-12-21 08:51:59 +01:00
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_22">
|
|
|
|
<property name="text">
|
2020-11-17 10:55:18 +01:00
|
|
|
<string>SCHEDULING_DESCRIPTION_TO_SHOW_ON_OVERVIEW_SCREEN</string>
|
2012-12-21 08:51:59 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QTextEdit" name="desc"/>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QDialogButtonBox" name="buttonBox">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="standardButtons">
|
|
|
|
<set>QDialogButtonBox::Help|QDialogButtonBox::Ok|QDialogButtonBox::RestoreDefaults</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<tabstops>
|
|
|
|
<tabstop>dconf</tabstop>
|
|
|
|
<tabstop>confOpts</tabstop>
|
|
|
|
<tabstop>tabWidget</tabstop>
|
|
|
|
<tabstop>lrnSteps</tabstop>
|
|
|
|
<tabstop>newOrder</tabstop>
|
|
|
|
<tabstop>newPerDay</tabstop>
|
|
|
|
<tabstop>lrnGradInt</tabstop>
|
|
|
|
<tabstop>lrnEasyInt</tabstop>
|
|
|
|
<tabstop>lrnFactor</tabstop>
|
rework sibling handling and change bury semantics
First, burying changes:
- unburying now happens on day rollover, or when manually unburying from
overview screen
- burying is not performed when returning to deck list, or when closing
collection, so burying now must mark cards as modified to ensure sync
consistent
- because they're no longer temporary to a session, make sure we exclude them
in filtered decks in -is:suspended
Sibling spacing changes:
- core behaviour now based on automatically burying related cards when we
answer a card
- applies to reviews, optionally to new cards, and never to cards in the
learning queue (partly because we can't suspend/bury cards in that queue at
the moment)
- this means spacing works consistently in filtered decks now, works on
reviews even when user is late to review, and provides better separation of
new cards
- if burying new cards disabled, we just discard them from the current queue.
an option to set due=ord*space+due would be nicer, but would require
changing a lot of code and is more appropriate for a future major version
change. discarding from queue suffers from the same issue as the new card
cycling in that queue rebuilds may cause cards to be shown close together,
so the default burying behaviour is preferable
- refer to them as 'related cards' rather than 'siblings'
These changes don't require any changes to the database format, so they
should hopefully coexist with older clients without issue.
2013-08-10 08:54:33 +02:00
|
|
|
<tabstop>bury</tabstop>
|
2012-12-21 08:51:59 +01:00
|
|
|
<tabstop>revPerDay</tabstop>
|
|
|
|
<tabstop>easyBonus</tabstop>
|
|
|
|
<tabstop>fi1</tabstop>
|
|
|
|
<tabstop>maxIvl</tabstop>
|
2018-07-11 13:23:22 +02:00
|
|
|
<tabstop>hardFactor</tabstop>
|
2013-10-18 03:38:29 +02:00
|
|
|
<tabstop>buryRev</tabstop>
|
2012-12-21 08:51:59 +01:00
|
|
|
<tabstop>lapSteps</tabstop>
|
|
|
|
<tabstop>lapMult</tabstop>
|
|
|
|
<tabstop>lapMinInt</tabstop>
|
|
|
|
<tabstop>leechThreshold</tabstop>
|
|
|
|
<tabstop>leechAction</tabstop>
|
|
|
|
<tabstop>maxTaken</tabstop>
|
|
|
|
<tabstop>showTimer</tabstop>
|
|
|
|
<tabstop>autoplaySounds</tabstop>
|
|
|
|
<tabstop>replayQuestion</tabstop>
|
|
|
|
<tabstop>desc</tabstop>
|
|
|
|
</tabstops>
|
|
|
|
<resources>
|
|
|
|
<include location="icons.qrc"/>
|
|
|
|
</resources>
|
|
|
|
<connections>
|
|
|
|
<connection>
|
|
|
|
<sender>buttonBox</sender>
|
|
|
|
<signal>accepted()</signal>
|
|
|
|
<receiver>Dialog</receiver>
|
|
|
|
<slot>accept()</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>254</x>
|
|
|
|
<y>320</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>322</x>
|
|
|
|
<y>320</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>286</x>
|
|
|
|
<y>274</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
</connections>
|
|
|
|
</ui>
|