mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-02 15:15:39 +08:00
Ref T30, added font icons
Additionally removed bogus font menu entry in swiftdata
This commit is contained in:
committed by
Mathew Sutcliffe
parent
534ba5f9ec
commit
eaac4dacd6
@@ -101,6 +101,14 @@
|
|||||||
<file>icons/pastel/48/font-error.png</file>
|
<file>icons/pastel/48/font-error.png</file>
|
||||||
<file>icons/pastel/48/plugin-error.png</file>
|
<file>icons/pastel/48/plugin-error.png</file>
|
||||||
<file>icons/pastel/48/table-error.png</file>
|
<file>icons/pastel/48/table-error.png</file>
|
||||||
|
<file>icons/pastel/16/font.png</file>
|
||||||
|
<file>icons/pastel/16/font-add.png</file>
|
||||||
|
<file>icons/pastel/16/font-disk.png</file>
|
||||||
|
<file>icons/pastel/16/font-edit.png</file>
|
||||||
|
<file>icons/pastel/16/font-enlarge.png</file>
|
||||||
|
<file>icons/pastel/16/font-error.png</file>
|
||||||
|
<file>icons/pastel/16/font-go.png</file>
|
||||||
|
<file>icons/pastel/16/font-shrink.png</file>
|
||||||
</qresource>
|
</qresource>
|
||||||
<qresource prefix="/vatsim">
|
<qresource prefix="/vatsim">
|
||||||
<file>icons/vatsim/C1.png</file>
|
<file>icons/vatsim/C1.png</file>
|
||||||
|
|||||||
@@ -422,7 +422,8 @@ namespace BlackMisc
|
|||||||
|
|
||||||
const QPixmap &CIcons::font16()
|
const QPixmap &CIcons::font16()
|
||||||
{
|
{
|
||||||
return empty16(); //! \fixme icon needed
|
static const QPixmap pm(":/pastel/icons/pastel/16/font.png");
|
||||||
|
return pm;
|
||||||
}
|
}
|
||||||
|
|
||||||
const QPixmap &CIcons::database16()
|
const QPixmap &CIcons::database16()
|
||||||
|
|||||||
@@ -85,7 +85,6 @@
|
|||||||
<property name="title">
|
<property name="title">
|
||||||
<string>&Window</string>
|
<string>&Window</string>
|
||||||
</property>
|
</property>
|
||||||
<addaction name="menu_WindowFont"/>
|
|
||||||
</widget>
|
</widget>
|
||||||
<widget class="QMenu" name="menu_InfoAreas">
|
<widget class="QMenu" name="menu_InfoAreas">
|
||||||
<property name="title">
|
<property name="title">
|
||||||
|
|||||||
Reference in New Issue
Block a user