add tab icons

This commit is contained in:
mrbesen 2022-12-16 22:44:10 +01:00
parent 3f1c264818
commit 5fc50a524c
Signed by: MrBesen
GPG Key ID: 596B2350DCD67504
7 changed files with 60 additions and 6 deletions

5
resources/icons/bot.svg Normal file
View File

@ -0,0 +1,5 @@
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
<path d="M27.333 27.333H5.196l4.406-4.786h12.945V9.602l4.786-4.406v22.137z"></path>
<path fill-opacity=".4"
d="M4 4h20.94l-5.041 4.188H8.187v11.628l-4.188 4.526V4zm14.359 14.359h-5.983v-5.983h5.983v5.983z"></path>
</svg>

After

Width:  |  Height:  |  Size: 308 B

5
resources/icons/jgl.svg Normal file
View File

@ -0,0 +1,5 @@
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
<path
d="m16.21 29.333-7.875-7.955A18.22 18.22 0 0 0 4 10.09c6.93 2.606 8.04 7.818 8.04 7.818 1.245-6.091-3.39-15.242-3.39-15.242 13.305 16.652 7.56 26.667 7.56 26.667zM16.57 13a37.966 37.966 0 0 1 6.765-10.333 49.874 49.874 0 0 0-4.365 15.5s-1.02-3.591-2.4-5.167zM28 9.879c-9.315 5.576-8.325 15.515-8.325 15.515l4.185-4.258C23.71 13.03 28 9.878 28 9.878z">
</path>
</svg>

After

Width:  |  Height:  |  Size: 460 B

6
resources/icons/mid.svg Normal file
View File

@ -0,0 +1,6 @@
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
<path d="M5.333 26.667v-4.364l16.97-16.97h4.364v4.364l-16.97 16.97H5.333z"></path>
<path fill-opacity=".4"
d="m19.394 5.333-3.879 3.879H9.212v6.303l-3.879 3.879V5.333h14.061zm-6.788 21.334 3.879-3.879h6.303v-6.303l3.879-3.879v14.061H12.606z">
</path>
</svg>

After

Width:  |  Height:  |  Size: 346 B

5
resources/icons/sup.svg Normal file
View File

@ -0,0 +1,5 @@
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
<path
d="M19.03 4h-6.061l-1.061 1.417 4.091 5.037 4.091-5.037L19.029 4zm-7.878 4.88H2.667c1.167 1.144 2.514 2.221 3.939 2.991.572.185 1.068.313 1.667.315h2.273l-2.424 2.991 3.939 1.889 1.515-5.667-2.424-2.519zm9.696 0h8.485c-1.168 1.143-2.515 2.222-3.939 2.991-.572.185-1.068.313-1.667.315h-2.273l2.424 2.991-3.939 1.889-1.515-5.667 2.424-2.519zm-1.666 15.268-2.424-12.593a.863.863 0 0 1-.758.63.87.87 0 0 1-.758-.63l-2.424 12.593L16 26.667l3.182-2.519z">
</path>
</svg>

After

Width:  |  Height:  |  Size: 558 B

6
resources/icons/top.svg Normal file
View File

@ -0,0 +1,6 @@
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
<path d="M4 4h22.137l-4.406 4.786H8.786v12.945L4 26.137V4z"></path>
<path fill-opacity=".4"
d="M27.333 27.333H6.393l5.041-4.188h11.712V10.918l4.188-4.526v20.94zM12.974 12.974h5.983v5.983h-5.983v-5.983z">
</path>
</svg>

After

Width:  |  Height:  |  Size: 307 B

View File

@ -4,5 +4,10 @@
<file>ts/de_DE.ts</file>
<file>lolautoaccept.png</file>
<file>lolautoaccept.svg</file>
<file>icons/top.svg</file>
<file>icons/sup.svg</file>
<file>icons/mid.svg</file>
<file>icons/jgl.svg</file>
<file>icons/bot.svg</file>
</qresource>
</RCC>

View File

@ -6,7 +6,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>550</width>
<width>579</width>
<height>633</height>
</rect>
</property>
@ -31,8 +31,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>541</width>
<height>581</height>
<width>575</width>
<height>809</height>
</rect>
</property>
<layout class="QGridLayout" name="gridLayout">
@ -76,7 +76,7 @@
<enum>QTabWidget::Rounded</enum>
</property>
<property name="currentIndex">
<number>0</number>
<number>1</number>
</property>
<property name="elideMode">
<enum>Qt::ElideNone</enum>
@ -102,6 +102,10 @@
<property name="position" stdset="0">
<UInt>1</UInt>
</property>
<attribute name="icon">
<iconset resource="../resources/res.qrc">
<normaloff>:/icons/top.svg</normaloff>:/icons/top.svg</iconset>
</attribute>
<attribute name="title">
<string>Top</string>
</attribute>
@ -110,6 +114,10 @@
<property name="position" stdset="0">
<UInt>2</UInt>
</property>
<attribute name="icon">
<iconset resource="../resources/res.qrc">
<normaloff>:/icons/jgl.svg</normaloff>:/icons/jgl.svg</iconset>
</attribute>
<attribute name="title">
<string>Jungle</string>
</attribute>
@ -118,6 +126,10 @@
<property name="position" stdset="0">
<UInt>3</UInt>
</property>
<attribute name="icon">
<iconset resource="../resources/res.qrc">
<normaloff>:/icons/mid.svg</normaloff>:/icons/mid.svg</iconset>
</attribute>
<attribute name="title">
<string>Middle</string>
</attribute>
@ -126,6 +138,10 @@
<property name="position" stdset="0">
<UInt>4</UInt>
</property>
<attribute name="icon">
<iconset resource="../resources/res.qrc">
<normaloff>:/icons/bot.svg</normaloff>:/icons/bot.svg</iconset>
</attribute>
<attribute name="title">
<string>Bottom</string>
</attribute>
@ -134,6 +150,10 @@
<property name="position" stdset="0">
<UInt>5</UInt>
</property>
<attribute name="icon">
<iconset resource="../resources/res.qrc">
<normaloff>:/icons/sup.svg</normaloff>:/icons/sup.svg</iconset>
</attribute>
<attribute name="title">
<string>Support</string>
</attribute>
@ -237,7 +257,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>550</width>
<width>579</width>
<height>24</height>
</rect>
</property>
@ -269,7 +289,9 @@
<tabstop>autoWriteText</tabstop>
<tabstop>tabWidget</tabstop>
</tabstops>
<resources/>
<resources>
<include location="../resources/res.qrc"/>
</resources>
<connections>
<connection>
<sender>enableAll</sender>