remove the logopicture from the About dialog
This commit is contained in:
parent
51e1edfad5
commit
d5892f3748
5 changed files with 0 additions and 32 deletions
|
@ -510,7 +510,6 @@ DISTFILES += ChangeLog \
|
|||
src/res/ledbuttonnotpressed.png \
|
||||
src/res/ledbuttonpressed.png \
|
||||
src/res/fronticon.png \
|
||||
src/res/logopicture.png \
|
||||
src/res/mainicon.png \
|
||||
src/res/mixerboardbackground.png \
|
||||
src/res/VLEDBlack.png \
|
||||
|
|
|
@ -164,36 +164,6 @@
|
|||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
<item>
|
||||
<layout class="QVBoxLayout">
|
||||
<item>
|
||||
<widget class="QLabel" name="pxlGigPicture">
|
||||
<property name="text">
|
||||
<string/>
|
||||
</property>
|
||||
<property name="pixmap">
|
||||
<pixmap resource="resources.qrc">:/png/main/res/logopicture.png</pixmap>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<spacer>
|
||||
<property name="orientation">
|
||||
<enum>Qt::Vertical</enum>
|
||||
</property>
|
||||
<property name="sizeType">
|
||||
<enum>QSizePolicy::Minimum</enum>
|
||||
</property>
|
||||
<property name="sizeHint" stdset="0">
|
||||
<size>
|
||||
<width>20</width>
|
||||
<height>1</height>
|
||||
</size>
|
||||
</property>
|
||||
</spacer>
|
||||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
<item>
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 30 KiB |
Binary file not shown.
|
@ -54,7 +54,6 @@
|
|||
</qresource>
|
||||
<qresource prefix="/png/main">
|
||||
<file>res/fronticon.png</file>
|
||||
<file>res/logopicture.png</file>
|
||||
<file>res/mainicon.png</file>
|
||||
</qresource>
|
||||
<qresource prefix="/png/flags">
|
||||
|
|
Loading…
Reference in a new issue