mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-17 02:45:33 +08:00
Formatting, new icons
This commit is contained in:
@@ -64,6 +64,13 @@
|
||||
<file>icons/pastel/16/font-delete.png</file>
|
||||
<file>icons/pastel/16/table-delete.png</file>
|
||||
<file>icons/pastel/16/table-row-delete.png</file>
|
||||
<file>icons/pastel/16/lock.png</file>
|
||||
<file>icons/pastel/16/lock-add.png</file>
|
||||
<file>icons/pastel/16/lock-broken.png</file>
|
||||
<file>icons/pastel/16/lock-delete.png</file>
|
||||
<file>icons/pastel/16/lock-edit.png</file>
|
||||
<file>icons/pastel/16/lock-go.png</file>
|
||||
<file>icons/pastel/16/lock-open.png</file>
|
||||
</qresource>
|
||||
<qresource prefix="/vatsim">
|
||||
<file>icons/vatsim/C1.png</file>
|
||||
|
||||
@@ -94,6 +94,8 @@ namespace BlackMisc
|
||||
CIcon(CIcons::StandardIconHeadingOne16, "heading"),
|
||||
CIcon(CIcons::StandardIconInfo16, "info"),
|
||||
CIcon(CIcons::StandardIconJoystick16, "joystick"),
|
||||
CIcon(CIcons::StandardIconLockClosed16, "lock"),
|
||||
CIcon(CIcons::StandardIconLockOpen16, "lock open"),
|
||||
CIcon(CIcons::StandardIconMonitorError16, "monitor error"),
|
||||
CIcon(CIcons::StandardIconPaperPlane16, "plane"),
|
||||
CIcon(CIcons::StandardIconPlugin16, "plugin"),
|
||||
|
||||
@@ -87,6 +87,8 @@ namespace BlackMisc
|
||||
StandardIconHeadingOne16,
|
||||
StandardIconInfo16,
|
||||
StandardIconJoystick16,
|
||||
StandardIconLockClosed16,
|
||||
StandardIconLockOpen16,
|
||||
StandardIconMonitorError16,
|
||||
StandardIconPaperPlane16,
|
||||
StandardIconPlugin16,
|
||||
@@ -267,6 +269,20 @@ namespace BlackMisc
|
||||
return pm;
|
||||
}
|
||||
|
||||
//! Lock
|
||||
static const QPixmap &lockOpen16()
|
||||
{
|
||||
static const QPixmap pm(":/pastel/icons/pastel/16/lock-open.png");
|
||||
return pm;
|
||||
}
|
||||
|
||||
//! Lock
|
||||
static const QPixmap &lockClosed16()
|
||||
{
|
||||
static const QPixmap pm(":/pastel/icons/pastel/16/lock.png");
|
||||
return pm;
|
||||
}
|
||||
|
||||
//! Plugin
|
||||
static const QPixmap &plugin16()
|
||||
{
|
||||
|
||||
@@ -1,7 +1,11 @@
|
||||
/* Copyright (C) 2013 VATSIM Community / authors
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
/* Copyright (C) 2013
|
||||
* swift Project Community / Contributors
|
||||
*
|
||||
* This file is part of swift project. It is subject to the license terms in the LICENSE file found in the top-level
|
||||
* directory of this distribution and at http://www.swift-project.org/license.html. No part of swift project,
|
||||
* including this file, may be copied, modified, propagated, or distributed except according to the terms
|
||||
* contained in the LICENSE file.
|
||||
*/
|
||||
|
||||
#include "setkeyboardhotkeylist.h"
|
||||
#include "predicates.h"
|
||||
|
||||
@@ -1,7 +1,11 @@
|
||||
/* Copyright (C) 2013 VATSIM Community / authors
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
/* Copyright (C) 2013
|
||||
* swift Project Community / Contributors
|
||||
*
|
||||
* This file is part of swift project. It is subject to the license terms in the LICENSE file found in the top-level
|
||||
* directory of this distribution and at http://www.swift-project.org/license.html. No part of swift project,
|
||||
* including this file, may be copied, modified, propagated, or distributed except according to the terms
|
||||
* contained in the LICENSE file.
|
||||
*/
|
||||
|
||||
//! \file
|
||||
|
||||
|
||||
Reference in New Issue
Block a user