wifiLogger: Small design tweak

This commit is contained in:
Nicolas Mailloux 2022-10-11 22:31:11 -04:00
parent 8ab6181b70
commit fecfea2bbb
4 changed files with 5 additions and 4 deletions

View file

@ -18,7 +18,7 @@ PRE_TARGETDEPS += $$PRE_BUILD_TARGET
QMAKE_EXTRA_TARGETS += updatemakefiles QMAKE_EXTRA_TARGETS += updatemakefiles
DEFINES += GIT_VERSION=\\\"$$GIT_VERSION\\\" DEFINES += GIT_VERSION=\\\"$$GIT_VERSION\\\"
DEFINES += GIT_COMMIT=\\\"$$GIT_COMMIT\\\" DEFINES += GIT_COMMIT=\\\"$$GIT_COMMIT\\\"
wi
# You can make your code fail to compile if it uses deprecated APIs. # You can make your code fail to compile if it uses deprecated APIs.
# In order to do so, uncomment the following line. # In order to do so, uncomment the following line.
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0 #DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0

View file

@ -107,5 +107,6 @@
<file>resources/checkbox-x.png</file> <file>resources/checkbox-x.png</file>
<file>resources/folder.png</file> <file>resources/folder.png</file>
<file>resources/question-mark.png</file> <file>resources/question-mark.png</file>
<file>resources/refresh-small.png</file>
</qresource> </qresource>
</RCC> </RCC>

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.4 KiB

View file

@ -39,8 +39,8 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>458</width> <width>464</width>
<height>226</height> <height>214</height>
</rect> </rect>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout"> <layout class="QVBoxLayout" name="verticalLayout">
@ -564,7 +564,7 @@
</property> </property>
<property name="icon"> <property name="icon">
<iconset resource="../../../eink.qrc"> <iconset resource="../../../eink.qrc">
<normaloff>:/resources/refresh.png</normaloff>:/resources/refresh.png</iconset> <normaloff>:/resources/refresh-small.png</normaloff>:/resources/refresh-small.png</iconset>
</property> </property>
</widget> </widget>
</item> </item>