Code/Framework
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user