Code/Framework

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2021-08-23 13:00:45 -07:00
parent 7d71e3dc07
commit 6bdef50444
12 changed files with 7 additions and 15 deletions
@@ -31,8 +31,6 @@ static const int g_closeButtonOffset = g_closeButtonWidth + AzQtComponents::Dock
static const QColor g_tabIndicatorUnderlayColor(Qt::black);
// Constant for the opacity of our tab indicator underlay
static const qreal g_tabIndicatorUnderlayOpacity = 0.75;
// Constant for the duration of our tab animations (in milliseconds)
static const int g_tabAnimationDurationMS = 250;
namespace AzQtComponents
@@ -25,11 +25,6 @@
namespace AzQtComponents
{
namespace CardConstants
{
static const char* kPropertySelected = "selected";
}
static QPixmap ApplyAlphaToPixmap(const QPixmap& pixmap, float alpha)
{
QImage image = pixmap.toImage().convertToFormat(QImage::Format_ARGB32);