mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
fix tab order of study options
This commit is contained in:
parent
ae5a8b918a
commit
cc2eb6761a
1 changed files with 22 additions and 8 deletions
|
@ -414,8 +414,8 @@
|
||||||
<rect>
|
<rect>
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>711</width>
|
<width>446</width>
|
||||||
<height>564</height>
|
<height>358</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QVBoxLayout" name="verticalLayout_5" >
|
<layout class="QVBoxLayout" name="verticalLayout_5" >
|
||||||
|
@ -439,8 +439,8 @@
|
||||||
<rect>
|
<rect>
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>456</width>
|
<width>446</width>
|
||||||
<height>341</height>
|
<height>358</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QVBoxLayout" name="verticalLayout_2" >
|
<layout class="QVBoxLayout" name="verticalLayout_2" >
|
||||||
|
@ -1906,12 +1906,26 @@
|
||||||
</action>
|
</action>
|
||||||
</widget>
|
</widget>
|
||||||
<tabstops>
|
<tabstops>
|
||||||
<tabstop>easeButton1</tabstop>
|
<tabstop>newPerDay</tabstop>
|
||||||
<tabstop>easeButton2</tabstop>
|
<tabstop>minuteLimit</tabstop>
|
||||||
<tabstop>easeButton3</tabstop>
|
<tabstop>questionLimit</tabstop>
|
||||||
<tabstop>easeButton4</tabstop>
|
<tabstop>newCardOrder</tabstop>
|
||||||
|
<tabstop>newCardScheduling</tabstop>
|
||||||
|
<tabstop>revCardOrder</tabstop>
|
||||||
|
<tabstop>failedCardsOption</tabstop>
|
||||||
|
<tabstop>startReviewingButton</tabstop>
|
||||||
|
<tabstop>optionsButton</tabstop>
|
||||||
|
<tabstop>optionsHelpButton</tabstop>
|
||||||
|
<tabstop>learnMoreButton</tabstop>
|
||||||
|
<tabstop>reviewEarlyButton</tabstop>
|
||||||
<tabstop>help</tabstop>
|
<tabstop>help</tabstop>
|
||||||
<tabstop>welcomeText</tabstop>
|
<tabstop>welcomeText</tabstop>
|
||||||
|
<tabstop>showAnswerButton</tabstop>
|
||||||
|
<tabstop>saveEditorButton</tabstop>
|
||||||
|
<tabstop>easeButton2</tabstop>
|
||||||
|
<tabstop>easeButton1</tabstop>
|
||||||
|
<tabstop>easeButton3</tabstop>
|
||||||
|
<tabstop>easeButton4</tabstop>
|
||||||
</tabstops>
|
</tabstops>
|
||||||
<resources>
|
<resources>
|
||||||
<include location="../icons.qrc" />
|
<include location="../icons.qrc" />
|
||||||
|
|
Loading…
Reference in a new issue