Fix tabs order

Fixes #366
This commit is contained in:
Jonas Kvinge
2020-02-08 00:01:12 +01:00
parent 691f5d99ca
commit 2356ff5ebb
17 changed files with 207 additions and 10 deletions

View File

@@ -30,7 +30,7 @@
</widget>
<widget class="QTabWidget" name="tab_widget">
<property name="currentIndex">
<number>1</number>
<number>0</number>
</property>
<widget class="QWidget" name="summary_tab">
<attribute name="title">
@@ -879,6 +879,28 @@
<header>widgets/lineedit.h</header>
</customwidget>
</customwidgets>
<tabstops>
<tabstop>song_list</tabstop>
<tabstop>tab_widget</tabstop>
<tabstop>summary</tabstop>
<tabstop>summary_art_button</tabstop>
<tabstop>playcount_reset</tabstop>
<tabstop>filename</tabstop>
<tabstop>title</tabstop>
<tabstop>track</tabstop>
<tabstop>artist</tabstop>
<tabstop>disc</tabstop>
<tabstop>album</tabstop>
<tabstop>year</tabstop>
<tabstop>albumartist</tabstop>
<tabstop>composer</tabstop>
<tabstop>performer</tabstop>
<tabstop>grouping</tabstop>
<tabstop>genre</tabstop>
<tabstop>fetch_tag</tabstop>
<tabstop>lyrics</tabstop>
<tabstop>comment</tabstop>
</tabstops>
<resources>
<include location="../../data/data.qrc"/>
<include location="../../data/icons.qrc"/>

View File

@@ -189,12 +189,12 @@
<property name="rootIsDecorated">
<bool>false</bool>
</property>
<attribute name="headerDefaultSectionSize">
<number>150</number>
</attribute>
<attribute name="headerMinimumSectionSize">
<number>50</number>
</attribute>
<attribute name="headerDefaultSectionSize">
<number>150</number>
</attribute>
<column>
<property name="text">
<string>Track</string>