mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-16 18:35:35 +08:00
refs #335, Minor tweaks:
* Formatting * renaming * fixed some issues of cppcheck * new icons * smooth scrolling in views, stretching for few columns * fixed start timer in updatetimer * background colors of some LEDs
This commit is contained in:
committed by
Roland Winklmeier
parent
a9768566e6
commit
43ecc238ed
@@ -28,6 +28,17 @@ namespace BlackMisc
|
||||
enum IconIndex
|
||||
{
|
||||
// !! keep indexes alphabetically sorted and in sync with CIconList
|
||||
ApplicationIconAircrafts,
|
||||
ApplicationIconAtc,
|
||||
ApplicationIconAudio,
|
||||
ApplicationIconCockpit,
|
||||
ApplicationIconFlightPlan,
|
||||
ApplicationIconLog,
|
||||
ApplicationIconMappings,
|
||||
ApplicationIconSettings,
|
||||
ApplicationIconSimulator,
|
||||
ApplicationIconTextMessages,
|
||||
ApplicationIconWeather,
|
||||
AviationAttitudeIndicator,
|
||||
AviationAtis,
|
||||
AviationMetar,
|
||||
@@ -751,13 +762,13 @@ namespace BlackMisc
|
||||
//! Text only
|
||||
static const QPixmap &capabilityTextOnly()
|
||||
{
|
||||
return CIcons::appTextMessages16();
|
||||
return appTextMessages16();
|
||||
}
|
||||
|
||||
//! Text only
|
||||
static const QPixmap &capabilityUnknown()
|
||||
{
|
||||
return CIcons::unknown16();
|
||||
return unknown16();
|
||||
}
|
||||
|
||||
//! Attitude indicator
|
||||
|
||||
Reference in New Issue
Block a user