Compare commits

..

2 Commits

Author SHA1 Message Date
Dave Griffiths b569c47d40 soundcard text top aligned 2022-10-04 13:55:12 +01:00
Dave Griffiths 014becd12f version bump and added settings cog icon 2022-10-04 10:33:11 +01:00
4 changed files with 19 additions and 4 deletions

BIN
app/images/settings.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB

View File

@ -1,5 +1,6 @@
<RCC> <RCC>
<qresource prefix="images"> <qresource prefix="images">
<file>images/settings.png</file>
<file>images/at.png</file> <file>images/at.png</file>
<file>images/pause.png</file> <file>images/pause.png</file>
<file>images/play.png</file> <file>images/play.png</file>

View File

@ -11,7 +11,7 @@
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
<string>samplebrain 0.18.3</string> <string>samplebrain 0.18.4</string>
</property> </property>
<widget class="QWidget" name="centralwidget"> <widget class="QWidget" name="centralwidget">
<layout class="QVBoxLayout" name="verticalLayout_4"> <layout class="QVBoxLayout" name="verticalLayout_4">
@ -1572,7 +1572,20 @@
</font> </font>
</property> </property>
<property name="text"> <property name="text">
<string>settings</string> <string/>
</property>
<property name="icon">
<iconset resource="../app/samplebrain.qrc">
<normaloff>:/images/images/settings.png</normaloff>:/images/images/settings.png</iconset>
</property>
<property name="iconSize">
<size>
<width>32</width>
<height>32</height>
</size>
</property>
<property name="flat">
<bool>true</bool>
</property> </property>
</widget> </widget>
</item> </item>
@ -1607,8 +1620,6 @@
</widget> </widget>
<resources> <resources>
<include location="../app/samplebrain.qrc"/> <include location="../app/samplebrain.qrc"/>
<include location="../app/samplebrain.qrc"/>
<include location="../app/samplebrain.qrc"/>
</resources> </resources>
<connections> <connections>
<connection> <connection>

View File

@ -175,6 +175,9 @@
<property name="text"> <property name="text">
<string/> <string/>
</property> </property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
</property>
</widget> </widget>
</item> </item>
<item> <item>