Fix missing icons and rework some UI stuff

This commit is contained in:
Jonas Kvinge
2018-08-09 21:04:30 +02:00
parent 4ca99dde43
commit 57f6f40e7d
37 changed files with 470 additions and 154 deletions

View File

@@ -315,8 +315,6 @@
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="samplerate_label">
<property name="sizePolicy">
@@ -349,9 +347,7 @@
</property>
</widget>
</item>
<item row="3" column="0">
<item row="3" column="0">
<widget class="QLabel" name="bitdepth_label">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
@@ -383,14 +379,6 @@
</property>
</widget>
</item>
<item row="4" column="0">
<widget class="QLabel" name="filesize_label">
<property name="sizePolicy">
@@ -838,7 +826,7 @@
</widget>
</item>
<item>
<widget class="BusyIndicator" name="loading_label"/>
<widget class="BusyIndicator" name="loading_label" native="true"/>
</item>
<item>
<widget class="QDialogButtonBox" name="button_box">
@@ -860,12 +848,6 @@
<extends>QLineEdit</extends>
<header>widgets/lineedit.h</header>
</customwidget>
<customwidget>
<class>RatingWidget</class>
<extends>QWidget</extends>
<header>widgets/ratingwidget.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>TextEdit</class>
<extends>QTextEdit</extends>